@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:Arial,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,Helvetica,メイリオ,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#000;background-color:transparent;text-decoration:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}li{list-style:none}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img {backface-visibility: hidden;}



/*  template style
=========================================================================================*/
*,*::before,*::after{ box-sizing: border-box; }
button{background-color: transparent;border: none;cursor: pointer;padding: 0;appearance: none;}
em{font-style: normal;}
b, strong{font-weight: normal;}

body{
  color: #666;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.1;
  margin: auto;
  padding: 0;
  opacity: 0;
  overflow-x: hidden;
  transition: 1s;
  -webkit-text-size-adjust: 100%;
}
body.loaded{
  font-family: "Noto Serif JP", sans-serif;
  opacity: 1;
}
h1,h2,h3,h4,h5,h6,th{ font-weight: normal; }
a{ color: inherit; }
a:hover{ text-decoration: none; }
#wrap{ position:relative; }
.sp-bl,.sp-il,.tablet-bl{ display:none !important; }
.tablet .tablet-bl{ display:block !important; }
.opa{ transition: 0.3s ease-in-out; }
.opa1{ opacity: 1 !important; }
.w100{ width: 100% !important; }
.h100{ height: 100% !important; }
.none{ display: none !important }
.visuallyhidden{ position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important; }
.tc{ text-align: center !important; }
.tl{ text-align: left !important; }
.tr{ text-align: right !important; }
.tj{ text-align: justify !important; }
.cf::before,.cf::after{ content: ""; display: table; }
.cf::after{ clear: both; }
.cf{ zoom: 1; }
.fl{ float: left; }
.fr{ float: right; }
.outer{
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner{
  position:relative;
  width:95%;
  max-width:360px;
  margin-right:auto;
  margin-left:auto;
}
.bl{ display: block; }
.ib{ display: inline-block; }
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.flex.nowrap{ flex-wrap: nowrap; }
.flex.reverse{ flex-direction: row-reverse; }
.flex.reverse > *{ min-height: 0; }
.flex.jc-c{ justify-content: center; }
.flex.jc-s{ justify-content: flex-start; }
.flex.jc-e{ justify-content: flex-end; }
.flex.ai-c{ align-items: center; }
.flex.ai-e{ align-items: flex-end; }
.flex.ai-st{ align-items: stretch; }
@media (hover: hover) and (pointer: fine) {
.opa:hover { opacity: 0.7 !important; }
}
@media screen and (max-width: 1200px) {
  .inner{ width:85.333333%; max-width:320px; }
}
@media screen and (max-width:768px) {
.pc{ display:none !important; }
.sp-bl{ display:block !important; }
.sp-il{ display:inline !important; }
}

/*  custom template
=========================================================================================*/
:root{
  /* scrollbar */
  --scrollbar: 0;
  --adjustment: calc(50% - 50vw + var(--scrollbar));
  --sp-main-width: 420px;
  --pc-main-width: (100vw - var(--sp-main-width));
}
.wrap {
  position: relative;
  overflow: hidden;
  background-color: #e6ebe9;
  z-index: 0;
}

img {
  width: 100%;
}

.pc-main {
position: fixed;
height: 100vh;
inset: 0;
width: calc(100vw - (var(--scrollbar) * 2) - var(--sp-main-width) - calc(200 / 1320 * 100%));
margin: auto;
margin-left: 0;
z-index: 0;
}

.logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: min(70%, 264px);
text-align: center;
z-index: 1;
}

.sp-main {
position: relative;
width: var(--sp-main-width);
margin-inline: auto calc(200 / 1320 * 100%);
background-color: #fff;
box-shadow: 0 0 10px rgb(0 0 0 / .2);
z-index: 1;
}

@media screen and (max-width: 1200px) {
  :root {
    --sp-main-width: 375px;
  }
}

@media screen and (max-width: 768px) {
  .pc-main {
    display: none;
  }

  .sp-main {
    margin-inline: auto;
  }
}

@media screen and (max-width: 640px) {
  .wrap {
    background: none;
  }

  .sp-main {
    width: 100%;
  }
}

/* スクロールバーガタつき対策 */
body.noScroll .wrapper{
  scrollbar-gutter: stable;
}
.bold{
  font-weight: 500;
  font-weight: 600;
}
.noScroll{ overflow: hidden; }
.upper{ text-transform: uppercase; }
.noLink{ pointer-events: none; user-select: none; }

.btnWrap{
  position: relative;
  margin-inline: auto;
}
.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  height: 80px;
  color: #fff;
  background-color: #333;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  border-radius: 0;
  transition: .4s;
  z-index: 0;
}

/* caption
---------------------------------------------- */
.photo,.figure{ position: relative; }
.p-caption,.f-caption{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  padding: 10px 8px;
}
.p-caption.w,.f-caption.w{
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.75);
}
.p-caption.l,.f-caption.l{
  right: auto;
  left: 0;
  text-align: left;
}
.p-caption.t,.f-caption.t{
  top: 0;
  bottom: auto;
}
.p-caption._static,.f-caption._static{
  position: static;
  margin-top: 5px;
  padding: 0;
}
@media screen and (max-width:768px){
  .p-caption.sp-t,.f-caption.sp-t{
    top: 0;
    bottom: auto;
  }
  .p-caption.sp-l,.f-caption.sp-l{
    left: 0;
    right: auto;
  }
}

/* color
---------------------------------------------- */
:root {
  --color-brown: #7e7264;
  --color-lightBrown: #95867f;
  --color-lightBrown-70: #b5aaa5;
  --color-lightBrown-50: #cac2bf;
  --color-accent01: #b5867f;
  --color-accent01-70: #cbaaa5;
  --color-accent01-50: #dac2bf;
  --color-accent02: #7e8ea6;
  --color-accent02-70: #a5b0c1;
  --color-accent02-50: #bec6d2;
}
.bg_sand {
  background-color: #f5f1eb;
}

/* font
---------------------------------------------- */
body.loaded .gothic{
  font-family: 'Noto Sans JP',sans-serif;
}
.infant {
  font-family: "Cormorant Infant", serif;
}

/* tab
---------------------------------------------- */
.tab{
  cursor: pointer;
}
.tabpanel{
  display: none;
  position: relative;
}
.tabpanel.active{
  display: block;
  animation: tabFadeIn .5s;
}
@keyframes tabFadeIn{
  0%{ opacity: 0; }
  100%{ opacity: 1; }
}
/* .tabItem{
  display: none;
  position: relative;
}
.tabItem.active{
  display: block;
  animation: tabFadeIn .5s;
} */

/* swipe
---------------------------------------------- */
.swipe{
  position: relative;
  overflow: auto;
  -ms-overflow-style:none;
}
.swipe::-webkit-scrollbar{
  display: none;
}
.swipeInner{
  position: relative;
}
.swipeInner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
}
.swipeInner img{
  vertical-align: top;
}
.swipeCaution{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../imgs/common/icon_scrollCaution.svg) no-repeat center/202px auto rgba(51,51,51,.8);
  border-radius: 20px;
  pointer-events: none;
  transition: .4s ease;
}
.swipeCaution.is-hidden{
  opacity: 0;
  visibility: visible;
}

/* swiper
---------------------------------------------- */
.swiper-slide{
  height: auto;
}
.swiper-button-prev,
.swiper-button-next{
  /* top: 7vw; */
  top: 110px;
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  background-color: rgb(149 134 127 / .8);
  margin-top: revert !important;
}
.swiper-button-prev{
  left: 0;
  /*background: url(../img/common/pc/icon_prev.svg) no-repeat center/100% auto;*/
}
.swiper-button-next{
  right: 0;
  /*background: url(../img/common/pc/icon_next.svg) no-repeat center/100% auto;*/
}
.swiper-button-prev::after,
.swiper-button-next::after{
  content: none;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 15px;
}
.swiper-pagination{
  display: flex;
  justify-content: center;
  column-gap: 20px;
  transition: none;
  transform: none;
}
.swiper-pagination-bullet {
  width: 14px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 !important;
  opacity: 1;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .swiper-button-prev,
  .swiper-button-next{
    top: 90px;
  }
}

@media screen and (max-width: 640px) {
  .swiper-button-prev,
  .swiper-button-next{
    top: 25vw;
  }
}

/* section
---------------------------------------------- */
.sectionText {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: justify;
}

/*----------------------------------------------------------------------
  header
----------------------------------------------------------------------*/


/*----------------------------------------------------------------------
  main
----------------------------------------------------------------------*/
.main{
  position: relative;
  /* overflow-x: hidden; */
  z-index: 0;
}

/* globalNav
---------------------------------------------- */
.globalNav {
  background-color: #a8bab3;
}
.globalNavList {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 0;
}
.globalNavList::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  border-left: 1px dashed #c1cec8;
  z-index: 1;
}

.globalNavList > li:not(.globalNavList > li:nth-child(-n + 2)) {
  border-top: 1px dashed #c1cec8;
}

.globalNavList__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding: 18px 15px;
}
.globalNavList__link .text {
  position: relative;
  padding-left: 2em;
  z-index: 0;
}
.globalNavList__link .text::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  aspect-ratio: 1;
  background: center/contain no-repeat;
  z-index: 0;
}

.globalNavList__link._method .text::before {
  background-image: url(../img/icon_method.svg);
}
.globalNavList__link._ba .text::before {
  background-image: url(../img/icon_ba.svg);
}
.globalNavList__link._recommend .text::before {
  background-image: url(../img/icon_recommend.svg);
}
.globalNavList__link._menu .text::before {
  background-image: url(../img/icon_menu.svg);
}
.globalNavList__link._process .text::before {
  background-image: url(../img/icon_process.svg);
}
.globalNavList__link._school .text::before {
  background-image: url(../img/icon_school.svg);
}
.globalNavList__link._message .text::before {
  background-image: url(../img/icon_message.svg);
}
.globalNavList__link._salon .text::before {
  background-image: url(../img/icon_salon.svg);
}

/*----------------------------------------------------------------------
  footer
----------------------------------------------------------------------*/
.address {
  background-color: #f5f1eb;
  padding-block: 50px;
}

.address__name {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #7e7264;
  text-align: center;
}
.address__name .em {
  font-size: 28px;
  margin-right: .5em;
}

.address__info {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: .8em;
  text-align: center;
}
.address__info .num {
  font-size: 135%;
  line-height: 1;
  letter-spacing: 0.1em;
}

.address__note {
  background-color: #fff;
  border: 1px solid #dac9b6;
  color: #b5936c;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
  padding: 1em 1.8em;
}

.contact {
  background-color: #aa9e98;
  padding-block: 40px 50px;
}

.contact__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
.contact__title::before,
.contact__title::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #beb8b2;
}

.contact__tel {
  display: block;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 0.3em;
  text-align: center;
}
.contact__telTitle {
  font-size: 84%;
}
.contact__tel .num {
  font-size: 32px;
  letter-spacing: 0.1em;
}

.contact__time {
  max-width: 296px;
  margin-top: 20px;
}

.contact__line {
  display: block;
  margin-top: 30px;
}

.contact__note {
  margin-top: 30px;
}

.footerBottom {
  padding-block: 30px 45px;
}

.snsList {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
.snsList__item {
  width: 40px;
}
.snsList__item--instagram {
  width: 38px;
}

.copyright {
  font-size: 10px;
  letter-spacing: 0.05em;
  text-align: center;
}
.snsArea + .copyright {
  margin-top: 30px;
}
.copyright .em {
  font-size: 12px;
}


/*  fade animation
--------------------------------------------------*/
@keyframes fadeSlide{ from { opacity: 0; transform: translate3d(0, 20px, 0); } to { opacity: 1; transform: none; }}
.fade_slide1.inview,.fade_slide2.inview,.fade_slide3.inview{ animation-name: fadeSlide; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in */
@keyframes fadeIn{ from { opacity: 0; } to { opacity: 1; } }
.fi.inview{ animation-name: fadeIn; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

/* fade in up */
@keyframes fadeInUp{ from { opacity: 0; transform: translate3d(0, 20px, 0); } to { opacity: 1; transform: none; }}
.fi_u.inview{ animation-name: fadeInUp; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in down */
@keyframes fadeInDown{ from { opacity: 0; transform: translate3d(0, -20px, 0); } to { opacity: 1; transform: none; }}
.fi_d.inview{ animation-name: fadeInDown; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in right */
@keyframes fadeInRight{ from { opacity: 0; transform: translate(30px,0); } to { opacity: 1; transform: none; } }
.fi_r.inview{ animation-name: fadeInRight; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in left */
@keyframes fadeInLeft{ from { opacity: 0; transform: translate(-30px,0); }to { opacity: 1; transform: none; }}
.fi_l.inview{ animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/*  slide animation
--------------------------------------------------*/
.si{
	position: relative;
	overflow: hidden;
}
.si::before{
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #362d11;
	opacity: 1;
	transform: scaleX(1);
	transform-origin: top right;
	transition: transform .8s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si.inview::before{
	transform: scaleX(0);
}

.si2{
	position: relative;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.si2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #362d11;
	transform-origin: right;
	transition: transform .6s .4s cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 10;
}
.si2.inview{
	transform: scaleX(1);
}
.si2.inview::before{
	transform: scaleX(0);
}
