@charset "UTF-8";
/* ===================================================================
CSS information
file name  : style.css
style info : LPスタイル
=================================================================== */

main{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

main img {
	vertical-align: bottom;
}

.fv{
	/* background: url(//images.vitabrid.co.jp/sp/imgs/lp/gaba/v1/fv_bg.png)no-repeat; */
	background-color: #152b76;
}

.point6{
	position: relative;
	width: 100%;
	padding: 12% 0 0;
	margin: -12% auto 0;
	z-index: 1;
}
/* .point6::before {
	content: '';
	position: absolute;
	top: 2%;
	bottom: 6%;
	left: 0;
	right: 0;
	background-color: #152b76;
	transform: skewY(-10deg);
	z-index: -1;
} */
.cv_main{
	margin: -3.7% auto 0;

}
.fv_cv_ttl{
	position: relative;
	margin: -20% auto 0;
	text-align: center;
	z-index: 1;
}
.fv video {
	width: 100%;
	height: auto;
}

.cv_btn{
	position: relative;
}
.btn{
	position: absolute;
	top: 70%;
	left: 5%;
	width: 100%;
	text-align: center;
	animation: move_btn 2s ease infinite normal;
}
.btn img{
	width: calc(624/750 * 100vw);
	max-width:624px;
	text-align: center;
}
.shine {
	position: absolute;
	width: calc(590 / 750 * 100vw);
	height: calc(140 / 750 * 100vw);
	border-radius: 100vh;
	overflow: hidden;
	top: 5.2%;
	left: 10%;
	z-index: 1;
	pointer-events: none;
	mix-blend-mode: overlay;
}
.shine::before {
	content: "";
	width: 200%;
	height: 200%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%);
	position: absolute;
	top: -50%;
	left: -50%;
	z-index: 1;
	animation: shine 2s linear infinite;
}
/* ---------------------------------------
Animation
--------------------------------------- */
/* ボタンの動き */
@keyframes move_btn {
	0% { left: 0; }
	50% { left: 0; }
	85% { left: 0; }
	90% { left: 0; }
	95% { left: 6%; }
	100% { left: 0; }
}
  /* ボタンの光の動き */
@keyframes shine {
	from, 0% {
		-webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
		transform: translate3d( -100%, 0, 0) rotate(45deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
		transform: translate3d( -100%, 0, 0) rotate(45deg);
		opacity: 1;
	}
	70% {
		-webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
		transform: translate3d( 100%, 0, 0) rotate(45deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: translate3d( 100%, 0, 0) rotate(45deg);
		transform: translate3d( 100%, 0, 0) rotate(45deg);
		opacity: 0;
	}
	to, 100% {
		-webkit-transform: translate3d( -100%, 0, 0) rotate(45deg);
		transform: translate3d( -100%, 0, 0) rotate(45deg);
		opacity: 0;
	}
}
@media screen and (min-width: 750px) {
	.shine {
		width: 590px;
		height: 140px;
		display: inline-block;
		position: absolute;
	}	
}
.cv, .cv02 {
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/gaba/v1/cv_bg.png)no-repeat;
}
.cv02 {
	padding: 5.5% 0 0;
}
.sinkei{
	background: #ebecee;
	position: relative;
}
.sinkei img{
	position: relative;
	z-index: 5;
}
.sinkei::before {
	content: '';
	position: absolute;
	top: -1.6%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ebecee;
	transform: skewY(-10deg);
	z-index: -1;
}
.sinkei_05,
.sinkei_03{
	position: relative;
	z-index: 2;
}
.sinkei_05::before,
.sinkei_03::before {
	content: '';
	position: absolute;
	top: -9.9%;
	bottom: 7%;
	left: 0;
	right: 0;
	background-color: #fff;
	transform: skewY(-10deg);
	z-index: -2;
}
.sinkei_05::before {
	bottom: -8%;
	top:-5.6%;
}
.sinkei_06{
	background: #fff;
}
.slide_cv{
	margin: 0 auto;
	text-align: center;
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/gaba/v1/slide_bg.png);
	padding: 7% 5.3%;
	position: relative;
	height: calc(1001/750 * 100vw);
	max-height: 1001px;
}
.slide_wrap{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.slick-list{
	width: calc(560/750 * 100vw);
	max-width: 560px;
	height: calc(616/750 * 100vw);
	max-height: 616px;
	position: relative;
}
.slick-list .slick-track{
	position: absolute;
	top: 0;
	left: 0;
}
.slick-prev::before {
	content: '';
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/gaba/v1/cv_pager_l.png) no-repeat center center;
	background-size: auto;
	background-size: contain;
	width: calc(35/750 * 100vw);
	max-width: 35px;
	height: calc(35/750 * 100vw);
	max-height: 35px;
	position: absolute;
	opacity: 1;
	left: -210%;
	bottom: -10%;
}
.slick-next::before {
	content: '';
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/gaba/v1/cv_pager_r.png) no-repeat center center;
	background-size: auto;
	background-size: contain;
	width: calc(35/750 * 100vw);
	max-width: 35px;
	height: calc(35/750 * 100vw);
	max-height: 35px;
	position: absolute;
	opacity: 1;
	right: -210%;
	bottom: -10%;
}
.slick-next{
	right: 0;
}
.slick-prev{
	left: 0;
}
.slick-prev, .slick-next{
	width: calc(35/750 * 100vw);
	max-width: 35px;
	height: calc(35/750 * 100vw);
	max-height: 35px;
	font-size: unset;
	top: 51%;
}
.slick-dots li {
	width: 12px;
	height: 12px;
	margin: 2%;
}
.slick-dots li button {
	font-size: unset;
	line-height: unset;
	width: 12px;
	height: 12px;
	padding: 0;
}
.slick-dots {
	bottom: -11.4%;
}
.slick-dots li button::before {
	content: '';
	width: calc(12/750 * 100vw);
	max-width: 12px;
	height: calc(12/750 * 100vw);
	max-height: 12px;
	background-color: #485774;
	border-radius: 50%;
	text-align: center;
	opacity: 1;
	top: auto;
	left: auto;
}
.slick-dots li.slick-active button::before {
	opacity: 1;
	background-color: #cc5b5b;
}
.slide_ttl{
	position: absolute;
	top: 52.2%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: calc(750/750 * 100vw);
	max-width: 750px;
	height: calc(1001/750 * 100vw);
	max-height: 1001px;
}
.slide-list{
	max-width: 560px;
}
/* ↓成分スライド */
.component-slide02 .slick-list,
.component-slide .slick-list {
	width: calc(750/750 * 100vw);
	max-width: 750px;
	height: calc(180/750 * 100vw);
	max-height: 180px;
	position: relative;
	margin: 0 auto 6%;
}
.component-slide02 .slick-list{
	margin: 0 auto 12%;
}
.component-slide02 .slick-list div,
.component-slide .slick-list div{
	margin: 0 min(calc(14/750 * 100vw), 14px);
	height: auto;
}
.component-slide02 .slick-list div img,
.component-slide .slick-list div img{
	height: calc(180/750 * 100vw);
	max-height: 180px;
	width: calc(150/750 * 100vw);
	max-width: 150px;
}
.component-slide02 .slick-list .component_14 img{
	width: calc(156/750 * 100vw);
	max-width: 156px;
}
.component-slide .slick-list .component_08 img{
	width: calc(201/750 * 100vw);
	max-width: 201px;
}
/* ↑成分スライド */
.graph{
	padding: 0 0 11.5%;
}
.graph .slick-prev::before {
	left: 42%;
	bottom: -330%;
}
.graph .slick-next::before {
	right: 42%;
	bottom: -330%;
}
.graph_slide .slick-list{
	width: calc(624/750 * 100vw);
	max-width: 624px;
	height: calc(1080/750 * 100vw);
	max-height: 1080px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	padding: 0;
}
.graph_bg{
	position: relative;
}
.graph_bg::before {
	content: '';
	position: absolute;
	top: -28.8%;
	bottom: -14%;
	left: 0;
	right: 0;
	background-color: #f2ede6;
	transform: skewY(-10deg);
	z-index: -1;
}
.check{
	position: relative;
	padding: 0;
}
.check::before{
	content: '';
	position: absolute;
	top: 4.6%;
	bottom: -16%;
	left: 0;
	right: 0;
	background-color: #e7ecf0;
	transform: skewY(-10deg);
	z-index: -1;
}
.interview{
	margin-top: 15%;
	background: linear-gradient(0deg, rgb(242, 237, 230) 99.7%, rgb(255, 255, 255) 99.7%);
}
.howto_01{
	background: rgb(234,233,232);
	background: linear-gradient(0deg, rgb(234, 233, 232) 84%, rgb(255, 255, 255) 84%);
}
.howto_02{
	background: #e8e8e6;
}
.howto_03 img{
	position: relative;
	z-index: 1;
}
.howto_04{
	position: relative;
}
.howto_04 img{
	position: relative;
	z-index: 3;
}
.howto_04::before{
	content: '';
	position: absolute;
	top: -44%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f2ede6;
	transform: skewY(-10deg) translateY(90px);
	z-index: 2;
}
.howto_05{
	background: #fff;
	position: relative;
	z-index: 3;
}
.about h2{
	background: rgb(236, 241, 245);
	background: linear-gradient(0deg, rgb(236, 241, 245) 99.2%, rgb(255, 255, 255) 99.2%);
}
/* FAQスクロール */	
.teiki-btn {
	background-image: url("//images.vitabrid.co.jp/sp/imgs/lp/gaba/v1/teiki_off.png") ;
	width: calc(283/750 * 100vw);
	height: calc(74/750 * 100vw);
	max-height: 74px;
	max-width: 283px;
	background-size: contain;
	background-repeat: no-repeat;
}
.teiki-btn.active {
	background-image: url("//images.vitabrid.co.jp/sp/imgs/lp/gaba/v1/teiki_on.png") ;
	width: calc(286/750 * 100vw);
	height: calc(73/750 * 100vw);
	max-height: 73px;
	max-width: 286px;
}
	
.product-btn {
	background-image: url("//images.vitabrid.co.jp/sp/imgs/lp/gaba/v1/product_off.png") ;
	width: calc(280/750 * 100vw);
	height: calc(74/750 * 100vw);
	max-height: 74px;
	max-width: 280px;
	background-size: contain;
	background-repeat: no-repeat;
}
.product-btn.active {
	background-image: url("//images.vitabrid.co.jp/sp/imgs/lp/gaba/v1/product_on.png") ;
	width: calc(279/750 * 100vw);
	height: calc(73/750 * 100vw);
	max-height: 73px;
	max-width: 279px;
}
/* タブ */
.faqmenu {
	display: flex;
	list-style: none;
	width: calc(560/750 * 100vw);
	max-width: 560px;
	position: absolute;
	top: 20.6%;
	left: 12.5%;
	z-index: 2;
}
.faqmenu li {
	width: 50%;
	cursor: pointer;
	background-position: center;
}
.faqcontents{
	width: calc(560/750 * 100vw);
	max-width: 560px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 27%;
	left: 13%;
}
.faqcontent {
	display: none;
	text-align: center;
}
.faqcontent.active {
	display: block;
}
.nayami{
	background: #ebecee;
}
.function{
	position: relative;
	background: #f2ede6;
}
.function::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: -6.9%;
	left: 0;
	right: 0;
	background-color: #f2ede6;
	transform: skewY(-10deg) translateY(-90px);
	z-index: -1;
}
.choi_faq {
	padding:0 min(calc(40/750 * 100vw),40px) min(calc(120/750 * 100vw),120px);
	margin: -2.5% auto 0;
}
.choi_faq dt {
	position: relative;
	padding: min(calc(8/750 * 100vw),8px) 0;
	cursor: pointer;
	border-bottom: 1px dotted #333;
	margin-bottom: 4%;
	width: 100%;
}
.choi_faq dt,
.choi_faq dd{
	font-size: min(calc(28/750 * 100vw), 28px);
	color: #485774;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.choi_faq dt{
	font-size: min(calc(35/750 * 100vw), 35px);
	font-weight: bold;
}
.choi_faq dt img{
	text-align: left;
	margin: 0 auto 2% 0;
	width: calc(163/750 * 100vw);
	max-width: 163px;
}
.choi_faq dt p{
	margin-bottom: 3%;
}
.choi_faq dt::before,
.choi_faq dt::after {
	content: '';
	display: block;
	width: min(calc(30/750 * 100vw), 30px);
	height: min(calc(4/750 * 100vw), 4px);
	background-color: #d90514;
	position: absolute;
	right: 0;
	top: 65%;
	transition: all 0.3s ease-in-out;
}
.choi_faq dt::before {
	transform: translateY(-50%);
}
.choi_faq dt::after {
	transform: translateY(-50%) rotate(90deg);
}
.choi_faq dt.active::after {
	transform: translateY(-50%) rotate(-180deg);
}
.choi_faq dd {
	display: none;
	padding-bottom: min(calc(24/750 * 100vw),24px);
}
.choi_faq01 img,
.choi_faq02 img,
.choi_faq03 img{
	max-width: 86%;
}
@media only screen and (min-width: 750px) {
	.howto_04::before{
		top: -29%;
	}
	.slide_cv{
		height: 1006px;
	}
	.graph .slick-prev::before {
		left: 63%;
	}
	.graph .slick-next::before {
		right: 63%;
	}
	.graph_slide .slick-list{
		left: 53%;
	}
	.slick-dots {
		bottom: -7.4%;
	}
	.graph_slide .slick-list{
		width: 624px;
		height: 1020px;
	}
}

/* 商品詳細 */
.ispec h3, .guide h2 {
  padding-bottom: .4em;
}
.ispec p{
  padding: 3% 0 3% 1.1em;
  padding-top: 3%;
  padding-right: 0px;
  padding-bottom: 3%;
  padding-left: 1.1em;
  font-size: .9em;
  text-indent: 0;
  line-height: 1.6;
}
.ispec .BgGy {
  margin-left: 1%;
  padding: 1.2%;
  color: #fff;
  background: #ccc;
  font-size: .7em;
}
.ispec .brB {
  margin-left: .4vw;
  padding: .5vw 1vw;
  font-family: var(--Fip),var(--Fyg);
  font-size: .5em;
  border: 1px solid #999;  
}
.ispec .compo dt {
	font-size: 1em;
}
.ispec .compo2 {
  margin: 0 auto 3%;
  padding: 0 2%;
  justify-content: space-between;
  width: 96%;
  border: 1px solid #ccc;
  text-indent: 0;
  background: #fff;
}
.ispec .compo2 dt {
  padding-left: 0;
  font-weight: normal;
	margin: 1% 0;
}
.ispec .compo2 dt::before {
  content: none;
}
.ispec .compo2 dd {
	margin: 1% 0;
}

.sinkei_06,
.use p{
	line-height: 0;
}