@charset "UTF-8";


/* ==============================================================
CSSの名前：bon-appetit_trialset2025-2.css 
最終更新日時：2024/10/04
-----------------------------------------------------------------
0.フォント設定/スペース
1.KV(PC,SP,SP iPhone X,SE)
2.トライアルセット
3.お悩み
4.理由
5.コラム
6.catlife30
7.トライアルセット02
8.お客様の声
9.こだわりポイント
10.厳選した原材料
11.あたりまえのこと
13.当日出荷
12.よくあるご質問
14.バナーエリア
15.ご挨拶
16.ラインナップ
17.スクロールバナー
18.iPhone SE 第3世代
19.XPERIA系 360px～374px
20.SP Samsung Galaxy Z Flip
21.iPhone 6+, 7+ and 8+
22.SP iPhone 12～16pro
23.SP iPhone proMax系
24.SP Pixel 9 Pro XL
25.SP 横向き
================================================================ */

img {
	max-width: 100%;
}

/* ==============================================================
0.フォント設定
=================================================================*/
body * {
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.bon-appetit_trialset2025-2 * {
	box-sizing: border-box;
}

.weight400 {
	font-weight: 400;
}

.weight500 {
	font-weight: 500;
}

.weight600 {
	font-weight: 600;
}

.weight700 {
	font-weight: 700;
	font-size: 0.8rem;
	display: block;
}

.weight900 {
	font-weight: 900;
}

.sp_on {
	display: none;
}

.phosphorus__wrap {
	font-feature-settings: "palt" 1;
	letter-spacing: .1em;
}

.sectionbox {
	letter-spacing: .06em;
}

.pink {
	color: #F3456E;
}

.fw_bold {
	font-weight: bold;
}

/* 0.スペース
=================================================================*/
.ma-t70 {
	margin-top: -750px;
}

.pb_12 {
	padding-bottom: 12px
}

/* ==============================================================
1.KV PC
=================================================================*/
#header {
	height: 0;
	width: 1920px;
	position: unset;
	display: none;
}

#header h1 {
	height: 182px;
	padding: 0;
	left: 60px;
	background: url(/img/usr/freepage/bon-appetit_trialset2025-2/tama_logo.svg) no-repeat;
	background-size: 100%;
	z-index: 1;
}

#container video.kv__video {
	width: 100%;
	height: 100vh;
	/*897px*/
	object-fit: cover;
}

/*margin-top: -183px;*/
.phosphorus__wrap {
	position: relative;
}

.kv__wrap {
	position: relative;
	width: 100%;
	height: 100vh;
}

.kv__wrap img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.kv__product_name {
	position: absolute;
	width: 20.9%;
	height: auto;
	aspect-ratio: 475 / 309;
	top: 24.5vh;
	/* 親要素の中央に配置するため、上下中央の位置を50%とします */
	left: 5%;
	/* 親要素の中央に配置するため、左右中央の位置を50%とします */
	/*transform: translate(-50%, -50%); /* 子要素の左上の位置を子要素の中央に合わせるため、左上の位置を50%ずらします */
}

.kv__product_img {
	position: absolute;
	bottom: 8.8vh;
	left: 4.6%;
	width: 24.9%;
	min-width: 400px;
	height: auto;
	aspect-ratio: 563 / 354;
	/* display: flex	;
	align-items: flex-end; */
}

.kv__product_img img {
	/* width: 88%; */
	max-width: 100%;
}

.kv__featuretxt {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #f26c8e;
	/* opacity: 0.88; */
	margin: 0 auto;
	aspect-ratio: 1920 / 80;
	width: 100%;
	height: 7.2vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kv__featuretxt img {
	width: 40vw;
}

.kv__no1 {
	position: absolute;
	bottom: 10.1vh;
	right: 3.4%;
	width: auto;
	max-width: 430px;
	height: 340px;
	aspect-ratio: 430/400;
}

.kv__no1 img {
	max-width: 100%;
}

/* 1.KV SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	#header h1 {
		left: 6vw;
	}

	#container video.kv__video {
		align-items: center;
		flex: none;
		flex-direction: column;
		flex-wrap: nowrap;
		height: 100vh !important;
		justify-content: center;
		overflow-x: hidden;
		overflow-y: auto;
		width: 100%;
		max-width: 100%;
	}

	.kv__product_name {
		position: absolute;
		top: 18.86vh;
		/* 親要素の中央に配置するため、上下中央の位置を50%とします */
		left: 50%;
		transform: translateX(-50%);
		width: 63.36%;
	}

	.kv__product_name img {
		width: 100%;
	}

	.kv__product_img {
		width: 57.33%;
		max-width: 430px;
		height: auto;
		position: absolute;
		top: unset;
		bottom: 2.48vh;
		left: unset;
		right: 0;
		/* padding-left: 38%; */
		min-width: unset;
		aspect-ratio: 430 / 303;
	}

	.kv__product_img img {
		width: 100%;
	}

	.kv__no1 {
		position: absolute;
		width: 46.16%;
		height: auto;
		aspect-ratio: 43/40;
		top: unset;
		bottom: 2.48vh;
		left: 1%;
	}

	.kv__no1 img {
		width: 100%;
	}

	.kv__featuretxt {
		display: none;
		/*
		position: absolute;
		top: 85.6vh;
		left: 21%;
		background-color: rgba(0,0,0,0.0);
		opacity: 1;
		height: 56px;
		text-align: center;
	    align-content: center;
	    width: 100%;
	    */
	}

	.kv__featuretxt img {
		/*width: 48%;*/
	}
}

/* 1.KV SP iPhone 6+, 7+ and 8+
=================================================================*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
	#container video.kv__video {
		/* height: 100svh; */
	}

	.kv__no1 {
		/* top: 69%; */
	}

	.kv__product_img {
		/* top: 72%;
        left: 6%;
        padding-left: 40%; */
	}

	.kv__featuretxt {
		display: none;
		/*top: 83vh;*/
	}
}

/* 1.KV SP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */

	#container video.kv__video {
		height: 92vh;
	}

	.kv__product_img {
		position: absolute;
		/* top: 66vh;
	    left: 4%;
	    padding-left: 38%; */
	}

	.kv__product_img img {
		width: 98%;
	}

	.kv__no1 {
		position: absolute;
		/* top: 64vh; */
		left: 1%;
	}

	.kv__no1 img {
		/* width: 50%; */
	}

	.kv__featuretxt {
		display: none;
		/*
		position: absolute;
		top: 83.6vh;
		left: 21%;
		background-color: rgba(0,0,0,0.0);
		opacity: 1;
		height: 56px;
		text-align: center;
	    align-content: center;
	    width: 100%;
	    */
	}

	.kv__featuretxt img {
		/*width: 48%;*/
	}
}

/* 1.KV Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */
@media all and (min-width: 1025px) and (max-width: 1280px) {
	.kv__no1 {
		/* position: absolute;
        top: 56%;
        right: -7%; */
	}

	.kv__no1 img {
		/* width: 76%; */
	}
}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.kv__product_name {
		position: absolute;
		top: 25%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.kv__product_name img {
		width: 100%;
	}

	.kv__product_img {
		position: absolute;
		/* top: 48%;
        left: 18%;
        transform: translateY(43%) translateX(-12%); */
	}

	.kv__product_img img {
		width: 100%;
	}

	.kv__no1 {
		/* position: relative;
        top: -28vh;
        left: 3%; */
	}

	.kv__no1 img {
		/* width: 36%; */
	}

	.kv__featuretxt {
		display: none;
		/*
        position: absolute;
        top: 75%;
        left: 67%;
        transform: translateY(-50%) translateX(-50%);
        */
	}

	.kv__featuretxt img {
		/*width: 44%;*/
	}
}

/* ==============================================================
2.トライアルセット
=================================================================*/
.traialSet__wrap {
	background-color: #FEF2DA;
	margin-top: -0.3em;
	text-align: center;
	padding: 70px 0 9px;
}

/* .traialSet__3set img {
	margin-top: 80px;
} */
.traialSet__dish {
	margin-top: -70px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.traialSet__main {
	width: 100%;
	max-width: 1264px;
	margin: 32.5px auto;
	position: relative;
}

.traialSet__package {
	margin-top: -144px;
	padding-bottom: 10px;
}

/* 三毛 アニメーション */
.traialSet__cat01 {
	animation: floating-x 6.8s ease-in-out infinite alternate-reverse;
	position: absolute;
	top: 191px;
	left: 0;
	z-index: 1;
}

.target01 {
	animation: floating-y 2.2s ease-in-out infinite alternate-reverse;
}

@keyframes floating-x {
	0% {
		transform: translateX(-1%);
	}

	100% {
		transform: translateX(1%);
	}
}

@keyframes floating-y {
	0% {
		transform: translateY(-2%);
	}

	100% {
		transform: translateY(2%);
	}
}

/* 茶トラ アニメーション */
.traialSet__cat02 {
	animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
	position: absolute;
	top: 191px;
	right: 0;
	z-index: 1;
}

.target02 {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-x {
	0% {
		transform: translateX(-5%);
	}

	100% {
		transform: translateX(5%);
	}
}

@keyframes floating-y {
	0% {
		transform: translateY(-10%);
	}

	100% {
		transform: translateY(10%);
	}
}

/* アニメーション トライアルセットボタン */
.traialSet__wrap a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 495px;
	;
	/* top: -740px; */
}

.traialSet__wrap p {
	position: relative;
	color: #fff;
	font-size: clamp(10px, 4vw, 30px);
}

.traialSet__btn,
.traialSet__btn02 {
	margin: 0;
	padding-right: 0;
}

.traialSet__btn,
.traialSet__btn02 {
	display: block;
	position: relative;
	/* width: 24%; */
	margin: 0 auto 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 14px;
	text-align: center;
	align-content: center;
	padding: 1.2em;
}

.traialSet__btn::before,
.traialSet__btn02::before {
	content: "";
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 60px;
	position: absolute;
	left: 6px;
	top: 6px;
	background: #F3456E;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.traialSet__btn::after,
.traialSet__btn02::after {
	content: "";
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #BC9FA0;
}

.traialSet__btn:hover::before,
.traialSet__btn02:hover::before {
	left: 0;
	top: 0;
}

.traialSet__btn span,
.traialSet__btn02 span {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}

.traialSet__btn span:before,
.traialSet__btn02 span:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: -7.27%;
	/* bottom: 0; */
	margin: auto;
	transform: translateY(-50%);
}

/* Safari */
@media all and (min-width: 1280px) {

	_::-webkit-full-page-media,
	_:future,
	:root .traialSet__btn,
	.traialSet__btn02 {
		width: 29%;
	}
}

/* 2.トライアルセット SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	.sp_on {
		display: block;
	}

	.ma-t70 {
		/*margin-top: -34vh;*/
		line-height: 1.6;
		margin-top: -280px;
	}

	.weight400 {
		font-weight: 400;
		font-size: 0.6rem;
		display: block;
	}

	.traialSet {
		.notes {
			font-size: clamp(10px, 1.87vw, 14px);
			line-height: 1.45;
			margin-bottom: 8.27%;
			padding: 0 2em;
		}
	}

	.traialSet__wrap {
		height: auto;

		/*103vh*/
		p {
			font-weight: 500;
			font-size: calc(30px / 2);
		}
	}

	.traialSet__3set_title {
		width: 67.36%;
		background: none !important;
		margin: auto;
		padding: 0;
		background: none !important;
	}

	.traialSet__3set {
		width: 89.91%;
		padding: 0;
		margin: auto;
	}

	.traialSet__3set img {
		width: 100%;
	}

	.traialSet__wrap02 .traialSet__3set img {
		margin-top: 7vh !important;
	}

	.traialSet__dish {
		margin-top: -15.2%;
		width: 100%;
	}

	.traialSet__main {
		margin: 4.43% auto 2%;
	}

	.traialSet__package {
		position: relative;
		/* top: -48vh; */
		margin-top: -16.53%;
		padding-bottom: 10px;
	}

	.traialSet__package img {
		width: 87%;
	}

	.traialSet__cat {
		position: relative;
		width: 58.45%;
		height: auto;
		aspect-ratio: 438 / 237;
		display: flex;
		justify-content: space-between;
		margin: auto;
	}

	.traialSet__cat01 {
		top: unset;
		left: unset;
		width: 44.94%;
		aspect-ratio: 197 / 215;
		display: block;
		position: relative;
	}

	.traialSet__cat02 {
		top: unset;
		right: unset;
		width: 48.07%;
		height: auto;
		aspect-ratio: 210 / 230;
		display: block;
		position: relative;
	}

	.traialSet__cat01 img {
		width: 100%;
	}

	.traialSet__cat02 img {
		width: 100%;
	}

	.traialSet__cat01,
	.traialSet__cat02 {
		animation: none;
	}

	.traialSet__wrap a {
		width: 66vw;
		/* top: -270px; */
		z-index: 1;
	}

	.traialSet__btn,
	.traialSet__btn02 {
		width: 66%;
		padding: 0;
		/* 1.4em */
		margin-bottom: 4%;
		aspect-ratio: 495/85;

		p {
			span {
				padding-left: 0;
			}
		}
	}

	.traialSet__btn span:before,
	.traialSet__btn02 span:before {
		/* right: -1.0em; */
		border-width: 6px 0 6px 7px;
	}

	.traialSet__btn::before,
	.traialSet__btn02::before {
		left: 3px;
		top: 3px;
	}
}

/* 2.トライアルセット Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */
@media all and (min-width: 1025px) and (max-width: 1280px) {

	.traialSet__btn,
	.traialSet__btn02 {
		width: 36%;
	}

	.traialSet__btn span:before,
	.traialSet__btn02 span:before {
		/* right: -1.6em; */
	}

	.traialSet__cat01 img {
		/* width: 24%; */
	}

	.traialSet__cat02 img {
		/* width: 21.6%; */
	}

	.traialSet__dish {
		/* margin-top: -356px; */
		width: 100%;
	}

	.traialSet__package img {
		width: 60%;
	}

	.traialSet__package {
		position: relative;
		/* top: -640px; */
		padding-bottom: 36px;
	}

	.traialSet__wrap a {
		/* top: -690px; */
	}

	.ma-t70 {
		margin-top: -700px;
	}
}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.traialSet__wrap {
		/* margin-top: -35%; */
	}

	.traialSet__wrap a {
		/* top: -43%; */
	}

	.traialSet__btn,
	.traialSet__btn02 {
		width: 72%;
		padding: 2.2em;
	}

	.traialSet__wrap p {
		font-size: clamp(10px, 4vw, 30px);
	}

	.traialSet__btn::before,
	.traialSet__btn02::before {
		border-radius: 68px;
		left: 6px;
		top: 6px;
	}

	.traialSet__btn::after,
	.traialSet__btn02::after {
		border-radius: 68px;
	}

	.traialSet__btn span:before,
	.traialSet__btn02 span:before {
		/* border-width: 16px 0 16px 12px; */
		border-width: 6px 0 6px 7px;
	}

	.weight400 {
		font-size: 1.4rem;
	}

	.ma-t70 {
		line-height: 1.4;
		margin-top: -58%;
	}
}

/* ==============================================================
3.お悩み
=================================================================*/
.triangle {
	position: relative;

	+section {
		padding-top: 132px;

		&.whatPhosphorus__wrap {
			padding-top: 222px;
		}
	}
}

.triangle:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translatex(50%);
	box-sizing: border-box;
	border-right: calc(50vw - 10px) solid transparent;
	border-left: calc(50vw - 10px) solid transparent;
	border-top: 132px solid #FEF2DA;
}

.sec {
	padding: 0 0px 30px;
}

.sec02 {
	padding-top: 152px;
	background: url(/img/usr/freepage/bon-appetit_trialset2025-2/whatPhosphorus_bg_all.png) repeat;
	background-size: 100%;
	z-index: 1;
	background-color: #FDF8F2;
}

.whatPhosphorus__sleepcat {
	position: relative;
	top: 0;
	left: 50%;
	transform: translate(-50%, -60%);
	width: 16%;
	max-width: 320px;
}

.whatPhosphorus__wrap p {
	font-size: clamp(16px, 4.27vw, 32px);
	letter-spacing: -0.02em;
	color: #323232;
	text-align: center;
	margin-top: -8%;
	line-height: 4.2rem;
}

.whatPhosphorus__wrap span,
.reason__wrap span {
	color: #F3456E;
	font-size: clamp(30px, 8vw, 60px);
	font-weight: 600;
	font-feature-settings: "palt" 1;
	text-decoration: underline wavy #F3456E 3.8px;
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-decoration-color: #F3456E;
	text-decoration-thickness: 3.8px;
	text-underline-offset: 0.2em;
}

.whatPhosphorus__photo {
	display: flex;
	justify-content: center;
	margin: 24px 0 20px;
	align-items: center;
}

.whatPhosphorus__photo img:nth-child(2) {
	margin-top: 70px;
}

.whatPhosphorus__memo {
	width: 31%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* 3.お悩み tab
=================================================================*/
@media screen and (max-width:1024px) {

	/* 1024pxまでの幅の場合に適用される */
	.triangle {
		+section {
			padding-top: 60px;

			&.whatPhosphorus__wrap {
				padding-top: 17.33%;
				/* padding-bottom: 28%; */
			}
		}
	}

	.triangle:after {
		content: "";
		position: absolute;
		top: 100%;
		right: 50%;
		transform: translatex(50%);
		box-sizing: border-box;
		border-right: calc(50vw - 8px) solid transparent;
		border-left: calc(50vw - -8px) solid transparent;
		border-top: calc(60px/2) solid #FEF2DA;
	}

	.whatPhosphorus__sleepcat {
		width: 40%;
	}

	.sec02 {
		padding-top: 12vh;
		/*padding-top: 58px;*/
		background-size: auto;
	}

	.whatPhosphorus__wrap p,
	.reason__wrap p {
		font-size: clamp(16px, 4.27vw, 32px);
		margin-top: -22%;
		line-height: 2.0625;
		font-weight: 800;
		color: #323232;
		text-align: center;
	}

	.whatPhosphorus__wrap span,
	.reason__wrap span {
		font-feature-settings: "palt" 1;
		font-size: clamp(30px, 8vw, 60px);
		font-weight: 700;
		text-decoration: underline wavy #F3456E 2.6px;
		text-decoration-line: underline;
		text-decoration-style: wavy;
		text-decoration-color: #F3456E;
		text-decoration-thickness: 2.6px;
		text-underline-offset: 0.2em;
	}

	.whatPhosphorus__photo {
		display: flex;
		justify-content: center;
		margin: 3.6vh 0;
		align-items: center;
		flex-direction: column;
	}

	.whatPhosphorus__photo img {
		width: 88%;
	}

	.whatPhosphorus__photo img:nth-child(2) {
		width: 85%;
		margin-left: -6%;
		margin-top: 1vh;
	}

	.whatPhosphorus__memo {
		width: 85%;
		margin: 0 auto;
	}

	div.triangle02 {
		position: relative;
	}

	div.triangle02::before {
		/* beforeでもafterでも*/
		content: "";
		position: absolute;
		height: 60px;
		width: 100%;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
		/* ココ */
		background: url(/img/usr/freepage/bon-appetit_trialset2025-2/whatPhosphorus_bg.png) no-repeat;
		background-size: 100%;
		left: 0;
		bottom: -89px;
		/* bottomにピッタリくっつけたいので三角の高さ分下にずらす */
	}
}

/* 3.お悩み SP
=================================================================*/
@media screen and (max-width:768px) {
	.whatPhosphorus__sleepcat {
		width: 37.33vw;
		transform: translate(-50%, -50%);
		top: -4.13vw;
	}

	.triangle:after {
		content: "";
		aspect-ratio: 750 / 66;
		position: absolute;
		width: 100%;
		height: auto;
		display: inline-block;
		top: 100%;
		right: 50%;
		transform: translatex(50%);
		box-sizing: border-box;
		border-right: calc(50vw - 8px) solid transparent;
		border-left: calc(50vw - -8px) solid transparent;
		border-top: 8.8vw solid #FEF2DA;
	}
}

/* 3.お悩み SP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */

	.ma-t70 {
		margin-top: -36vh;
		line-height: 1.4;
		position: relative;
		z-index: 1;
	}

	.traialSet__wrap02 span.weight400 {
		margin-top: -66%;
	}

	.traialSet__dish {
		/* margin-top: -27vh; */
	}

	.traialSet__package {
		/* top: -51vh; */
	}

	.traialSet__wrap a {
		/* top: -240px; */
	}

	.traialSet__btn,
	.traialSet__btn02 {
		width: 66%;
		height: auto;
		padding: 1.2em;
		aspect-ratio: 495 / 85;
	}

	.traialSet__btn span:before,
	.traialSet__btn02 span:before {
		/* right: -1.0em; */
	}

	.traialSet__wrap {
		/* height: 112vh; */
	}

	/* .sec02 {
		padding-top: 10vh;
	} */
	.whatPhosphorus__sleepcat {
		width: 44%;
	}

	.whatPhosphorus__wrap p,
	.reason__wrap p {
		/* font-size: 1.10rem; */
		margin-top: -22%;
		/* line-height: 2.0rem; */
		font-weight: 800;
	}

	.whatPhosphorus__wrap span,
	.reason__wrap span {
		font-size: 2.0rem !important;
		font-weight: 700;
		text-decoration: underline wavy #F3456E 2.4px;
		text-decoration-line: underline;
		text-decoration-style: wavy;
		text-decoration-color: #F3456E;
		text-decoration-thickness: 2.4px;
		text-underline-offset: 0.2em;
	}

	.whatPhosphorus__wrap span,
	.reason__wrap span {
		text-underline-offset: 0.2em;
		text-decoration-line: underline;
		text-decoration-style: wavy;
		text-decoration-color: #F3456E;
	}
}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.sec {
		padding: 0 0px 80%;
	}

	/* .sec02 {
        min-height: 158.5vh;
    } */
	.whatPhosphorus__wrap p,
	.reason__wrap p {
		/* font-size: 2.24rem; */
		/* line-height: 3.6rem; */
		margin-top: -25%;
	}

	.whatPhosphorus__wrap span,
	.reason__wrap span {
		font-size: 3.6rem !important;
		text-decoration: underline wavy #F3456E 3.2px;
		text-decoration-line: underline;
		text-decoration-style: wavy;
		text-decoration-color: #F3456E;
		text-decoration-thickness: 3.2px;
	}

	.whatPhosphorus__photo {
		margin: 4.8vh 0;
	}

	div.triangle02::before {
		bottom: -96px;
	}

	.whatPhosphorus__sleepcat {
		width: 36%;
		transform: translate(-50%, -76%);
	}

	.whatPhosphorus__memo {
		width: 76%;
	}
}

/* ==============================================================
4.理由
=================================================================*/
.reason__wrap {
	background-color: #FDF8F2;
	padding: 0;
	position: relative;
	padding-top: 8.28vw;

	/* max-height: 236px;  */
	/* position: absolute; */
	/* top: 100%;
  left: 50%;
  transform: translate(-50%,-50%); */
	.reason__title {
		margin-top: 5.07vw;

		p {
			width: fit-content;
			margin: auto;
			font-size: clamp(20px, 2.08vw, 40px);
			/*1.62rem*/
			color: #323232;
			line-height: 1.67;
			text-align: center;
			position: relative;

			/* padding-top: 3.07vw; */
			&::before {
				content: "";
				position: absolute;
				left: calc(-4.6% -(26px / 2));
				top: 6.09%;
				background: url(/img/usr/freepage/bon-appetit_trialset2025-2/star01.svg) no-repeat;
				background-size: 100%;
				z-index: 2;
				width: 15.4%;
				max-width: 67px;
				height: auto;
				aspect-ratio: 67 / 64;
				transform: translate(-50%, -50%);
			}

			&::after {
				content: "";
				position: absolute;
				right: calc(-5.17% - 72px);
				bottom: 0;
				background: url(/img/usr/freepage/bon-appetit_trialset2025-2/star02.svg) no-repeat;
				background-size: 100%;
				z-index: 2;
				width: 16.55%;
				max-width: 72px;
				height: auto;
				aspect-ratio: 72 / 56;
				transform: translate(-50%, -50%);
			}

			span {
				font-size: clamp(35px, 3.65vw, 70px);

				&.txt_center {
					color: #323232;
					font-size: clamp(20px, 2.08vw, 40px) !important;
					padding: 0;
				}
			}
		}
	}
}

.triangle03 {
	position: relative;

	&::before {
		content: "";
		position: absolute;
		height: 8.23vw;
		max-height: 158px;
		width: 100%;
		clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
		background: url(/img/usr/freepage/bon-appetit_trialset2025-2/whatPhosphorus_bg.png) no-repeat;
		background-size: 100%;
		left: 0;
		top: 0px;
		z-index: 1;
	}

	&::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%, 0);
		border-right: calc(100vw / 2) solid transparent;
		border-left: calc(100vw / 2) solid transparent;
		border-top: min(8.23vw, 153px) solid #FDF8F2;
		z-index: 0;
	}
}

.reason__arrow {
	position: absolute;
	top: calc(100% + 8.23vw - 1.17vw);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 3.13vw;
	max-width: 60px;
	height: auto;
	aspect-ratio: 60 / 110;
}

.reason__wrap .txt_center {
	color: #323232;
	font-size: 1.62rem !important;
	padding-left: 4em;
	text-decoration: none;
}

/* 4.理由 SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	/* .triangle03::before {
	    height: 66px;
	} */
	.triangle03::before {
		top: 0;
	}

	/* .sec02 {
	    height: 120vh;
    } */
	.whatPhosphorus__memo {
		margin: -2vh auto 0;
	}

	.reason__wrap {
		/* max-height: 180px; */
	}

	.reason__wrap p {
		/* margin-top: -26%; */
		/* padding-top: 84px; */
		line-height: 3.0rem;
	}

	.reason__title::after {
		left: 106px;
		/*132px*/
	}

	.triangle03:after {
		/* border-top: 66px solid #FDF8F2;
	    border-right: calc(50vw) solid transparent;
	    border-left: calc(50vw) solid transparent; */
		/* position: absolute; */
		top: 100%;
		left: 50%;
		/* transform: translate(-50%,-50%);
    border-right: calc(50vw - 10px) solid transparent;
    border-left: calc(50vw - 10px) solid transparent; */
		border-top: 8.67vw solid #FDF8F2;
	}

	.reason__title::before {
		left: 2px;
		padding: 24px;
	}

	.reason__title::after {
		left: 54px;
		padding: 26px;
	}

	.reason__arrow {
		width: 6vw;
		top: calc(100% + 14.67vw/2);
	}

	.reason__arrow img,
	.reason__arrow02 img {
		/* width: 10%; */
	}
}

/* 4.理由 SP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */

	/* .reason__wrap {
        max-height: 178px;
    } */
	/* .sec02 {
	    height: 127vh;
    } */
}

/* 4.理由 SP Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */
@media all and (min-width: 1025px) and (max-width: 1280px) {}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.triangle03:after {
		top: 100%;
		/* border-top: 75px solid #FDF8F2; */
	}

	/* .reason__wrap {
        max-height: 238px;
    } */
	.reason__wrap p {
		/* padding-top: 118px; */
		line-height: 4.0rem;
		font-size: 2.62rem;
		margin-top: -22%;
	}

	.whatPhosphorus__wrap span,
	.reason__wrap span {
		font-size: 3.6rem !important;
		text-decoration: underline wavy #F3456E 4.6px;
		text-decoration-line: underline;
		text-decoration-style: wavy;
		text-decoration-color: #F3456E;
		text-decoration-thickness: 4.6px;
	}

	.reason__wrap .txt_center {
		font-size: 2.62rem !important;
		padding-left: 3em;
	}

	.reason__arrow img,
	.reason__arrow02 img {
		/* width: 8%; */
	}
}

/* ==============================================================
5.コラム
=================================================================*/
.column__wrap {
	background-image: linear-gradient(0deg, transparent 23px, #ddd 24px), linear-gradient(90deg, transparent 23px, #ddd 24px);
	background-size: 24px 24px;
	margin-top: -13.2vh;
	padding: 22.76vh 2em 16vh;
	/*17vh 2em 8vh*/
}

.column__wrap div {
	width: 640px;
	margin: 80px auto 0;
}

.column__title {
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 0.5em;
}

.column__title+p {
	line-height: 1.8;
}

/* 5.コラム SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	.column__wrap {
		margin-top: 0;
		width: 100%;
		padding: 0;
		background-image: linear-gradient(0deg, transparent 19px, #ddd 20px), linear-gradient(90deg, transparent 19px, #ddd 20px);
		background-size: 20px 20px;
	}

	.column__wrap div.column__contents {
		padding: 17.73vw 0 6vh;
		width: 86%;
		margin: 0 auto;
	}

	.column__wrap div {
		width: 100%;
		margin: 80px auto 0;
	}

	.column__title {
		font-size: 1.6rem;
		font-weight: 700;
	}

	.column__wrap img {
		width: 100%;
	}

	.column__contents div {
		margin: 0 0 5vh;
	}
}

/* 5.コラム SP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */

	.column__title {
		font-size: 1.6rem;
	}
}

/* 5.コラム SP Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */
@media all and (min-width: 1025px) and (max-width: 1280px) {}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.column__title {
		font-size: 2.8rem;
	}

	.column__title+p {
		font-size: 1.3rem;
	}
}

/* ==============================================================
6.catlife30
=================================================================*/
.catlife30__wrap {
	background: #FDF8F2;
	position: relative;
}

.catlife30__wrap div {
	width: 640px;
	padding: 80px 0 100px;
	margin: 0 auto;
}

.catlife30__title {
	color: #481C1E;
	font-size: 1.2rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.catlife30__title:before,
.catlife30__title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #481C1E;
}

.catlife30__title:before {
	margin-right: 1rem;
}

.catlife30__title:after {
	margin-left: 1rem;
}

.catlife30__wrap img {
	padding-bottom: 32px;
	width: 100%;
}

.catlife30__wrap a {
	color: #F3456E;
	font-weight: 600;
	padding-top: 32px;
	display: flex;
	justify-content: center;
	text-decoration-skip-ink: none;
}

.reason__arrow02 {
	position: relative;
	top: 0%;
	left: 98%;
	transform: translate(-50%, -40%);
}

/* 6.catlife30 SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	.catlife30__wrap div {
		width: 86%;
		margin: 0 auto 0;
		padding: 7vh 0 9vh;
	}

	.catlife30__title {
		font-weight: 700;
	}

	.reason__arrow02 {
		left: 100%;
		transform: translate(-56%, -60%);
	}
}

/* 6.catlife30 SP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */

	.catlife30__title {
		font-size: ;
	}

	.catlife30__wrap div {
		padding: 7vh 0 10vh;
	}
}

/* 6.catlife30 Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */
@media all and (min-width: 1025px) and (max-width: 1280px) {}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.catlife30__title {
		font-size: 1.8rem;
	}

	.catlife30__wrap div {
		text-align: center;
	}

	.catlife30__wrap img {
		width: 78%;
	}

	.catlife30__title+img+p {
		font-size: 1.3rem;
	}

	.reason__arrow02 {
		transform: translate(-56%, -40%);
	}
}

/* ==============================================================
7.トライアルセット02
=================================================================*/
.traialSet {
	.notes {
		font-size: 14px;
		font-weight: 400;
		/* line-height: 2.85; */
		color: #323232;
	}

	&.arrowline {
		position: relative;
		padding: 108px 0 59px;

		&::before {
			content: " ";
			width: 60px;
			height: auto;
			aspect-ratio: 6/11;
			background: url(/img/usr/freepage/bon-appetit_trialset2025-2/arrow.svg)no-repeat top left / 100%;
			position: absolute;
			top: 0;
			left: 50%;
			transform: translate(-50%, -50%);
			z-index: 1;
		}
	}
}

/* アニメーション トライアルセットボタン02 */
.traialSet__btn03 {
	margin: 0;
	padding-right: 0;
}

.traialSet__btn03 {
	display: block;
	position: relative;
	width: 24%;
	margin: 0 auto 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 14px;
	text-align: center;
	align-content: center;
	padding: 1.2em;
}

.traialSet__btn03::before {
	content: "";
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50px;
	position: absolute;
	left: 6px;
	top: 6px;
	background: #C078C9;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.traialSet__btn03::after {
	content: "";
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #BC9FA0;
}

.traialSet__btn03:hover::before {
	left: 0;
	top: 0;
}

.traialSet__btn03 span {
	position: relative;
	display: inline-block;
	padding-left: 12px;
}

.traialSet__btn03 span:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 0;
	right: -2.0em;
	bottom: 0;
	margin: auto;
}

/* 7.トライアルセット02 SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	.traialSet {
		&.arrowline {
			padding: 9.33% 0 8.8vw;

			&::before {
				width: 8.05%;
			}
		}
	}

	.traialSet__wrap02 {
		height: 109vh;
		/*976px*/
		margin-top: -5.6em;
	}

	.traialSet__wrap02>img {
		width: 78%;
		margin-top: 7vh;
	}

	.traialSet__dish {
		/*margin-top: -11vh;*/
		/*-111px*/
		width: 100%;
	}

	.traialSet__package {
		position: relative;
		/*top: -46vh;*/
		/*-418px*/
		padding-bottom: 10px;
	}

	.traialSet__package img {
		width: 87%;
	}

	/* .traialSet__cat01 img {
		width: 38%;
	}
	.traialSet__cat02 img {
		width: 35%;
	}
	.traialSet__cat01 {
	    top: 90px;
	    left: -16%;
	}
	.traialSet__cat02 {
	    top: -75px;
	    right: -19%;
	} */
	.traialSet__btn02 {
		margin: 0 auto 3vh;
	}

	.traialSet__wrap02 a {
		top: -262px;
		/*-270px*/
		z-index: 1;
	}

	.traialSet__btn03 {
		width: 82%;
		padding: 1.4em;
	}

	.traialSet__btn03 span:before {
		right: -1.0em;
	}

	.traialSet__btn03::before {
		left: 3px;
		top: 3px;
	}

	.weight700 {
		font-size: 0.6rem;
	}
}

/* 7.トライアルセット02 SP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */

	/*.traialSet__3set img {
        margin-top: 8.5vh;
    }*/
	.traialSet__dish {
		/*margin-top: -14vh;*/
		/*-26vh*/
	}

	.traialSet__wrap02 {
		height: 116vh;
	}

	.traialSet__wrap02 a {
		top: -232px;
		z-index: 1;
		font-feature-settings: "palt" 1;
	}

	.traialSet__btn03 {
		width: 86%;
		padding: 1.2em;
	}

	.traialSet__wrap p,
	.traialSet__wrap02 p {
		font-size: clamp(10px, 4vw, 30px);
	}

	.traialSet__package {
		/* top: -52vh; */
	}
}

/* ----------- iPhone SE 2022 ----------- */
/*
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
 	.traialSet__package {
	    top: -56vh;
	}
}
*/

/* 7.トライアルセット02 Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */

@media all and (min-width: 1025px) and (max-width: 1280px) {
	.traialSet__wrap02 a {
		top: -690px;
	}

	.traialSet__btn03 {
		width: 36%;
	}
}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.traialSet__dish {
		/* margin-top: -24%; */
	}

	.traialSet__package {
		top: -70%;
	}

	/* .traialSet__cat01 {
        top: 16%;
        left: -16%;
    }
    .traialSet__cat02 {
        top: -12%;
        right: -19%;
    } */
	.traialSet__wrap02 {
		height: 98vh;
		margin-top: -15.5%;
		padding-bottom: 100%;
	}

	.traialSet__3set img {
		/* width: 78%; */
		/*margin-top: 7vh;*/
		/*10vh*/
	}

	.traialSet__wrap02 .traialSet__3set img {
		margin-top: 132px;
	}

	.traialSet__wrap02 p {
		font-size: 2.3rem;
	}

	.traialSet__btn03 {
		width: 72%;
		padding: 2.2em;
	}

	.traialSet__btn03::before {
		border-radius: 68px;
		left: 6px;
		top: 6px;
	}

	.traialSet__btn03::after {
		border-radius: 68px;
	}

	.traialSet__btn03 span:before {
		/* border-width: 16px 0 16px 12px; */
		border-width: 6px 0 6px 7px;
	}

	.traialSet__wrap02 a {
		top: -44%;
	}

	.weight700 {
		font-size: 1.2rem;
	}
}

/* ==============================================================
8.お客様の声
=================================================================*/
.voice__wrap {
	background: #F2F2F2;
}

.voice__title {
	width: 51.98%;
	padding: 5.21% 0 1.93%;
	margin: auto;
}

.voice__content {
	max-width: 1478px;
	margin: auto;
	padding: 0 0 116px;

	img {
		width: 100%;
	}
}

.voice__box {
	position: relative;
	height: auto;

	&::before {
		content: "";
		position: absolute;
		display: inline-block;
	}

	+.voice__box {
		margin-top: 76px;
	}

	.inner {
		font-size: clamp(14px, 0.83vw, 16px);
		line-height: 1.75;
		border: 1px solid #707070;
		background: #fff;
		padding: 2.75% 4.64% 3.44% 4.68%;
		border-radius: 10px;
		box-shadow: rgba(68, 84, 86, 0.16) 10px 10px;
		position: relative;

		&::before {
			content: "";
			width: 36px;
			height: auto;
			aspect-ratio: 61/110;
			display: block;
			background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice_arrow.svg) no-repeat top left / 100%;
			position: absolute;
		}

		hgroup {
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: baseline;
			position: relative;
			flex-wrap: wrap;

			&::after {
				content: "";
				width: 100%;
				height: 1px;
				display: block;
				background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice_line.svg) no-repeat top left / 100%;
				/* transform: rotate(2deg); */
				margin: 17px auto 16px;
			}
		}
	}

	&:nth-child(1) {
		z-index: 3;
		width: 59%;
		max-width: 872px;
		aspect-ratio: 872/725;
		padding: 23.27% 0 0 0;

		&::before {
			width: 100%;
			height: auto;
			aspect-ratio: 856/397;
			background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice01.png) no-repeat top left / 100%;
			top: 0;
			left: 0;
			z-index: -1;
		}

		.inner {
			width: 72.02%;
			transform: rotate(-2deg);
			margin: auto 0 0 auto;

			&::before {
				top: 8.57%;
				left: -10.35%;
				transform: rotate(-37deg);
			}
		}

		hgroup {
			&::before {
				top: 29px;
				left: -61px;
				transform: rotate(327deg) translate(-50%, -50%);
			}
		}
	}

	&:nth-child(2) {
		z-index: 2;
		width: 57.04%;
		max-width: 843px;
		aspect-ratio: 843 / 898;
		padding: 41.41% 0 0 0;
		margin: -37.14% 0 auto auto;

		&::before {
			width: 78.34%;
			max-width: 661px;
			height: auto;
			aspect-ratio: 661/685;
			background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice02.png) no-repeat bottom right / 100%;
			top: 0;
			right: 0;
			z-index: -1;
		}

		.inner {
			width: 74.5%;
			transform: rotate(4deg);
			margin: auto auto 0 1%;

			&::before {
				top: 11.6%;
				right: 29.36%;
				transform: rotate(40deg) translate(-50%, -50%);
			}
		}
	}

	&:nth-child(3) {
		z-index: 1;
		width: 54.06%;
		max-width: 799px;
		aspect-ratio: 799/787;
		padding: 29.05% 0 0 0;
		margin: -22.87% auto auto 5.14%;

		&::before {
			width: 84.11%;
			max-width: 672px;
			height: auto;
			aspect-ratio: 672/430;
			background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice03.png) no-repeat top left / 100%;
			top: 0;
			left: 0;
			z-index: -1;
		}

		.inner {
			width: 78.6%;
			margin: -4.63% 0 auto auto;
			transform: rotate(-3deg);

			&::before {
				top: 12%;
				left: -6%;
				transform: rotate(-26deg) translate(-50%, -50%);
			}
		}
	}

	&:nth-child(4) {
		z-index: 2;
		width: 47.77%;
		max-width: 706px;
		aspect-ratio: 706 / 931;
		padding: 38.29% 0 0 0;
		margin: -30.65% 10.28% auto auto;

		&::before {
			width: 97.17%;
			max-width: 686px;
			height: auto;
			aspect-ratio: 686 / 696;
			background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice04.png) no-repeat top right / 100%;
			top: 0;
			right: 0;
			z-index: -1;
		}

		.inner {
			width: 88.95%;
			margin: auto 8.07% 0 auto;
			transform: rotate(2deg);

			&::before {
				top: 3%;
				right: 27%;
				transform: rotate(69deg) translateY(-50%);
			}
		}
	}

	&:nth-child(5) {
		z-index: 1;
		width: 54.06%;
		max-width: 770px;
		aspect-ratio: 770/915;
		padding: 35.52% 0 0 0;
		margin: -28.08% auto auto 6.16%;

		&::before {
			width: 85.19%;
			max-width: 656px;
			height: auto;
			aspect-ratio: 656/570;
			background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice05.png) no-repeat top left/100%;
			top: 0;
			left: 0;
			z-index: -1;
		}

		.inner {
			width: 81.56%;
			transform: rotate(-4deg);
			margin: auto 0 0 auto;

			&::before {
				top: 14%;
				left: -3%;
				transform: rotate(327deg) translate(-50%, -50%);
			}
		}
	}

	&:nth-child(6) {
		z-index: 2;
		width: 52.19%;
		max-width: 771px;
		aspect-ratio: 771 / 896;
		padding: 41.68% 0 0 0;
		margin: -30.65% 10.28% auto auto;

		&::before {
			width: 100.13%;
			height: auto;
			aspect-ratio: 772 / 696;
			background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice06.png) no-repeat top left / 100%;
			top: 0;
			left: 0;
			z-index: -1;
		}

		.inner {
			width: 81.45%;
			max-width: 628px;
			transform: rotate(3deg);
			margin: auto 5.32% 0 auto;

			&::before {
				top: -13px;
				right: 205px;
				transform: rotate(65deg) translateY(-50%);
			}
		}
	}

	.voice__review_title {
		font-size: clamp(18px, 1.25vw, 24px);
		color: #EA5B7A;
		font-weight: bold;
	}

	.voice__review_name {
		font-size: min(1.87vw, 14px);
		font-size: clamp(10px, 0.73vw, 14px);
		color: #AAAAAA;
		font-weight: bold;
	}
}

.c-uline__wave {
	text-decoration: underline wavy #F3456E 3.8px;
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-decoration-color: #F3456E;
	text-decoration-thickness: 3.8px;
	text-underline-offset: 0.2em;
}

/* 8.お客様の声 SP
=================================================================*/
@media screen and (max-width:768px) {
	/* 1024pxまでの幅の場合に適用される */

	.voice__title {
		width: 86.5%;
		padding: 9.6% 0 10.67%;
		margin: 0 auto !important;
	}

	.voice__content {
		max-width: 1060px;
		padding: 0;
	}

	.voice__box {
		width: 100%;
		transform: unset;
		box-sizing: border-box;

		+.voice__box {
			margin-top: 0;
		}

		.inner {
			width: 100%;
			box-sizing: border-box;
			font-size: 1rem;
			border: 1px solid #707070;
			background: #fff;
			padding: 4.3% 6.4% 4.8% 6.9%;
			border-radius: 10px;
			box-shadow: rgba(68, 84, 86, 0.16) 5px 5px;

			hgroup {
				width: 100%;
				display: flex;
				justify-content: space-between;
				align-items: baseline;
				position: relative;
				flex-wrap: wrap;

				&::after {
					content: "";
					width: 100%;
					height: 1px;
					display: block;
					background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice_line.svg) no-repeat top left / 100%;
					/* transform: rotate(-3deg); */
					margin-bottom: 2.27%;
				}
			}

			p {
				font-size: min(2.13vw, 16px);
				/* SP小さすぎのため、相談 */
				line-height: 1.75;
				letter-spacing: -0.02em;
			}
		}

		.voice__review_title {
			font-size: min(3.2vw, 24px);
			margin-bottom: 0 !important;
		}

		.voice__review_name {
			font-size: min(1.87vw, 14px);
		}

		&:nth-child(1) {
			width: 100%;
			box-sizing: border-box;
			padding: 37.47% 2.13% 2.67vw 12.4%;

			&::before {
				width: 103.47%;
				aspect-ratio: 776 / 349;
				background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice01_sp.webp) no-repeat top right / 100%;
				left: unset;
				bottom: unset;
				top: 0;
				right: 2.93%;
			}

			.inner {
				width: 100%;
				padding-top: 6.1%;

				&::before {
					top: 29px;
					left: -61px;
				}
			}
		}

		&:nth-child(2) {
			width: 100%;
			box-sizing: border-box;
			padding: 39.87% 6.67% 0 7.33%;
			transform: unset;
			aspect-ratio: unset;

			&::before {
				width: 112.4%;
				aspect-ratio: 843 / 407;
				background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice02_sp.webp) no-repeat top right / 100%;
				top: 0;
				bottom: unset;
				left: unset;
				right: unset;
				transform: unset;
			}

			.inner {
				width: 100%;

				&::before {
					top: 0;
					right: 140px;
					transform: rotate(40deg) translateY(-50%);
				}
			}
		}

		&:nth-child(3) {
			z-index: 1;
			width: 100%;
			margin-top: 0;
			margin-left: 0;
			padding: 49.73% 1.87% 0 11.93%;
			aspect-ratio: unset;

			&::before {
				width: 83.73%;
				height: auto;
				aspect-ratio: 656 / 397;
				background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice03_sp.webp) no-repeat top left / 100%;
				top: 0;
				bottom: unset;
				left: -2.93%;
				z-index: -1;
			}

			.inner {
				width: 100%;

				&::before {
					width: 5.73%;
					top: 10%;
					left: -3.47%;
					transform: rotate(-26deg) translate(-50%, -50%);
				}
			}
		}

		&:nth-child(4) {
			width: 74.62%;
			box-sizing: border-box;
			z-index: 2;
			margin-top: 0;
			padding: 5.81% 0 0% 2.13%;
			aspect-ratio: unset;
			margin: 0 auto auto 0;

			&::before {
				width: 63.9%;
				height: auto;
				aspect-ratio: 377 / 531;
				background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice04_sp.webp) no-repeat top right / 100%;
				top: 0;
				right: -46%;
				z-index: 1;
				transform: rotate(0) translate(0, 0);
			}

			.inner {
				width: 100%;
				margin-bottom: 3.87%;
				margin-left: 0;
				padding-right: 11.54%;

				&::before {
					width: 6.43%;
					top: 0;
					left: 76.53%;
					transform: rotate(69deg) translate(-50%, 0);
				}
			}
		}

		&:nth-child(5) {
			width: 100%;
			z-index: 1;
			margin-top: 0;
			margin-left: 0;
			padding: 48% 7.33% 0 5.69%;
			aspect-ratio: unset;

			&::before {
				width: 113.2%;
				height: auto;
				aspect-ratio: 849 / 397;
				background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice05_sp.webp) no-repeat bottom left / 100%;
				top: 0;
				bottom: unset;
				left: -16.93%;
				z-index: -1;
				transform: rotate(0);
			}

			.inner {
				width: 100%;

				&::before {
					top: -6.69%;
					left: 75.16%;
					transform: rotate(41deg) translate(-50%, 0%);
					width: 5.8%;
				}
			}
		}

		&:nth-child(6) {
			width: 100%;
			max-width: 726px;
			height: auto;
			padding: 18.99% 0 0;
			box-sizing: border-box;
			position: relative;
			aspect-ratio: unset;

			&::before {
				width: 53.07%;
				height: auto;
				aspect-ratio: 398 / 585;
				background: url(/img/usr/freepage/bon-appetit_trialset2025-2/voice06_sp.webp) no-repeat top right / 100%;
				top: 0;
				left: unset;
				right: -2.93vw;
				z-index: 0;
				transform: rotate(0);
			}

			.inner {
				width: 66.9vw;
				padding: 3.73% 6.43% 4.57% 6.83%;
				transform: rotate(3deg);
				margin-left: 3.07vw;

				&::before {
					top: -3.39%;
					left: 60.08%;
					transform: rotate(71deg) translateY(-50%);
					width: 7.19%;
				}
			}
		}
	}
}

/* 8.お客様の声 SP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */

	/* .voice__title {
        font-size: 1.15rem;
    }
    .voice__box span:nth-child(2) {
        font-size: 0.6rem;
    }
    .voice__box span:first-child {
        font-size: 0.6rem;
    } */
}

/* 8.お客様の声 Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */

@media all and (min-width: 1025px) and (max-width: 1280px) {}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	/* .voice__title {
        font-size: 2.8rem;
    }
    .voice__box {
        font-size: 1.2rem;
    }
    .voice__box span:first-child {
        font-size: 0.9rem;
    }
    .voice__box span:nth-child(2) {
        font-size: 0.9rem;
    } */
}

/* ==============================================================
9.こだわりポイント
=================================================================*/
.feature__wrap {
	background: url(/img/usr/freepage/bon-appetit_trialset2025-2/pattern_bg.png) repeat-x;
	background-size: 100%;
}

.feature__point {
	position: relative;
	top: -50%;
	left: 96.8%;
	transform: translateY(-50%) translateX(-50%);
}

.feature__box {
	width: 1000px;
	margin: -96px auto 0;
	text-align: center;
	line-height: 1.8;
}

.feature__box span {
	display: block;
	font-size: 1.5rem;
	text-align: center;
	margin: 5px 0 16px;
	font-weight: 500;
}

.feature__box p {
	text-align: left;
	width: 640px;
	margin: 0 auto;
}

.feature__title01 {
	color: #F3456E;
	font-size: 1.5rem;
	text-align: center !important;
	padding: 40px 0;
	font-weight: 600;
}

.feature__title02 {
	color: #F3456E;
	font-size: 1.5rem;
	text-align: center !important;
	padding: 60px 0 32px;
	font-weight: 600;
}

.feature__title01::before,
.feature__title02::before {
	content: "";
	background: url(/img/usr/freepage/bon-appetit_trialset2025-2/cat_paws.svg) repeat-x;
	background-size: 100%;
	padding-left: 32px;
	vertical-align: text-top;
	margin-right: 0.5em;
}

/* 9.こだわりポイント SP
=================================================================*/
@media screen and (max-width:1024px) {

	/* 1024pxまでの幅の場合に適用される */
	.feature__point img {
		width: 20%;
	}

	.feature__point {
		top: 0;
		left: 90%;
		transform: translateY(-32%) translateX(-50%);
	}

	.feature__wrap {
		background-size: 300%;
	}

	.feature__box {
		width: 86%;
		margin: -10% auto 0;
	}

	.feature__box img.kodawari {
		width: 88%;
	}

	.feature__box span {
		font-size: 1.2rem;
		font-weight: 700;
		color: #481C1E;
		margin: 3% 0 1%;
	}

	.feature__box p {
		text-align: left;
		width: 100%;
	}

	.lowphosphorus_cat {
		width: 121%;
		overflow: overlay;
		margin: 2% 0 0 -33px;
	}

	.feature__title01::before,
	.feature__title02::before {
		vertical-align: middle;
		padding-left: 25px;
	}

	.feature__title01 {
		padding: 5% 0;
	}

	.feature__title02 {
		padding: 10% 0 5%;
	}

	.feature__title01,
	.feature__title02 {
		font-size: 1.2rem;
	}

	.feature__title01+img {
		width: 112%;
		overflow: overlay;
		/* margin-left: -20px; */
	}

	.feature__title02+img {
		width: 100%;
		overflow: overlay;
		margin-left: auto;
	}
}

/* 9.こだわりポイント SP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */

	.feature__box span {
		font-size: 1.1rem;
	}

	.feature__title01,
	.feature__title02 {
		font-size: 1.1rem;
	}
}

/* 9.こだわりポイント Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */

@media all and (min-width: 1025px) and (max-width: 1280px) {}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.feature__box span {
		font-size: 1.8rem;
	}

	.feature__title01,
	.feature__title02 {
		font-size: 1.8rem;
	}

	.feature__title01::before,
	.feature__title02::before {
		padding-left: 36px;
	}

	.feature__box p {
		font-size: 1.4rem;
	}
}

/* ==============================================================
10.厳選した原材料
=================================================================*/
.ingredients__wrap {
	background-color: #FDF8F2;
	margin-top: 160px;
}

.ingredients__wrap div {
	width: 640px;
	padding: 80px 0 100px;
	margin: 0 auto;
}

.ingredients__point {
	position: relative;
	top: -50%;
	left: 90.0%;
	transform: translateY(-84%) translateX(-50%);
}

.ingredients__point02 {
	position: relative;
	top: 0;
	left: 0;
	transform: translateY(-265%) translateX(-4%);
}

.ingredients__point02+img {
	position: relative;
	top: -248px;
	left: 49%;
	transform: translateY(-50%) translateX(-50%);
}

.ingredients__wrap ul {
	margin: -40% auto 6%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.ingredients__wrap span {
	display: block;
	color: #F3456E;
	font-weight: 600;
	padding-top: 4px;
}

.ingredients__box+p {
	text-align: center;
}

.ingredients__wrap li:nth-child(-n+2) {
	margin-bottom: 5%;
}

.ingredients__box+p>a {
	color: #F3456E;
	font-weight: 600;
}

/* 10.厳選した原材料 SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	.ingredients__wrap {
		margin-top: 22%;
	}

	.ingredients__wrap div {
		width: 86%;
		padding: 19% 0 16%;
		margin: 0 auto;
	}

	.ingredients__point img {
		width: 23.3%;
	}

	.ingredients__point {
		top: 0;
		left: 88%;
		transform: translateY(-90%) translateX(-50%);
	}

	.ingredients__point02 img {
		width: 100%;
	}

	.ingredients__point02 {
		top: 0;
		left: 0;
		transform: translateY(-330%) translateX(2%);
	}

	.ingredients__point02+img {
		top: -160px;
		width: 72%;
	}

	.ingredients__point02 {
		top: -20px;
		left: 0;
		transform: translateY(-330%) translateX(0%);
	}

	.ingredients__wrap ul {
		margin: -45% auto 12%;
	}

	.ingredients__box li {
		width: 48%;
		line-height: 1.4;
	}

	.ingredients__box img {
		width: 100%;
	}

	.ingredients__box+p {
		text-align: center;
		line-height: 1.6;
		font-size: 1.0rem;
		font-weight: 700;
	}

	.ingredients__box+p>a {
		font-weight: 700;
	}

	.ingredients__box li>p {
		font-size: 0.8rem;
	}

	.ingredients__wrap span {
		font-weight: 700;
	}
}

/* 10.厳選した原材料 SP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */
}

/* 10.厳選した原材料 Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */

@media all and (min-width: 1025px) and (max-width: 1280px) {}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.ingredients__point02+img {
		top: -27vh;
	}

	.ingredients__point02 {
		top: -48px;
	}

	.ingredients__box li>p {
		font-size: 1.2rem;
	}

	.ingredients__wrap span {
		font-size: 1.4rem;
		padding-bottom: 0.1em;
	}

	.ingredients__box+p {
		font-size: 1.6rem;
	}
}

/* ==============================================================
11.あたりまえのこと
=================================================================*/
.naturally__wrap {
	width: 800px;
	margin: 80px auto 0;

}

.naturally__title {
	font-weight: 600;
	color: #481C1E;
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 4%;
}

.naturally__box {
	width: 640px;
	margin: 5% auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

.naturally__box li:nth-child(-n+3) {
	margin-bottom: 3%;
}

.naturally__box p {
	font-weight: 700;
	font-size: 0.8rem;
	color: #481C1E;
}

.naturally__box span {
	font-size: 0.8rem;
}

.naturally__box+p {
	width: 640px;
	margin: 0 auto 12%;
}

/* 11.あたりまえのこと SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	.naturally__wrap {
		width: 100%;
		margin: 16% auto 0;
	}

	.naturally__title {
		font-weight: 700;
	}

	.naturally__title+img {
		width: 100%;
	}

	.naturally__box {
		width: 86%;
	}

	.naturally__box li {
		width: 30%;
	}

	.naturally__box li img {
		width: 100%;
	}

	.naturally__box+p {
		width: 86%;
		margin: 8% auto 16%;
		line-height: 1.6;
	}
}

/* 11.あたりまえのこと SP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */
}

/* 11.あたりまえのこと Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */

@media all and (min-width: 1025px) and (max-width: 1280px) {}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.naturally__title {
		font-size: 1.8rem;
	}

	.naturally__box p {
		font-size: 1.3rem;
	}

	.naturally__box span {
		font-size: 1rem;
	}

	.naturally__box+p {
		font-size: 1.4rem;
	}
}

/* ==============================================================
12.当日出荷
=================================================================*/
.same-day_shipping__wrap {
	background-color: #FDF8F2;
	padding: 5% 0 6%;
}

.same-day_shipping__wrap img {
	width: 700px;
}

.same-day_shipping__wrap div {
	width: 700px;
	margin: 0 auto;
}

div.same_day_shipping_txt {
	width: 700px;
	margin-top: 20px;
}

.same_day_shipping_txt {
	background-image: linear-gradient(to right, #302D2C 1.2px, transparent 1.2px);
	background-size: 8px 1.2px;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px 0 0;
}

.pink {
	color: #EA5B7A;
}

.notice {
	font-size: 0.8rem;
}

/* 12.当日出荷 SP
=================================================================*/
@media screen and (max-width:1024px) {

	/* 1024pxまでの幅の場合に適用される */
	div.same-day_shipping__inner {
		width: 90%;
		margin: 5% auto;
	}

	div.same_day_shipping_txt {
		width: 100%;
	}

	.same_day_shipping_txt p {
		line-height: 1.4rem;
	}
}

/* ==============================================================
13.よくあるご質問
=================================================================*/
.QA__wrap {
	background-color: #F2F2F2;
	padding: 5% 0 6%;
	position: relative;
}

.QA__wrap div {
	width: 700px;
	margin: 0 auto;
	height: auto;
}

.QA__title {
	font-weight: 600;
	color: #323232;
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 4%;
}

.QA__box {
	margin-top: 8%;
	line-height: 1.6;
}

.QA__question {
	font-size: 1.3rem;
	font-weight: 600;
	color: #481C1E;
}

.QA__question::before {
	content: "";
	background: url(/img/usr/freepage/bon-appetit_trialset2025-2/q.svg) repeat-x;
	background-size: 100%;
	padding-left: 22px;
	padding-bottom: 22px;
	vertical-align: sub;
	margin-right: 0.5em;
}

.QA__box p:nth-child(2) {
	font-size: 0.8rem;
}

.QA__box li:nth-child(-n+2) {
	margin-bottom: 4%;
}

.QA__wrap span {
	font-size: 0.8rem;
	display: inline-block;
	line-height: 1.0rem;
	padding: 0.8rem 0;
}

.QA__answer {
	font-size: 1.2rem;
	font-weight: 400;
	color: #323232;
	max-width: 630px;
	padding: 0.5em 1.2em 0 0;
}

.QA__answer_txt {
	font-size: 1.2rem;
	font-weight: 400;
	color: #323232;
	max-width: 630px;
	display: inline-block;
	padding: 0 0 0 0.5em;
	font-feature-settings: "palt";
	line-height: 1.8rem;
}

.QA__answer_txt img {
	padding: 1.6em 0;
}

.ac_inner_wraper {
	display: flex;
}

.ac_inner_wraper::before {
	content: "";
	background: url(/img/usr/freepage/bon-appetit_trialset2025-2/a.svg) repeat-x;
	background-size: 100%;
	padding-left: 18px;
	vertical-align: top;
	margin-right: 0.5em;
}

a.pink_touroku {
	color: #F3456E;
	font-size: 1.2rem;
	text-decoration-line: underline;
}

a.pink_touroku:hover {
	opacity: 0.7;
	text-decoration-line: none;
	transition-duration: 0.2s;
}

/* ==============================================================
13.よくあるご質問 アコーディオン
=================================================================*/
.accordion_container {
	max-width: 800px;
	margin: 0 auto;
	background-image: linear-gradient(to right, #302D2C 1.2px, transparent 1.2px);
	background-size: 8px 1.2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.accordion_title {
	color: #481C1E;
	font-size: 26px;
	font-weight: normal;
	padding: 20px 3%;
	text-align: left;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}

.accordion_container:nth-of-type(2) .accordion_title {}

.accordion_container:nth-of-type(3) .accordion_title {}

.accordion_title:hover {
	/*opacity: .8;*/
}

.icon_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	top: 27%;
	right: 5%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(0deg);
	/*45deg*/
	transform: rotate(0deg);
	/*transform-origin: center center;*/
	transition-duration: 0.2s;
}

.accordion_title.default .icon_wrap {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.iconopen {
	display: block;
	background: url(/img/usr/freepage/bon-appetit_trialset2025-2/arrow-down-circle.svg) repeat-x;
	background-size: 100%;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	/*transform-origin: center center;*/
	transition-duration: 0.2s;
	position: relative;
}

.accordion_title.default .icon_wrap .iconopen {
	-webkit-transform: rotatex(0deg);
	transform: rotatex(180deg);
}

.accordion_title.default.open .icon_wrap .iconopen {
	-webkit-transform: rotatex(45deg);
	transform: rotatex(0deg);
}

.icon {
	display: block;
	background: url(/img/usr/freepage/bon-appetit_trialset2025-2/arrow-up-circle.svg) repeat-x;
	background-size: 100%;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	/*transform-origin: center center;*/
	transition-duration: 0.2s;
	position: relative;
}

.accordion_title.default .icon_wrap .icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(180deg);
}

.accordion_title.default.open .icon_wrap .icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(0deg);
}

.accordion_title.open .icon_wrap {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(180deg);
	/*-360deg*/
}

.accordion_title.default.open .icon_wrap {
	-webkit-transform: rotateX(315deg);
	transform: rotateX(0deg);
}

.accordion_inner {
	display: none;
	padding: 30px 22px;
	box-sizing: border-box;
}

.accordion_inner.default {
	display: block;
}

.accordion_container:nth-of-type(2) .accordion_inner {}

.accordion_container:nth-of-type(3) .accordion_inner {}

.ac_inner_wraper {
	height: 100px;
}

p.txt_a_ac {
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.accordion_title {
		font-size: 18px;
	}

	.icon_wrap {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}

@media screen and (max-width: 767px) {
	.accordion_title {
		font-size: 16px;
		text-align: left;
		padding: 15px 60px 15px 15px;
	}
}

/* 13.よくあるご質問 SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	.QA__wrap div {
		width: 98%;
		margin: 0 auto 2% auto;
		padding-bottom: 10px;
	}

	.QA__question::before {
		vertical-align: baseline;
	}

	.QA__question {
		padding-bottom: 0.4em;
	}

	.QA__box li:nth-child(-n+2) {
		margin-bottom: 8%;
	}

	.ac_inner_wraper::before {
		padding-left: 24px;
		padding-bottom: 24px;
	}
}

/* 13.よくあるご質問 SP iPhone pro系
=================================================================*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 390px) and (min-device-height: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation:portrait) {
	.QA__wrap {
		padding: 8% 0 6%;
	}

	.QA__wrap div {
		font-size: 0.8rem;
	}

	.QA__title {
		font-size: 1.6rem;
	}

	.icon_wrap .iconopen,
	.icon_wrap .icon {
		width: 28px;
		height: 28px;
	}

	.accordion_inner .ac_inner_wraper::before {
		padding-left: 18px;
		padding-bottom: 18px;
		position: relative;
		top: 4px;
	}

	.accordion_container .QA__question {
		padding-bottom: 1.6em;
	}

	.accordion_inner {
		padding: 0 14px;
	}

	.ac_inner_wraper img {
		width: 92%;
	}

	.QA__answer {
		font-size: 1.0rem;
		width: 100%;
		padding-bottom: 0.8em;
	}

	.QA__answer_txt {
		font-size: 0.8rem;
		width: 92%;
		line-height: 1.2rem;
		padding-bottom: 2em;
	}
}

/* 13.よくあるご質問 SP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */

	.QA__question {
		font-size: 1.1rem;
	}

	.QA__question::before {
		padding-left: 18px;
	}

	.ac_inner_wraper::before {
		padding-left: 15px;
		padding-bottom: 15px;
	}

	.QA__answer {
		font-size: 1.1rem;
		padding: 0.5em 0 0 0;
	}
}

/* 13.よくあるご質問 Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */

@media all and (min-width: 1025px) and (max-width: 1280px) {}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.QA__title {
		font-size: 2.8rem;
	}

	.QA__question {
		font-size: 1.8rem;
	}

	.QA__box p:nth-child(2) {
		font-size: 1.2rem;
	}

	.QA__question::before {
		padding-left: 30px;
		vertical-align: middle;
	}
}


/* ==============================================================
13.バナーエリア
=================================================================*/
.lastBnr__wrap {
	padding: 5% 0 6%;
}

.lastBnr__wrap div {
	width: 640px;
	margin: 0 auto;
}

.lastBnr__title {
	font-weight: 600;
	color: #323232;
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 4%;
}

div.lastBnr__box {
	text-align: center;
	background-color: #FDF8F2;
	padding: 5% 0;
	font-weight: 600;
	margin: 30px auto;
	line-height: 1.8;
}

.lastBnr__box p {
	color: #F3456E;
}

.lastBnr__box span {
	color: #323232;
}

.lastBnr__btn p {
	position: relative;
	color: #fff;
	font-size: clamp(10px, 4vw, 30px);
}

.lastBnr__btn .traialSet__btn02,
.lastBnr__btn .traialSet__btn03 {
	display: block;
	position: relative;
	/* width: 62%; */
	width: 100%;
	max-width: 495px;
	margin: 0 auto 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 14px;
	text-align: center;
	align-content: center;
	padding: 1.2em;
}

.lastBnr__notice {
	text-align: center;
	font-size: 0.8rem;
}

/* 13.バナーエリア SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	.lastBnr__wrap {
		padding: 14% 0 16%;
	}

	.lastBnr__wrap div:first-child {
		width: 86%;
		margin: 0 auto;
	}

	.lastBnr__title {
		font-weight: 700;
		font-size: 1.3rem;
		margin-bottom: 5%;
	}

	.lastBnr__wrap img {
		width: 100%;
	}

	.lastBnr__wrap .lastBnr__box {
		width: 100%;
	}

	div.lastBnr__box {
		margin: 5% auto;
		padding: 6% 0 5%;
	}

	.lastBnr__wrap div {
		width: 100%;
	}

	.lastBnr__btn .traialSet__btn02,
	.lastBnr__btn .traialSet__btn03 {
		/* width: 96%; */
		width: 100%;
		max-width: 495px;
		padding: 1.4em;
		margin: 6% auto 0;
	}

	.lastBnr__notice {
		margin-top: 8%;
	}
}

/* 13.バナーエリアSP iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */

	.lastBnr__title {
		font-size: 1.2rem;
	}

	.lastBnr__btn p {
		font-size: 1.2rem;
	}

	.lastBnr__btn .traialSet__btn02,
	.lastBnr__btn .traialSet__btn03 {
		padding: 1.2em;
	}
}

/* 13.バナーエリア Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */

@media all and (min-width: 1025px) and (max-width: 1280px) {}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.lastBnr__title {
		font-size: 2.8rem;
	}

	.lastBnr__box {
		font-size: 1.4rem;
	}

	.lastBnr__btn .traialSet__btn02,
	.lastBnr__btn .traialSet__btn03 {
		/* width: 86%; */
		padding: 2.2em;
		margin: 5% auto 0;
		width: 100%;
		max-width: 495px;
	}

	.lastBnr__btn p {
		position: relative;
		color: #fff;
		/* font-size: 2.3rem; */
		font-size: clamp(10px, 4vw, 30px);
	}

	.lastBnr__notice {
		font-size: 1.4rem;
	}
}

/* ==============================================================
14.ご挨拶
=================================================================*/
.aboutTama__wrap {
	padding: 0 0 6%;
}

.aboutTama__wrap div {
	width: 640px;
	margin: 0 auto;
}

.aboutTama__title {
	font-weight: 600;
	color: #323232;
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 4%;
}

/* 14.ご挨拶 SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	.aboutTama__wrap div {
		width: 86%;
	}

	.aboutTama__wrap img {
		width: 100%;
		padding-bottom: 5%;
	}

	.aboutTama__title {
		font-size: 1.8rem;
	}

	.ttltxt {
		font-size: 1.4rem;
		padding: 0 !important;
		margin: 18% auto 0;
	}
}

/* 14.ご挨拶 iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */
}

/* 14.ご挨拶 Medium screens - タブレット
=================================================================*/
/* Mediumスクリーン */

@media all and (min-width: 1025px) and (max-width: 1280px) {}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.aboutTama__title {
		font-size: 2.8rem;
	}

	.aboutTama__title+img+p {
		font-size: 1.4rem;
	}
}

/* ==============================================================
15.ラインナップ PC
=================================================================*/
.ttltxt {
	font-size: 150%;
	font-weight: bold;
	padding: 50px 0 15px 30px;
	line-height: 160%;
	text-align: center;
}

.lineUp p {
	font-size: 87.5%;
	line-height: 150%;
}

.lineUp .btn {
	width: 420px;
	margin: 32px auto 0;
}

.lineUp .btn a {
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	position: relative;
	display: block;
	height: 48px;
	-webkit-transition: all .3s .2s;
	transition: all .3s .2s;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: solid 1px #ea5b7a;
	border-radius: 5px;
	background: #fff;
	padding-right: 1em;
}

.lineUp .btn a:hover {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	color: #fff;
	background: #ea5b7a;
}

.lineUp .btn a:hover::before {
	-webkit-transition: all .3s 0s;
	transition: all .3s 0s;
	border-left-color: #fff;
}

.lineUp .btn a::before {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	-webkit-transition: all .3s .2s;
	transition: all .3s .2s;
	border-width: 4px 0 4px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #ea5b7a;
}

/* 15.ラインナップ SP
=================================================================*/
@media screen and (max-width:1024px) {
	/* 1024pxまでの幅の場合に適用される */

	.lineUp .btn {
		width: 82%;
	}

	.lineUp .btn a {
		font-size: 0.9rem;
		font-feature-settings: "palt" 1;
	}
}

/* 15.ラインナップ iPhone X,SE
=================================================================*/
@media screen and (max-device-width: 375px) and (orientation:portrait) {
	/* 375pxまでの幅の場合に適用される */

	.lineUp .btn a {
		font-size: 0.8rem;
	}
}

/* 15.ラインナップ Medium screens - タブレット
=================================================================*/
/* iPad */
@media all and (min-width: 810px) and (max-width: 1080px) {
	.whatPhosphorus__memo {
		width: 70%;
	}

	.traialSet__wrap02 {
		padding-bottom: 111%;
	}

	.voice__title {
		font-size: 2.6rem;
	}
}

/* Mediumスクリーン */
@media all and (min-width: 584px) and (max-width: 1024px) {
	.sectionbox {
		width: 100%;
	}

	/* #container .bon-tagArea {
	    width: 75%;
	} */
}

/* ==============================================================
16.スクロールバナー PC
=================================================================*/
#CTA {
	width: 16%;
}

/* 16.スクロールバナー SP
=================================================================*/
@media screen and (max-width:1024px) {

	/* 1024pxまでの幅の場合に適用される */
	#CTA {
		width: 100%;
		left: 0;
		bottom: 0;

		a {
			display: flex;
			align-items: flex-end;
		}

		picture {
			display: contents;
		}

		img {
			max-width: 100%;
		}
	}
}

/* 17. iPhone SE 第3世代
=================================================================*/
@media screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation:portrait) {
	.kv__featuretxt {
		display: none;
		/*top: 87.2vh;*/
	}

	.traialSet__wrap02 {
		height: 132vh;
	}

	.ma-t70 {
		margin-top: -41vh;
	}

	.traialSet__package {
		/* top: -56vh; */
	}

	.traialSet__wrap {
		/* height: 130vh; */
	}

	/* .sec02 {
        height: 146vh;
    } */
}

/* 18. SP XPERIA系 360px～374px
=================================================================*/
/* Portrait */
@media only screen and (min-device-width: 360px) and (max-device-width: 374px) and (orientation:portrait) {
	.kv__featuretxt {
		display: none;
		/*top: 85.6vh;*/
	}

	.traialSet__package {
		/* top: -348px; */
	}

	.traialSet__wrap a {
		/* top: -228px; */
	}

	.traialSet__wrap p {
		font-size: clamp(10px, 4vw, 30px);
	}

	.traialSet__wrap02 p {
		font-size: 1.1rem;
	}

	.ma-t70 {
		margin-top: -246px;
	}

	.traialSet__wrap {
		/* height: 746px; */
	}

	/* .sec02 {
        height: 900px;
    } */
	.traialSet__wrap02 a {
		top: -230px;
	}

	.traialSet__wrap02 {
		height: 782px;
	}

	.voice__title {
		font-size: 1.1rem;
	}
}

/* 19. SP Samsung Galaxy Z Flip
=================================================================*/
/* Portrait
and (-webkit-min-device-pixel-ratio: 2.625) { */
@media only screen and (device-width: 412px) and (device-height: 1004px) and (orientation:portrait) {
	#container video.kv__video {
		/* height: 90vh; */
	}

	.kv__featuretxt {
		display: none;
		/*top: 836px;*/
	}

	/* .traialSet__dish {
        margin-top: -9vh;
    }
    .traialSet__package {
        top: -45vh;
    } */
}

/* 20. SP iPhone 6+, 7+ and 8+
=================================================================*/
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
	.traialSet__package {
		top: -56vh;/
	}

	.traialSet__wrap {
		/* height: 130vh; */
	}

	/* .sec02 {
        height: 144vh;
    } */
	.traialSet__wrap02 {
		height: 132vh;
	}
}

/* 21. SP iPhone 12～16pro
=================================================================*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 390px) and (min-device-height: 844px) and (-webkit-min-device-pixel-ratio: 3) and (orientation:portrait) {
	#container video.kv__video {
		/* height: 95vh; */
	}

	.kv__featuretxt {
		display: none;
		/*top: 85.6vh; 660px*/
	}

	.traialSet__package {
		/* top: -380px; */
	}

	.traialSet__wrap {
		/* height: 130vh; */
	}

	/* .traialSet__dish {
        margin-top: -98px;
    } */
	/* .sec02 {
        height: 144vh;
    } */
	.traialSet__wrap02 {
		height: 132vh;
	}

	.traialSet__wrap a {
		/* top: -246px; */
	}

	.ma-t70 {
		margin-top: -258px;
	}

	.traialSet__wrap {
		/* height: 880px; */
	}

	/* .sec02 {
        height: 1000px;
    } */
	.traialSet__wrap02 {
		height: 900px;
	}
}

/* 22. SP iPhone proMax系
=================================================================*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 428px) and (min-device-height: 926px) and (orientation:portrait) {
	#container video.kv__video {
		/* height: 95vh; */
	}

	.kv__featuretxt {
		display: none;
		/*top: 750px;*/
	}

	.traialSet__package {
		/* top: -416px; */
	}

	.traialSet__wrap {
		/* height: 130vh; */
	}

	/* .traialSet__dish {
        margin-top: -110px;
    } */
	.sec02 / .traialSet__wrap02 {
		height: 132vh;
	}

	.traialSet__wrap a {
		/* top: -270px; */
	}

	.ma-t70 {
		margin-top: -287px;
	}

	.traialSet__wrap {
		/* height: 880px; */
	}

	/* .sec02 {
        height: 1060px;
    } */
	.traialSet__wrap02 {
		height: 956px;
	}
}

/* 23. SP Pixel 9 Pro XL
=================================================================*/
/* Portrait */
@media only screen and (min-device-width: 448px) and (min-device-height: 997px) and (orientation:portrait) {
	.traialSet__wrap {
		/* height: 946px; */
	}

	/* .sec02 {
        height: 1106px;
    } */
	.traialSet__wrap02 {
		height: 1020px;
	}
}

/* iPad系 Mediumスクリーン */
@media all and (min-width: 744px) and (min-height: 1024px) {
	.traialSet__dish {
		/* margin-top: -24%; */
	}

	.traialSet__package {
		/* top: -70vh; */
	}

	.traialSet__wrap a {
		/* top: -43vh; */
	}

	.traialSet__wrap {
		/* height: 105vh; */
	}

	.ma-t70 {
		margin-top: -41vh;
	}

	.traialSet__wrap02 a {
		top: -43vh;
	}

	.traialSet__wrap02 {
		height: 100vh;
	}
}

/* 24. SP 横向き
=================================================================*/
/* Landscape */
@media only screen and (orientation:landscape) and (max-height: 450px) {
	.kv__no1 {
		/* top: -208px; */
	}

	.kv__no1 img {
		/* width: 22%; */
	}

	.kv__product_img {
		position: absolute;
		/* top: 22%;
        left: 20%;
        transform: translateY(50%) translateX(20%); */
	}

	.kv__product_img img {
		width: 56%;
	}

	.kv__featuretxt img {
		display: none;
		/*width: 27%;*/
	}

	.kv__featuretxt {
		display: none;
		/*
        top: 58%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        */
	}

	.traialSet__wrap {
		margin-top: -200px;
	}

	.traialSet__wrap a {
		/* top: -430px; */
	}

	.traialSet__3set img {
		/* width: 60%; */
		/* margin-top: 60px; */
	}

	.traialSet__dish {
		margin-top: -20%;
		width: 100%;
	}

	.traialSet__package {
		top: -70%;
	}

	.traialSet__cat02 {
		top: -130px;
	}

	/* .traialSet__cat01 {
        top: 180px;
    } */
	.traialSet__wrap {
		height: 1060px;
	}

	.whatPhosphorus__photo {
		margin: 70px 0 40px;
	}

	/* .sec02 {
        height: 1680px;
    } */
	.column__wrap div.column__contents {
		padding: 100px 0 60px;
	}

	.catlife30__wrap div {
		padding: 70px 0;
	}

	/* .traialSet__wrap02 .traialSet__3set img {
        margin-top: 120px !important;
    } */
	.traialSet__wrap02 {
		height: 960px;
	}

	.traialSet__wrap02 .ma-t70 {
		margin-top: -436px;
	}

	.traialSet__wrap p,
	.traialSet__wrap02 p {
		font-size: clamp(10px, 4vw, 30px);
	}

	.traialSet__btn,
	.traialSet__btn02,
	.traialSet__btn03 {
		width: 66%;
	}

	.voice__wrap div:first-child {
		/* padding: 70px 0; */
	}

	.voice__title {
		font-size: 2.2rem;
	}

	.ingredients__point02+img {
		top: -280px;
	}
}

/* 25. 追加
	=================================================================*/
.u-fs-40 {
	font-size: 2.5rem;
}

@media screen and (max-width:768px) {
	.u-fs-40sp {
		font-size: 2.5rem;
	}
}



/* ==============================================================
 26.商品一覧
=================================================================*/
.itemlist__wrap {
	width: 100%;
	padding: 100px 0 82px;

	.section__ttl {
		text-align: center;
		margin: 0 auto 59px;
	}

	.inner {
		max-width: 900px;
		margin: auto;
	}

	.item__box {
		display: grid;
		grid-template-columns: 44.4% 1fr;
		gap: 3.3%;

		+.item__box {
			margin-top: 50px;
		}
	}

	.item__box_text {
		padding-top: 20px;

		p {
			font-size: 1rem;
			line-height: 2.18;
			letter-spacing: -0.02em;
		}
	}

	.item_name {
		width: 100%;

		&::after {
			content: " ";
			display: block;
			width: 100%;
			height: 1px;
			background: url(/img/usr/freepage/bon-appetit_trialset2025-2/itemlist_line.svg) repeat-x center left /cover;
			margin: 19px auto 25px;
			font-feature-settings: "palt" 1;
		}
	}
}

/* 26.商品一覧 SP
=================================================================*/
@media screen and (max-width:768px) {
	.itemlist__wrap {
		width: 100%;
		padding: 11.33% 0 13.33%;

		.section__ttl {
			width: 81.33%;
			margin: 0 auto 6.13%;
		}

		.inner {
			max-width: 900px;
			margin: auto;
		}

		.item__box {
			display: block;
			text-align: center;

			+.item__box {
				margin-top: 8%;
			}

			picture {
				width: 76%;
				max-width: 570px;
				margin: auto;
				display: block;
			}

			&:nth-child(1) {
				.item_name {
					picture {
						width: 52vw;
						aspect-ratio: 390/74;
					}
				}
			}

			&:nth-child(2) {
				.item_name {
					picture {
						width: 46.67vw;
						aspect-ratio: 350/74;
					}
				}
			}

			&:nth-child(3) {
				.item_name {
					picture {
						width: 46.67vw;
						aspect-ratio: 350/74;
					}
				}
			}

			&:nth-child(4) {
				.item_name {
					picture {
						width: 73.33vw;
						aspect-ratio: 550/74;
					}
				}
			}

			&:nth-child(5) {
				.item_name {
					picture {
						width: 50.13vw;
						aspect-ratio: 376/73;
					}
				}
			}
		}

		.item__box_text {
			width: 84.8%;
			padding-top: 5.33%;
			margin: auto;

			p {
				text-align: left;
			}
		}

		.item_name {
			width: 100%;
			padding-bottom: 2.67%;
			position: relative;

			&::after {
				content: "";
				width: 100%;
				margin: 0;
				position: absolute;
				bottom: 0;
				left: 0;
				display: block;
			}

		}
	}
}