@charset "UTF-8";
/* ===================================================================
CSS information
file name  : style.css
style info : LPスタイル
=================================================================== */
.wrapper {
	width: 100%;
	background-color: #f2f2f2;
	font-feature-settings: "palt"; 
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.inner {
	max-width: 750px;
	width: 100%;
	margin: auto;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px 2px #d6d6d6;
}
.wrapper img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.wrap_box{
	position: relative;
}
/* fv
------------------------------------*/
.fv{
	position: relative;
    background: url(/images.vitabrid.co.jp/sp/imgs/lp/dha/v2/fv_bg.png) no-repeat center top, #0E1242;
}

.fv .video_wrapper video{
	position: absolute;
	width: calc(750/750 * 100vw);
	max-width: 750px;
	height: calc(1270/750 * 100vw);
	max-height: 1270px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}


.fv .hyouji{
	margin-top: 5%;
	padding-bottom: 7%;
}

.fv h1{
	position: relative;
	z-index: 2;
}
.fv_ne {
	background-position: 0 30%;
	background: #e9f4fc;
}
.fv_ne .hyouji dd {
	color: #000;
}
.fv_infl {
	background-position: 0 30%;
	background: #dfdfdf;
}
.fv_infl .hyouji dd {
	color: #000;
}

.fv .seibun_list{
	margin-top: 3%;
}

.hyouji {
	padding: 0 min(calc(30/750 * 100vw), 30px) 5%;
	font-size: min(calc(24/750 * 100vw), 24px);
	margin: 0 auto;
}

.hyouji dt {
	position: relative;
	padding: min(calc(8/750 * 100vw), 8px) 0;
	background-color: #fff;
	border-radius: 100px;
	color: #000;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
}
.hyouji dt.active span {
	font-size: 0;
}
.hyouji dt.active span::before {
	content: "閉じる";
	font-size: min(calc(24/750 * 100vw), 24px);
}
.hyouji dt::before,
.hyouji dt::after {
    content: '';
    display: block;
    width: min(calc(19/750 * 100vw), 19px);
    height: min(calc(4/750 * 100vw), 4px);
    background-color: #000;
    position: absolute;
    right: min(calc(22/750 * 100vw), 22px);
    top: 50%;
    transition: all 0.3s ease-in-out;
}
.hyouji dt::before {
    transform: translateY(-50%);
}
.hyouji dt::after {
    transform: translateY(-50%) rotate(90deg);
}
.hyouji dt.active::after {
    transform: translateY(-50%) rotate(-180deg);
}
.hyouji dd {
	display: none;
	color: #fff;
	line-height: 1.7;
	padding-top: min(calc(36/750 * 100vw), 36px);
}

/* Slider
------------------------------------*/
.slide_wrap{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.slick-slide img {
	margin: auto;
	width: calc(690/750 * 100vw);
	max-width: 690px;
}
.slide-list_02 img{
	margin: auto;
	width: calc(606/750 * 100vw);
	max-width: 606px;
}
.slick-dotted.slick-slider {
	margin-bottom: 8%;
}
.slick-dotted.slide-list03{
	margin-bottom: 6%;
}
:is(.slide-list) .slick-dots {
	bottom: -14.8%;
}
:is(.slide-list_02) .slick-dots {
	bottom: -13.8%;
}
:is(.slide-list03) .slick-dots {
	bottom: -7.8%;
}
:is(.slide-list) .slick-dots li {
	font-size: unset;
    line-height: unset;
    width: min(calc(18/750 * 100vw), 18px);
    height: min(calc(18/750 * 100vw), 18px);
	margin-right: min(calc(36/750 * 100vw), 36px);
}
:is(.slide-list_02) .slick-dots li {
	font-size: unset;
    line-height: unset;
    width: min(calc(18/750 * 100vw), 18px);
    height: min(calc(18/750 * 100vw), 18px);
	margin-right: min(calc(24/750 * 100vw), 24px);
}
:is(.slide-list, .slide-list_02) .slick-dots li button {
	font-size: unset;
    line-height: unset;
    width: min(calc(18/750 * 100vw), 18px)x;
    height: min(calc(18/750 * 100vw), 18px);
    padding: 0;
}
:is(.slide-list) .slick-dots li button:before {
	content: '';
    width: min(calc(18/750 * 100vw), 18px);
    height: min(calc(18/750 * 100vw), 18px);
    background-color: #dddddd;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    top: auto;
    left: auto;
}
:is(.slide-list_02) .slick-dots li button:before {
	content: '';
    width: min(calc(18/750 * 100vw), 18px);
    height: min(calc(18/750 * 100vw), 18px);
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    top: auto;
    left: auto;
}
:is(.slide-list, .slide-list_02) .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #000;
}
:is(.slide-list, .slide-list_02) .slick-arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
:is(.slide-list, .slide-list_02) :is(.slick-prev, .slick-next) {
	width: min(calc(70/750 * 100vw), 70px);
	height: min(calc(70/750 * 100vw), 70px);
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
}
:is(.slide-list, .slide-list_02) .slick-prev {
	left: 0;
}
:is(.slide-list, .slide-list_02) .slick-next {
	right: 0;
}
:is(.slide-list, .slide-list_02) .slick-next:before {
    background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/slide_next.png?230425) no-repeat center center;
	filter:blur(0);
    background-size: contain;
}
:is(.slide-list, .slide-list_02) .slick-prev:before {
    background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/slide_prev.png?230425) no-repeat center center;
	filter:blur(0);
    background-size: contain;
}
/* ------------------------
	video
------------------------ */
.video_wrapper {
	position: relative;
}
.video_wrapper video {
	width: calc(690/750 * 100vw);
	max-width: 690px;
	height: calc(388/750 * 100vw);
	max-height: 388px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/* cv
------------------------------------*/
.cv{
	background: #efeac0;
	padding-bottom: min(calc(25/750 * 100vw), 25px);
}
.cv_inner {
	filter:blur(0);
	background:url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/cv_bg.png) no-repeat center top 1.2%  / 100%,
	linear-gradient(to right, transparent 0,transparent min(calc(30/750 * 100vw), 30px),#ffffff min(calc(30/750 * 100vw), 30px),#ffffff min(calc(720/750 * 100vw), 720px),transparent min(calc(720/750 * 100vw), 720px),transparent 100%)  no-repeat top min(calc(600/750 * 100vw),600px) center / auto min(calc(1050/750 * 100vw),1050px), #efeac0;
}
.cv .slide-list_02 {
	margin-top: -1.2%;
}
.cv .slide-list_02 li.slide_item {
	margin: 0 ;
	width: min(calc(606/750 * 100vw),606px);
}
/* infl */
.cv_infl{
	background: #ecebeb;
	padding-bottom: min(calc(25/750 * 100vw), 25px);
}
.cv_inner_infl {
	filter:blur(0);
	background:url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/cv_bg_infl.png) no-repeat center top 1.2%  / 100%,
	linear-gradient(to right, transparent 0,transparent min(calc(30/750 * 100vw), 30px),#ffffff min(calc(30/750 * 100vw), 30px),#ffffff min(calc(720/750 * 100vw), 720px),transparent min(calc(720/750 * 100vw), 720px),transparent 100%)  no-repeat top min(calc(600/750 * 100vw),600px) center / auto min(calc(1050/750 * 100vw),1050px), #ecebeb;
}
.cv_infl .slide-list_02 {
	margin-top: -1.2%;
}
.cv_infl .slide-list_02 li.slide_item {
	margin: 0 ;
	width: min(calc(606/750 * 100vw),606px);
}
/* infl */
.cv_btn{
	position: relative;
}
.btn{
	position: absolute;
	top: 1px;
	left: 5%;
	width: 100%;
	text-align: center;
	animation: move_btn 2s ease infinite normal;
}
.btn img{
	width: min(calc(656/750 * 100vw),656px);
	text-align: center;
}
.shine {
	position: absolute;
	width: min(calc(656/750 * 100vw),656px);
	height: min(calc(158/750 * 100vw),158px);
	border-radius: 100vh;
	overflow: hidden;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	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;
}

.cou_txt {
	position: absolute;
	opacity: 0;
}
.cou_btn {
	position: absolute;
	top: 14.5%;
	right: 9.5%;
	background: url("//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/cou_btn.png") no-repeat left top / cover;
	width: 24%;
	height: 15%;
}
.cou_btn button {
	background: none;
	border: none;
}
.cou_btn :active{
	opacity:0.7;
	cursor: pointer;
}
.cou_btn.active {
	background: url("//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/btn_on.png") no-repeat  left top / contain;
	width: 20%;
	height: 122.5%;
	top: 14.5%;
	right: 13.5%;
}
.cou_btn img {
	opacity: 0;
}
/* ---------------------------------------
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;
	}
}

/* review
------------------------------------*/
.review, .review.graph {
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/review_bg01.jpg) repeat top center / 100%;
	filter:blur(0);
}
.review h2{
	position: relative;
}
.graph_01{
	position: absolute;
	width: calc(684/750 * 100vw);
	max-width: 684px;
	top: 25.5%;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.review .slide-list {
	margin-bottom: 0;
}
.review .slide-list li img {
	width: min(calc(600/750 * 100vw), 601px);
}
.review .slide-list .slick-dots {
	bottom: -8.5%;
}

/* gpaphあり */
.review.graph .slide-list li img {
	width: min(calc(650/750 * 100vw), 601px);
}
.review.graph .slide-list li p img {
	width: min(calc(620/750 * 100vw), 601px);
}
.kinou_gif, .kinou_gif01, .kinou_gif02 {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.kinou_gif01 {
  top: 25%;
}

.kinou_gif02 {
	top: 17%;
}

.kinou_gif01 img,
.kinou_gif02 img{
	width: 77% !important;
}

.kinou video {
  display: block;
	width: 95%;
  margin: 0 auto;
}

.review02 {
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/review_bg02.png) no-repeat top center / 100%, #eeebe2;
	filter:blur(0);
}

.celeb .pro_interview_attention{
	text-align: right;
	margin: -6% 3% 5% 0;
}

/* nayami
------------------------------------*/
.nayami{
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/nayami02_bg.png) no-repeat top 58% center / 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/nayami_bg.png) no-repeat top center / 100%,  url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/nayami03_bg.png) no-repeat bottom center / 100%;
	filter:blur(0);
}
.nayami_gif{
	position: absolute;
	width: calc(568/750 * 100vw);
	max-width: 601px;
	top: 56%;
	left: 47%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.nayami02_gif{
	position: absolute;
	width: calc(750/750 * 100vw);
	max-width: 750px;
	top: 38%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: -1;
	clip-path: polygon(0px 0px, 100% 0px, 100% 80.13%, 0.13% 99.70%);
}
.nayami03_gif{
	position: absolute;
	width: calc(690/750 * 100vw);
	max-width: 690px;
	top: 24.5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: -1;
}
.nayami04_gif{
	position: absolute;
	width: calc(690/750 * 100vw);
	max-width: 690px;
	top: 26%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.gaba02_gif{
	position: absolute;
	width: calc(690/750 * 100vw);
	max-width: 690px;
	top: 25.5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.gaba03_gif{
	position: absolute;
	width: calc(690/750 * 100vw);
	max-width: 690px;
	top: 24.5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.gaba04_gif{
	position: absolute;
	width: calc(690/750 * 100vw);
	max-width: 690px;
	top: 15.5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/* dhaepa
------------------------------------*/
.dhaepa {
	position: relative;
	background: linear-gradient(170deg, transparent 0%,transparent 31%,#657f88 31%,#657f88 43%, #657f88 43%,  #657f88 73.5%, transparent 73.5%, transparent 100% ),url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/dhaepa_bg_top.png) no-repeat top center / 100%,
	url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/dhaepa_bg_bottom.png) no-repeat bottom center / 100%;
	filter:blur(0);
}
.dhaepa_03{
	position: absolute;
	top: 43%;
	left: 10%;
	width: calc(596/750 * 100vw);
	max-width: 596px;
}

/* gaba
------------------------------------*/
.gaba01 {
	padding-top: min(calc(100/750 * 100vw),100px);
	margin-top: calc(-99/750 * 100vw);
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg.jpg) no-repeat top center / 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_02.png) no-repeat bottom 0.4% center / 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_01.png) no-repeat top 42% center / 100%;
}
.gaba02 {
	position: relative;
	z-index: 2;
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_04.png) no-repeat top 53.5% center/ 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_03.png) no-repeat top 26% center / 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/graph_bg.jpg) no-repeat top center/ 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_05.jpg) no-repeat top 34% center / 100%;
	filter:blur(0);
}
/* インフォマ用 */
.kinou01 .gaba02.gaba02_tv {
	position: relative;
	z-index: 2;
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_03_620.png) no-repeat top 34.4% center / 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/graph_bg.jpg) no-repeat top center/ 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_05.jpg) no-repeat top 34% center / 100%;
	filter:blur(0);
}
/* インフォマ用 */
.gaba01 .hyouji {
	padding-bottom: min(calc(96/750 * 100vw), 96px);
}
.gaba_01_txt{
	position: absolute;
	top: 43%;
	left: 4%;
	width: calc(696/750 * 100vw);
	max-width: 696px;
}
.ba01 .gaba_01_txt{
	top: 50%;
}
.gaba_icon01,
.gaba_icon02,
.gaba_icon03{
	position: absolute;
	left: 13%;
	width: calc(205/750 * 100vw);
	max-width: 214px;
	z-index: 2;
}
.gaba_icon01{
	top: 2%;
}
.gaba_icon02{
	top: 29.5%;
}
.gaba_icon03{
	top: 55%;
}
.gaba_04_mp4 video{
	position: absolute;
	width: calc(750/750 * 100vw);
	max-width: 750px;
	height: calc(560/750 * 100vw);
	max-height: 560px;
	top: -5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.gaba_03{
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 750px) {
	.gaba01 {
		margin-top: -99px;
	}
}
/* infl */
.gaba01_infl .hyouji {
	padding-bottom: min(calc(96/750 * 100vw), 96px);
}
.gaba01_infl {
	padding-top: min(calc(100/750 * 100vw),100px);
	margin-top: calc(-99/750 * 100vw);
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_infl_205.jpg) no-repeat top center / 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_02.png) no-repeat bottom 0.4% center / 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_01.png) no-repeat top 42% center / 100%;
}
.gaba02_infl {
    position: relative;
    z-index: 2;
    background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_04.png) no-repeat top 38% center/ 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_03.png) no-repeat top 0% center / 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/graph_bg.jpg) no-repeat top center/ 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_05.jpg) no-repeat top 34% center / 100%;
    filter: blur(0);
}
.gaba01_infl .gaba_01_txt{
	position: absolute;
	top: 50%;
	left: 4%;
	width: calc(696/750 * 100vw);
	max-width: 696px;
}
.gaba01_infl .gaba_icon01,
.gaba01_infl .gaba_icon02,
.gaba01_infl .gaba_icon03{
	position: absolute;
	left: 13%;
	width: calc(198/750 * 100vw);
	max-width: 214px;
	z-index: 2;
}
.gaba01_infl .gaba_icon01{
	top: 3%;
}
.gaba01_infl .gaba_icon02{
	top: 28.6%;
}
.gaba01_infl .gaba_icon03{
	top: 54%;
}
/* seibun
------------------------------------*/
.seibun01 {
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/seibun_bg02.png) no-repeat bottom center / 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/seibun_bg01.png) no-repeat top 2% center / 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_bg_05.jpg) repeat top 34% center / 100%;
	filter: blur(0);
}
.seibun_txt{
	position: absolute;
	top: 32%;
	left: 3%;
	width: calc(704/750 * 100vw);
	max-width: 704px;
}
.seibun_list ul{
	position: absolute;
	top: 0.2%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: calc(650/750 * 100vw);
	max-width: 650px;
}
.seibun_list ul li{
	margin: 0 auto 2.4%;
	opacity:0
}
.seibun_01_txt{
	position: absolute;
	top: 60.2%;
	left: 3%;
	width: calc(721/750 * 100vw);
	max-width: 721px;
}
@media screen and (min-width: 750px) {
	.seibun01 {
		background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/seibun_bg02.png) no-repeat bottom center / 100%, url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/seibun_bg01.png) no-repeat top 2.7%  center / 100%;
		filter:blur(0);
	}
}

/* voice
------------------------------------*/
.voice01 {
	background: #f4f4f4;
	padding-bottom: min(calc(100/750 * 100vw),100px);
}
.voice01 .slide-list li img {
	width: min(calc(670/750 * 100vw), 670px);
}




/* kinou
------------------------------------*/
.kinou01 {
	background: linear-gradient(165deg, transparent 0%,transparent 47.68%,#0e1242 47.68%,#0e1242 62.9%, transparent 62.9%, transparent 100% ),
	url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/kinou01_bg01.png) no-repeat top center / 100%,
	url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/kinou_bg02.jpg) no-repeat bottom center / 100%;
	filter:blur(0);
}
.kinou02 {
	background: linear-gradient(165deg, transparent 0%,transparent 25.3%,#906616 25.3%,#906616 55.32%, transparent 55.32%, transparent 100% ),
	url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/kinou02_bg01.png) no-repeat top  center / 100%,
	url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/kinou_bg02.png) repeat bottom center / 100%;
	filter:blur(0);
}
.kinou .slide-list li img {
	width: min(calc(690/750 * 100vw), 690px);
}
.kinou .slide-list {
	margin-bottom: min(calc(126/750 * 100vw), 126px);
}
.kinou .slide-list .slick-dots {
	bottom: -6.5%;
}
.kinou .slide-list .slick-next:before {
    background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/slide_next02.png) no-repeat center center;
    background-size: contain;
	filter:blur(0);
}
.kinou .slide-list .slick-prev:before {
    background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/slide_prev02.png) no-repeat center center;
    background-size: contain;
	filter:blur(0);
}

/* nature
------------------------------------*/
.nature {
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/nature_bg.png) no-repeat top center / 100%, #04141c;
	filter:blur(0);
}

/* merit
------------------------------------*/
.merit {
	background: url(//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/merit_bg.png) no-repeat top center / 100%, #c5c5c5;
	filter:blur(0);
}
.merit .btn img{
	width: min(calc(706/750 * 100vw),706px);
	text-align: center;
}
.merit .shine {
	width: min(calc(690/750 * 100vw),690px);
    height: min(calc(186/750 * 100vw),186px);
    left: 49%;
}


/* premium
------------------------------------*/
.premium {
	background:	linear-gradient(to right, transparent 0%, transparent min(calc(40/750 * 100vw), 40px),#ffffff min(calc(40/750 * 100vw), 40px),#ffffff min(calc(710/750 * 100vw), 710px),transparent min(calc(710/750 * 100vw), 710px),transparent 100%) no-repeat top min(calc(70/750 * 100vw),70px) center / auto min(calc(1550/750 * 100vw),1550px), #d0edfc;
	filter:blur(0);
}


/* faq
------------------------------------*/
.choi_faq {
	padding-bottom: min(calc(108/750 * 100vw), 108px);
}
.choi_faq dt {
	position: relative;
	cursor: pointer;
	width: 100%;
}
.choi_faq dt::before {
	content: '▼';
	font-size: min(calc(14/750 * 100vw), 14px);
	display: block;
	position: absolute;
	right: min(calc(66/750 * 100vw), 66px);
	top: min(calc(34/750 * 100vw), 34px);
	transition: all 0.3s ease-in-out;
}
.choi_faq dt.active::before {
	transform: rotate(-180deg);
}
.choi_faq dd {
	display: none;
	padding:0 min(calc(80/750 * 100vw),80px) min(calc(66/750 * 100vw),66px);
	font-size: min(calc(28/750 * 100vw), 28px);
	color: #000000;
	letter-spacing: 0.08em;
	line-height: 1.77;
}
.choi_faq dd span {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
}
.choi_faq dd sub {
	font-size: min(calc(15/750 * 100vw), 15px);
	vertical-align: text-top;
}
.choi_faq dd small {
	display: inline-block;
	font-size: min(calc(15/750 * 100vw), 15px);
	letter-spacing: 0;
}
.demo-mask{
	position: absolute;
	top: 1.9%;
	left: 3.2%;
	width: calc(191/750* 100vw);
	max-width: 191px;
	height: calc(191/750* 100vw);
	max-height: 191px;
	-webkit-mask-image: url('//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_02_icon01.png'); mask-image: url('//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_02_icon01.png');
	-webkit-mask-size: 100% auto; mask-size: 100% auto;
	-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
	-webkit-mask-position: left top; mask-position: left top;
	z-index: 2;
}
.demo-mask02{
	top: 26.9%;
	left: 3.2%;
	-webkit-mask-image: url('//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_02_icon02.png'); mask-image: url('//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_02_icon02.png');
}
.demo-mask03{
	top: 50.9%;
	left: 3.2%;
	-webkit-mask-image: url('//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_02_icon03.png'); mask-image: url('//images.vitabrid.co.jp/sp/imgs/lp/dha/v2/gaba_02_icon03.png');
	width: calc(193/750* 100vw);
	max-width: 193px;
}
.demo-hikari{
	position: absolute;
	top: -2%;
	left: -60%;
	width: 60%;
	padding: 80% 0 0;
	background-image: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
	transform: skewX(30deg);
	animation-name: demo_kirari;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes demo_kirari{
	100%{
		left: 100%;
	}
}
@media only screen and (min-width: 750px) {
	:is(.slide-list) .slick-dots {
		bottom: -8.8%;
	}
	:is(.slide-list_02) .slick-dots {
		bottom: -7.8%;
	}
	:is(.slide-list) .slick-dots {
		bottom: -8.8%;
	}
	:is(.slide-list03) .slick-dots {
		bottom: -7.8%;
	}
}
/* 商品詳細 */
.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;
}

