@charset "utf-8";
/* CSS Document */
/*全体設定*/
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
#papercup_lid{
	width: 1260px;
	margin: 0 auto;
}
#papercup_lid .contents .fl_scroll .cup_list .cup img {
	max-width: 195px;
}
/*イントロ*/
#papercup_lid .intro{
	width: 100%;
	background-image: url("/img/lp/papercup_lid/topimg_pc.jpg");
	background-size: cover;
	padding: 2em;
	height: 470px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#papercup_lid .intro .title{
	color: #442200;
	background-color: #ffffff;
	width: 700px;
	padding: 2em 3em;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#papercup_lid .intro .title h1{
	font-size: 3.5em;
	font-weight: bold;
}
#papercup_lid .intro .title p{
	line-height: 1.5em;
}
/*SEO対策用のテキスト*/
#papercup_lid .intro .title p.keyword {
	line-height: 1.7em;
	margin-bottom: 0.8em;
	padding-bottom: 10px;
	border-bottom: #442200 1px dashed;
}
#papercup_lid .intro .title p img{
	vertical-align: text-bottom;
}
/*タブ切り替え全体のスタイル*/
#papercup_lid .tabs {
	margin-top: 50px;
	padding-bottom: 100px;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
}
/*タブのスタイル*/
#papercup_lid .tab_item {
	width: calc(100%/3);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	height: 50px;
	border-left: solid 1px #ffffff;
	box-sizing: border-box;
	color: #442200;
	background-color: #f2f0eb;
	line-height: 50px;
	font-size: 1.3em;
	text-align: center;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
}
#papercup_lid .tab_item span {
	font-size: 0.7em;
	margin-left: 10px;
}
#papercup_lid .tab_item:first-of-type {
	border-left-style: none;
}
#papercup_lid .tab_item:hover {
	background-color: #442200;
	color: #ffffff;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
#papercup_lid .tab_content {
	display: none;
	padding: 3em 0 0;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#standard:checked ~ #standard_content, #hot:checked ~ #hot_content, #icehot:checked ~ #icehot_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
#papercup_lid .tabs input:checked + .tab_item {
	background-color: #442200;
	color: #ffffff;
	font-size: 0.9em;
}
/*紙コップとフタ枠の全体設定*/
#papercup_lid h2{
	color: #442200;
	font-size: 2em;
	/* border-bottom: solid 3px #442200;
	*/
	font-weight: bold;
	padding-left: 25px;
	/* margin-bottom: 1.5em;
	*/
}
#papercup_lid h3{
	color: #442200;
	font-size: 1.8em;
	border-bottom: solid 2px #442200;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 1.5em;
}
#papercup_lid h4{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	margin-right: 1em;
}
#papercup_lid h5{
	color: #442200;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 0.5em 0.5em;
}
#papercup_lid .contents{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#papercup_lid .contents .cup a:hover,.contents .lid:hover,#papercup_lid ul.dan_list li a:hover{
	opacity: 0.7;
	transition: all 0.5s ease-out;
}
#papercup_lid .contents .lid.tri p._img{
	display: block;
	position: relative;
}
/*断熱カップのメニュー部分*/
#papercup_lid ul.dan_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
#papercup_lid ul.dan_list li{
	width: 49%;
	margin-bottom: 1em;
	height: 40px;
}
#papercup_lid ul.dan_list::after,#papercup_lid ul.dan_list::before {
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
#papercup_lid ul.dan_list::before {
	order: 1;
}
#papercup_lid ul.dan_list li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em;
	color: #442200;
	background-color: #f2f0eb;
	position: relative;
}
#papercup_lid ul.dan_list li a:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 35%;
	right: 3%;
	border: 6px solid transparent;
	border-top: 10px solid #442200;
}
/*紙コップ名の設定*/
#papercup_lid .cupname{
	background-color: #442200;
	color: #ffffff;
	border-radius: 0.5em 0.5em 0 0;
	padding: 1em 1.5em 1em 25px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
#papercup_lid .cupname h3{
	font-size: 1.7em;
	font-weight: bold;
	margin-right: 25px;
	overflow-wrap: break-all;
}
#papercup_lid .cupname span{
	line-height: 2.2;
}
/*下スクロールあり紙コップたち 全体枠*/
#papercup_lid .contents .fl_scroll{
	width: 100%;
	background-color: #f2f0eb;
	border-radius: 1em;
	margin-bottom: 5em;
}
#papercup_lid .contents .fl_scroll .item_list{
	padding: 2em;
}
/*下スクロールあり紙コップたち　紙コップ本体*/
#papercup_lid .contents .fl_scroll .cup_list{
	display: flex;
	margin: 0 2em 2em;
}
#papercup_lid .contents .fl_scroll .cup_list .cup{
	text-align: center;
	width: 232px;
}
/*下スクロールあり紙コップたち　紙コップ本体 スクロールあり*/
#papercup_lid .contents .fl_scroll .cup_list_scroll{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	padding: 0 0 2em 0;
	margin: 0 2em 2em;
}
#papercup_lid .contents .fl_scroll .cup_list_scroll .cup{
	text-align: center;
	margin: 0 0.5em;
}
#papercup_lid .contents .fl_scroll .cup_list_scroll .cup img{
	max-width: 194px;
}
/*下スクロールあり紙コップたち　蓋*/
#papercup_lid .contents .fl_scroll .bg_white{
	background-color: #ffffff;
	border-radius: 1em;
	padding: 2em;
}
#papercup_lid .contents .fl_scroll .lid_list{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: scroll;
	padding: 0 0 2em 0;
}
#papercup_lid .contents .fl_scroll .lid_list .lid{
	margin: 0 0.5em;
	font-size: 0.9em;
}
#papercup_lid .contents .fl_scroll .lid_list .lid img{
	max-width: none;
}
/*半分紙コップたち 全体枠*/
#papercup_lid .contents .fl_half{
	width: 49%;
	background-color: #f2f0eb;
	margin-bottom: 5em;
}
#papercup_lid .contents .fl_half .item_list{
	padding: 2em;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
/*半分紙コップたち　紙コップ本体*/
#papercup_lid .contents .fl_half .cup_list{
	display: block;
	width: 49%;
	margin: 0 2em 2em 0;
}
#papercup_lid .contents .fl_half .cup_list .cup{
	text-align: center;
}
/*半分紙コップたち紙コップたち　蓋*/
#papercup_lid .contents .fl_half .bg_white{
	background-color: #ffffff;
	border-radius: 1em;
	padding: 1.5em 2em 2em 2em;
	width: 49%;
}
#papercup_lid .contents .fl_half .lid_list{
	display: block;
	overflow-x: auto;
	padding: 0;
}
#papercup_lid .contents .fl_half .lid_list .lid{
	width: 195px;
	margin: 0 0.5em;
	font-size: 0.9em;
}
#papercup_lid .contents .fl_half .lid_list .lid img{
	max-width: none;
}
/*1列に全部の紙コップたち 全体枠*/
#papercup_lid .contents .fl_rowall{
	width: 100%;
	background-color: #f2f0eb;
	border-radius: 1em;
	margin-bottom: 5em;
}
#papercup_lid .contents .fl_rowall .item_list{
	padding: 2em;
	display: flex;
}
/*1列に全部の紙コップたち　紙コップ本体*/
#papercup_lid .contents .fl_rowall .cup_list{
	display: flex;
	justify-content: space-between;
	margin-left: 1em;
}
#papercup_lid .contents .fl_rowall .cup_list .cup{
	text-align: center;
	width: 232px;
	/*margin: 0 1em 2em;
	*/
}
#papercup_lid .contents .fl_rowall .cup_list .cup img{
	max-width: 195px;
}
/*1列に全部の紙コップたち　蓋*/
#papercup_lid .contents .fl_rowall .bg_white{
	background-color: #ffffff;
	border-radius: 1em;
	padding: 1.5em 2em 2em 2em;
	margin-left: auto;
}
#papercup_lid .contents .fl_rowall .bg_white._l3{
	margin-left: 2em;
}
#papercup_lid .contents .fl_rowall .lid_list{
	display: flex;
	overflow-x: auto;
	gap: 20px;
	/* お好みで間隔調整 */
	padding-bottom: 10px;
}
#papercup_lid .contents .fl_rowall .lid_list .lid{
	width: 195px;
	margin: 0 0.5em;
	font-size: 0.9em;
}
#papercup_lid .contents .fl_rowall .lid_list .lid a{
	flex: 0 0 auto;
	width: 200px;
	/* 必要に応じて調整 */
	text-align: center;
}
#papercup_lid .contents .fl_rowall .lid_list .lid img{
	max-width: none;
}
/*関連記事のところ*/
.column{
	width: 100%;
	margin-bottom: 45px;
}
.column ul.tokusyu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	list-style: none;
	margin: 0 auto;
}
.column ul.tokusyu li{
	width: 23%;
	margin-bottom: 10px;
}
.column ul.tokusyu li img{
	width: 100%;
	height: auto;
}
.column ul.tokusyu::before{
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
.column ul.tokusyu::after{
	content: "";
	display: block;
	width: 23%;
}
/*アイコン*/
.papercuponce {
	display: inline-block;
	background-color: #6b4c3b;
	color: #fff;
	font-size: 1em;
	padding: 4px 15px;
	border-radius: 999px;
	font-weight: bold;
	line-height: 1;
	margin-right: 10px;
}
.hidden {
	display: none;
}
.papercup_title {
	display: flex;
	gap: 12px;
	border-bottom: 3px solid #4d2b1b;
	/* 下線 */
	padding-bottom: 4px;
	margin-bottom: 20px;
	align-items: center;
}
.papercup_title h2 {
	font-size: 1.5em;
	margin: 0;
	color: #4d2b1b;
}
.papercup_title .chosei {
	font-size: 0.9em;
	color: #776d67;
	margin: 0;
}
.size195135{
	width: 195px;
	height: 135px;
}
@media screen and (max-width: 768px) {
	img {
		width: 100px;
		height: auto;
		object-fit: contain;
	}
	#papercup_lid{
		width: 100%;
	}
	/*イントロ*/
	#papercup_lid .intro{
		width: 100%;
		background-position: center;
		padding: 10em 1em 1em 1em;
		height: auto;
		display: block;
		background-image: url("/img/lp/papercup_lid/topimg_smh.jpg");
		background-size: cover;
	}
	#papercup_lid .intro .title{
		width: 100%;
		padding: 1em 2em;
	}
	#papercup_lid .intro .title h1{
		font-size: 2em;
	}
	#papercup_lid .intro .title p{
		font-size: 0.8em;
		line-height: 1.5;
	}
	/*SEO対策用のテキスト*/
	#papercup_lid .intro .title p.keyword {
		display: none;
	}
	/*タブ切り替え全体のスタイル*/
	#papercup_lid .tabs {
		padding-bottom: 2em;
	}
	/*タブのスタイル*/
	#papercup_lid .tab_item {
		height: 55px;
		border-left: solid 1px #ffffff;
		line-height: 1.2;
		font-size: 0.9em;
		animation: none;
		transition: none;
	}
	#papercup_lid .tab_item:first-of-type {
		border-left-style: none;
	}
	#papercup_lid .tab_item:hover {
		background-color: #f2f0eb;
		color: #442200;
	}
	/*紙コップとフタ枠の全体設定*/
	#papercup_lid h2{
		font-size: 1.5em;
		padding-left: 0;
		margin: 0 0 0 1em;
	}
	#papercup_lid h3{
		font-size: 1.3em;
		padding-left: 0.5em;
		margin: 0 0.5em 1.5em;
	}
	#papercup_lid h4{
		font-size: 1em;
	}
	#papercup_lid h5{
		font-size: 1em;
		margin: 0 0 0.5em 0.5em;
	}
	#papercup_lid .contents{
		width: 100%;
		padding: 0 1em;
	}
	#papercup_lid .contents .cup a:hover,.contents .lid:hover{
		opacity: 1;
	}
	/*断熱カップのメニュー部分*/
	#papercup_lid ul.dan_list{
		padding: 0 10px;
		/*width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 25px;
		*/
	}
	#papercup_lid ul.dan_list li{
		width: 100%;
		margin-bottom: 0.5em;
		height: 35px;
	}
	#papercup_lid ul.dan_list::after,#papercup_lid ul.dan_list::before {
		content: none;
	}
	#papercup_lid ul.dan_list::before {
		order: 0;
	}
	#papercup_lid ul.dan_list li a{
		font-size: 0.8em;
		/*text-decoration: none;
		padding: 0.5em;
		color: #442200;
		background-color: #f2f0eb;
		position: relative;
		*/
	}
	#papercup_lid ul.dan_list li a:after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: 35%;
		right: 3%;
		border: 6px solid transparent;
		border-top: 10px solid #442200;
	}
	/*紙コップ名の設定*/
	#papercup_lid .cupname{
		border-radius: 0.5em 0.5em 0 0;
		padding: 1em;
		font-weight: bold;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	#papercup_lid .cupname h3{
		font-size: 1em;
		font-weight: bold;
	}
	#papercup_lid .cupname span{
		font-size: 0.8em;
		line-height: 1.5;
	}
	/*下スクロールあり紙コップたち 全体枠*/
	#papercup_lid .contents .fl_scroll{
		margin-bottom: 2em;
	}
	#papercup_lid .contents .fl_scroll .item_list{
		padding: 1em;
	}
	/*下スクロールあり紙コップたち　紙コップ本体*/
	#papercup_lid .contents .fl_scroll .cup_list{
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		margin: 0 0 1em;
	}
	#papercup_lid .contents .fl_scroll .cup_list .cup{
		text-align: center;
		width: 120px;
		margin: 0 0.5em;
		padding-bottom: 1em;
	}
	#papercup_lid .contents .fl_scroll .cup_list .cup img{
		max-width: 120px;
	}
	/*下スクロールあり紙コップたち　紙コップ本体 スクロールあり*/
	#papercup_lid .contents .fl_scroll .cup_list_scroll{
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: scroll;
		margin: 0 0 1em;
	padding: 0}
	#papercup_lid .contents .fl_scroll .cup_list_scroll .cup{
		text-align: center;
		width: 120px;
		margin: 0 0.5em;
		padding-bottom: 1em;
	}
	#papercup_lid .contents .fl_scroll .cup_list_scroll .cup img{
		max-width: 120px;
	}
	/*下スクロールあり紙コップたち　蓋*/
	#papercup_lid .contents .fl_scroll .bg_white{
		background-color: #ffffff;
		border-radius: 1em;
		padding: 1em;
	}
	#papercup_lid .contents .fl_scroll .lid_list{
		padding: 0 0 1em 0;
	}
	#papercup_lid .contents .fl_scroll .lid_list .lid{
		width: 120px;
		margin: 0 0.5em;
		font-size: 0.8em;
	}
	#papercup_lid .contents .fl_scroll .lid_list .lid img{
		max-width: 120px;
	}
	/*半分紙コップたち 全体枠*/
	#papercup_lid .contents .fl_half{
		width: 100%;
		background-color: #f2f0eb;
		margin-bottom: 2em;
	}
	#papercup_lid .contents .fl_half .item_list{
		padding: 1em;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	/*半分紙コップたち　紙コップ本体*/
	#papercup_lid .contents .fl_half .cup_list{
		display: block;
		width: 44%;
		margin: 0 1.5em 1em 1em;
	}
	#papercup_lid .contents .fl_half .cup_list .cup{
		text-align: center;
	}
	#papercup_lid .contents .fl_half .cup_list .cup img{
		width: 120px;
	}
	/*半分紙コップたち紙コップたち　蓋*/
	#papercup_lid .contents .fl_half .bg_white{
		padding: 1em 0.5em;
		width: 54%;
	}
	#papercup_lid .contents .fl_half .lid_list{
		display: block;
		overflow-x: auto;
		padding: 0;
	}
	#papercup_lid .contents .fl_half .lid_list .lid{
		margin: 0 auto;
		font-size: 0.8em;
		width: 120px;
	}
	#papercup_lid .contents .fl_half .lid_list .lid a{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#papercup_lid .contents .fl_half .lid_list .lid img{
		width: 120px;
		text-align: center;
	}
	/*1列に全部の紙コップたち 全体枠*/
	#papercup_lid .contents .fl_rowall{
		margin-bottom: 2em;
	}
	#papercup_lid .contents .fl_rowall .item_list{
		padding: 1em;
		flex-wrap: wrap;
	}
	/*1列に全部の紙コップたち　紙コップ本体*/
	#papercup_lid .contents .fl_rowall .cup_list{
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: scroll;
		margin: 0 0 1em;
	}
	#papercup_lid .contents .fl_rowall .cup_list .cup{
		text-align: center;
		width: 120px;
		margin: 0 0.5em;
		padding-bottom: 1em;
	}
	#papercup_lid .contents .fl_rowall .cup_list .cup img{
		max-width: 120px;
	}
	/*1列に全部の紙コップたち　蓋*/
	#papercup_lid .contents .fl_rowall .bg_white{
		background-color: #ffffff;
		border-radius: 1em;
		padding: 1em;
		margin: 0;
		width: 100%;
	}
	#papercup_lid .contents .fl_rowall .bg_white._l3{
		margin-left: 0;
	}
	#papercup_lid .contents .fl_rowall .lid_list{
		padding: 0 0 1em 0;
	}
	#papercup_lid .contents .fl_rowall .lid_list .lid{
		width: 120px;
		margin: 0 0.5em;
		font-size: 0.8em;
	}
	#papercup_lid .contents .fl_rowall .lid_list .lid img{
		max-width: 120px;
	}
	/*関連記事のとこ*/
	.column{
		width: 100%;
	}
	.column ul.tokusyu{
		width: 96%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	.column ul.tokusyu li{
		width: 49%;
	}
	/*アイコン*/
	.papercuponce {
		display: inline-block;
		background-color: #6b4c3b;
		color: #fff;
		font-size: 1em;
		padding: 4px 15px;
		border-radius: 999px;
		font-weight: bold;
		line-height: 1;
		margin-right: 10px;
	}
	.chosei {
		font-size: 1em;
		padding: 5px 15px;
		margin-bottom: 15px;
	}
}
