@charset "utf-8";
@import url(base.css);
/*----------------------------
layout
----------------------------*/
#body_bg {
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}

#body_bg>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.0s ease-in-out;
}

#body_bg>div.active {
	opacity: 1;
}

.bg_mv {
	background-image: url(../images/body_mv.webp);
}

.bg_ele {
	background-image: url(../images/bg_ele.webp);
}

.bg_ami {
	background-image: url(../images/bg_ami.webp);
}

.bg_point {
	background-image: url(../images/bg_point.webp);
}

.bg_lineup {
	background-image: url(../images/bg_lineup.webp);
}
.changeWhite{
	transition: filter 1s 1s ease;
}

header {
	width: 100%;
	height: 100vh;
	position: fixed;
	display: flex;
	justify-content: space-between;
	z-index: 0;
}
header .logo{
	position: absolute;
	width: calc((100% - 540px) / 2);
	height: calc(100vh - 120px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5%;
}
header .logo img{
	width: auto;
}

header .d-pc {
	width: calc((100% - 540px) / 2);
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
}
header .fadeIn{
	animation-delay: 2.5s;
	animation-duration: 1s;
}
header .d-pc.left{
	padding-top: calc(5% + 160px);
}
header .d-pc nav ul li{
	text-align: center;
	font-family: var(--font-family2);
	font-size: 2.0rem;
	font-weight: 500;
}
header .d-pc nav ul li+li{
	padding-top: 30px;
}
header .btn{
	position: absolute;
	bottom: 50px;
}
header .btn a{
	display: inline-block;
	background: #e89b27;
	color: #fff;
	padding: 10px 20px;
	min-width: 230px;
	border-radius: 8px;
	font-family: var(--font-family2);
	font-size: 2.0rem;
}
header .btn a span::before{
	display: inline-block;
	content: "";
	width: 20px;
	aspect-ratio: 1;
	background: url(../images/cart.webp) no-repeat center / contain;
	vertical-align: middle;
	margin-right: 10px;
	z-index:0;
	pointer-events: none;
	line-height: 1.8;
}
header .btn a:hover{
	background: #cb8112;
	opacity: 1;
}
main,
footer{
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
	z-index: 10;
}
header .inner{
	opacity: 0;
	box-sizing: border-box;
	transition: .3s ease-in-out;
	height: 0;
	transform-origin: center bottom;
	overflow: hidden;
	visibility: hidden;
}
header.open .inner{
	padding: 20px 10px 10px;
	height: auto;
}
header .inner nav li a{
	display: block;
	padding: 10px 0;
	font-size: 1.8rem;
	font-family: var(--font-family2);
}

header .inner nav li a img{
	vertical-align: middle;
}
header .inner nav .product{
	display: flex;
	gap: 20px;
}
header .inner nav .product > li{
	width: 120px;
}
header .inner nav .product > li a span{
	font-size: 1.3rem;
	line-height: 1.2;
	display: block;
}

@media screen and (max-width: 900px) {
	header .d-pc{
		display: none;
	}
	header{
		height: auto;
		padding: 15px 20px;
		background: rgba(255,255,255,0.2);
		backdrop-filter: blur(10px) brightness(105%);
		-webkit-backdrop-filter: blur(10px) brightness(110%);
		display: block;
		z-index: 999;
	}
	header.open{
		background: #fff;
		min-height: 100vh;
	}
	header .logo{
		position: static;
		width: 40%;
		max-width: 200px;
		height: auto;
		display: block;
		padding: 0;
	}
	header .btn{
		position: static;
		margin-top: 40px;
	}
	header.open .inner{
		visibility: visible;
		opacity: 1;
	}
}



/*----------------------------
mv
----------------------------*/
#mv{
	height: 100vh;
	background: rgba(255,255,255,0.1);
	backdrop-filter: brightness(104%);
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	align-content: center;
	justify-content: center;
	overflow: hidden;
}
#mv h2{
	width: 75%;
	max-width: 340px;
	margin: 0 auto;
}
#mv figure{
	position: relative;
}
#mv figure::before{
	display: block;
	content: "";
	width: 100vw;
	height: 100%;
	background: #fff;
	position:absolute;
	top: 64%;
	left: -10px;
	z-index: -1;
	pointer-events: none;
}
@media screen and (min-width: 901px) and (max-height: 800px) {
	#mv h2 img{
		width: auto;
		height: 20vh;
	}
	#mv figure img{
		width: auto;
		height: 65vh;
	}
}
@media screen and (max-width: 900px) {
	#mv{
		min-height: 800px;
	}
}

/*----------------------------
intro
----------------------------*/
.sticky{
	position: relative;
	overflow: visible;
}
#intro{
	height: 100svh;
	background: url(../images/bg_intro.webp) no-repeat 10% 65% / cover;
	position: sticky;
	top: 0;
	padding-top: 10vh;
}
#intro h2{
	width: 20%;
	max-width: 94px;
	margin-right: 35px;
	margin-left: auto;
	transition-delay: 1s;
}
#intro figure{
	width: 43%;
	max-width: 230px;
	position: absolute;
	bottom: 50px;
	left: var(--padding);
}
@media screen and (max-width: 900px) {
	#intro figure{
		bottom: 80px;
		width: 55%;
	}
}

/*----------------------------
eleami
----------------------------*/
#eleami{
	position: relative;
	z-index: 1;
	margin-top: 40vh;
	background: #fff;
	border-radius: 30px 30px 0 0;
	padding: 4rem 0 0;
}
#eleami h2{
	margin-bottom: 15px;
}
#eleami figure+figure{
	margin-top: 20px;
}
#eleami .sanpuzu{
	margin: 20px auto 0;
	width: calc(100% - var(--padding)*2);
	border: 1px solid #7a6c65;
	padding: 20px;
	box-sizing: border-box;
}
/*----------------------------
award
----------------------------*/

#award h3{
	padding: 7rem var(--padding) 0;
}
#award figure{
	width: 100%;
	position: relative;
	z-index: -1;
	margin-top: -33%;
}
#award figure img{
	width: 100%;
}
/*----------------------------
renewal
----------------------------*/
#renewal{
	position: relative;
}
#renewal .leaf1,
#renewal .leaf2{
	display: block;
	content: "";
	width: 80px;
	aspect-ratio: 1;
	background: url(../images/renewal_leaf1.webp) no-repeat center / contain;
	position:absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	pointer-events: none;
}
#renewal .leaf2{
	animation-delay: 1.2s;
	background-image: url(../images/renewal_leaf2.webp);
	top: 100px;
	left: auto;
	right: 20px;
	z-index: 1;
}

#renewal h2{
	background: url(../images/renewal_bg.webp) no-repeat center bottom / cover;
	font-size: 4rem;
	padding: 4rem var(--padding) calc(4rem + 35px);
}
#renewal figcaption{
	display: none;
}
#renewal figure img{
	display: block;
}
@media screen and (max-width: 540px) {
	#renewal h2{
		font-size: 3.5rem;
	}
	#renewal::before{
		width: 50px;
	}
	#renewal::after{
		width: 50px;
	}
}
/*----------------------------
ele
----------------------------*/
#ele{
	background: var(--ele_gra_color);
	padding: 3rem 0 calc(6rem + 35px);
	border-radius: 35px 35px 0 0;
	margin-top:  -35px;
}
#ele figure img:nth-child(3){
	margin-top: 4rem;
}
#ele h4{
	margin: 4rem 0 2rem;
}
#ele .btn{
	margin-top: 4rem;
}
#ele .btn a{
	width: 48%;
	display: inline-block;
}
#ele .btn a+a{
	margin-left: 4%;
}
/*----------------------------
ami
----------------------------*/
#ami{
	background: var(--ami_gra_color);
	padding: 3rem 0 calc(6rem + 35px);
	border-radius: 35px 35px 0 0;
	margin-top:  -35px;
}
#ami figure img:nth-of-type(1){
	margin-top: -19%;
}
#ami figure img:nth-of-type(2){
	margin-top: 2%;
}
#ami figure img:nth-of-type(3){
	margin-top: 4%;
}
#ami h4{
	margin: 4rem 0 2rem;
}
#ami .btn{
	margin-top: 4rem;
}
#ami .btn a{
	width: 48%;
	display: inline-block;
}
#ami .btn a+a{
	margin-left: 4%;
}
/*----------------------------
feature
----------------------------*/
#feature{
	background: url(../images/feature_bg.webp) no-repeat top center / cover;
	padding: 3rem 0 calc(6rem + 35px);
	border-radius: 35px 35px 0 0;
	margin-top:  -35px;
	position: relative;
	z-index: 2;
}
#feature h2{
	margin-bottom: 1.5rem;
}
#feature .point{
	background: #fff;
	padding: var(--padding);
}
#feature .point h3{
	margin-bottom: 2rem;
}
#feature .point h3 img{
	vertical-align: middle;
	margin-right: 0.7em;
	width: 15%;
	max-width: 50px;
}
#feature .point h4{
	margin: 2rem 0 1rem;
	display: inline-block;
	padding: 0px 10px;
	font-size: var(--font-size-base);
	border: 1px solid var(--i_txt_color);
}
#feature .point+.point{
	margin-top: 4rem;
}
/*----------------------------
dailycare
----------------------------*/
#dailycare{
	background: #fff;
	padding: 3rem 0 calc(6rem + 35px);
	border-radius: 35px 35px 0 0;
	margin-top:  -35px;
	position: relative;
	z-index: 3;
}
#dailycare h2{
	margin-bottom: 2rem;
}
#dailycare .step+.step{
	margin-top: 4rem;
}
#dailycare .step ul{
	margin-top: 2rem;
}
#dailycare .step ul li{
	position: relative;
	font-size: calc(var(--font-size-base)*1.1);
}
#dailycare .step ul li::before{
	display: inline-block;
	content: "";
	width: 0.9em;
	aspect-ratio: 1;
	background: url(../images/dailycare_check.webp) no-repeat center / contain;
	pointer-events: none;
	margin-right: 0.5em;
	vertical-align: middle;
}
#dailycare .step ul li+li{
	margin-top: 1rem;
}
#dailycare .btn{
	margin-top: 4rem;
}
#dailycare .btn a{
	display: inline-block;
	width: 100%;
}
#dailycare .btn a+a{
	margin-top: 2rem;
}

/*----------------------------
voice
----------------------------*/
#voice{
	background: url(../images/voice_bg.webp) no-repeat center top / cover;
	padding: 3rem 0 calc(6rem + 35px);
	border-radius: 35px 35px 0 0;
	margin-top:  -35px;
	position: relative;
	z-index: 3;
}
#voice h2{
	margin-bottom: 2rem;
}
#voice-slider article{
	padding: var(--padding);
	background: #fff;
}
#voice-slider article .badge{
	color: #fff;
	padding: 0 10px 2px;
	border-radius: 99px;
	display: inline-block;
	font-size: 90%;
	margin-bottom: 1rem;
}
.badge.ele_shampoo{
	background: var(--ele_s_color);
}
.badge.ele_treatment{
	background: var(--ele_t_color);
}
.badge.ami_shampoo{
	background: var(--ami_s_color);
}
.badge.ami_treatment{
	background: var(--ami_t_color);
}

/*----------------------------
faq
----------------------------*/
#faq{
	background: #e3e9e9;
	padding: 3rem 0 6rem;
	border-radius: 35px 35px 0 0;
	margin-top:  -35px;
	position: relative;
	z-index: 4;
}


/*----------------------------
lineup
----------------------------*/
#lineup .ttl{
	height: 100vh;
	position: sticky;
	top: 0;
	box-sizing: border-box;
	padding-top: 20vh;
}
#lineup h2{
	font-size: 4.5rem;
}
#lineup .ele{
	margin-top: 25vh;
	background: var(--ele_gra_color2);
}
#lineup .ami{
	background: var(--ami_gra_color2);
}
#lineup article{
	position: relative;
	z-index: 1;
	padding: var(--padding) 0 10rem;
}
#lineup article.ami{
	padding-bottom: 3rem;
}
#lineup article h3{
	position: absolute;
	top: 1px;
	transform: translateY(-100%);
}
#lineup article figure img{
	display: block;
	margin-bottom: 3rem;
}
@media screen and (max-width: 540px) {
	#lineup h2{
		font-size: 3.5rem;
	}
}

/*-------------------
footer
-----------------------*/
footer{
	height: 100vh;
	background: url(../images/closing_bg.webp) no-repeat 30% 50% / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
footer::before{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #978570;
	opacity: 0.3;
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	pointer-events: none;
}
footer p{
	width: 60%;
	max-width: 300px;
}

footer small{
	position: absolute;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 0 var(--padding);
	bottom: 30px;
	left: 0;
}
