@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:    style_mobile.css
 Style Info:     おやつカップ スマホ版
----------------------------------------------------------- */

@media screen and (max-width: 599px){
	#main.oyatsucup .mainimage {
		margin: 0 !important;
		width: 100%;
		position: relative;
	}
	#main.oyatsucup .mainimage .image {
		width: 100%;
		aspect-ratio: 1 / 1;
	}
	#main.oyatsucup .mainimage img.img_main {
		display: block;
		margin: 0 0 0 -5.5% !important;
		width: 111% !important;
		aspect-ratio: 1 / 1;
	}


	#main.oyatsucup .descrip_tokucho {
		display: block !important;
		margin: 9vw auto 4vw !important;
		padding: 0 0 6vw 0 !important;
		width: 100%;
		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: 100%;
		position: absolute;
		top: -6vw;
		left: 0;
	}
	#main.oyatsucup .descrip_tokucho h2 {
		padding-top: 22vw !important;
		font-size: 4.2vw !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: -4vw auto 0;
		width: 90%;
	}

	#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: -4vw 4% 0 0;
		padding: 0.3vw 1.2vw;
		width: 48%;
		color: #fff;
		font-size: 4vw;
		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: 8vw auto 14vw;
		width: 100%;
	}
	#main.oyatsucup .makechoice .choice {
		margin-bottom: 5vw;
		text-align: center;
	}
	#main.oyatsucup .makechoice .choice:last-child {
		margin-bottom: 0;
	}
	#main.oyatsucup .makechoice .choice p {
		margin: 0 auto 2vw;
		color: #000;
		font-size: 3.6vw;
		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: 1.6vw 3.6vw 2vw;
		width: 92%;
		min-height: 12.8vw;
		color: #fff;
		font-size: 5.2vw;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.04em;
		text-align: center;
		border-radius: 1.2vw;
		box-sizing: border-box;
		box-shadow: 0 1.2vw 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: 1.4vw;
		bottom: 1.4vw;
		width: 3.2vw;
		height: 3.2vw;
		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 10vw;
		padding: 6vw 5%;
		width: 90%;
		color: #6a3906;
		background-color: rgba(255,255,255,0.94);
		border: 0.6vw solid #00a29a;
		border-radius: 4vw;
		box-sizing: border-box;
	}
	#main.oyatsucup .summary_intro h2 {
		margin-bottom: 4vw !important;
		color: #00a29a;
		font-size: 5.4vw !important;
		line-height: 1.4;
		text-align: center;
	}
	#main.oyatsucup .summary_intro p {
		margin: 0 auto 3vw;
		width: 100%;
		font-size: 3.4vw;
		line-height: 1.8;
		text-align: center;
	}
	#main.oyatsucup .summary_intro p.sub {
		margin-bottom: 0;
	}
	#main.oyatsucup .summary_intro ul.pointlist {
		margin: 5vw auto 0;
		width: 100%;
	}
	#main.oyatsucup .summary_intro ul.pointlist li {
		margin-bottom: 3vw;
		padding: 4vw 3.5vw;
		width: 100%;
		background-color: #fffee1;
		border-radius: 4vw;
		box-sizing: border-box;
	}
	#main.oyatsucup .summary_intro ul.pointlist li:last-child {
		margin-bottom: 0;
	}
	#main.oyatsucup .summary_intro ul.pointlist li strong {
		display: block;
		margin-bottom: 1.6vw;
		color: #00a29a;
		font-size: 3.8vw;
		text-align: center;
	}
	#main.oyatsucup .summary_intro ul.pointlist li span {
		display: block;
		font-size: 3vw;
		line-height: 1.8;
	}


	#main.oyatsucup .descrip_scene {
		margin-top: 16vw;
	}
	#main.oyatsucup .descrip_scene img.title.ti_scene {
		display: block;
		margin: 0 auto;
		width: calc(28.1vw * 1.5);
		aspect-ratio: 281 / 74;
	}
	#main.oyatsucup .descrip_scene h2 {
		margin: 3.2vw auto 8vw !important;
		font-size: 3.6vw;
		color: #6a3906;
		text-align: center;
	}
	#main.oyatsucup .descrip_scene h3 {
		font-size: 4vw !important;
		text-align: center;
		line-height: 1.4;
	}
	#main.oyatsucup .descrip_scene h3 strong {
		font-size: 4.8vw;
	}
	#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 li.illust_text {
		margin-top: 5vw;
		width: 100%;
		position:  relative;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img {
		display: block;
		width: 100%;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.text {
		margin: -32vw auto 0;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_01 {
		width: calc(39.2vw * 2);
		aspect-ratio: 431 : 131;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_02 {
		width: calc(31.9vw * 2);
		aspect-ratio: 351 : 130;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_03 {
		margin-top: -20vw;
		width: calc(24.6vw * 2);
		aspect-ratio: 271 : 130;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.img_illust03 {
		width: 114%;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_04 {
		margin-top: -26vw;
		width: calc(35.5vw * 2);
		aspect-ratio: 391 : 131;
	}
	#main.oyatsucup .descrip_scene ul li.illust_text img.txt_05 {
		margin-top: -24.5vw;
		width: calc(41.1vw * 2);
		aspect-ratio: 391 : 131;
	}
	#main.oyatsucup .descrip_scene ul li.photo {
		width: 100%;
	}
	#main.oyatsucup .descrip_scene ul li.photo img {
		display: block;
		margin: -4vw auto 0;
		width: 90%;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht01 {
		aspect-ratio: 462 : 681;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht02 {
		aspect-ratio: 457 : 677;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht03 {
		width: 85%;
		aspect-ratio: 368 : 513;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht04 {
		aspect-ratio: 421 : 673;
	}
	#main.oyatsucup .descrip_scene ul li.photo img.img_pht05 {
		aspect-ratio: 435 : 455;
	}



	#main.oyatsucup .product {
		margin-top: 12vw;
		padding: 12vw 0 8vw 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 3.2vw;
	}
	#main.oyatsucup .product img.title.ti_product {
		width: calc(37.8vw * 1.5);
		aspect-ratio: 378 / 78;
	}
	#main.oyatsucup .product h2 {
		margin: 3.2vw auto 8vw !important;
		font-size: 3.6vw;
		text-align: center;
	}
	#main.oyatsucup .product .contentsbox {
		margin: 4vw auto 12vw;
		padding: 8vw 4.8vw 4.8vw 4.8vw;
		width: 85%;
		background-color: #fff3cc;
		box-sizing: border-box;
	}
	#main.oyatsucup .product .contentsbox h3 {
		margin: -12vw auto 3.2vw;
		padding: 0.8vw;
		width: 80%;
		color: #fff;
		font-size: 3.6vw !important;
		text-align: center;
		background-color: #6a3906;
		border-radius: 4vw;
		box-sizing: border-box;
	}
	#main.oyatsucup .product .contentsbox p {
		font-size: 3.6vw !important;
		font-weight: 600;
		text-align: center;
	}
	#main.oyatsucup .product .contentsbox p.notes {
		margin-top: 8vw;
		color: #000;
		font-size: 3vw !important;
		font-weight: 400;
	}
	#main.oyatsucup .product .contentsbox img.pht_size {
		display: block;
		margin-bottom: 4vw;
		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 * 1.5);
		aspect-ratio: 317 / 81;
	}
	#main.oyatsucup .product .contentsbox2 {
		margin: 4vw auto 12vw;
		width: 85%;
	}
	#main.oyatsucup .product .contentsbox2 h3 {
		margin: -4vw 0 4vw !important;
		color: #000;
		font-size: 3.6vw !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 0 6vw 0 !important;
		padding-bottom: 4vw;
		width: 100% !important;
		background-color: #fff;
		border: 0.8vw solid #ccc;
		box-sizing: border-box;
		position: relative;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li:last-child {
		margin-bottom: 0 !important;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li img.photo {
		display: block;
		margin: 6vw auto 3.2vw;
		width: 90%;
		aspect-ratio: 171 / 187;
		border: none;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li img.icon {
		width: 44%;
		position: absolute;
		top: 50vw;
		right: 0.8vw;
		aspect-ratio: 1 / 1;
		border: none;
	}
	#main.oyatsucup .product .contentsbox2 ul.categorylist li h4 {
		margin: 5.4vw auto 3.2vw;
		padding: 0.6vw;
		width: 80%;
		font-size: 4vw;
		text-align: center;
		border: 0.3vw solid #000;
		border-radius: 4vw;
	}
	#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 6vw;
		width: 90%;
		font-size: 3.6vw;
		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 2.4vw;
		padding: 2vw 3.6vw 2.4vw;
		width: 90%;
		color: #fff;
		min-height: 12.8vw;
		font-size: 3.8vw;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.04em;
		text-align: center;
		border-radius: 1.2vw;
		box-sizing: border-box;
		box-shadow: 0 1.2vw 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: 1.4vw;
		bottom: 1.4vw;
		width: 3.2vw;
		height: 3.2vw;
		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: 12vw auto 6vw;
		width: calc(27.7vw * 1.5);
		aspect-ratio: 277 / 78;
	}
	#main.oyatsucup .order h2 {
		margin: 4vw auto 8vw !important;
		color: #6a3906;
		font-size: 4.8vw !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: 4vw auto 12vw;
		width: 90%;
	}
	#main.oyatsucup .order ul.ordertype li {
		margin: 0 0 8vw;
		width: 100%;
		background-color: #fcf3eb;
		position: relative;
	}
	#main.oyatsucup .order ul.ordertype li img.illust {
		display: block;
		margin: 6vw auto 20vw;
		width: 70%;
	}
	#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: 16vw;
	}
	#main.oyatsucup .order ul.ordertype li div.text {
		margin-top: -30vw;
		text-align: center;
	}
	#main.oyatsucup .order ul.ordertype li div.text p {
		margin-bottom: 1.2vw;
		font-size: 4.2vw !important;
		font-weight: 600;
	}
	#main.oyatsucup .order ul.ordertype li div.text h3 {
		margin: 0 auto;
		color: #00a29a;
		font-size: 4.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: 4vw !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.4vw; /* 線の太さ */
		width: 8vw; /* 線の長さ */
	}
	#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: 50%;
		position: absolute;
		top: 74vw;
		left: 25%;
	}

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

	#main.oyatsucup .lineup .contensbox3 {
		margin: 12vw auto 4vw;
		padding-top: 14vw;
		width: 94%;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center 14vw;
	}

	#main.oyatsucup .lineup .contensbox3 .titleblock {
		margin: -26vw auto 3vw !important;
		width: 92%;
		position: relative;
		color: #fff;
		box-sizing: border-box;
	}
	#main.oyatsucup .lineup .contensbox3 .titleblock span {
		display: block;
		font-size: 3.8vw;
		font-weight: 600;
		position: absolute;
		top: 8.4vw;
		right: 8vw;
	}
	#main.oyatsucup .lineup .contensbox3 .titleblock span strong {
		font-size: 5.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.6vw dotted #00a29a;
	}
	#main.oyatsucup .lineup .contensbox3 h3 {
		font-size: 4.2vw !important;
		text-align: center;
		line-height: 1.4;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 12vw auto 0;
		width: 100%;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li {
		margin-bottom: 12vw;
		width: 50%;
		position: relative;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li:nth-child(odd):not(:last-child)::after {
		content: "";
		display: block;
		width: 3vw;
		height: 6.6vw;
		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: -1.5vw;
		transform: translateY(-50%);
		z-index: 1;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li p {
		width: 100%;
		color: #6a3906;
		font-size: 3vw;
		line-height: 1.2;
		text-align: center;
		position: absolute;
		top: -8vw;
		left: 0;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li p span {
		display: block;
		margin-bottom: 1vw;
		color: #00a29a;
		font-size: 3vw;
	}
	#main.oyatsucup .lineup .contensbox3 ul.iconlist li img {
		display: block;
		margin: 0 auto;
		width: 28vw;
	}

	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper {
		margin: 6vw auto;
		padding: 0 0 6vw;
		width: 90%;
		border-top: 0.6vw dotted #00a29a;
		box-sizing: border-box;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper h4 {
		margin-top: 12vw;
		padding: 0.8vw;
		color: #fff;
		font-size: 4.5vw;
		text-align: center;
		line-height: 1.4;
		background-color: #00a29a;
		border-radius: 4vw;
		box-sizing: border-box;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper h5 {
		margin: 6vw auto 4vw;
		padding: 0.6vw;
		width: 88%;
		color: #00a29a;
		font-size: 4.2vw;
		text-align: center;
		line-height: 1.4;
		background-color: #fff;
		border: 0.4vw solid #00a29a;
		border-radius: 4vw;
		box-sizing: border-box;
	}

	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		align-items: stretch;
		margin: 0 auto 8vw !important;
		width: 90%;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li {
		margin: 0 0 10vw;
		width: 100%;
		text-align: center;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li:last-child {
		margin-bottom: 0;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li p {
		margin: 0 auto 3vw;
		width: 100%;
		font-size: 3.2vw;
		line-height: 1.4;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img {
		display: block;
		margin: 0 auto 3vw;
		width: 72%;
	}
	#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: 78%;
		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: 78%;
		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: 84%;
		aspect-ratio: 314 / 312;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_p_thumb03 {
		width: 72%;
		aspect-ratio: 263 / 310;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_p_thumb04 {
		width: 84%;
		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: 84%;
		aspect-ratio: 316 / 291;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_m_thumb03 {
		width: 72%;
		aspect-ratio: 244 / 309;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li img.semi_m_thumb04 {
		width: 84%;
		aspect-ratio: 316 / 292;
	}
	#main.oyatsucup .lineup .contensbox3 .itemlist_wrapper ul.itemlist li a.txtlink14 {
		display: block;
		margin: 0 auto;
		padding: 1.2vw 3vw;
		width: 40vw;
		color: #fff;
		font-size: 3.4vw;
		box-sizing: border-box;
	}

	/* オリジナル */
	#main.oyatsucup .lineup .contensbox3.ori {
		margin-top: 16vw;
		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.6vw dotted #e83828;
	}
	#main.oyatsucup .lineup .contensbox3.ori .titleblock span {
		top: 8vw;
		left: 7vw;
	}
	#main.oyatsucup .lineup .contensbox3.ori ul.iconlist li p span {
		color: #e83828;
	}
	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper {
		width: 100%;
		border-top: 0.6vw dotted #e83828;
	}
	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper h4 {
		margin: 6vw auto 0;
		width: 90%;
		background-color: #e83828;
	}
	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper ul.itemlist {
		margin: 3vw auto 10vw !important;
	}
	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper ul.itemlist li {
		overflow: hidden;
	}
	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper ul.itemlist li:last-child {
		margin-top: -6vw;
	}
	#main.oyatsucup .lineup .contensbox3.ori .itemlist_wrapper ul.itemlist li img {
		margin-left: auto;
		width: 90%;
		aspect-ratio: 336 / 337;
	}


/* よくあるご質問 */
	#main.oyatsucup .faq {
		margin: 12vw auto 20vw;
		width: 100%;
		color: #6a3906;
	}
	#main.oyatsucup .faq img.title.ti_faq {
		display: block;
		margin: 0 auto;
		width: calc(18.5vw * 1.5);
		aspect-ratio: 185 / 116;
	}
	#main.oyatsucup .faq h2 {
		margin: 1.6vw auto 8vw !important;
		font-size: 3.6vw !important;
		text-align: center;
	}
	#main.oyatsucup .faq .faq_list {
		margin: 0 auto;
		width: 100%;
	}
	#main.oyatsucup .faq .faq_item {
		margin-bottom: 3vw;
		/* border: 0.4vw solid #dfeceb;
		border-radius: 4vw; */
		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: 4vw 4vw 4vw 14vw;
		line-height: 1.8;
	}
	#main.oyatsucup .faq .faq_item dt {
		color: #00a29a;
		font-size: 3.6vw;
		font-weight: 600;
		background-color: #e9fbf9;
		border-top: 0.4vw dotted #00a29a;
	}
	#main.oyatsucup .faq .faq_item dd {
		font-size: 3.2vw;
		background-color: #fff;
	}
	#main.oyatsucup .faq .faq_item dt::before,
	#main.oyatsucup .faq .faq_item dd::before {
		display: block;
		width: 7vw;
		height: 7vw;
		position: absolute;
		top: 4vw;
		left: 4vw;
		color: #fff;
		font-size: 3.6vw;
		font-weight: 600;
		line-height: 7vw;
		text-align: center;
		border-radius: 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: 0 auto;
		width: 85%;
	}
	#main.oyatsucup .point img.title.ti_point {
		display: block;
		margin: 0 auto;
		width: calc(24.8vw * 1.5);
		aspect-ratio: 248 / 81;
	}
	#main.oyatsucup .point h2 {
		margin: 3.2vw auto 8vw !important;
		font-size: 3.6vw !important;
		color: #6a3906;
		text-align: center;
	}
	#main.oyatsucup .point ul.pointlist {

	}
	#main.oyatsucup .point ul.pointlist li {
		margin: 3.2vw 2% 8vw 0;
		width: 100%;
		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: 13.6vw;
		height: 13.6vw;
	}
	#main.oyatsucup .point ul.pointlist li h3 {
		margin-top: 40vw;
		font-size: 4.8vw !important;
		text-align: center;
	}
	#main.oyatsucup .point ul.pointlist li p {
		margin: 0 auto;
		width: 90%;
		font-size: 4vw;
		font-weight: 400;
	}

}
