@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	width: 100%;
	font-size: 62.5%;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}
body {
	font-size: 1.6em;
	color: #111;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 1px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
a{
	color: #111;
	text-decoration: none;
	border-bottom: 1px solid #111;
}
a:hover{
	border-bottom: 1px solid transparent;
	color: #999;
}
a:has(img){
	border: none;
}
a:has(img):hover{
	opacity: 0.8;
	border: none;
}
@media screen and (max-width: 768px) {
	a{
		border: none;
		text-decoration: underline;
	}
	a:hover{
		border: none;
	}
}
li,ol{
	list-style: none;
}
.nw{
	position: relative;
}
.nw:after{
	content: "";
	width: .9em;
	height: .9em;
	background-image: url("../images/nw.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-left: .25em;
}
/*--header------------------------------------*/
header{
	display:flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 3em;
	left: 3em;
	z-index: 999;
}

#menu_logo{
	text-align: center;
	width: 100%;
	margin-bottom: 3em;
}
#menu_logo a{
	width: 6em;
	display: block;
	margin: 0 auto;
}
#menu_logo a img{
	width: 100%;
}
.menu {
	display:block;
	width: 300px;
	height: 100%;
	background:#ECECEC;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	transform: translate(-300px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	font-size: 1.25em;
}
.menu_inner {
    display: flex;
    justify-content: left;
    align-items: center;
    overflow-y: auto;
	background-color: #ECECEC;
	padding: 0 2em;
	height: 100%;
	width: 100%;
}
.menu_inner > div{
	width: 100%;
}
.menu.open {
 	transform: translateZ(0);
}
.menu_inner ul{
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.menu_inner li {
	border-bottom: 1px solid #CECECE;
}
.menu_inner li a {
	padding: .5em 0;
	display: block;
	width: 100%;
	border-bottom: none;
}
.menu_inner li a:hover{
	color: #4CA8A5;
	border-bottom: none;
}
.menu_inner li a span{
	font-size: .5em;
	display: block;
}
.menubtn{
	width: 40px;
	height: 40px;
	position: relative;
	border: none;
	cursor: pointer;
	background:none;
	z-index:10;
}
.menubtn span{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 31px;
  height: 3px;
  background: #000;
  position: absolute;
  transition: 0.2s;
  left: 50%;
  top: 50%;  
}
.menubtn span:nth-child(1){
  transform: translate(-50%, -13px);
}
.menubtn span:nth-child(2){
  transform: translate(-50%, -50%);
}
.menubtn span:nth-child(3){
  transform: translate(-50%, 10px);
}
.menubtn .active span{
  width: 35px;
  height: 3px;
}
.menubtn.active span:nth-child(1){
  transform: translate(-50%, 50%) rotate(45deg);
}
.menubtn.active span:nth-child(2){
  opacity: 0;
  left: 50%;
}
.menubtn.active span:nth-child(3){
  transform: translate(-50%, 50%) rotate(-45deg);
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
	header{
		top: 2em;
		left: 2em;
		}
	.menu_inner li a{
		text-decoration: none;
	}
}
/*--main------------------------------------*/
@media screen and (min-width:1201px){
	main .inner,
	footer .inner{
		max-width: 1200px;
		margin: auto;
		padding: 0 2em;
		position: relative;
		display: block;
		margin-bottom: 12.5em;
	}
}
@media screen and (max-width:1200px){
	main .inner,
	footer .inner{
		max-width: 1000px;
		margin: auto;
		padding: 0 2em;
		position: relative;
		display: block;
		margin-bottom: 12.5em;
	}
}
@media screen and (max-width:768px){
	main .inner,
	footer .inner{
		padding: 0 2em;
		font-size: 1.6rem;
	}
}
main .fadeUpTrigger{
	opacity: 0;
}
main .fadeUp {
	animation-name: fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
	from {
	opacity: 0;
	transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
main .slidein{
	/* 装飾に関わるスタイルは省略 */
	margin: 50px auto;
	transition: 1.5s cubic-bezier(0.75, 0, 0.25, 1);
}
main .slide_left{
	transform: translateX(calc(-50vw - 50%));
}
main .slide_right{
	transform: translateX(calc(50vw + 50%));
}
main .show{
	transform: translateX(0);
}
/*-- slide MV ------------------------------------*/
.slick-slide {
  -webkit-transform-style: preserve-3d;
}
#mv_wrap{
	position: relative;
	margin-bottom: 12.5em;
}
#mv_wrap img{
	width: 100%;
}
#mv_slider li img{
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	min-height: 30em;
	object-fit: cover;
	width: 100%;
	transform: scale(1);
}
.mv_text{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.mv_text .inner{
	margin-bottom: 0;
}
.mv_text img{
	max-width: 50%;
	margin-bottom: 2em;
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3))
}
.mv_text h1{
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5;
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3))
}
/*-- ▼240805_MV追記 -----------------------------------------------------*/
/*.mv_sp{
	background-image: url("../images/mv_sp_bg_2412.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	position: relative;
}
.mv_sp .text{
	position: absolute;
	bottom: 2em;
	width: 100%;
	padding: 0 1em;
}*/
/*-- ▲240805_MV追記 -----------------------------------------------------*/
@media screen and (max-width:768px){
	#mv_wrap{
		margin-bottom: 5em;
	}
	#mv_slider li img{
		min-height: 25em;
	}
	.mv_text h1{
		font-size: 1.2em;
	}
}
/*--------------------------------------------------------------*/
.inner h2{
	font-size: 4em;
	font-weight: 100;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 3.125em;
}
.inner h3{
	font-size: 3em;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 2.5em;
}
.inner h3 span{
	display: block;
	font-size: 0.4em;
	font-weight: normal;
}
.inner .read{
	margin-bottom: 2.5em;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.8;
}
@media screen and (max-width:768px){
	.inner h2{
		font-size: 2.5em;
		margin-bottom: 2em;
	}
	.inner h3{
		font-size: 2em;
	}
	.inner .read{
		font-size: 1.25em;
	}
}
/*--parallax--------------------------------------------*/
.para_container{
	position: relative;
	min-height: 400px;
	width:100vw;
	margin-bottom: 12.5em;
}
.para_in{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}
.bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
#parallax01 .bg {
	background-image: url("../images/parallax_green.png");
}
#parallax02 .bg {
	background-image: url("../images/parallax_purple.png");
}
#parallax03 .bg {
	background-image: url("../images/parallax_rainbow.png");
}
#parallax03 .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#parallax03 .inner p{
	font-size: max(2.3vw,18px);
	letter-spacing: 20px;
	font-weight: bold;
	color: #555;
	line-height: 1.8;
}
/*--introduction--------------------------------------------*/
#introduction h2{
	margin-bottom: 1em;
}
#introduction .intro_box{
	display: grid;
	grid-template-columns: 25% 1fr;
	place-content: center;
	margin-bottom: 8.3em;
	place-items: center;
	grid-column-gap: 2em;
}
#introduction .intro_box p{
	font-size: 1.5em;
	line-height: 2em;
}
#introduction .vid_contents {
	width: 100%;
	text-align: center;
	margin: 0 auto 12.5em;
}
#introduction video.vid_main {
	width: 100%;
}
#introduction .point{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-row-gap: 12.5em;
}
#introduction .point .box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	grid-column-gap: 2em;
}
#introduction .point .rev img{
	order: 1;
}
#introduction .point .box p{
	margin-bottom: 0;
	text-align: start;
}
#introduction .point .rev p{
	text-align: right;
}
#introduction .campaign{
	width: 100%;
	text-align: center;
	margin: 0 auto 12.5em;
}
@media screen and (max-width:768px){
	#introduction .intro_box{
		grid-template-columns: 1fr;
	}
	#introduction .intro_box p{
		font-size: 1.25em;
	}
	#introduction .intro_box img{
		width: 70%;
	}
	#introduction .point{
		grid-row-gap: 5em;
	}
	#introduction .point .box{
		grid-template-columns: 1fr;
	}
	#introduction .point .box img{
		margin-bottom: 1em;
	}
	#introduction .point .rev img{
		order: 0;
	}
	#introduction .point .rev p{
		text-align: left;
	}
}
/*--REASON--------------------------------------------*/
#reason h3{
	margin-bottom: 1em;
}
#reason.inner .read{
	margin-bottom: 5em;
}
#reason .box_wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 8em;
	grid-row-gap: 0px;
}
#reason .box:nth-child(2){
	margin-top: 50%;
}
#reason .box:nth-child(3){
	margin-top: 100%;
}

#reason .box img{
	border-radius: 1em;
	margin-bottom: 2.5em;
	width: 100%;
}
#reason .box .text{
}
#reason .box .text h4{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1em;
	text-align: center;
}
@media screen and (min-width:769px){
	#reason .box{
		min-width: 60%;
	}
}
@media screen and (max-width:768px){
	#reason .box_wrap{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 3em;
	}
	#reason .box:nth-last-of-type(n){
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
	#reason .box .text h4{
		font-size: 1.25em;
	}
}
.separator_01{
	position: relative;
	overflow-x: hidden;

}
.separator_01 img{
	border-radius: 10em 0px 0px 0px;
	width: calc(((100% - 5em) / 5) * 3);
	margin-left: auto;
}
.separator_01 .border{
	position: absolute;
	left: 0;
	bottom: 2em;
	width: calc(((100% - 5em) / 5) * 3);
}
.separator_01 .border::before{
	content: "";
	background-color: #111;
	height: 1px;
	position: absolute;
	width: 0;
	top:0;
	left:0;
	animation: lineAnime .5s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}
@keyframes lineAnime {
	0% {width:0%;}
	100%{width:100%;}
}

@media screen and (max-width:768px){
	.separator_01 img{
		width: calc(((100% - 5em) / 5) * 4);
		min-width: 250px;
	}
}
/*--PRODUCT--------------------------------------------*/
#product h4{
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1em;
}
#product h4 + p{
	text-align: center;
	margin-bottom: 3em;
}
#product .series{
	margin-bottom: 7.5em;
}
#product .box_wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 5em;
	grid-row-gap: 5em;
	align-items: center;
	justify-content: center;
}
#product .box_wrap .box{
	width: 100%;
}
#product .box_wrap .box img{
	margin-bottom: 1em;
}
#product .box_wrap .box h5{
	font-size: 1.5em;
	margin-bottom: 1em;
	font-weight: normal;
}
#product .box_wrap .box .component{
	font-size: 0.75em;
	font-weight: normal;
	margin-top: 2em;
}
#product .muscat{
	color: #9ECD9E;
}
#product .grapefuit{
	color: #F9C071;
}
#product .zakuro{
	color: #EC6A6A;
}
#product .energy{
	color: #A52F37;
}
#product .blueberry{
	color: #B2A7D1;
}
#product .mint{
	color: #B8E0E2;
}
@media screen and (max-width:768px){
	#product .box_wrap{
		display: block;
	}
	#product .box_wrap .box{
		margin-bottom: 5em;
	}
	#product .box_wrap .box img{
		width: 100%;
		margin-bottom: 1em;
	}
	#product .box_wrap .box .text{
		width: 100%;
	}
}
.separator_02{
	position: relative;
	overflow-x: hidden;

}
.separator_02 img{
	border-radius: 0px 10em 0px 0px;
	width: calc(((100% - 5em) / 5) * 3);
	margin-right: auto;
}
.separator_02 .border{
	background-color: #111;
	width: calc(((100% - 5em) / 5) * 3);
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 2em;
}
@media screen and (max-width:768px){
	.separator_02 img{
		width: calc(((100% - 5em) / 5) * 4);
		min-width: 250px;
	}
}
/*--HOW TO USE--------------------------------------------*/
#how_to .box_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
#how_to .box_wrap .box{
	width: calc((100% - 5em) / 4);
	margin-right: 2.5em;
}
#how_to .box_wrap .box:last-child{
	margin-right: 0;
}
#how_to .box_wrap .box img{
	margin-bottom: 1em;
	border-radius: 1em;
	width: 100%;
}
@media screen and (max-width:768px){
	#how_to .box_wrap{
		display: block;
	}
	#how_to .box_wrap .box{
		display: block;
		width: 100%;
		margin-bottom: 5em;
	}
	#how_to .box_wrap .box img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
	#how_to .box_wrap .box p{
		width: 100%;
	}
}
.separator_03{
}

/*--NEWS--------------------------------------------*/
#news ul{
	width: calc(((100% - 5em) / 5)* 3);
	margin: 0 auto;
}
#news ul li{
	border-bottom: 1px solid #ECECEC;
	padding: .5em 0;
}
#news ul li span{
	margin-right: 1em;
}
@media screen and (max-width:768px){
	#news ul{
		width: 100%;
	}
	#news ul li{
		display: flex;
	}
}
/*--SHOP--------------------------------------------*/
#shop .read small{
	font-size: 0.5em;
}
#shop p.schedule{
	text-align: center;
	margin: 0 auto 3em;
	line-height: 1.8;
}
/*--Instagram--------------------------------------------*/
#instagram a.btn{
	display: block;
	width: fit-content;
	margin: 0 auto;
	padding: .5em 1em;
	border: 1px solid #111;
	font-size: 1.25em;
	cursor: pointer;
	transition: all 0.2s;
}
#instagram a.btn:hover{
	background-color: #111;
	color: #fff;
}
#instagram a.btn:hover.nw::after{
	background-image: url(../images/nw_w.svg);
}

/*--FAQ--------------------------------------------*/
.accordion_list{
	width: calc(((100% - 5em) / 5)* 3);
	margin: 0 auto;
}
.accordion_item{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 1em;
	border-radius: .75em;
}
/*
  アコーディオンの開閉ボタンの装飾。
  position: relative;が無いと、
  「+」「-」の位置がずれるので注意。
*/
.accordion_head {
	position: relative;
	width: 100%;
	padding: 1.25em 2.5em 1.25em 1em;
	cursor: pointer;
	background-color: #fff;
	border-radius: .75em;
}

/*
  アコーディオンの開閉ボタンの右側に「+」を表示。
*/
.accordion_head::after {
	content: "+";
	position: absolute;
	top: .75em;
	right: .75em;
	font-size: 1.5em;
}

/*
  アコーディオンが開いた際に、
  開閉ボタンの右側に「+」を「-」に変更する。
*/
.accordion_item.active .accordion_head::after {
	content: "-";
	top: .5em;
	right: .6em;
	font-size: 2em;
}

/*
  アコーディオンの閉じている部分の装飾。
  height: 0; overflow: hidden;にすることで、
  通常時は表示されないようにする。
*/
.accordion_body {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding: 0 1em;
	transition: all .25s ease;
}

/*
  アコーディオンが開いた際に、
  heightを0からautoに、paddingの上下を0から10に。
*/
.accordion_item.active .accordion_body {
	height: auto;
	padding: 1.25em 1em;
}

.accordion_head > p{
	position: relative;
	padding-left: 1.5em;
	display: block;
}
.accordion_head > p::before{
	content: "Q";
	color: #4CA8A5;
	position: absolute;
	top: 0;
	left: 0;
}
.accordion_body > p{
	position: relative;
	padding-left: 1.5em;
	display: block;
}
.accordion_body > p::before{
	content: "A";
	color: #EC6A6A;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width:768px){
	.accordion_list{
		width: 100%;
	}
}
/*--成分表--------------------------------------------*/
#seibunhyo{
	text-align: center;
}
#seibunhyo p{
	line-height: 1.8;
}
/*--FOOTER--------------------------------------------*/
footer{
	background-color: #D7F1F0;
	padding: 12.5em 0;
}
footer .inner{
	margin-bottom: 0;
	text-align: center;
}
footer .logo{
	text-align: center;
	margin-bottom: 7.5em;
}
footer .logo img{
	width: 10em;
	margin: 0 auto;
}
footer .instagram{
	margin-bottom: 7.5em;
}
footer .instagram img{
	width: 2em;
	margin: 0 auto .5em;
}
footer .contact{
	margin-bottom: 7.5em;
	font-size: 1.25em;
}
footer .contact address{
	font-style: normal;
}
footer .contact p{
	line-height: 2;
}
footer .management{
	margin-bottom: 7.5em;
}
footer .management p{
	line-height: 1.8;
}
footer .copyright{
	font-size: .75em;
}
