@charset "UTF-8";

/* ==============================================================
CSSの名前：bon-appetit_phosphorus.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.あたりまえのこと
12.よくあるご質問
13.バナーエリア
14.ご挨拶
15.ラインナップ
16.スクロールバナー
17.iPhone SE 第3世代
18.XPERIA系 360px～374px
19.SP Samsung Galaxy Z Flip
20.iPhone 6+, 7+ and 8+
21.SP iPhone 12～16pro
22.SP iPhone proMax系
23.SP Pixel 9 Pro XL
24.SP 横向き
================================================================ */

/* ==============================================================
0.フォント設定
=================================================================*/
body { font-family: 'Noto Sans JP', sans-serif; font-optical-sizing: auto; font-style: normal; }
.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; }

/* 0.スペース
=================================================================*/
.ma-t70 { margin-top: -750px; }
.pb_12 { padding-bottom: 12px }

/* ==============================================================
1.KV PC
=================================================================*/
#header { height: 0; width: 1920px; position: unset; }
#header h1 { height: 182px; padding: 0; left: 60px; background: url(../ext/bon-appetit_phosphorus/tama_logo.svg) no-repeat; background-size: 100%; z-index: 1; }
#container video.kv__video{ width: 100%; height: 897px; object-fit: cover; }/*margin-top: -183px;*/
.phosphorus__wrap { position: relative; }
.kv__wrap { position: relative; width: 100%; }
.kv__wrap img { image-rendering: -webkit-optimize-contrast; }
.kv__product_name {
	position: absolute;
	top: 24%; /* 親要素の中央に配置するため、上下中央の位置を50%とします */
	left: 5%; /* 親要素の中央に配置するため、左右中央の位置を50%とします */
	/*transform: translate(-50%, -50%); /* 子要素の左上の位置を子要素の中央に合わせるため、左上の位置を50%ずらします */
}
.kv__product_img {
	position: absolute;
    top: 60%;
    left: 4.6%;
}
.kv__product_img img {
	width: 88%;
}
.kv__featuretxt {
	position: absolute;
	top: 93%;
	background-color: #F3456E;
	opacity: 0.88;
	margin: 0 auto;
	padding-top: 2px;
	height: 56px;
	text-align: center;
    align-content: center;
    width: 100%;
}
.kv__featuretxt img {
	width: 40vw;
}
.kv__no1 {
	position: absolute;
    top: 50%;
    right: 0.2%;
}
.kv__no1 img{
    width: 90%;
}

/* 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: 93vh;
		justify-content: center;
		overflow-x: hidden;
		overflow-y: auto;
		width: 100%;
		max-width: 100%;
	}
	.kv__product_name {
		position: absolute;
		top: 16%; /* 親要素の中央に配置するため、上下中央の位置を50%とします */
	    left: 13%;
	}
	.kv__product_name img{
		width: 88%;
	}
	.kv__product_img {
		position: absolute;
	    top: 70vh;
	    left: 4%;
	    padding-left: 38%;
	}
	.kv__product_img img {
		width: 98%;
	}
	.kv__no1 {
		position: absolute;
	    top: 69vh;
	    left: 1%;
	}
	.kv__no1 img{
	    width: 50%;
	}
	.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: 98%;
	}
	.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-bottom: 152px;
}
.traialSet__3set img {
	margin-top: 80px;
}
.traialSet__dish {
	margin-top: -390px;
	width: 80%;
}

/* 三毛 アニメーション */
.traialSet__cat01 { animation: floating-x 6.8s ease-in-out infinite alternate-reverse; position: relative; top: -280px; left: -24%; 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: relative; top: -550px; right: -24%; 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__package {
    /*margin-top: -41%;*/
    position: relative;
    top: -730px;
    padding-bottom: 10px;
}

/* アニメーション トライアルセットボタン */
.traialSet__wrap a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: -740px;
}
.traialSet__wrap p {
    position: relative;
    color: #fff;
    font-size: 1.3rem;
}
.traialSet__btn,
.traialSet__btn02 {
    margin: 0;
    padding-right: 0;
}
.traialSet__btn,
.traialSet__btn02 {
    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__btn::before,
.traialSet__btn02::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: #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: 0;
  right: -2.0em;
  bottom: 0;
  margin: auto;
}

/* 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__wrap {
	    height: 103vh;/*101vh*/
	}
	.traialSet__3set img {
		width: 78%;
		margin-top: 6vh;
	}
	.traialSet__wrap02 .traialSet__3set img {
		margin-top: 7vh!important;
	}
	.traialSet__dish {
	    margin-top: -23vh;
	    width: 100%;
	}
	.traialSet__package {
	    position: relative;
	    top: -48vh;
	    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__cat01,
	.traialSet__cat02 { animation: none; }
	.traialSet__wrap a {
	    top: -270px;
	    z-index: 1;
	}
	.traialSet__btn,
	.traialSet__btn02 {
	    width: 82%;
	    padding: 1.4em;
	}
	.traialSet__btn span:before,
	.traialSet__btn02 span:before {
	    right: -1.0em;
	}
	.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: 2.3rem;
	}
	.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;
	}
	.weight400 {
        font-size: 1.4rem;
    }
    .ma-t70 {
        line-height: 1.4;
        margin-top: -58%;
    }
}

/* ==============================================================
3.お悩み
=================================================================*/
.triangle {
  position: relative;
}
.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(../ext/bon-appetit_phosphorus/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%;
}
.whatPhosphorus__wrap p {
	font-size: 1.62rem;
	color: #323232;
	text-align: center;
	margin-top: -8%;
	line-height: 4.2rem;
}
.whatPhosphorus__wrap span,
.reason__wrap span {
	color: #F3456E;
	font-size: 3.6rem!important;
	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.お悩み SP
=================================================================*/
@media screen and (max-width:1024px) {
/* 1024pxまでの幅の場合に適用される */

	.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: 60px solid #FEF2DA;
	}
    .whatPhosphorus__sleepcat {
        width: 40%;
    }
    .sec02 {
	    padding-top: 12vh;
	    /*padding-top: 58px;*/
	    background-size: auto;
	}
    .whatPhosphorus__wrap p,
    .reason__wrap p {
        font-size: 1.1rem;
        margin-top: -22%;
        line-height: 3.0rem;
        font-weight: 800;
	    color: #323232;
	    text-align: center;
    }
    .whatPhosphorus__wrap span,
    .reason__wrap span {
		font-feature-settings: "palt" 1;
        font-size: 2.6rem !important;
        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(../ext/bon-appetit_phosphorus/whatPhosphorus_bg.png) no-repeat; background-size: 100%;
		left: 0;
		bottom: -89px; /* bottomにピッタリくっつけたいので三角の高さ分下にずらす */
	}
}

/* 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: 86%;
        padding: 1.2em;
    }
    .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;
	max-height: 236px;
}
.reason__wrap p {
	position: relative;
	z-index: 1;
	line-height: 3.6rem;
}
.triangle03:after {
	content: "";
    position: relative;
    top: 60px;
    right: 0;
    transform: translatex(50%);
    box-sizing: border-box;
    border-right: calc(50vw - 10px) solid transparent;
    border-left: calc(50vw - 10px) solid transparent;
    border-top: 142px solid #FDF8F2;
    z-index: 0;
}
.reason__wrap p {
	font-size: 1.62rem;
	color: #323232;
	text-align: center;
	padding-top: 170px;
	line-height: 4.0rem;
	margin-left: -1.4em;
}
.triangle03 {
  position: relative;
}
.triangle03::before {
	content: "";
    position: absolute;
    height: 132px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%); /* ココ */
    background: url(../ext/bon-appetit_phosphorus/whatPhosphorus_bg.png) no-repeat; background-size: 100%;
　　left: 0;
    top: -1px;
}
.reason__title::before {
    content: "";
    position: relative;
    left: -18px;
    top: -20px;
    background: url(../ext/bon-appetit_phosphorus/star01.svg) no-repeat;
    background-size: 100%;
    z-index: 2;
    padding: 26px;
}
.reason__title::after {
    content: "";
    position: relative;
    left: 111px;/*132px*/
    top: 15px;
    background: url(../ext/bon-appetit_phosphorus/star02.svg) no-repeat;
    background-size: 100%;
    z-index: 2;
    padding: 27px;
}
.reason__arrow {
	position: relative;
    top: 0%;
    left: 98%;
    transform: translate(-50%, 68%);
}
.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 p {
        margin-top: -26%;
    }
	.reason__wrap {
	    max-height: 180px;
	}
    .reason__wrap p {
	    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;
	}
    .reason__title::before {
	    left: 2px;
	    padding: 24px;
	}
    .reason__title::after {
        left: 54px;
	    padding: 26px;
    }
    .reason__arrow {
	    /*left: 93%;*/
	    transform: translate(-53%, 14%);
	}
	.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: 60px;
	    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%;
    }
    .reason__arrow {
	    transform: translate(-53%, 24%);
    }
}

/* ==============================================================
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: 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: -10vh;
		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: 14vh 0 1vh;
        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;
}
.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__wrap02 {
	background-color: #FEF2DA;
	margin-top: -7.3em;
	text-align: center;
	padding-bottom: 100px;
}
.traialSet__wrap02 .traialSet__3set img {
	margin-top: 118px;
}
.traialSet__wrap02 a {
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
    top: -740px;
}
.traialSet__wrap02 p {
    position: relative;
    color: #fff;
    font-size: 1.3rem;
}
/* アニメーション トライアルセットボタン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__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: 1.2rem;
	}
	.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%;/*-47%*/
    }
    .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;
    }
    .traialSet__wrap02 a {
        top: -44%;
    }
    .weight700 {
	    font-size: 1.2rem;
	}
}

/* ==============================================================
8.お客様の声
=================================================================*/
.voice__wrap {
	background-color: #F2F2F2;
}
.voice__wrap div:first-child{
	width: 800px;
	padding: 80px 0 130px;
	margin: 0 auto;
}
.voice__title {
	font-size: 2.6rem;
	font-weight: 600;
    padding-bottom: 60px;
}
.voice__title {
	text-align: center;
}
.voice__box {
	width: 570px;
	font-size: 0.9rem;
	margin-bottom: 60px;
	border: 1px solid #707070;
	background-color: #fff;
	padding: 1.2em 1.6em 1.2em;
	position: relative;
}
.voice__box::before {
	content: "";
	position: absolute;
	background: url(../ext/bon-appetit_phosphorus/star.svg) no-repeat; background-size: 100%;
	top: 50%;
    left: 0%;
    padding: 0 0 114px 20px;
    transform: translateY(-50%) translateX(-50%); 
}
.voice__box span:first-child {
	font-size: 0.8rem;
	color: #EA5B7A;
	font-weight: 600;
}
.voice__box span:nth-child(2) {
	font-size: 0.8rem;
	color: #AAAAAA;
	font-weight: 600;
	text-align: right;
	display: inline-block;
}
.voice__box p:first-child {
	display: flex;
    justify-content: space-between;
    padding-bottom: 0.6em;
}
.right {
    margin: 0 0 60px auto;
}

/* 8.お客様の声 SP
=================================================================*/
@media screen and (max-width:1024px) {
/* 1024pxまでの幅の場合に適用される */
	.voice__wrap div:first-child{
	    width: 86%;
        margin: 0 auto 0;
        padding: 7vh 0;
	}
	.voice__title {
	    font-size: 1.2rem;
	    font-weight: 700;
	    padding-bottom: 11%;
	}
	.voice__box {
	    width: 82%;
	    font-size: 0.8rem;
	    margin-bottom: 10%;
	}
	.voice__box span:first-child {
	    font-size: 0.62rem;
	    font-weight: 700;
	}
	.voice__box span:nth-child(2) {
	    font-size: 0.62rem;
	    font-weight: 700;
	}
}

/* 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(../ext/bon-appetit_phosphorus/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(../ext/bon-appetit_phosphorus/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.よくあるご質問
=================================================================*/
.QA__wrap {
	background-color: #F2F2F2;
	padding: 5% 0 6%;
}
.QA__wrap div {
	width: 640px;
	margin: 0 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(../ext/bon-appetit_phosphorus/q.svg) repeat-x; background-size: 100%;
	padding-left: 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%;
}

/* 12.よくあるご質問 SP
=================================================================*/
@media screen and (max-width:1024px) {
/* 1024pxまでの幅の場合に適用される */

	.QA__wrap div {
	    width: 86%;
	    margin: 8% auto;
	}
	.QA__question::before {
	    vertical-align: baseline;
	}
	.QA__question {
	    padding-bottom: 0.4em;
	}
	.QA__box li:nth-child(-n+2) {
	    margin-bottom: 8%;
	}
}

/* 12.よくあるご質問 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;
	}
}

/* 12.よくあるご質問 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: 1.3rem;
}
.lastBnr__btn .traialSet__btn02,
.lastBnr__btn .traialSet__btn03 {
    display: block;
    position: relative;
    width: 62%;
    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%;
	    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;
    }
    .lastBnr__btn p {
	    position: relative;
	    color: #fff;
	    font-size: 2.3rem;
	}
	.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: 36%;
   }
}

/* 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: 1.1rem;
	}
	.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 {
        height: 144vh;
    }
    .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: 1.8rem;
    }
    .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;
    }
  }