@charset "utf-8";

:root{
	--BFm: "Noto Serif", serif;
	--BFg: "Noto Sans JP", sans-serif;
	--BCpink: #ea617c;
	--BCgreen: #51ba9b;
	--BCbrown: #4d3425;
}
*{
	box-sizing: border-box;
}
.iwrap.ieq{
	color: var(--BCbrown);
	box-sizing: border-box;
	position: relative;
	margin-top: -5px;
	z-index: 1;
	font-family: "Lato",var(--BFg);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 1px;
}
.ieq section{
	margin: auto;
	width: 1000px;
}
.ieq h2,.ieq h3,	q.ieq h4{
	letter-spacing: .2rem;
}
.ieq img{
	margin: auto;
	display: block;
}
.ieq .txt{
	margin: auto;
	font-size: 24px;
	line-height: 2;
	width: 696px;
}
.ieq .notes{
	margin-top: 40px;
	font-size: .8rem;
	text-align: right;
}

.ieq .mvbg{
	position: relative;
	padding: 60px 0 100px;
	background: url(/images/item/sup/eq/mv_bg.jpg) no-repeat top center;
	background-size: cover;
}
.ieq .mvbg::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -.1rem;
	width: 100%;
	height: 6vw;
	background: linear-gradient(rgba(0,0,0,0),rgba(255,255,255,1));
	z-index: 9;
}
.ieq .mv .awo,#Buy .buyTiS .awo{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 220px;
}
.ieq .mv .awo li,#Buy .buyTiS .awo li{
	margin-top: -80px;
}
.ieq .mv h2,#Buy .buyTiS h3{
	position: absolute;
	top: 0;
	right: 190px;
	padding-top: 2rem;
	font-size: 28px;
	font-weight: 400;
	writing-mode: tb-rl;
	line-height: 1.5;
	text-indent: -1.5rem;
}
.iwrap .Cta{
	padding-top: 0;
}
.iwrap .Cta h3,#Buy .buyTiS h4{
	text-align: center;
	line-height: 1.2;
	padding-bottom: 0;
}
.ieq .ctapri .btn a{
	background: var(--BCgreen);
}
/*
.ieq .ingrepoi h4{
	position: relative;
	font-size: 24px;
	text-align: center;
	padding: 0 20px;
	font-weight: 300;
	display: block;
}
.ieq .ingrepoi h4:before,.ieq .ingrepoi h4:after{
	content: "";
	position: absolute;
	bottom: 14px;
	width: 30px;
	height: 30px;
	background: url(/images/item/sup/eq/dotline.svg) no-repeat;
	background-size: 100% auto;
}
.ieq .ingrepoi h4:before{
	left: 329px;
}
.ieq .ingrepoi h4:after{
	transform: scale(-1, 1);
	right: 330px;
}
.ieq .ingrepoi ul{
	display: flex;
	justify-content: space-between
}
.ieq .ingrepoi li{
	color: var(--BCgreen);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	text-align: center;
	line-height: 1.3;
	width: 150px;
	height: 150px;
	background: url(/images/item/sup/eq/mv_ingre_bg.png) no-repeat top center;
	background-size: cover;
}
*/
.ieq .scenebg{
	background: url(/images/item/sup/eq/scene_bg.png) no-repeat 50% 36%;
	background-size: 100% 80%;
}
.ieq .scene {
	position: relative;
}
.ieq .scene div {
	position: absolute;
	top: 330px;
	right: 0;
	left: 0;
	font-size: 33px;
	text-align: center;
	letter-spacing: 4px;
}

.ieq .graph {
	padding: 180px 0 50px;
	text-align: center;
	line-height: 2.2;
}
.ieq .graph h2{
	font-size: 30px;
}
.ieq .graph img {
	width: 90%;
	margin: 4rem auto;
}
.ieq .graph p{
	font-size: 24px;
}

.ieq .ingre{
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.ieq .ingre h2{
	position: relative;
	padding: 10px 15px;
	color: #fff;
	z-index: 2;
	font-size: 40px;
	letter-spacing: 5px;
	line-height: 1;
}
.ieq .ingre h2::before,.ieq .ingre h2::after{
	content: "";
	position: absolute;
	z-index: -1;
}
.ieq .ingre .boxbg{
	position: relative;
	margin: 100px 0 0;
	padding: 100px 0;
}
.ieq .ingre .boxbg::before,.ieq .ingre .boxbg::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 6vw;
	z-index: 3;
}
.ieq .ingre .boxbg::before{
	top: -.1rem;
	background: linear-gradient(rgba(255,255,255,1),rgba(0,0,0,0));
}
.ieq .ingre .boxbg::after{
	bottom: -.1rem;
	background: linear-gradient(rgba(0,0,0,0),rgba(255,255,255,1));
}
.ieq .ingre .box1bg{
	background: url(/images/item/sup/eq/ingre1_bg.jpg) no-repeat right 50%;
	background-size: cover;
}
.ieq .ingre .box2bg{
	background: url(/images/item/sup/eq/ingre2_bg.jpg) no-repeat left 50%;
	background-size: cover;
}
.ieq .ingre h2::before{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 700px;
	height: 2px;
}
.ieq .ingre .box1 h2::before{
	border-top: 2px solid var(--BCpink);
}
.ieq .ingre .box2 h2::before{
	border-top: 2px solid var(--BCgreen);
}
.ieq .ingre h2::after{
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	font-size: 40px;
	letter-spacing: 5px;
	width: 500px;
	height: 100%;
	transform: skewX(-25deg);
}
.ieq .ingre .box1 h2::after{
	background: var(--BCpink);
}
.ieq .ingre .box2 h2::after{
	background: var(--BCgreen);
}
.ieq .ingre h3{
	padding: 50px 0;
	font-size: 30px;
	letter-spacing: .2rem;
	font-weight: 400;
}
.ieq .ingre .Tpink{
	color: var(--BCpink);
	font-weight: 500;
}
.ieq .ingre marker{
	background: linear-gradient(transparent 50%, #fbfbe8 50%);;
}
.ieq .ingre .box1 .imgBox{
	filter: drop-shadow(4px 4px 1px rgba(0,0,0,.2));
}
.ieq .ingre .plusicon{
	margin: 60px auto;
}
.ieq .ingre .plus{
	position: relative;
}
.ieq .ingre .box1 .plustit img{
	margin: -50px 0 0 0px;
	left: 180px;
	top: 20px;
}
.ieq .ingre .box1 .plustit h4{
	padding-bottom: 40px;
	color: var(--BCpink);
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	letter-spacing: .2rem;
}
.ieq .ingre .box1 .plus p{
	font-size: 20px;
	padding-top: 10px;
	font-weight: 600;
}
.ieq .ingre .box2 .plus{
	position: relative;
}
.ieq .ingre .box2 .plustit{
	display: flex;
	justify-content: center;
	align-items:end;
}
.ieq .ingre .box2 .plustit img{
	margin: -50px 0 0 0px;
	left: 180px;
	top: 20px;
}
.ieq .ingre .box2 .plus h4 {
 font-size: 30px;
 color: var(--BCgreen);
 text-align: left;
	font-weight: 500;
}
.ieq .ingre .box2 .plus li{
	margin: 50px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #357a65;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .1rem;
	width: 160px;
	height: 160px;
	background: url(/images/item/sup/eq/ingre2_icobg.png) no-repeat top center;
	background-size: 100%;
}

.ieq .ltrbg{
	background: url(/images/item/sup/eq/ltrbg.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.ieq .ltr {
	padding: 150px 0 250px;
	text-align: center;
	margin-bottom: 60px;
}
.ieq .ltr .txt {
	padding: 1rem 0;
	font-size: 36px;
	line-height: 2.8;
	letter-spacing: 3px;
	width: 100%;
}

.ieq .voi{
	width: 1400px;
	margin-bottom: 200px;
}
.ieq .voi h2{
	padding-bottom: 80px;
	font-size: 40px;
  text-align: center;
	font-weight: 500;
	letter-spacing: .4rem
}
.ieq .voi h2 span{
	display: block;
	font-size: 30px;
	font-weight: 300;
}
.ieq .voi .voiconts{
	display: flex;
	justify-content: space-between;
}
.ieq .voi .voiinner{
	position: relative;
	padding: 20px;
	width: calc(85% / 3);
	box-shadow: 0 0 30px rgba(255,234,132,.6);
	border: 1px solid rgba(255,234,132,.6);
}
.ieq .voiinner h3{
	letter-spacing: 0;
	text-align: center;
	position: absolute;
	top: -2.5rem;
	right: 0;
	left: 0;
	font-size: 28px;
	font-weight: 300;
}
.ieq .voiinner p{
	margin: 20px auto 0;
	width: 90%;
}
.ieq .voiinner .name{
	display: block;
	margin-top: auto;
	font-size: 16px;
	text-align: right;
}

.ieq .qabg{
	background: url(/images/item/sup/eq/qa_bg.png) no-repeat top center;
 background-size: 100% 100%;
	min-height: 420px;
	padding: 160px 0 200px;
	font-size: 25px;
}
.ieq .qa h2{
	padding-bottom: 80px;
	font-size: 40px;
  text-align: center;
	font-weight: 500;
	letter-spacing: .4rem
}
.ieq .qa h2 span{
	display: block;
	font-size: 30px;
	font-weight: 300;
}
.ieq .qa dt,.ieq .qa dd h3{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .2rem;
}
.ieq .qa dt{
	border-top: 1px dashed var(--BCbrown);
}
.ieq .qa dt:first-of-type{
	border-top: none;
}
.ieq .qa dd div{
	display: flex;
	align-items: center;
	justify-content: left;
	padding-right: 1rem;
}
.ieq .qa .num {
	font-weight: 400;
	color: var(--BCpink);
	padding-right: 8px;
	font-size: 30px;
	vertical-align: baseline;
}
.ieq .qa dd h3 {
	color: var(--BCpink);
}
.ieq .qa dd p{
	padding: 10px 0 20px;
	font-size: 18px;
}

.iwrap #Buy{
	font-family: "Lato",var(--BFg);
	letter-spacing: 1px;
}
.iwrap .buyTiS img{
	margin: auto;
}

#Buy .buyTiS h3,#Buy .buyTiS h4{
	font-family: var(--Fns);
	font-weight: 400;
	padding-bottom: 0;
}
#Buy .buyTiS h4{
	font-size: 38px;
	letter-spacing: .2rem;
}

.compo dt{
	width: 80%;
}

.ispec .brB {
	line-height: ;
	line-height: 1;
	font-weight: 300;
}
.compo2 dl {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	background: #fff;
}
.compo2 dt {
	padding: 5px 10px;
	background: #e1e1e1;
	margin: 0;
}
.compo2 dt:before {content: none;}
.compo2 dd {
	padding-top: 6px;
}
