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

/*==================================
	base
==================================*/
*, *::before, *::after { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html { height: 100%; width: 100%; font-size: 62.5%;/* 10px */ -webkit-text-size-adjust: 100%; }
body { height: 100%; width: 100%; font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, Verdana, sans-serif; font-size: 1.3rem; color: #000; line-height: 1.6; letter-spacing: 0.02rem; }
a { color: #333; text-decoration: none; display: block; }
a:hover { text-decoration: none; }
a[href^="tel:"] { pointer-events: none; }
img { width: 100%; height: auto; vertical-align: bottom; }

/* Responsive 751 */
@media screen and (min-width: 751px) {
	.spOnly { display: none;}
}
/* Responsive 750 */
@media screen and (max-width: 750px) {
	body { font-size: 1.4rem; min-width: 100%;}
	img { width: 100%;}
	.pcOnly { display: none;}
}

/*==================================
	floating
==================================*/
#floating { position: fixed;bottom: 0;max-width: 750px;}

/*==================================
	content / section
==================================*/
.content { width: 100%; max-width: 750px; margin: 0 auto; overflow: hidden;}
section { position: relative; width: 750px; background: #fff; z-index: 1; }

/* Responsive 750 */
@media screen and (max-width: 750px) {
	section { width: 100%; }
}

/*==================================
	video
==================================*/
#video-area{ position: fixed; z-index: -1; top: 0; right:0; left:0; bottom:0; overflow: hidden; }
#video { position: fixed; z-index: -1; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 177.77777778vh; height: 56.25vw; min-width: 100%; min-height: 100%; }
.example { filter: opacity(45%); }

/*==================================
	header
==================================*/

@keyframes fadeup { 0% { transform: translateY(44svh); } 50% { transform: translateY(44svh); } 100% { transform: translateY(0); } }
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }

header { position: relative; padding: 4rem 0 0 0; background: #fff; }
header:after { display: block; content: ''; position: absolute; bottom: 0; left: 50%; width: 1px; background: #000; z-index: 2; opacity: 0; animation-timing-function: ease-out; animation-fill-mode: forwards; animation-name: fadein; animation-delay: 5.5s; animation-duration: 5s; }
header h1 { position: relative; margin: 0 auto; max-width: 351px; height: auto; text-align: center; z-index: 2; }
header h1 .logo_txt, header h1 .logo_symbol,
header h2, header .blend, header .gaba, header .ketsuatsu, header .photo { animation-timing-function: ease-out; animation-fill-mode: forwards; }
header h1 .logo_txt { position: relative; max-width: 351px; animation-name: fadeup; animation-duration: 2.6s; }
header h1 .logo_symbol { opacity: 0; position: relative; margin-top: 16px; max-width: 66px; animation-name: fadein; animation-delay: 5s; animation-duration: 2s; }
header h2, header .blend, header .gaba, header .ketsuatsu, header .photo { position: absolute; opacity: 0; animation-name: fadein; animation-duration: 2s; }
header h2 { left: 42%; bottom: 19%; max-width: 124px; z-index: 2; animation-delay: 2.5s; } 
header .blend { left: 14%; bottom: 45%; max-width: 215px; z-index: 2; animation-delay: 4.5s;}
header .gaba { right: 14%; bottom: 33%; max-width: 160px; z-index: 2; animation-delay: 3.5s; }
header .ketsuatsu { right: 3%; bottom: 19%; max-width: 160px; z-index: 2; animation-delay: 4s; }
header .photo { position: relative; top: -4rem; z-index: 1; animation-delay: 3s; }

/* Responsive 751 */
@media screen and (min-width: 751px) {
	header { height: 1145px; }
	header:after { height: 100px; }
}
/* Responsive 750 */
@media screen and (max-width: 750px) {
	header:after { height: 80px; }
	header h1 .logo_txt, header h1 .logo_symbol { width: 70%; }
	header h2 { width: 18%; left: 41%; bottom: 16%; }
	header .blend { width: 28%; bottom: 42%; }
	header .gaba { width: 22%; bottom: 29%; }
	header .ketsuatsu { width: 22%; bottom: 16%; }
}

/*==================================	
	new
==================================*/
#new { position: relative; top: 0; text-align: center; margin: 0 auto; padding: 7rem 0 13rem 0; background: #fff; }
#new img { opacity: 0; animation-timing-function: ease-out; animation-fill-mode: forwards; animation-name: fadein; animation-delay: 6s; animation-duration: 2s; }
/* Responsive 750 */
@media screen and (max-width: 750px) {
	#new { padding: 3rem 0 6rem 0; }
}

/*==================================	
	cta
==================================*/
.cta { position: relative; top: 0; padding: 6.4rem 0 4rem 0; background: url(../img/cta_bg.jpg) no-repeat top/cover; }
.cta .cta_box { position: relative; margin: 0 auto; padding: 10rem 0 0 0; background: url(../img/cta_box.png) no-repeat top/cover; }
.cta .cta_box .btn { margin: 0 auto; filter: drop-shadow(0px 18px 12px rgba(0,0,0,0.2)); }
.cta .cta_box .btn a { position: relative; top: -3rem; display: block; margin: 0 auto; max-width: 610px; overflow: hidden; opacity: 1; border-radius: 75px; }
.cta .cta_box .btn a::before {content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%); transition: .5s; }
.cta .cta_box .btn a:hover::before { top: 0; left: 100%;}
.cta ul.notes { margin: -1.5rem auto 1.5rem auto; padding: 0 3.5rem; font-size: 1.4rem; color: #fff; }
.cta ul.notes li { position: relative; padding-left: 1.8rem; }
.cta ul.notes li:before { content: "※"; left: 0; position: absolute; }

/* Responsive 751 */
@media screen and (min-width: 751px) {
	.cta .cta_box { height: 670px; }
}
/* Responsive 750 */
@media screen and (max-width: 750px) {
	.cta { padding: 5rem 0 1rem 0; }
	.cta .cta_box { padding: 5rem 0 0 0; }
	.cta .cta_box .btn { width: 80%; }
	.cta ul.notes { margin: 2rem auto; padding: 0 2rem; font-size: 1rem; }
	.cta ul.notes li { padding-left: 1.2rem; }
}

/*==================================	
	kodawari
==================================*/
#kodawari { position: relative; top: 0; margin: 0; padding: 14rem 0 0 0; }
#kodawari .kodawari_box { margin: 0; padding: 0; }
#kodawari .kodawari_box .text { margin: 10rem 0 0 0; padding: 0; }
#kodawari .kodawari_box .item { margin: 14rem 0 0 0; padding: 0; }
#kodawari .leaf01 { position: absolute; top: 5.6%; left: 11%; max-width: 143px; }
#kodawari .leaf02 { position: absolute; top: 20%; right: -3%; max-width: 99px; }
#kodawari .leaf03 { position: absolute; top: 27%; left: -6%; max-width: 100px; }
#kodawari .leaf04 { position: absolute; top: 38.5%; right: 13%; max-width: 87px; }
#kodawari .leaf05 { position: absolute; top: 53.8%; left: 11%; max-width: 83px; }
#kodawari .leaf06 { position: absolute; top: 65%; right: -6%; max-width: 133px; }

/* Responsive 750 */
@media screen and (max-width: 750px) {
	#kodawari { padding: 9rem 0 0 0; }
	#kodawari .kodawari_box .text { margin: 6rem 0 0 0; }
	#kodawari .kodawari_box .item { margin: 8rem 0 0 0; }
	#kodawari .leaf01 { top: 7%; left: 8%; width: 16%; }
	#kodawari .leaf02 { top: 20%; right: -4%; width: 16%; }
	#kodawari .leaf03 { top: 26%; left: -4%; width: 14%; }
	#kodawari .leaf04 { top: 38%; right: 12%; width: 14%; }
	#kodawari .leaf05 { top: 53.5%; left: 10%; width: 14%; }
	#kodawari .leaf06 { top: 67%; right: -3%; width: 20%; }
}

/*==================================	
	method
==================================*/
#method { position: relative; top: 0; margin: 0; padding: 11rem 0 0 0; background: linear-gradient(#f4f4f8 calc(100% / 4.5), #fff calc(100% / 4.5),#fff calc(200% / 4.5), #fff calc(200% / 4.5)); }
#method h1 { margin: 0 auto; }
#method .text { max-width: 540px; margin: 7rem auto; font-size: 2.3rem; line-height: 2.65; color:#444; }
#method .method_box { position: relative; padding: 0; }
#method .method_box .num { position: absolute; opacity: 0.5; z-index: 2; }
#method .method_box ul { width: 100%; z-index: 1; }
#method .method_box ul li { max-width: 295px; margin: 0 2.5rem; }
#method .method_box h2 { max-width: 540px; margin: 8rem auto -2.5rem auto; }
#method .method_close { position: relative; margin: 10rem auto 0 auto; }
#method .method_close::before { display: block; content: ''; position: absolute; top: -35px; left: 50%; width: 1px; height: 100px; background: #493b38; }
/* method 01 */
#method #method01.method_box .num { top: 44.5%; right: 10%; max-width: 148px; }
#method #method01.method_box ul li.ph01 { padding-top: 4%; }
#method #method01.method_box ul li.ph02 { padding-top: 0;}
#method #method01.method_box ul li.ph03 { padding-top: 2%;}
/* method 02 */
#method #method02.method_box .num { top: 42%; left: 10%; max-width: 180px; }
#method #method02.method_box ul li.ph01 { padding-top: 0; }
#method #method02.method_box ul li.ph02 { padding-top: 4%;}
#method #method02.method_box ul li.ph03 { padding-top: 2%;}
/* method 03 */
#method #method03.method_box .num { top: 44%; right: 10%; max-width: 179px; }
#method #method03.method_box ul li.ph01 { padding-top: 4%; }
#method #method03.method_box ul li.ph02 { padding-top: 2%;}
#method #method03.method_box ul li.ph03 { padding-top: 0%;}

/* Responsive 750 */
@media screen and (max-width: 750px) {
	#method { padding: 8rem 0 0 0; }
	#method .text { width: 70%; margin: 3rem auto; font-size: 1.4rem; line-height: 2; }
	#method .method_box { padding: 2rem 0 0 0; }
	#method .method_box .num { width: 16%; }
	#method .method_box .text { margin: 2rem auto 0 auto; }
	#method #method01.method_box .num { top: 53%; }
	#method #method02.method_box .num { top: 49%; }
	#method #method03.method_box .num { top: 52%; }
	#method .method_box ul li { margin: 0 1.5rem; }
	#method .method_box h2 { width: 70%; margin: 5rem auto 0 auto; }
	#method .method_close::before { height: 80px; }
}

/*==================================	
	sugoi
==================================*/
#sugoi { position: relative; top: 0; padding: 35% 0 0 0; background: url(../img/sugoi_bg.jpg) no-repeat top/contain #f4f4f8; }
#sugoi .main_copy { margin: 0 auto; }
#sugoi .sugoi_gaba .graph .down_arrow, #sugoi .sugoi_gaba .graph .down_text,
#sugoi .sugoi_gaba .graph .up_text, #sugoi .sugoi_gaba .graph .up_arrow { opacity: 0; animation-timing-function: ease-out; animation-fill-mode: forwards; animation-name: fadein; }
#sugoi .sugoi_gaba { margin: 10rem 0 0 0; }
#sugoi .sugoi_gaba .graph { position: relative; }
#sugoi .sugoi_gaba .graph .down .down_arrow { max-width: 40px; margin-bottom: 0.5rem; animation-delay: 1s; animation-duration: 2s; }
#sugoi .sugoi_gaba .graph .down { position: absolute; bottom: 32%; left: 41.2%; max-width: 80px; text-align: center; }
#sugoi .sugoi_gaba .graph .down_text { animation-delay: 1.5s; animation-duration: 2s; }
#sugoi .sugoi_gaba .graph .up_arrow { position: absolute; bottom: 42.5%; right: 23%; max-width: 40px; animation-delay: 2s; animation-duration: 2s; }
#sugoi .sugoi_gaba .graph .up_text { position: absolute; bottom: 40%; right: 4.5%; max-width: 110px; animation-delay: 2.5s; animation-duration: 2s; }
#sugoi .sugoi_blend { margin: 0; }
#sugoi .sugoi_blend ul { position: relative; max-width: 660px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; filter: drop-shadow(0px 18px 12px rgba(0,0,0,0.1)); z-index: 2; }
#sugoi .sugoi_blend .text { position: relative; top: 0; margin-top: -40px; z-index: 1; }
#sugoi .sugoi_blend .text::after { display: block; content: ''; position: absolute; bottom: -75px; left: 50%; width: 1px; height: 100px; background: #000; }
#sugoi .sugoi_close { margin: 0; padding: 14rem 0 0 0; background: #fff; }
#sugoi .sugoi_close .close_ph { margin: 6rem 0 0 0; }

/* Responsive 750 */
@media screen and (max-width: 750px) {
	#sugoi .sugoi_gaba { margin: 6rem 0 0 0; }
	#sugoi .sugoi_gaba .graph .down { width: 10%; left: 41.5%; }
	#sugoi .sugoi_gaba .graph .down .down_arrow { width: 55%; margin-bottom: 0.2rem; }
	#sugoi .sugoi_gaba .graph .up_text { width: 15%; }
	#sugoi .sugoi_gaba .graph .up_arrow { width: 5.5%; }
	#sugoi .sugoi_blend ul { width: 90%; }
	#sugoi .sugoi_blend .text::after { bottom: -55px; height: 80px; }
	#sugoi .sugoi_close { margin: 0; padding: 9rem 0 0 0; }
	#sugoi .sugoi_close .close_ph { margin: 3.5rem 0 0 0; }
}

/*==================================	
	howto
==================================*/
#howto { position: relative; top: 0; padding: 13rem 0; background: #fff; }
#howto .howto_box { position: relative; margin: 7rem 0 0 0; }

/* Responsive 750 */
@media screen and (max-width: 750px) {
	#howto { padding: 6rem 0; }
	#howto .howto_box { margin: 5rem 0 0 0; }
}

/*==================================	
	history
==================================*/
#history { position: relative; top: 0; margin: 0; padding: 0 0 14rem 0; background: #f4f4f8; z-index: 3; }
#history h1 { margin: 0; padding: 0 0 6rem 0; }
#history article { margin: 6rem auto 0 auto; padding: 0; max-width: 630px; display: flex; }
#history article .details { margin: 0; padding: 0; width: 58%; }
#history article .details h2 { margin: 0; padding: 0; max-width: 130px; }
#history article .details p { margin: 4rem 0 0 0; padding: 0 3rem 0 0; font-size: 2.3rem; line-height: 2.2; }
#history article .details p span { color: #be9159; }
#history article figure { margin: 0; padding: 0; width: 42%; max-width: 265px; z-index: 2; }
#history .leaf01 { position: absolute; top: 30%; right: -4%; max-width: 126px; z-index: 3; }
#history .leaf02 { position: absolute; top: 42%; left: -2%; max-width: 83px; z-index: 3; }
#history .leaf03 { position: absolute; top: 58%; right: 4%; max-width: 133px; z-index: 3; }
#history .leaf04 { position: absolute; top: 74.5%; left: 12%; max-width: 102px; z-index: 3; }
#history .leaf05 { position: absolute; bottom: 4%; right: 3%; max-width: 99px; z-index: 1; }
#history .leaf06 { position: absolute; bottom: -2%; left: 0; max-width: 102px; z-index: 3; }

/* Responsive 750 */
@media screen and (max-width: 750px) {
	#history { padding: 0 0 8rem 0; }
	#history h1 { padding: 0 0 2rem 0; }
	#history article { width: 80%; margin: 5rem auto 0 auto; }
	#history article figure { margin: 0; padding: 0; width: 265px; }
	#history article .details h2 { width: 32%; }
	#history article .details h2 img { vertical-align: baseline; }
	#history article .details p { margin: 1rem 0 0 0; padding: 0 2rem 0 0; font-size: 1.4rem; line-height: 2; }
	#history article .details { width: 62%; }
	#history article figure { width: 38%; }
	#history .leaf01 { top: 28%; right: -3%; width: 18%; }
	#history .leaf02 { top: 39%; left: -3%; width: 15%; }
	#history .leaf03 { top: 53%; right: 4%;; width: 18%; }
	#history .leaf04 { top: 74%; left: 12%; width: 14%; }
	#history .leaf05 { bottom: 8%; right: 3%; width: 15%; }
	#history .leaf06 { bottom: -3%; left: 0; width: 18%; }
}

/*==================================	
	voice
==================================*/
#voice { position: relative; top: 0; margin: 0; padding: 10rem 0; background: url(../img/voice_bg.jpg) no-repeat top/cover; z-index: 2; }
#voice article { margin: 0 auto; padding: 0; max-width: 580px; }
#voice article figure { margin: 8rem 0 0 2.6rem; padding: 0; width: 100%; }
#voice article h2 { margin: 4rem 0 0 2.6rem; max-width: 530px; }
#voice article p { margin: 4.5rem 0 0 2.6rem; max-width: 530px; font-size: 2.3rem; line-height: 2.2; letter-spacing: 0; color:#444; }
#voice article p span { color: #be9159; }
#voice .notes { display: flex; justify-content: flex-end; margin: 8rem auto 0 auto; max-width: 580px; }

/* Responsive 750 */
@media screen and (max-width: 750px) {
	#voice { padding: 8rem 0; }
	#voice article { width: 80%; }
	#voice article figure { margin: 4rem 0 0 1.6rem; }
	#voice article h2 { margin: 1.5rem 0 0 1.6rem; }
	#voice article p { margin: 1.5rem 0.3rem 0 1.6rem; font-size: 1.4rem; line-height: 2; }
	#voice .notes { width: 80%; margin: 4rem auto 0 auto; font-size: 1rem; }
}

/*==================================	
	price
==================================*/
#price { position: relative; top: 0; margin: 0; padding: 13rem 0; }
#price .compare { position: relative; margin: 6rem 0 0 0; padding: 0; }
#price .compare .otoku { position: absolute; bottom: 5%; left: 36%; margin: 0; padding: 0; max-width: 90px; opacity: 0; animation-timing-function: ease-out; animation-fill-mode: forwards; animation-name: fadein; animation-delay: 1s; animation-duration: 2s; }
#price .days7 { position: relative; margin: 12.5rem 0 0 0; padding: 0; }
#price .days7::after { display: block; content: ''; position: absolute; bottom: -75px; left: 50%; width: 1px; height: 100px; background: #000; }
#price .copy01 { position: relative; margin: 14rem auto 0.5rem auto; padding: 0 0 0.3rem 0; max-width: 340px; display: block; }
#price .copy01 span { position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #333; }
#price .copy02 { margin: 8rem auto 0 auto; padding: 0; }
#price .copy03 { margin: 3.5rem auto 0 auto; padding: 0; }
#price .teiki_head { margin: 10rem auto 0 auto; padding: 0; }
#price .teiki_normal { margin: 10rem auto 5rem auto; padding: 0; }
#price .teiki_shokai { margin: 6rem auto 0 auto; padding: 0; }
#price .teiki_item { position: relative; margin: 0; padding: 0; }
#price .teiki_item .off { position: absolute; top: 6%; right: 9%; margin: 0; padding: 0; max-width: 180px; animation: floating-y 1.8s ease-in-out infinite alternate-reverse; }
@keyframes floating-y { 0% { transform: translateY(-10%); } 100% { transform: translateY(10%); }}
#price .teiki_free { margin: 6rem auto 0 auto; padding: 0; }
#price .teiki_arrow_light, #price .teiki_arrow_dark { opacity: 0; animation-timing-function: ease-out; animation-fill-mode: forwards; animation-name: fadein; animation-duration: 2s; }
#price .teiki_arrow_light { animation-delay: 1s; }
#price .teiki_arrow_dark { animation-delay: 2s; }

/* Responsive 751 */
@media screen and (min-width: 751px) {
	#price .teiki_arrow_light { width: 0; height: 0; margin: 2rem auto 0 auto; border-style: solid; border-right: 10px solid transparent; border-left: 10px solid transparent; border-top: 30px solid #f5a7a3; border-bottom: 0; }
	#price .teiki_arrow_dark { width: 0; height: 0; margin: 2rem auto 0 auto; border-style: solid; border-right: 10px solid transparent; border-left: 10px solid transparent; border-top: 30px solid #eb4f47; border-bottom: 0; }
}

/* Responsive 750 */
@media screen and (max-width: 750px) {
	#price { padding: 6rem 0; }
	#price .compare { margin: 3rem 0 0 0; }
	#price .compare .otoku { width: 12%; }
	#price .days7 { margin: 6rem 0 0 0; }
	#price .days7::after { bottom: -55px; height: 80px; }
	#price .copy01 { margin: 7rem auto 0 auto; width: 50%; }
	#price .copy02 { margin: 4rem auto 0 auto; }
	#price .copy03 { margin: 3rem auto 0 auto; }
	#price .teiki_head { margin: 5rem auto 0 auto; }
	#price .teiki_normal { margin: 5rem auto 1.5rem auto; }
	#price .teiki_shokai { margin: 3rem auto 0 auto; }
	#price .teiki_item .off { position: absolute; top: 6%; right: 9%; width: 24%; }
	#price .teiki_free { margin: 3rem auto 0 auto; }
	#price .teiki_arrow_light { width: 0; height: 0; margin: 2rem auto 0 auto; border-style: solid; border-right: 5px solid transparent; border-left: 5px solid transparent; border-top: 15px solid #f5a7a3; border-bottom: 0; }
	#price .teiki_arrow_dark { width: 0; height: 0; margin: 1rem auto 0 auto; border-style: solid; border-right: 5px solid transparent; border-left: 5px solid transparent; border-top: 15px solid #eb4f47; border-bottom: 0; }
}

/*==================================	
	teiki
==================================*/
#teiki { position: relative; margin: 0; padding: 0; background: #fff;}

/*==================================	
	contact
==================================*/
#contact { position: relative; top: 0; padding: 12rem 0 11rem 0;}
/* Responsive 750 */
@media screen and (max-width: 750px) {
	#contact { padding: 6rem 0 4.5rem 0;}
}

/*==================================	
	foot photp
==================================*/
.foot_photo { width: 100%; margin: 0 auto; background: #fff; }
.foot_photo li { width: 250px; margin: 1rem; }
.foot_photo li img { height: auto; width: 100%; }

/*==================================	
	footer
==================================*/
footer { position: relative; top: 0; background: #fff; }
footer ul { width: 70%; margin: 0 auto; padding: 8rem 0 5rem 0; display: flex; align-items: center; justify-content: center; }
footer ul li { margin: 0; padding: 0 3rem; border-right: 1px solid #333; line-height: 1.6rem; }
footer ul li:last-child { border-right: none; }
small { display: flex; align-items: center; justify-content: center; height: 70px; color: #fff; background: #aaabb4;}

/* Responsive 750 */
@media screen and (max-width: 750px) {
	footer ul { width: 90%; padding: 4rem 0 2.5rem 0; }
	footer ul li { padding: 0 1.5rem; font-size: 1.2rem; }
	
}