/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-------------------------------------------------------------
Variables
-------------------------------------------------------------*/
/* Layout */
/* Color */
/* Font */
/*-------------------------------------------------------------
Mixin
-------------------------------------------------------------*/
/* Breakpoints */
/*-------------------------------------------------------------
Text
-------------------------------------------------------------*/
.txt-en {
  font-family: Copperplate, "Copperplate Gothic Light", "Balthazar", sans-serif;
}

/*-------------------------------------------------------------
Common
-------------------------------------------------------------*/
/* Base */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #F2F0E9;
  color: #3A3A3A;
  font-family: "Gothic Medium BBB", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(1.4rem, 3.6cqw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body ::-moz-selection {
  background: #4A8487;
  color: #FFFFFF;
}
body ::selection {
  background: #4A8487;
  color: #FFFFFF;
}
body.is-modalopen {
  height: 100vh;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #3A3A3A;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

.area-cmn-main p:not(:first-child),
.area-cmn-main ul:not(:first-child),
.area-cmn-main ol:not(:first-child),
.area-cmn-main dl:not(:first-child),
.area-cmn-main table:not(:first-child),
.area-cmn-main pre:not(:first-child),
.area-cmn-main blockquote:not(:first-child) {
  margin-top: 1.6em;
}

@media (min-width: 768px) {
  .hide-tablet {
    display: none;
  }
}

/*-------------------------------------------------------------
Loading
-------------------------------------------------------------*/
.img-splash {
  background-color: #4A8487;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  -webkit-transition: 2s;
  transition: 2s;
  z-index: 999;
}
.img-splash img {
  width: 30%;
  max-width: 200px;
}
.img-splash.is-loaded {
  opacity: 0;
  pointer-events: none !important;
}

.wrapper {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}
.wrapper.is-loaded {
  opacity: 1;
}

/*-------------------------------------------------------------
Layout
-------------------------------------------------------------*/
.wrapper {
  position: relative;
}
.wrapper .content-main {
  background-color: #F2F0E9;
  container-type: inline-size;
  max-width: 768px;
}
.wrapper .content-bgimage,
.wrapper .content-navigation {
  display: none;
}
.wrapper .container {
  margin: 0 auto;
  width: 86.1538461538%;
}
@media (min-width: 768px) {
  .wrapper .content-main,
  .wrapper .content-bgimage {
    width: 50%;
  }
  .wrapper .content-main {
    margin: 0;
  }
  .wrapper .content-bgimage {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    min-height: 100vh;
  }
  .wrapper .content-bgimage .img-bg {
    height: 100vh;
  }
  .wrapper .content-bgimage .img-bg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .wrapper .content-main,
  .wrapper .content-bgimage,
  .wrapper .content-navigation {
    width: 33.3333333333vw;
  }
  .wrapper .content-main {
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.025);
            box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.025);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .wrapper .content-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
  }
}

/*-------------------------------------------------------------
Section/Block
-------------------------------------------------------------*/
/*-------------------------------------------------------------
Materials
-------------------------------------------------------------*/
.btn-cmn {
  margin-top: 48px;
  text-align: center;
}
.btn-cmn a {
  font-size: clamp(1.8rem, 4.6cqw, 2rem);
}
.btn-cmn a:before {
  content: "(";
  margin-right: 0.5em;
}
.btn-cmn a:after {
  content: ")";
  margin-left: 0.5em;
}

.btn-reserve .txt-line {
  display: block;
  font-size: 1.2rem;
}

.btn-reserve_fixed {
  position: fixed;
  bottom: 24px;
  left: 24px;
}
.btn-reserve_fixed a {
  background-color: #4A8487;
  border-radius: 999px;
  color: #FFFFFF;
  display: block;
  line-height: 1;
  padding: 0.8em 1.5em;
  text-decoration: none;
}

/*-------------------------------------------------------------
Styles
-------------------------------------------------------------*/
.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.is-disabled a {
  text-decoration: line-through;
}

/*-------------------------------------------------------------
Animations
-------------------------------------------------------------*/
/*-------------------------------------------------------------
Header
-------------------------------------------------------------*/
.area-cmn-header {
  padding-top: 32px;
}
.area-cmn-header .logo img {
  width: clamp(64px, 19cqw, 104px);
}
@media (min-width: 768px) {
  .area-cmn-header {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .area-cmn-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*-------------------------------------------------------------
Footer
-------------------------------------------------------------*/
.area-cmn-footer {
  background-color: #4A8487;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0 80px;
}
.area-cmn-footer .txt-copyright {
  font-size: 1.2rem;
  margin-top: 1em;
}

/*-------------------------------------------------------------
Navigation
-------------------------------------------------------------*/
.nav-global {
  text-align: center;
}
.nav-global a {
  text-decoration: none;
}
@media (any-hover: hover) {
  .nav-global a:hover {
    color: #4A8487;
    text-decoration: underline;
  }
}

.nav-fixed {
  mix-blend-mode: exclusion;
  line-height: 1;
  position: fixed;
  bottom: 24px;
  right: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.nav-fixed .list-nav-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-fixed .list-nav-fixed .item-list-nav-fixed a {
  color: #FFFFFF;
  text-decoration: none;
}
.nav-fixed .list-nav-fixed .item-list-nav-fixed + .item-list-nav-fixed:before {
  content: "/";
  margin: 0.5em;
}

/*---------------------------------------------------------------
home
---------------------------------------------------------------*/
body.home {
  /*-------------------------------------------------------------*/
  /* Common */
  /* FirstView */
  /* Statement */
  /* Menu */
  /* Salon info */
  /*-------------------------------------------------------------*/
}
body.home .ttl-sec {
  text-align: center;
}
body.home .ttl-sec + * {
  margin-top: 40px;
}
body.home .ttl-sec .txt-en,
body.home .ttl-sec .txt-ja {
  display: block;
  line-height: 1;
}
body.home .ttl-sec .txt-en {
  font-size: clamp(4rem, 10.2cqw, 5rem);
}
body.home .ttl-sec .txt-ja {
  font-size: 1.2rem;
}
body.home .img-kdmr {
  border-radius: 16px;
  overflow: hidden;
}
body.home .area-fv .mod-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 50svh;
}
body.home .area-fv .mod-logo .img-logo svg {
  fill: #4A8487;
}
body.home .area-fv .mod-logo .txt-logo {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 0.8em;
}
body.home .area-fv .mod-logo .txt-logo span {
  display: block;
  font-size: 1.8rem;
  margin-top: 0.2em;
}
body.home .area-fv .mod-fvimg .mod-slider {
  clip-path: url(#clipFvImage);
}
body.home .area-fv .mod-fvimg .img-fv {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
body.home .sec-statement {
  margin-top: -16vh;
}
body.home .sec-statement .ttl-statement {
  font-size: clamp(3.2rem, 8.2cqw, 4rem);
  letter-spacing: 0.15em;
  line-height: 1.4;
}
body.home .sec-statement .txt-statement {
  margin-top: 2em;
}
@media (min-width: 768px) {
  body.home .sec-statement {
    margin-top: 0;
  }
}
@media (min-width: 1366px) {
  body.home .sec-statement {
    text-align: center;
  }
}
body.home .img-momiji {
  margin-top: 96px;
  text-align: center;
}
body.home .img-momiji svg {
  fill: #4A8487;
}
body.home .sec-menu {
  padding-top: 96px;
}
body.home .sec-menu .sec-menu-inner .ttl-menu {
  font-size: clamp(2rem, 5.1cqw, 2.4rem);
  margin-top: 1em;
}
body.home .sec-menu .sec-menu-inner .ttl-menu + p {
  margin-top: 1em;
}
body.home .sec-menu .sec-menu-inner .txt-set {
  background-color: #4A8487;
  color: #FFFFFF;
  text-align: center;
}
body.home .sec-menu .sec-menu-inner .list-menu-price {
  margin-top: 32px;
}
body.home .sec-menu .sec-menu-inner .list-menu-price .item-list-menu-price {
  border-top: 1px solid #3A3A3A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.8em;
  padding-top: 0.8em;
}
body.home .sec-menu .sec-menu-inner .list-menu-price .item-list-menu-price:last-child {
  border-bottom: 1px solid #3A3A3A;
  padding-bottom: 0.8em;
}
body.home .sec-menu .sec-menu-inner .list-menu-price .item-list-menu-price dd {
  text-align: right;
}
body.home .sec-menu .sec-menu-inner .txt-tax {
  font-size: 1.2rem;
  text-align: right;
}
body.home .sec-menu .sec-menu-inner + .sec-menu-inner {
  margin-top: 72px;
}
body.home .sec-saloninfo {
  background-color: #EAE7DD;
  margin-top: 96px;
  padding: 96px 0 96px;
}
body.home .sec-saloninfo .img-saloninfo + .img-saloninfo {
  margin-top: 16px;
}
body.home .sec-saloninfo .txt-saloninfo {
  line-height: 1.6;
}
body.home .sec-saloninfo .txt-saloninfo + .txt-saloninfo {
  margin-top: 1em;
}
body.home .sec-saloninfo .mod-map {
  border-radius: 16px;
  position: relative;
  margin-top: 48px;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
}
body.home .sec-saloninfo .mod-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.home .sec-saloninfo .mod-message {
  margin-top: 64px;
}
body.home .sec-saloninfo .mod-message .mod-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
body.home .sec-saloninfo .mod-message .mod-profile .img-profile {
  width: 28.7cqw;
}
body.home .sec-saloninfo .mod-message .mod-profile .txt-name {
  text-align: right;
}

/*---------------------------------------------------------------
404
---------------------------------------------------------------*/