@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:    style_pc.css
 Style Info:     おやつカップ PC版
----------------------------------------------------------- */

@media screen and (min-width: 960px){

	#main.oyatsucup a:hover {
		opacity: 0.7;
	}

	#main.oyatsucup .mainimage {
		margin: 0 !important;
		width: 100%;
		position: relative;
	}
	#main.oyatsucup .mainimage .image {
		width: 760px;
		height: 508px;
		background-image: -webkit-image-set(url('../img/img_main.webp') 1x, url('../img/img_main@2x.webp') 2x);
		background-image: image-set(url('../img/img_main.webp') 1x, url('../img/img_main@2x.webp') 2x);

		background-size: 100%;
	}
    #main.oyatsucup .mainimage .image img.img_main.sp {
		display: none !important;
	}


	#main.oyatsucup .descrip_tokucho {
		display: block !important;
		margin: 90px auto 40px !important;
		padding: 0 0 60px 0 !important;
		width: 90%;
		text-align: center;
		background-color: #fffee1;
		border-radius: 30px;
		position: relative;
	}
	#main.oyatsucup .descrip_tokucho img.title_oyatsucup {
		display: block;
		margin: 0 auto 20px !important;
		width: 90%;
		position: absolute;
		top: -60px;
		left: 5%;
	}
	#main.oyatsucup .descrip_tokucho h2 {
		padding-top: 130px !important;
		font-size: 3rem !important;
		line-height: 1.4;
	}
	#main.oyatsucup .descrip_tokucho ul.tokucho {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 20px 0 0 -1%;
		width: 102%;
	}
	#main.oyatsucup .descrip_tokucho ul.tokucho li {
		margin-right: 2%;
		width: 32%;
	}
	#main.oyatsucup .descrip_tokucho ul.tokucho li:last-child {
		margin-right: 0;
	}
	#main.oyatsucup .descrip_tokucho ul.tokucho li img {
		width: 100%;
	}
	#main.oyatsucup .descrip_tokucho img.txt_30p {
		margin: -26px auto 0;
		width: 80%;
	}

	#main.oyatsucup .descrip_tokucho ul.ordertype {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 auto 0;
		width: 70%;
	}
	#main.oyatsucup .descrip_tokucho ul.ordertype li {
		margin: -20px 4% 0 0;
		padding: 2px 6px;
		width: 48%;
		color: #fff;
		font-size: 3rem;
		font-weight: 600;
		background-color: #000;
		box-sizing: border-box;
	}
	#main.oyatsucup .descrip_tokucho ul.ordertype li:last-child {
		margin-right: 0;
	}

	#main.oyatsucup .makechoice {
		margin: 0 auto 70px;
		width: 72%;
	}
	#main.oyatsucup .makechoice .choice {
		margin-bottom: 26px;
		text-align: center;
	}
	#main.oyatsucup .makechoice .choice:last-child {
		margin-bottom: 0;
	}
	#main.oyatsucup .makechoice .choice p {
		margin: 0 auto 12px;
		color: #000;
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.5;
		text-align: center;
	}
	#main.oyatsucup .makechoice .choice a.button {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		padding: 6px 18px 8px;
		width: 86%;
		min-height: 64px;
		color: #fff;
		font-size: 3rem;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.04em;
		text-align: center;
		border-radius: 6px;
		box-sizing: border-box;
		box-shadow: 0 6px 0 rgba(0,0,0,0.08);
		overflow: hidden;
		transition: opacity 0.2s ease;
	}
	#main.oyatsucup .makechoice .choice a.button::after {
		content: "";
		position: absolute;
		right: 7px;
		bottom: 7px;
		width: 16px;
		height: 16px;
		background: #fff;
		clip-path: polygon(100% 0, 100% 100%, 0 100%);
	}
	#main.oyatsucup .makechoice .choice a.button:hover {
		opacity: 0.7;
	}
	#main.oyatsucup .makechoice .choice a.button.semi {
		background: linear-gradient(135deg, #00a899 0%, #00a899 58%, #009280 58%, #009280 100%);
	}
	#main.oyatsucup .makechoice .choice a.button.ori {
		background: linear-gradient(135deg, #f94a39 0%, #f94a39 58%, #e83828 58%, #e83828 100%);
	}

	#main.oyatsucup .summary_intro {
		margin: 0 auto 80px;
		padding: 36px 4%;
		width: 90%;
		color: #6a3906;
		background-color: rgba(255,255,255,0.92);
		border: 3px solid #00a29a;
		border-radius: 30px;
		box-sizing: border-box;
	}
	#main.oyatsucup .summary_intro h2 {
		margin-bottom: 20px !important;
		color: #00a29a;
		font-size: 2.4rem !important;
		text-align: center;
	}
	#main.oyatsucup .summary_intro p {
		margin: 0 auto 14px;
		width: 90%;
		font-size: 1.8rem;
		line-height: 1.8;
		text-align: center;
	}
	#main.oyatsucup .summary_intro p.sub {
		margin-bottom: 0;
	}
	#main.oyatsucup .summary_intro ul.pointlist {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 30px auto 0;
		width: 100%;
	}
	#main.oyatsucup .summary_intro ul.pointlist li {
		padding: 24px 20px;
		width: 32%;
		background-color: #fffee1;
		border-radius: 24px;
		box-sizing: border-box;
	}
	#main.oyatsucup .summary_intro ul.pointlist li strong {
		display: block;
		margin-bottom: 10px;
		color: #00a29a;
		font-size: 1.8rem;
		text-align: center;
	}
	#main.oyatsucup .summary_intro ul.pointlist li span {
		display: block;
		font-size: 1.4rem;
		line-height: 1.8;
	}


	#main.oyatsucup .descrip_scene {
		margin-top: 60px;
	}
	#main.oyatsucup .descrip_scene img.title.ti_scene {
		width: calc(281px * 0.9);
		aspect-ratio: 281 / 74;
	}
	#main.oyatsucup .descrip_scene h2 {
		margin: 16px auto 40px !important;
		font-size: 2.4rem !important;
		color: #6a3906;
		text-align: center;
	}
	#main.oyatsucup .descrip_scene h3 {
		font-size: 2.5rem !important;
		text-align: center;
		line-height: 1.4;
	}
	#main.oyatsucup .descrip_scene h3 strong {
		font-size: 3rem;
	}
	#main.oyatsucup .descrip_scene ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	#main.oyatsucup .descrip_scene ul.even {
		flex-direction: row-reverse;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text {
		margin-top: 100px;
		width: 56%;
		position:  relative;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text.i03 {
		width: 64%;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img {
		display: block;
		width: 100%;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.img_illust01 {
		margin-top: -30px;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.text {
		position: absolute;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_01 {
		width: 392px;
		aspect-ratio: 431 : 131;
		bottom: 32px;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_02 {
		width: 319px;
		aspect-ratio: 351 : 130;
		bottom: 40px;
		left: 50px;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_03 {
		width: 246px;
		aspect-ratio: 271 : 130;
		bottom: -20px;
		left: 100px;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.img_illust04 {
		margin-top: -60px;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_04 {
		width: 355px;
		aspect-ratio: 391 : 131;
		bottom: 10px;
		left: 40px;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.img_illust05 {
		margin-top: 60px;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_05 {
		width: 411px;
		aspect-ratio: 391 : 131;
		bottom: -2px;
		left: 0;
	}
	#main.oyatsucup .descrip_scene ul li.photo {
		width: 44%;
		position: relative;
	}
	#main.oyatsucup .descrip_scene ul li.photo.i03 {
		width: 36%;
	}
	#main.oyatsucup .descrip_scene ul li.photo img {
		display: block;
		position: absolute;
		top: 0;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht01 {
		width: 420px;
		aspect-ratio: 462 : 681;
		left: -70px;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht02 {
		width: 415px;
		aspect-ratio: 457 : 677;
		left: -43px;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht03 {
		width: 340px;
		aspect-ratio: 368 : 513;
		left: -120px;
		top: 20px;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht04 {
		margin-top: 20px;
		width: 382px;
		aspect-ratio: 421 : 673;
		left: 30px;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht05 {
		margin-top: 100px;
		width: 410px;
		aspect-ratio: 435 : 455;
		left: -90px;
	}



	#main.oyatsucup .product {
		margin: 60px auto;
		padding: 60px 0 40px 0;
		color: #6a3906;
		background-image: url(../img/bg_orange@2x.webp);
		background-repeat: no-repeat;
	}
	#main.oyatsucup img.title {
		display: block;
		margin: 0 auto 16px;
	}
	#main.oyatsucup .product img.title.ti_product {
		width: calc(378px * 0.9);
		aspect-ratio: 378 / 78;
	}
	#main.oyatsucup .product h2 {
		margin: 16px auto 40px !important;
		font-size: 2.4rem !important;
		text-align: center;
	}
	#main.oyatsucup .product .contentsbox {
		margin: 20px auto 60px;
		padding: 40px 24px 24px 24px;
		width: 80%;
		background-color: #fff3cc;
		box-sizing: border-box;
	}
	#main.oyatsucup .product .contentsbox h3 {
		margin: -60px auto 16px;
		padding: 4px;
		width: 60%;
		color: #fff;
		font-size: 2.4rem !important;
		text-align: center;
		background-color: #6a3906;
		border-radius: 20px;
		box-sizing: border-box;
	}
	#main.oyatsucup .product .contentsbox p {
		font-size: 2rem !important;
		font-weight: 600;
		text-align: center;
	}
	#main.oyatsucup .product .contentsbox p.notes {
		margin-top: 40px;
		color: #000;
		font-size: 1rem !important;
		font-weight: 400;
	}
	#main.oyatsucup .product .contentsbox img.pht_size {
		display: block;
		margin-bottom: 20px;
		width: 100%;
		aspect-ratio: 558 / 342;
	}
	#main.oyatsucup .product .contentsbox img.img_structure {
		display: block;
		width: 100%;
		aspect-ratio: 611 / 765;
	}


	#main.oyatsucup .product img.title.ti_choice {
		width: calc(317px * 0.9);
		aspect-ratio: 317 / 81;
	}
	#main.oyatsucup .product .contentsbox2 {
		margin: 20px auto 60px;
		width: 90%;
	}
	#main.oyatsucup .product .contentsbox2 h3 {
		margin: -20px 0 20px !important;
		color: #000;
		font-size: 2.4rem !important;
		text-align: center;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100%;
		color: #000;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li {
		margin: 0 1.25% 0 0 !important;
		padding-bottom: 20px;
		width: 32.5% !important;
		background-color: #fff;
		border: 4px solid #ccc;
		box-sizing: border-box;
		position: relative;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li:last-child {
		margin-right: 0 !important;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li img.photo {
		display: block;
		margin: 30px auto 16px;
		width: 90%;
		aspect-ratio: 171 / 187;
		border: none;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li img.icon {
		width: 52%;
		position: absolute;
		top: 140px;
		right: 2px;
		aspect-ratio: 1 / 1;
		border: none;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li h4 {
		margin: 0 auto 16px;
		padding: 3px;
		width: 80%;
		font-size: 1.4rem;
		text-align: center;
		border: 1px solid #000;
		border-radius: 20px;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li h4 a {
		display: block;
		color: inherit;
		text-decoration: none;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li p {
		margin: 0 auto 16px;
		width: 90%;
		font-size: 1.2rem;
		font-weight: 600;
		text-align: center;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li a.button {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto 12px;
		padding: 10px 18px 12px;
		width: 90%;
		color: #fff;
		min-height: 64px;
		font-size: 1.9rem;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.04em;
		text-align: center;
		border-radius: 6px;
		box-sizing: border-box;
		box-shadow: 0 6px 0 rgba(0,0,0,0.08);
		overflow: hidden;
		transition: opacity 0.2s ease;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li a.button::after {
		content: "";
		position: absolute;
		right: 7px;
		bottom: 7px;
		width: 16px;
		height: 16px;
		background: #fff;
		clip-path: polygon(100% 0, 100% 100%, 0 100%);
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li a.button.semi {
		background: linear-gradient(135deg, #00a899 0%, #00a899 58%, #009280 58%, #009280 100%);
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li a.button.ori {
		background: linear-gradient(135deg, #f94a39 0%, #f94a39 58%, #e83828 58%, #e83828 100%);
	}


	#main.oyatsucup .order img.title.ti_order {
		width: calc(277px * 0.9);
		aspect-ratio: 277 / 78;
	}
	#main.oyatsucup .order h2 {
		margin: 20px auto 40px !important;
		color: #6a3906;
		font-size: 2.4rem !important;
		line-height: 1.4;
		text-align: center;
	}
	#main.oyatsucup .order ul.ordertype {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 20px auto 60px;
		width: 90%;
	}
	#main.oyatsucup .order ul.ordertype li {
		margin-right: 2%;
		width: 49%;
		background-color: #fcf3eb;
		position: relative;
	}
	#main.oyatsucup .order ul.ordertype li:last-child {
		margin-right: 0;
	}
	#main.oyatsucup .order ul.ordertype li img.illust {
		display: block;
		margin: 30px auto 100px;
		width: 80%;
	}
	#main.oyatsucup .order ul.ordertype li img.illust.order_ti_ill_semi02,
	#main.oyatsucup .order ul.ordertype li img.illust.order_ti_ill_ori02 {
		margin-top: 80px;
	}
	#main.oyatsucup .order ul.ordertype li div.text {
		margin-top: -150px;
		text-align: center;
	}
	#main.oyatsucup .order ul.ordertype li div.text p {
		margin-bottom: 8px;
		font-size: 2rem !important;
		font-weight: 600;
	}
	#main.oyatsucup .order ul.ordertype li div.text h3 {
		margin-bottom: 0;
		color: #00a29a;
		font-size: 2rem !important;
		font-weight: 600;
	}
	#main.oyatsucup .order ul.ordertype li.ori div.text h3 {
		color: #e83828;
	}
	#main.oyatsucup .order ul.ordertype li div.text h3 span {
		font-size: 1.8rem !important;
		font-weight: 400;
		line-height: 1.4;
	}

	/* 左右に斜め */
	#main.oyatsucup .order ul.ordertype li div.text h3 span {
		align-items: center; /* 線を上下中央 */
		display: flex; /* 文字と線を横並び */
		justify-content: center; /* 文字を中央寄せ */
	}
	#main.oyatsucup .order ul.ordertype li div.text h3 span::before,
	#main.oyatsucup .order ul.ordertype li div.text h3 span::after {
		background-color: #00a29a; /* 線の色 */
		content: "";
		height: 2px; /* 線の太さ */
		width: 40px; /* 線の長さ */
	}
	#main.oyatsucup .order ul.ordertype li.ori div.text h3 span::before,
	#main.oyatsucup .order ul.ordertype li.ori div.text h3 span::after {
		background-color: #e83828; /* 線の色 */
	}
	#main.oyatsucup .order ul.ordertype li div.text h3 span::before {
		margin-right: 0; /* 文字との余白 */
		transform: rotate(60deg); /* 傾ける */
	}
	#main.oyatsucup .order ul.ordertype li div.text h3 span::after {
		margin-left: 0; /* 文字との余白 */
		transform: rotate(-60deg); /* 傾ける */
	}

	#main.oyatsucup .order ul.ordertype li .arw {
		display: block;
		width: 60%;
		position: absolute;
		top: 350px;
		left: 20%;
	}

	#main.oyatsucup .order ul.ordertype li .step_wrapper {
		display: block;
		margin: 100px auto 30px;
		padding: 200px 0 30px 0;
		width: 90%;
		background-color: #fff;
		border-radius: 10px;
		position: relative;
		box-sizing: border-box;
	}
	#main.oyatsucup .order ul.ordertype li .step_wrapper img.tipht {
		display: block;
		width: 70%;
		position: absolute;
		top: -60px;
		left:15%;
	}
	#main.oyatsucup .order ul.ordertype li .step_wrapper .step {
		display: block !important;
		margin: 16px auto 0 !important;
		width: 90%;
		color: #00a29a;
		font-size: 1.5rem;
		font-weight: 600;
		text-align: center;
	}
	#main.oyatsucup .order ul.ordertype li.ori .step_wrapper .step {
		color: #e83828;
	}
	#main.oyatsucup .order ul.ordertype li .step_wrapper .step li {
		margin: 0 auto 0;
		width: 90%;
		background-color: transparent;
	}
	#main.oyatsucup .order ul.ordertype li .step_wrapper .step li::after {
		content: "▶︎";
		display: block;
		color: rgba(0,162,154,0.3);
		text-align: center;
		transform: rotate(90deg)
	}
	#main.oyatsucup .order ul.ordertype li.ori .step_wrapper .step li::after {
		content: "▶︎";
		color: rgba(232,56,40,0.3);
	}
	#main.oyatsucup .order ul.ordertype li .step_wrapper .step li:last-child::after {
		content: "";
		display: none;
	}
	#main.oyatsucup .order ul.ordertype li a.button {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 30px auto 12px;
		padding: 10px 18px 12px;
		width: 78%;
		min-height: 64px;
		color: #fff;
		font-size: 1.9rem;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.04em;
		text-align: center;
		border-radius: 6px;
		box-sizing: border-box;
		box-shadow: 0 6px 0 rgba(0,0,0,0.08);
		overflow: hidden;
		transition: opacity 0.2s ease;
	}
	#main.oyatsucup .order ul.ordertype li a.button::after {
		content: "";
		position: absolute;
		right: 7px;
		bottom: 7px;
		width: 16px;
		height: 16px;
		background: #fff;
		clip-path: polygon(100% 0, 100% 100%, 0 100%);
	}
	#main.oyatsucup .order ul.ordertype li a.button:hover {
		opacity: 0.7;
	}
	#main.oyatsucup .order ul.ordertype li a.button.semi {
		background: linear-gradient(135deg, #00a899 0%, #00a899 58%, #009280 58%, #009280 100%);
	}
	#main.oyatsucup .order ul.ordertype li a.button.ori {
		background: linear-gradient(135deg, #f94a39 0%, #f94a39 58%, #e83828 58%, #e83828 100%);
	}


/* 比較表 */
	#main.oyatsucup .comparison {
		margin: 10px auto 80px;
		width: 90%;
		color: #6a3906;
	}
	#main.oyatsucup .comparison img.title.ti_compari {
		display: block;
		margin: 0 auto;
		width: calc(556px * 0.9);
		aspect-ratio: 556 / 117;
	}
	#main.oyatsucup .comparison h2 {
		margin: 8px auto 40px !important;
		font-size: 2.4rem !important;
		color: #6a3906;
		text-align: center;
	}
	#main.oyatsucup .comparison .comparison_table_wrap {
		overflow-x: auto;
		background-color: #fff;
	}
	#main.oyatsucup .comparison table.comparison_table {
		width: 100%;
		border-collapse: collapse;
		/* table-layout: fixed; */
	}
	#main.oyatsucup .comparison table.comparison_table thead th {
		padding: 8px 8px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
		background-color: #fde108;
		border-right: 2px solid #fff;
	}
	#main.oyatsucup .comparison table.comparison_table thead th:first-child {
		color: #6a3906;
		font-size: 1.2rem;
		border-right: 6px solid #fff;
	}
	#main.oyatsucup .comparison table.comparison_table thead th.semi {
		background-color: #00a29a;
	}
	#main.oyatsucup .comparison table.comparison_table thead th.ori {
		background-color: #e83828;
	}
	#main.oyatsucup .comparison table.comparison_table tbody th,
	#main.oyatsucup .comparison table.comparison_table tbody td {
		padding: 18px 16px;
		font-size: 1.5rem;
		text-align: center;
		line-height: 1.4;
		vertical-align: middle;
		border-bottom: 1px dotted #7b3200;
	}
	#main.oyatsucup .comparison table.comparison_table tbody th {
		border-right: 6px solid #fff;
		width: 20%;
		font-weight: 600;
		text-align: center;
		background-color: #fff3cc;
	}
	#main.oyatsucup .comparison table.comparison_table tbody td {
		width: 40%;
		color: #000;
		font-size: 1.4rem;
	}
	#main.oyatsucup .comparison table.comparison_table tbody td strong {
		display: block;
		font-size: 2rem;
		-webkit-text-stroke: 6px #fff; /* 縁の太さと色 */
		paint-order: stroke fill; /* 縁を背後に回す */
	}
	#main.oyatsucup .comparison table.comparison_table tbody td strong.first {
		margin-top: -30px;
	}
	#main.oyatsucup .comparison table.comparison_table tbody td:nth-child(2) {
		background-color: rgba(0,162,154,0.06);
		border-right: 2px solid #fff;
	}
	#main.oyatsucup .comparison table.comparison_table tbody td:nth-child(2) strong {
		color: #00a29a;
	}
	#main.oyatsucup .comparison table.comparison_table tbody td:nth-child(3) {
		background-color: rgba(232,56,40,0.06);
	}
	#main.oyatsucup .comparison table.comparison_table tbody td:nth-child(3) strong {
		color: #e83828;
	}
	#main.oyatsucup .comparison table.comparison_table tbody td img {
		display: block;
		margin: 0 auto;
		width: 80%;
		aspect-ratio: 284 / 287;
	}
	#main.oyatsucup .comparison table.comparison_table tbody tr.last th,
	#main.oyatsucup .comparison table.comparison_table tbody tr.last td {
		border-bottom: none;
	}


/* ラインナップ */
	#main.oyatsucup .lineup {
		padding-top: 20px !important;
	}
	#main.oyatsucup .lineup img.title.ti_lineup {
		width: calc(331px * 0.9);
		aspect-ratio: 331px / 101;
	}
	#main.oyatsucup .lineup h2 {
		margin: -10px auto 40px !important;
		color: #6a3906;
		font-size: 2.4rem !important;
		line-height: 1.4;
		text-align: center;
	}

	#main.oyatsucup .lineup .contensbox3 {
		margin: 80px auto 20px;
		padding-top: 88px;
		width: 90%;
		background-size: 86%;
		background-repeat: no-repeat;
		background-position: center 88px;
	}

	#main.oyatsucup .lineup .contensbox3 .titleblock {
		margin: -180px auto 16px !important;
		width: 85%;
		position: relative;
		color: #fff;
		box-sizing: border-box;
	}
	#main.oyatsucup .lineup .contensbox3 .titleblock span {
		display: block;
		font-size: 3.3rem;
		font-weight: 600;
		position: absolute;
		top: 60px;
		right: 50px;
	}
	#main.oyatsucup .lineup .contensbox3 .titleblock span strong {
		font-size: 4.4rem;
	}
	#main.oyatsucup .lineup .contensbox3 .titleblock img.lineup_title {
		display: block;
		width: 100%;
		aspect-ratio: 620 / 166;
	}

	#main.oyatsucup .contensbox3.semi {
		background-color: rgba(191,247,243,0.3);
		background-image: -webkit-image-set(url('../img/lineup_semi_kirakira.webp') 1x, url('../img/lineup_semi_kirakira@2x.webp') 2x);
		background-image: image-set(url('../img/lineup_semi_kirakira.webp') 1x, url('../img/lineup_semi_kirakira@2x.webp') 2x);
		border-top: 3px dotted #00a29a;
	}
	#main.oyatsucup .lineup .contensbox3 h3 {
		font-size: 3rem !important;
		text-align: center;
		line-height: 1.4;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 60px auto 0;
		width: 90%;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li {
		width: 25%;
		position: relative;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li:not(:last-child)::after {
		content: "";
		display: block;
		width: 14px;
		height: 31px;
		background-image: -webkit-image-set(url('../img/arw.webp') 1x, url('../img/arw@2x.webp') 2x);
		background-image: image-set(url('../img/arw.webp') 1x, url('../img/arw@2x.webp') 2x);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: -7px;
		transform: translateY(-50%);
		z-index: 1;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li p {
		width: 100%;
		color: #6a3906;
		text-align: center;
		position: absolute;
		top: -40px;
		left: 0;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li p span {
		display: block;
		color: #00a29a;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li img {
		display: block;
		margin: 0 auto;
		width: 120px;
	}

	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper {
		margin: 30px auto;
		padding: 30px 0 30px;
		width: 85%;
		border-top: 3px dotted #00a29a;
		box-sizing: border-box;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper h4 {
		color: #fff;
		font-size: 3rem;
		text-align: center;
		background-color: #00a29a;
		border-radius: 24px;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper h5 {
		margin: 30px auto 20px;
		padding: 2px;
		width: 80%;
		color: #00a29a;
		font-size: 2.4rem;
		text-align: center;
		background-color: #fff;
		border: 2px solid #00a29a;
		border-radius: 24px;
		box-sizing: border-box;
	}

	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 0 auto 40px !important;
		width: 90%;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li {
		display: grid;
		grid-template-rows: 1fr auto auto;
		margin-right: 4%;
		width: 48%;
		text-align: center;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li:last-child {
		margin-right: 0;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li p {
		margin-bottom: 12px;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img {
		align-self: center;
		display: block;
		margin: 0 auto 8px;
		width: 100%;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_k_thumb01 {
		aspect-ratio: 293 / 321;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_k_thumb02 {
		width: 106%;
		aspect-ratio: 290 / 312;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_k_thumb03 {
		aspect-ratio: 295 / 330;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_k_thumb04 {
		width: 106%;
		aspect-ratio: 290 / 312;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_p_thumb01 {
		aspect-ratio: 256 / 307;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_p_thumb02 {
		width: 118%;
		aspect-ratio: 314 / 312;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_p_thumb03 {
		width: 100%;
		aspect-ratio: 263 / 310;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_p_thumb04 {
		width: 118%;
		aspect-ratio: 324 / 313;
	}

	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_m_thumb01 {
		aspect-ratio: 224 / 306;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_m_thumb02 {
		width: 118%;
		aspect-ratio: 316 / 291;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_m_thumb03 {
		width: 100%;
		aspect-ratio: 244 / 309;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_m_thumb04 {
		width: 118%;
		aspect-ratio: 316 / 292;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li a.txtlink14 {
		display: block;
		margin: 0 auto;
		padding: 4px 10px;
		width: 50%;
		color: #fff;
		box-sizing: border-box;
	}

	/* オリジナル */
	#main.oyatsucup .lineup .contensbox3.ori {
		margin-top: 110px;
		background-color: rgba(252,228,227,0.3);
		background-image: -webkit-image-set(url('../img/lineup_ori_kirakira.webp') 1x, url('../img/lineup_ori_kirakira@2x.webp') 2x);
		background-image: image-set(url('../img/lineup_ori_kirakira.webp') 1x, url('../img/lineup_ori_kirakira@2x.webp') 2x);
		border-top: 3px dotted #e83828;
	}
	#main.oyatsucup .lineup .contensbox3.ori .titleblock span {
		top: 56px;
		left: 36px;
	}
	#main.oyatsucup .lineup .contensbox3.ori ul.iconlist li p span {
		display: block;
		color: #e83828;
	}
	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper {
		width: 100%;
		border-top: 3px dotted #e83828;
	}
	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper h4 {
		margin: 0 auto;
		width: 85%;
		background-color: #e83828;
	}

	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper ul.itemlist {
		margin: 16px auto 50px !important;
	}
	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper ul.itemlist li {
		overflow: hidden;
	}
	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper ul.itemlist li img {
		margin-left: -4%;
		width: 108%;
		aspect-ratio: 336 / 337;
	}


/* よくあるご質問 */
	#main.oyatsucup .faq {
		margin: 60px auto 100px;
		width: 100%;
		color: #6a3906;
	}
	#main.oyatsucup .faq img.title.ti_faq {
		width: calc(185px * 0.9);
		aspect-ratio: 185 / 116;
	}
	#main.oyatsucup .faq h2 {
		margin: 8px auto 40px !important;
		font-size: 2.4rem !important;
		text-align: center;
	}
	#main.oyatsucup .faq .faq_list {
		margin: 0 auto;
		width: 90%;
	}
	#main.oyatsucup .faq .faq_item {
		margin-bottom: 16px;
		/* border: 2px solid #dfeceb; */
		/* border-radius: 20px; */
		overflow: hidden;
		background-color: #fff;
	}
	#main.oyatsucup .faq .faq_item:last-child {
		margin-bottom: 0;
	}
	#main.oyatsucup .faq .faq_item dt,
	#main.oyatsucup .faq .faq_item dd {
		position: relative;
		padding: 18px 24px 18px 76px;
		line-height: 1.7;
	}
	#main.oyatsucup .faq .faq_item dt {
		color: #00a29a;
		font-size: 1.8rem;
		font-weight: 600;
		background-color: #e9fbf9;
		border-top: 2px dotted #00a29a;
	}
	#main.oyatsucup .faq .faq_item dd {
		font-size: 1.6rem;
		background-color: #fff;
	}
	#main.oyatsucup .faq .faq_item dt::before,
	#main.oyatsucup .faq .faq_item dd::before {
		display: block;
		width: 34px;
		height: 34px;
		position: absolute;
		top: 50%;
		left: 24px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 600;
		line-height: 34px;
		text-align: center;
		border-radius: 50%;
		transform: translateY(-50%);
	}
	#main.oyatsucup .faq .faq_item dt::before {
		content: "Q";
		background-color: #00a29a;
	}
	#main.oyatsucup .faq .faq_item dd::before {
		content: "A";
		background-color: #e83828;
	}


	#main.oyatsucup .point {
		margin: 100px auto 0;
		width: 85%;
	}
	#main.oyatsucup .point img.title.ti_point {
		width: calc(248px * 0.9);
		aspect-ratio: 248 / 81;
	}
	#main.oyatsucup .point h2 {
		margin: 16px auto 40px !important;
		font-size: 2.4rem !important;
		color: #6a3906;
		text-align: center;
	}
	#main.oyatsucup .point ul.pointlist {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
	}
	#main.oyatsucup .point ul.pointlist li {
		margin: 16px 2% 20px 0;
		width: 49%;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	#main.oyatsucup .point ul.pointlist li:nth-child(2n) {
		margin-right: 0 !important;
	}
	#main.oyatsucup .point ul.pointlist li:nth-child(1) {
			background-image: url(../img/point_illust01.webp);
	}
	#main.oyatsucup .point ul.pointlist li:nth-child(2) {
			background-image: url(../img/point_illust02.webp);
	}
	#main.oyatsucup .point ul.pointlist li:nth-child(3) {
			background-image: url(../img/point_illust03.webp);
	}
	#main.oyatsucup .point ul.pointlist li:nth-child(4) {
			background-image: url(../img/point_illust04.webp);
	}
	#main.oyatsucup .point ul.pointlist li img.icon {
		display: block;
		width: 68px;
		height: 68px;
	}
	#main.oyatsucup .point ul.pointlist li h3 {
		margin-top: 160px;
		font-size: 2rem !important;
		text-align: center;
	}
	#main.oyatsucup .point ul.pointlist li p {
		margin: 0 auto;
		width: 90%;
		font-size: 1.6rem;
		font-weight: 400;
	}

}
