@charset "utf-8";

/* ------------------------------
    reset
------------------------------ */

html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1100px) {

	html{
	font-size: calc(100vw * 10 / 1100);
	}
}


@media screen and (max-width: 768px) {
	html {
		font-size: calc(100vw * 10 / 450);
	}
}
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}
input, button, textarea, select  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}
select::-ms-expand {
	display: none;
}
button:hover {
	cursor: pointer;
}
a {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s ease;
}
img, object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

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

	a:hover {
		opacity: .6;
		cursor: pointer;
	}
}


/* ------------------------------
    base
------------------------------ */

body {
	color: #000;
	font-size: 1.0rem;
	text-align: left;
}
section {
	position: relative;
}

main {
	display: block;
	min-height:calc(100vh - 57rem);
}
.wrap {
	width: 100rem;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
p,th,td,dt,dd,li,input,button,textarea {
	font-size: 1.6rem;
	line-height: 1.8;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.bold, strong {
	font-weight: bold;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.preload *, .preload *::before, .preload *::after {
	transition: none !important;
}

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

	.fade {
		transition: opacity 0.3s ease;
	}
	.fade:hover {
		opacity: .6;
		cursor: pointer;
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}

}

@media screen and (max-width : 768px) {

	body {
		min-width: inherit;
	}
	input,textarea,select,.select {
		font-size: max(1.6rem,16px)!important;
	}
	.wrap {
		width: 100%;
	}

}



/* ------------------------------
    main
------------------------------ */

.flex {
	display: flex;
	align-items: center;
}
img {
	width: 100%;
}

@media screen and (max-width : 768px) {

	.flex {
		display: block;
	}

}

#sec_fv {
	background: url("../img/fv_back.png") no-repeat center top;
	background-size: cover;
	padding-bottom: 7.0rem;
}

@media screen and (max-width : 768px) {

	#sec_fv {
		background-image: none;
		padding-bottom: 0;

	}

}

#sec_fv .ttl {
	padding-top: 11rem;
}

@media screen and (max-width : 768px) {

	#sec_fv .ttl {
		padding-top: 0;
	}
}

.item_img{
	position: relative;
	margin: 27rem auto 0;
}
@media screen and (max-width : 768px) {

	.item_img{
	margin-top: 0;
	}
}
#sec_fv .item_btn{
	position: absolute;
	left: 50%;
	top: 41rem;
	transform: translate(-50%, 0);
}
@media screen and (max-width : 768px) {

	#sec_fv .item_btn{
		top: 25rem;
	}
}

#sec_fv .item_btn img{
	max-width: 70.0rem;
	width: auto;
}

@media screen and (max-width : 768px) {
	#sec_fv .item_btn img{
		max-width: 36.0rem;
	}
}

#sec_beautiful {
	background: url("../img/beautiful_back.png") no-repeat center;
	background-size: cover;
	padding-bottom: 5.8rem;
}

@media screen and (max-width : 768px) {

	#sec_beautiful {
		background-image: none;
		padding-bottom: 0;
	}
}

#sec_beautiful img{
	margin-top: 4.2rem;
}

@media screen and (max-width : 768px) {

	#sec_beautiful img{
		margin-top: 0;
	}
}

#sec_change {
	background: url("../img/change_back.png") no-repeat center top;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 4.9rem 0 5.1rem;
}

@media screen and (max-width : 768px) {

	#sec_change {
		background-image: none;
		padding: 0;


	}
}

#sec_protein {
	background: url("../img/protein_back.png") no-repeat center top;
	background-size: cover;
	z-index: 10 !important;
	height: 90.0rem;
	padding-top: 7.5rem;
	
}

@media screen and (max-width : 768px) {

	#sec_protein {
		background-image: none;
		padding: 0;
	}
}

#sec_development{
	background: url("../img/development_bg.png") no-repeat center;
	background-size: cover;
	z-index: 1 !important;
	margin-top: -10rem;
	height: 95.0rem;
}


@media screen and (max-width : 768px) {

	#sec_development{
		background-image: none;
		margin-top: -14rem;	height: auto;
	}
}


#sec_development .img{
	padding-top: 18rem;
}



#sec_advice {
	background: url("../img/advice_back.png") no-repeat center top;
	background-size: cover;
}

@media screen and (max-width : 768px) {

	#sec_advice {
		background-image: url("../img/advice_back_sp.png");
		background-size: cover;
	}

}

#sec_recommend {
	background: url("../img/recommend_bg.png") no-repeat center top;
	background-size: cover;
	height: 80.0rem;
	padding-top: 8.0rem;
}

@media screen and (max-width : 768px) {

	#sec_recommend {
		background-image: none;
		padding-top: 0;
		height: auto;
	}
}

#sec_ingredient {
	background: url("../img/ingredient_back.png") no-repeat center top;
	background-size: cover;
	margin: 0 auto;
	padding: 8.5rem 0;
}

@media screen and (max-width : 768px) {
	#sec_ingredient {
		padding: 2.5rem 0 3.5rem;

	}

}

#sec_ingredient .img:nth-of-type(2),
#sec_ingredient .img:nth-of-type(3){
	padding-top: 5.0rem;
}


#sec_nutrition {
	background: url("../img/nutrition_back.png") no-repeat center;
	background-size: cover;
	padding: 13.4rem 0 12.6rem;
	height: 50.0rem;
}

@media screen and (max-width : 768px) {

	#sec_nutrition {
		background-image: none;
		padding: 0;
		height: auto;
	}
}

@media screen and (max-width : 768px) {

	#sec_item-info2 {
		background-image: url("../img/item-info02_back_sp.png");
		background-size: cover;
		padding: 4rem 0 8rem;
	}

}

#sec_reason {
	background: url("../img/eaa-reason_back.png") no-repeat center top;
	background-size: cover;
	padding: 10rem 0 8.0rem;
	overflow: hidden;
}

@media screen and (max-width : 768px) {

	#sec_reason {
		background: url("../img/eaa-reason_back-sp.png") no-repeat center top;
		padding: 2.5rem 0 2.0rem;
	}

}

#sec_reason .img_wrap{
    width: 100%;
    margin: 0 auto;
    min-width: 200rem;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

@media screen and (max-width : 768px) {
	#sec_reason .img_wrap{
	min-width: auto;
	}

}

#sec_merit {
	background: url("../img/eaa-merit_back.png") no-repeat center top;
	background-size: cover;
	padding: 7.0rem 0 8.0rem;
}

@media screen and (max-width : 768px) {

	#sec_merit {
		background: url("../img/eaa-merit_back-sp.png") no-repeat center top;
		padding: 3.0rem 0 2.5rem;
	}

}

#sec_merit .wrap .img.img:nth-of-type(2){
	padding-top: 6.0rem;
}

@media screen and (max-width : 768px) {

	#sec_merit .wrap .img.img:nth-of-type(2){
		padding-top: 2.0rem;
	}

}

#sec_voice {
	background: url("../img/voice_back.png") no-repeat center top;
	background-size: cover;
	padding: 8.4rem 0 1.6rem;
}

@media screen and (max-width : 768px) {

	#sec_voice{
		background-image: none;
		padding: 0;
	}

}


#sec_qa {
	background: url("../img/qa_back.png") no-repeat center top;
	background-size: cover;
	padding: 12.2rem 0 11.1rem;
}
#sec_qa .ttl{
	font-size: 4.2rem;
	color: #C3695A;
	text-align: center;
	font-weight: 600;
	font-family: "Jost", sans-serif !important;
}
#sec_qa .question {
	font-size: 2.4rem;
	color: #3E3A39;
	line-height: 1;
	margin-top: 4.3rem;
	padding: 1.3rem 0;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	display: flex;
	align-items: center;
}

#sec_qa .question span{
	font-size: 4.2rem;
	color: #C3695A;
	padding-right: 2.7rem;
	font-family: "Jost", sans-serif !important;
}
@media screen and (max-width : 768px) {

	#sec_qa .question span{
		font-size: 2.4rem;
		padding-right: 1rem;
	}

}

#sec_qa .answer{
	font-size: 1.8rem;
	color: #707070;
	margin-top: 2.7rem;
}
#sec_qa .answer span{
	font-size: 1.6rem;
}
@media screen and (max-width : 768px) {

	#sec_qa {
		background-image: url("../img/qa_back_sp.png");
		background-size: cover;
		padding: 5.3rem 0 6.7rem;
	}
	#sec_qa .wrap{
		padding: 0 3.0rem;
	}
	#sec_qa .question{
		font-size: 2.0rem;
		line-height: calc(24 / 20);
		margin-top: 3.7rem;
	}
	#sec_qa .answer{
		font-size: 1.6rem;
		margin-top: 2.4rem;
	}
	#sec_qa .answer span{
		font-size: 1.4rem;
	}

}

#sec_buy {
	background: url("../img/eaa-buy_back.png") no-repeat center;
	background-size: cover;
	height: 60.0rem;
	padding: 7.8rem 0 16.8rem;
}

#sec_buy .img {
	position: relative;
}
#sec_buy .img .item_btn{
	position: absolute;
	left: 0;
	bottom: -9rem;
}


@media screen and (max-width : 768px) {

	#sec_buy {
		background-image: none;
		padding: 0;
		height: auto;
	}
	#sec_buy .img .item_btn{
		bottom: 3rem;
		max-width: 36.0rem;
		width: 100%;
		transform: translate(-50%, 0);
		left: 50%;
	}

}

#sec_message{
	background: url("../img/message_back.png") no-repeat center top;
	background-size: cover;
	height: 50.0rem;
	padding: 12.2rem 0 14.8rem;
}

@media screen and (max-width : 768px) {

	#sec_message{
		background-image: none;
		padding: 0;
		height: auto;
	}
}



#sec_item-detail{
	padding: 10.0rem 0 10.8rem;
}

#sec_item-detail .wrap{
	padding: 0 2.0rem;
}

#sec_item-detail .ttl_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.0rem 0 0;
}
#sec_item-detail .ttl_box img{
	width: 30px;
}

#sec_item-detail .ttl {
	color: #C3695A;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3.6rem;
	line-height: 1.4;
	letter-spacing: .2em;
	margin-bottom: .5em;
}
#sec_item-detail .grid {
	display: grid;
	grid-template-columns: 20% 80%;
	gap: 10px 0;
	padding-top: 1rem;
}
#sec_item-detail .grid dt,
#sec_item-detail .grid dd {
	padding: .5em 1em;
	font-size: 1.8rem;
	line-height: 1.8;
	font-family: 'Noto Sans Japanese', sans-serif;
}
#sec_item-detail .grid dt {
	background: #C3695A;
	color: #fff;
	letter-spacing: .2em;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
#sec_item-detail .grid dd {
	background: #F0F0F0;
	color: #3E3A39;
}

#sec_item-detail .grid .list p{
	text-indent: -1em;
    padding-left: 1em;
	font-size: 1.8rem;

}


@media screen and (max-width : 768px) {

	#sec_item-detail {
		padding: 4.0rem 0 6.0rem;
	}
	#sec_item-detail .ttl_box{
	align-items: normal;
	}
	#sec_item-detail .ttl {
		font-size: 2.4rem;
		margin-bottom: 2.6rem;
	}
	#sec_item-detail .grid {
		grid-template-columns: 20% 80%;
		gap: 5px 0;
	}
	#sec_item-detail .grid dt,
	#sec_item-detail .grid dd {
		padding: .3em .5em;
	}
	#sec_item-detail .grid dt {
		font-size: 1.4rem;
		letter-spacing: 0;
		display: flex;
    	flex-flow: column;
	}
	#sec_item-detail .grid dd {
		font-size: 1.6rem;
	}
	#sec_item-detail .grid dt span {
		font-size: 1.0rem;
		width: max-content;
	}

}

.acd-btn{
	cursor:pointer
}

.acd-btn img {
	transition: transform 0.3s ease;
	display: inline-block;
	transform: rotate(0deg);
  }
  .acd-open {
	display: grid!important;
  }
  .acd-btn.acd-open img {
	transform: rotate(180deg);
  }

  #sec_item-detail .acd-item {
	display: none; /* 初期状態で非表示 */
  }




.fixed_btn{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
    z-index: 80;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
	background: #E9E9E9;
	height: 100px;
	width: 100%;
	padding: 6rem 0;
}

.fixed_btn a{
	max-width: 36.0rem;
	width: 100%;

}

#footer {
	background: #E4E1D7;
	color: #3E3A39;
	padding: 3.2rem 0 3.8rem;
}
#footer .flex {
	align-items: end;
	justify-content: space-between;
}
#footer .flex .right {
	margin-left: 3rem;
}
#footer .flex .right ul{
	display: flex;
	gap: 3.0rem;
	font-size: 1.4rem;
	color: #707070;
}

#footer .flex .right a{
	color: #707070;
	font-size: 1.4rem;
}

#footer .copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	text-align: right;
	margin-top: 4.5rem;
	color: #707070;
}


@media screen and (max-width : 768px) {

	#footer {
		padding: 2.0rem 0 14rem;
	}
	#footer .flex {
		display: block;
		text-align: center;
	}
	#footer .flex .logo img {
		width: 15.0rem;
	}
	#footer .flex .right {
		border: none;
		margin: 3rem 0 0;
	}
	#footer .flex .right ul{
		justify-content: center;
	}
	#footer .flex .right a{
		font-size: 1.6rem;
	}
	#footer .flex .txt {
		font-size: 1.6rem;
	}
	#footer .flex .txt .small {
		font-size: 1.4rem;
	}
	#footer .flex .txt .big {
		font-size: 1.8rem;
		display: inline-block;
		margin: .3em 0;
	}
	#footer .copy {
		font-size: 1.6rem;
		text-align: center;
		margin-top: 3.0rem;
	}

}


/* ------------------------------
    responsive
------------------------------ */

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

	.sp {
		display:none!important;
	}

}

@media screen and (max-width : 768px) {

	.pc {
		display:none!important;
	}

}


/* ------------------------------
    clearfix
------------------------------ */

.cf {
  zoom:1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
