@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:    style_tablet.css
 Style Info:     おやつカップ タブレット版
----------------------------------------------------------- */

@media screen and (min-width: 600px) and (max-width: 959px) {
	#main.oyatsucup .mainimage {
		margin: 0 !important;
		width: 100%;
		position: relative;
	}
	#main.oyatsucup .mainimage .image {
		width: 100%;
		height: auto;
		aspect-ratio: 760 / 508;
		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: 9vw auto 4vw !important;
		padding: 0 0 6vw 0 !important;
		width: 90%;
		text-align: center;
		background-color: #fffee1;
		border-radius: 3vw;
		position: relative;
	}
	#main.oyatsucup .descrip_tokucho img.title_oyatsucup {
		display: block;
		margin: 0 auto 2vw !important;
		width: 90%;
		position: absolute;
		top: -6vw;
		left: 5%;
	}
	#main.oyatsucup .descrip_tokucho h2 {
		padding-top: 13vw !important;
		font-size: 3vw !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: 2vw 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: -2.6vw 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: -2vw 4% 0 0;
		padding: 0.2vw 0.6vw;
		width: 48%;
		color: #fff;
		font-size: 3vw;
		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 7vw;
		width: 72%;
	}
	#main.oyatsucup .makechoice .choice {
		margin-bottom: 2.6vw;
		text-align: center;
	}
	#main.oyatsucup .makechoice .choice:last-child {
		margin-bottom: 0;
	}
	#main.oyatsucup .makechoice .choice p {
		margin: 0 auto 1.2vw;
		color: #000;
		font-size: 2vw;
		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: 0.6vw 1.8vw 0.8vw;
		width: 86%;
		min-height: 6.4vw;
		color: #fff;
		font-size: 3vw;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.04em;
		text-align: center;
		border-radius: 0.6vw;
		box-sizing: border-box;
		box-shadow: 0 0.6vw 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: 0.7vw;
		bottom: 0.7vw;
		width: 1.6vw;
		height: 1.6vw;
		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 8vw;
		padding: 3.6vw 4%;
		width: 90%;
		color: #6a3906;
		background-color: rgba(255,255,255,0.92);
		border: 0.3vw solid #00a29a;
		border-radius: 3vw;
		box-sizing: border-box;
	}
	#main.oyatsucup .summary_intro h2 {
		margin-bottom: 2vw !important;
		color: #00a29a;
		font-size: 2.4vw !important;
		text-align: center;
	}
	#main.oyatsucup .summary_intro p {
		margin: 0 auto 1.4vw;
		width: 90%;
		font-size: 1.8vw;
		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: 3vw auto 0;
		width: 100%;
	}
	#main.oyatsucup .summary_intro ul.pointlist li {
		padding: 2.4vw 2vw;
		width: 32%;
		background-color: #fffee1;
		border-radius: 2.4vw;
		box-sizing: border-box;
	}
	#main.oyatsucup .summary_intro ul.pointlist li strong {
		display: block;
		margin-bottom: 1vw;
		color: #00a29a;
		font-size: 1.8vw;
		text-align: center;
	}
	#main.oyatsucup .summary_intro ul.pointlist li span {
		display: block;
		font-size: 1.4vw;
		line-height: 1.8;
	}


	#main.oyatsucup .descrip_scene {
		margin-top: 6vw;
	}
	#main.oyatsucup .descrip_scene img.title.ti_scene {
		display: block;
		margin: 0 auto;
		width: calc(28.1vw * 0.9);
		aspect-ratio: 281 / 74;
	}
	#main.oyatsucup .descrip_scene h2 {
		margin: 1.6vw auto 4vw !important;
		font-size: 2.4vw !important;
		color: #6a3906;
		text-align: center;
	}
	#main.oyatsucup .descrip_scene h3 {
		font-size: 2.5vw !important;
		text-align: center;
		line-height: 1.4;
	}
	#main.oyatsucup .descrip_scene h3 strong {
		font-size: 3vw;
	}
	#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: 10vw;
		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: -3vw;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.text {
		position: absolute;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_01 {
		width: 39.2vw;
		aspect-ratio: 431 : 131;
		bottom: 3.2vw;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_02 {
		width: 31.9vw;
		aspect-ratio: 351 : 130;
		bottom: 4vw;
		left: 5vw;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_03 {
		width: 24.6vw;
		aspect-ratio: 271 : 130;
		bottom: -2vw;
		left: 10vw;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.img_illust04 {
		margin-top: -6vw;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_04 {
		width: 35.5vw;
		aspect-ratio: 391 : 131;
		bottom: 1vw;
		left: 4vw;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.img_illust05 {
		margin-top: 6vw;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_05 {
		width: 41.1vw;
		aspect-ratio: 391 : 131;
		bottom: -0.2vw;
		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: 42vw;
		aspect-ratio: 462 : 681;
		left: -7vw;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht02 {
		width: 41.5vw;
		aspect-ratio: 457 : 677;
		left: -4.3vw;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht03 {
		width: 34vw;
		aspect-ratio: 368 : 513;
		left: -12vw;
		top: 2vw;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht04 {
		margin-top: 2vw;
		width: 38.2vw;
		aspect-ratio: 421 : 673;
		left: 3vw;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht05 {
		margin-top: 10vw;
		width: 41vw;
		aspect-ratio: 435 : 455;
		left: -9vw;
	}


#main.oyatsucup .product {
		margin-top: 6vw;
		padding: 6vw 0 4vw 0;
		color: #6a3906;
		background-image: url(../img/bg_orange@2x.webp);
		background-repeat: no-repeat;
	}
	#main.oyatsucup .product img.title {
		display: block;
		margin: 0 auto 1.6vw;
	}
	#main.oyatsucup .product img.title.ti_product {
		width: calc(37.8vw * 0.9);
		aspect-ratio: 378 / 78;
	}
	#main.oyatsucup .product h2 {
		margin: 1.6vw auto 4vw !important;
		font-size: 2.4vw !important;
		text-align: center;
	}
	#main.oyatsucup .product .contentsbox {
		margin: 2vw auto 6vw;
		padding: 4vw 2.4vw 2.4vw 2.4vw;
		width: 80%;
		background-color: #fff3cc;
		box-sizing: border-box;
	}
	#main.oyatsucup .product .contentsbox h3 {
		margin: -6vw auto 1.6vw;
		padding: 0.4vw;
		width: 60%;
		color: #fff;
		font-size: 2.4vw !important;
		text-align: center;
		background-color: #6a3906;
		border-radius: 2vw;
		box-sizing: border-box;
	}
	#main.oyatsucup .product .contentsbox p {
		font-size: 2vw !important;
		font-weight: 600;
		text-align: center;
	}
	#main.oyatsucup .product .contentsbox p.notes {
		margin-top: 4vw;
		color: #000;
		font-size: 0.1vw !important;
		font-weight: 400;
	}
	#main.oyatsucup .product .contentsbox img.pht_size {
		display: block;
		margin-bottom: 2vw;
		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(31.7vw * 0.9);
		aspect-ratio: 317 / 81;
	}
	#main.oyatsucup .product .contentsbox2 {
		margin: 2vw auto 6vw;
		width: 90%;
	}
	#main.oyatsucup .product .contentsbox2 h3 {
		margin: -2vw 0 2vw !important;
		color: #000;
		font-size: 2.4vw !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: 2vw;
		width: 32.5% !important;
		background-color: #fff;
		border: 0.4vw 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: 3vw auto 1.6vw;
		width: 90%;
		aspect-ratio: 171 / 187;
		border: none;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li img.icon {
		width: 52%;
		position: absolute;
		top: 14vw;
		right: 0.2vw;
		aspect-ratio: 1 / 1;
		border: none;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li h4 {
		margin: 0 auto 1.6vw;
		padding: 0.3vw;
		width: 80%;
		font-size: 1.4vw;
        text-align: center;
		border: 0.1vw solid #000;
		border-radius: 2vw;
	}
	#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 1.6vw;
		width: 90%;
		font-size: 1.2vw;
		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 1.2vw;
		padding: 1vw 1.8vw 1.2vw;
		width: 90%;
		color: #fff;
		min-height: 6.4vw;
		font-size: 1.9vw;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.04em;
		text-align: center;
		border-radius: 0.6vw;
		box-sizing: border-box;
		box-shadow: 0 0.6vw 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: 0.7vw;
		bottom: 0.7vw;
		width: 1.6vw;
		height: 1.6vw;
		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 {
		display: block;
		margin: 6vw auto 3vw;
		width: calc(27.7vw * 0.9);
		aspect-ratio: 277 / 78;
	}
	#main.oyatsucup .order h2 {
		margin: 2vw auto 4vw !important;
		color: #6a3906;
		font-size: 2.4vw !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: 2vw auto 6vw;
		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: 3vw auto 10vw;
		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: 8vw;
	}
	#main.oyatsucup .order ul.ordertype li div.text {
		margin-top: -15vw;
		text-align: center;
	}
	#main.oyatsucup .order ul.ordertype li div.text p {
		margin-bottom: 0.8vw;
		font-size: 2vw !important;
		font-weight: 600;
	}
	#main.oyatsucup .order ul.ordertype li div.text h3 {
		margin-bottom: 0;
		color: #00a29a;
		font-size: 2vw !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.8vw !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: 0.2vw; /* 線の太さ */
		width: 4vw; /* 線の長さ */
	}
	#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: 35vw;
		left: 20%;
	}

	#main.oyatsucup .order ul.ordertype li .step_wrapper {
		display: block;
		margin: 10vw auto 3vw;
		padding: 20vw 0 3vw 0;
		width: 90%;
		background-color: #fff;
		border-radius: 1vw;
		position: relative;
		box-sizing: border-box;
	}
	#main.oyatsucup .order ul.ordertype li .step_wrapper img.tipht {
		display: block;
		width: 70%;
		position: absolute;
		top: -6vw;
		left:15%;
	}
	#main.oyatsucup .order ul.ordertype li .step_wrapper .step {
		display: block !important;
		margin: 1.6vw auto 0 !important;
		width: 90%;
		color: #00a29a;
		font-size: 1.5vw;
		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;
		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: 3vw auto 1.2vw;
		padding: 1vw 1.8vw 1.2vw;
		width: 85%;
		color: #fff;
		min-height: 6.4vw;
		font-size: 1.9vw;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.04em;
		text-align: center;
		border-radius: 0.6vw;
		box-sizing: border-box;
		box-shadow: 0 0.6vw 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: 0.7vw;
		bottom: 0.7vw;
		width: 1.6vw;
		height: 1.6vw;
		background: #fff;
		clip-path: polygon(100% 0, 100% 100%, 0 100%);
	}
	#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: 1vw auto 8vw;
		width: 90%;
		color: #6a3906;
	}
	#main.oyatsucup .comparison img.title.ti_compari {
		display: block;
		margin: 0 auto;
		width: calc(55.6vw * 0.9);
		aspect-ratio: 556 / 117;
	}
	#main.oyatsucup .comparison h2 {
		margin: 0.8vw auto 4vw !important;
		font-size: 2.4vw !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: 0.8vw 0.8vw;
		color: #fff;
		font-size: 1.8vw;
		font-weight: 600;
		text-align: center;
		background-color: #fde108;
		border-right: 0.2vw solid #fff;
	}
	#main.oyatsucup .comparison table.comparison_table thead th:first-child {
		color: #6a3906;
		font-size: 1.2vw;
		border-right: 0.6vw 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: 1.8vw 1.6vw;
		font-size: 1.5vw;
		text-align: center;
		line-height: 1.4;
		vertical-align: middle;
		border-bottom: 0.1vw dotted #7b3200;
	}
	#main.oyatsucup .comparison table.comparison_table tbody th {
		border-right: 0.6vw 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.4vw;
	}
	#main.oyatsucup .comparison table.comparison_table tbody td strong {
		display: block;
		font-size: 2vw;
		-webkit-text-stroke: 0.6vw #fff; /* 縁の太さと色 */
		paint-order: stroke fill; /* 縁を背後に回す */
	}
	#main.oyatsucup .comparison table.comparison_table tbody td strong.first {
		margin-top: -3vw;
	}
	#main.oyatsucup .comparison table.comparison_table tbody td:nth-child(2) {
		background-color: rgba(0,162,154,0.06);
		border-right: 0.2vw 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: 2vw !important;
	}
	#main.oyatsucup .lineup img.title.ti_lineup {
		display: block;
		margin: 0 auto;
		width: calc(33.1vw * 0.9);
		aspect-ratio: 331 / 101;
	}
	#main.oyatsucup .lineup h2 {
		margin: -1vw auto 4vw !important;
		color: #6a3906;
		font-size: 2.4vw !important;
		line-height: 1.4;
		text-align: center;
	}

	#main.oyatsucup .lineup .contensbox3 {
		margin: 8vw auto 2vw;
		padding-top: 8.8vw;
		width: 90%;
		background-size: 86%;
		background-repeat: no-repeat;
		background-position: center 8.8vw;
	}

	#main.oyatsucup .lineup .contensbox3 .titleblock {
		margin: -18vw auto 1.6vw !important;
		width: 85%;
		position: relative;
		color: #fff;
		box-sizing: border-box;
	}
	#main.oyatsucup .lineup .contensbox3 .titleblock span {
		display: block;
		font-size: 3.3vw;
		font-weight: 600;
		position: absolute;
		top: 6vw;
		right: 5vw;
	}
	#main.oyatsucup .lineup .contensbox3 .titleblock span strong {
		font-size: 4.4vw;
	}
	#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: 0.3vw dotted #00a29a;
	}
	#main.oyatsucup .lineup .contensbox3 h3 {
		font-size: 3vw !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: 6vw 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: 1.4vw;
		height: 3.1vw;
		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: -0.7vw;
		transform: translateY(-50%);
		z-index: 1;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li p {
		width: 100%;
		color: #6a3906;
		font-size: 1.4vw;
		line-height: 1.4;
		text-align: center;
		position: absolute;
		top: -4vw;
		left: 0;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li p span {
		display: block;
		color: #00a29a;
		font-size: 1.8vw;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li img {
		display: block;
		margin: 0 auto;
		width: 12vw;
	}

	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper {
		margin: 3vw auto;
		padding: 3vw 0;
		width: 85%;
		border-top: 0.3vw dotted #00a29a;
		box-sizing: border-box;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper h4 {
		color: #fff;
		font-size: 3vw;
		text-align: center;
		background-color: #00a29a;
		border-radius: 2.4vw;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper h5 {
		margin: 3vw auto 2vw;
		padding: 0.2vw;
		width: 80%;
		color: #00a29a;
		font-size: 2.4vw;
		text-align: center;
		background-color: #fff;
		border: 0.2vw solid #00a29a;
		border-radius: 2.4vw;
		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 4vw !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: 1.2vw;
		font-size: 1.6vw;
		line-height: 1.4;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img {
		align-self: center;
		display: block;
		margin: 0 auto 0.8vw;
		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: 0.4vw 1vw;
		width: 50%;
		color: #fff;
		font-size: 1.6vw;
		box-sizing: border-box;
	}

	/* オリジナル */
	#main.oyatsucup .lineup .contensbox3.ori {
		margin-top: 11vw;
		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: 0.3vw dotted #e83828;
	}
	#main.oyatsucup .lineup .contensbox3.ori .titleblock span {
		top: 5.6vw;
		left: 3.6vw;
	}
	#main.oyatsucup .lineup .contensbox3.ori ul.iconlist li p span {
		color: #e83828;
	}
	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper {
		width: 100%;
		border-top: 0.3vw 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: 1.6vw auto 5vw !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: 6vw auto 10vw;
		width: 100%;
		color: #6a3906;
	}
	#main.oyatsucup .faq img.title.ti_faq {
		display: block;
		margin: 0 auto;
		width: calc(18.5vw * 0.9);
		aspect-ratio: 185 / 116;
	}
	#main.oyatsucup .faq h2 {
		margin: 0.8vw auto 4vw !important;
		font-size: 2.4vw !important;
		text-align: center;
	}
	#main.oyatsucup .faq .faq_list {
		margin: 0 auto;
		width: 90%;
	}
	#main.oyatsucup .faq .faq_item {
		margin-bottom: 1.6vw;
		/* border: 0.2vw solid #dfeceb;
		border-radius: 2vw; */
		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: 1.8vw 2.4vw 1.8vw 7.6vw;
		line-height: 1.7;
	}
	#main.oyatsucup .faq .faq_item dt {
		color: #00a29a;
		font-size: 1.8vw;
		font-weight: 600;
		background-color: #e9fbf9;
		border-top: 0.2vw dotted #00a29a;
	}
	#main.oyatsucup .faq .faq_item dd {
		font-size: 1.6vw;
		background-color: #fff;
	}
	#main.oyatsucup .faq .faq_item dt::before,
	#main.oyatsucup .faq .faq_item dd::before {
		display: block;
		width: 3.4vw;
		height: 3.4vw;
		position: absolute;
		top: 50%;
		left: 2.4vw;
		color: #fff;
		font-size: 1.8vw;
		font-weight: 600;
		line-height: 3.4vw;
		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: 10vw auto 0;
		width: 85%;
	}
	#main.oyatsucup .point img.title.ti_point {
		display: block;
		margin: 0 auto;
		width: calc(24.8vw * 0.9);
		aspect-ratio: 248 / 81;
	}
	#main.oyatsucup .point h2 {
		margin: 1.6vw auto 4vw !important;
		font-size: 2.4vw !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: 1.6vw 2% 2vw 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: 6.8vw;
		height: 6.8vw;
	}
	#main.oyatsucup .point ul.pointlist li h3 {
		margin-top: 16vw;
		font-size: 2vw !important;
		text-align: center;
	}
	#main.oyatsucup .point ul.pointlist li p {
		margin: 0 auto;
		width: 90%;
		font-size: 1.6vw;
		font-weight: 400;
	}

}
