@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

address {
  font-style: initial;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "adobe-heiti-std", sans-serif;
  font-weight: 500;
}

body {
  color: #fff;
  background-color: #000000;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

a.my-parts {
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a.my-parts:hover {
  transform: scale(1.1);
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1280px;
    padding-right: 6.1875rem;
    padding-left: 6.1875rem;
  }
}

.header {
  position: relative;
  z-index: 10;
}

.header-inner {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .header-inner {
    text-align: initial;
  }
}

.header__hamburger {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: flex;
    position: static;
  }
}

.header-nav__items {
  padding-left: 4.5rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    display: flex;
    writing-mode: vertical-rl;
    padding-right: 3.4375rem;
    margin-left: auto;
    padding-left: initial;
    padding-bottom: inherit;
    width: 100%;
  }
}

.header-nav__item {
  margin-top: 3.6875rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    margin-top: 4.9375rem;
  }
}

.header-nav__item:nth-child(n+2) {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .header-nav__item:nth-child(n+2) {
    margin-top: 2.5625rem;
  }
}

.header-nav__item {
  font-family: "adobe-heiti-std", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    font-size: 1.375rem;
  }
}

.header-nav__item a {
  color: #000;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    color: #fff;
  }
}

.header-nav.open {
  background-color: #b2cbe4;
  z-index: 15;
  display: flex;
}

.header__hamburger {
  padding: 1.25rem 1rem;
}

.hamburger span {
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #fff;
  transition: 0.3s;
}

.hamburger span:nth-child(2) {
  margin: 0.3rem 0;
}

.hamburger.open span:nth-child(1) {
  transform: translate(4px, -1px) rotate(45deg);
  transform-origin: left;
  background-color: #000;
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translate(4px, 2px) rotate(-45deg);
  transform-origin: left;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .mv {
    margin-top: -32rem;
  }
}

.mv.front-page-mv {
  margin-right: 1.625rem;
  margin-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .mv.front-page-mv {
    margin-right: 6rem;
    margin-left: 6rem;
  }
}

.mv.non-top-mv {
  background: url(../image/TOP/Top画像②.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-right: 1.625rem;
  margin-left: 1.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv.non-top-mv {
    margin-right: 6.1875rem;
    margin-left: 6.1875rem;
  }
}

.mv.non-top-mv.salon-mv {
  background: url(../image/TOP/Top画像③.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-right: 1.625rem;
  margin-left: 1.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv.non-top-mv.salon-mv {
    margin-right: 6.1875rem;
    margin-left: 6.1875rem;
  }
}

.mv.non-top-mv.product-mv {
  background: url(../image/TOP/Top画像④.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-right: 1.625rem;
  margin-left: 1.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv.non-top-mv.product-mv {
    margin-right: 6.1875rem;
    margin-left: 6.1875rem;
  }
}

.mv.non-top-mv.news-mv {
  background: url(../image/TOP/Top画像⑤.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-right: 1.625rem;
  margin-left: 1.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv.non-top-mv.news-mv {
    margin-right: 6.1875rem;
    margin-left: 6.1875rem;
  }
}

.mv.non-top-mv.reservation-mv {
  background: url(../image/TOP/Top画像⑥.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-right: 6.1875rem;
  margin-left: 6.1875rem;
  position: relative;
}

.mv.non-top-mv::before {
  position: absolute;
  content: "";
  width: 2.875rem;
  height: 5.75rem;
  background-color: #77787b;
  top: -0.9375rem;
  left: -1.0625rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mv.non-top-mv::before {
    width: 9.6875rem;
    height: 19.375rem;
    top: -3.1875rem;
    left: -3.625rem;
  }
}

.mv.non-top-mv::after {
  position: absolute;
  content: "";
  width: 4.0625rem;
  height: 4.4375rem;
  background-color: #77787b;
  bottom: -1.5rem;
  right: -1.1875rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mv.non-top-mv::after {
    width: 13.625rem;
    height: 14.9375rem;
    bottom: -3.125rem;
    right: -3.875rem;
  }
}

.mv-non-top__inner {
  position: relative;
}

.mv-non-top__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.news__inner.mv-non-top__inner::before {
  background-color: rgba(255, 255, 255, 0.08);
}

.mv-content__wrapper {
  display: flex;
  justify-content: space-between;
}

.mv-content__wrapper div.switching__wrapper {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .mv-content__wrapper div.switching__wrapper {
    margin-top: 1.125rem;
  }
}

.footer {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.footer-small {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer-small {
    font-size: 1.1875rem;
  }
}

.footer-link__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-description {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer-description {
    font-size: 1rem;
  }
}

.footer-icon__wrapper {
  width: 1.25rem;
  margin-top: 0.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer-icon__wrapper {
    margin-top: 0.8125rem;
    width: 2.1875rem;
  }
}

.footer-icon__wrapper img {
  width: 100%;
  height: auto;
}

.section-title {
  font-family: "adobe-heiti-std", sans-serif;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2.25rem;
  }
}

.section-title a {
  border-bottom: 3px solid #b2cbe4;
}

.section-logo.news-logo.news-page-logo {
  color: #000000;
}

.page-title {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 5.1875rem;
  font-size: 1.625rem;
  color: #fff;
  position: relative;
  z-index: 5;
  font-family: "century-gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding-top: 11rem;
    padding-bottom: 13rem;
    font-size: 4.375rem;
  }
}

.switching__wrapper {
  display: flex;
  justify-content: right;
  position: relative;
  z-index: 7;
  margin-top: -14.0625rem;
  margin-right: 0.5rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .switching__wrapper {
    margin-right: 2.125rem;
    z-index: 15;
    margin-top: -30.25rem;
  }
}

.switching__wrapper.news-switching__wrapper {
  color: #000000;
}

.switching-en {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .switching-en {
    font-size: 1.5625rem;
  }
}

.switching-jp {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .switching-jp {
    font-size: 1.5625rem;
  }
}

.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 14.375rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .slider {
    height: 31.25rem;
  }
}

.slider::before {
  position: absolute;
  content: "";
  width: 2.875rem;
  height: 5.75rem;
  background-color: #77787b;
  top: -0.9375rem;
  left: -1.0625rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .slider::before {
    width: 9.6875rem;
    height: 19.375rem;
    top: -3.1875rem;
    left: -3.625rem;
  }
}

.slider::after {
  position: absolute;
  content: "";
  width: 4.0625rem;
  height: 4.4375rem;
  background-color: #77787b;
  bottom: -1.5rem;
  right: -1.1875rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .slider::after {
    width: 13.625rem;
    height: 14.9375rem;
    bottom: -3.125rem;
    right: -3.875rem;
  }
}

.slider-item01 {
  background: url(../image/TOP/Top画像①.png);
}

.slider-item02 {
  background: url(../image/TOP/Top画像②.jpg);
}

.slider-item03 {
  background: url(../image/TOP/Top画像③.jpg);
}

.slider-item04 {
  background: url(../image/TOP/Top画像④.jpg);
}

.slider-item05 {
  background: url(../image/TOP/Top画像⑤.jpg);
}

.slider-item06 {
  background: url(../image/TOP/Top画像⑥.jpg);
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 14.375rem;
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: 100%; /*背景画像が.slider-item全体を覆い表示*/
}
@media screen and (min-width: 768px) {
  .slider-item {
    height: 31.25rem;
  }
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.mv-logo__wrapper {
  width: 1.625rem;
  margin-inline: auto;
  margin-top: 3.375rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .mv-logo__wrapper {
    width: 5.3125rem;
    margin-top: 5rem;
  }
}

.mv-logo__wrapper img {
  width: 100%;
  height: auto;
}

.main-title {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 5;
  font-family: "century-gothic", sans-serif;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 4.375rem;
    margin-top: 0;
  }
}

.top-menu {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .top-menu {
    margin-top: 6.25rem;
  }
}

.inner.menu__inner {
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

.menu__items {
  margin-top: 1.875rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .menu__items {
    margin-top: 6.25rem;
    display: flex;
    justify-content: space-between;
    width: 80rem;
    margin-inline: auto;
    padding-left: initial;
    padding-right: initial;
  }
}

.menu__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu__item {
    text-align: initial;
  }
}

.menu__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .menu__item:nth-child(n+2) {
    margin-top: initial;
  }
}

.menu__item figure img {
  width: 16.0625rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .menu__item figure img {
    width: 25.625rem;
  }
}

.menu__item figure figcaption {
  text-align: center;
  font-size: 1rem;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .menu__item figure figcaption {
    font-size: 1.75rem;
    padding-top: 1.75rem;
  }
}

.top-salon {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .top-salon {
    margin-top: 6.25rem;
  }
}

.salon__items {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .salon__items {
    margin-top: 6.25rem;
    width: 56.25rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .salon__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.salon__item.row-reverse {
  flex-direction: row-reverse;
}

.salon__item:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .salon__item:nth-child(n+2) {
    margin-top: 2.1875rem;
  }
}

.salon__item-img-wrapper {
  width: 18.4375rem;
}
@media screen and (min-width: 768px) {
  .salon__item-img-wrapper {
    width: 25.625rem;
  }
}

.salon__item-img-wrapper img {
  width: 100%;
  height: auto;
}

.salon__item-title {
  font-size: 1rem;
  text-align: center;
  padding-top: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .salon__item-title {
    font-size: 1.8125rem;
    text-align: initial;
    padding-top: initial;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .salon__item-text-wrapper {
    width: 25.625rem;
    text-align: center;
  }
}

.salon__item-text-wrapper address {
  font-size: 0.75rem;
  text-align: center;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .salon__item-text-wrapper address {
    text-align: initial;
    font-size: 1.076875rem;
    padding-top: 0.9375rem;
    font-family: "Inter", serif;
    padding-top: initial;
  }
}

.btn__wrapper {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn__wrapper {
    margin-top: 2.5rem;
  }
}

.btn__wrapper a {
  font-size: 0.9375rem;
  padding: 0.75rem 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn__wrapper a {
    font-size: 1.5rem;
    padding: 0.9375rem 3rem;
  }
}

.btn__wrapper.info-btn a {
  font-size: 0.9375rem;
  padding: 0.75rem 1.875rem 0.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn__wrapper.info-btn a {
    font-size: 1.5rem;
    padding: 0.9375rem 3rem 0.3125rem;
  }
}

.btn__wrapper.info-btn a::before {
  position: absolute;
  content: "";
  width: 0.8125rem;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .btn__wrapper.info-btn a::before {
    width: 1.25rem;
    height: 2px;
  }
}

.top-product {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .top-product {
    margin-top: 9.1875rem;
  }
}

.inner.top-product__inner {
  padding: 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .inner.top-product__inner {
    padding: 0 9.375rem;
  }
}

.product__items {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .product__items {
    margin-top: 6.6875rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5.8125rem 9.5625rem;
    width: 61.25rem;
    margin-inline: auto;
  }
}

.product__item {
  width: 18.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .product__item {
    width: 25.8125rem;
  }
}

.product__item:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .product__item:nth-child(n+2) {
    margin-top: initial;
  }
}

.product__item figure {
  width: 100%;
}

.product__item figure img {
  width: 100%;
  height: auto;
}

.product__item figure figcaption {
  text-align: center;
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product__item figure figcaption {
    font-size: 1.25rem;
    margin-top: 2.1875rem;
  }
}

.btn__wrapper.top-product {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .btn__wrapper.top-product {
    margin-top: 5.8125rem;
    text-align: right;
  }
}

.top-news {
  margin-top: 5rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .top-news {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.inner.top-news__inner {
  padding: 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .inner.top-news__inner {
    padding: 0 11.5rem 0 10.875rem;
  }
}

.news-container {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .news-container {
    margin-top: 6.25rem;
    width: 57.625rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .news-container a {
    display: flex;
  }
}

.news-container a:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .news-container a:nth-child(n+2) {
    margin-top: 3rem;
  }
}

.news-container a time {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .news-container a time {
    font-size: 1.375rem;
    width: 8.75rem;
  }
}

.news-container a .news-item__title {
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 0.75rem;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news-container a .news-item__title {
    font-size: 1.375rem;
    margin-left: 5.5625rem;
    padding-top: initial;
  }
}

.btn__wrapper.top-news-btn {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn__wrapper.top-news-btn {
    margin-top: 5rem;
    text-align: right;
  }
}

.btn__wrapper.top-news-btn a {
  border-bottom: 1px solid #fff;
  padding: 0.75rem 0.625rem 0;
  margin-right: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn__wrapper.top-news-btn a {
    padding: 0.9375rem 0.625rem 0;
    margin-right: 2.375rem;
  }
}

.btn__wrapper.top-news-btn a::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  bottom: -3px;
  right: -1px;
  transform: rotate(-45deg);
}

.btn__wrapper.top-news-btn a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 1px;
  background-color: #fff;
  bottom: 1px;
  right: -1px;
  transform: rotate(45deg);
}

.reservation {
  background-color: #000000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.top-reservation {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .top-reservation {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.reservation-text {
  text-align: center;
  font-family: "Inter", serif;
  font-weight: 500;
  padding-top: 2.5rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .reservation-text {
    padding-top: 5rem;
    font-size: 1.375rem;
  }
}

.btn__wrapper.top-reservation-btn {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .btn__wrapper.top-reservation-btn {
    margin-top: 3.1875rem;
    font-size: 1.375rem;
  }
}

.btn__wrapper.top-reservation-btn a {
  padding: 0.75rem 0 0 0;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .btn__wrapper.top-reservation-btn a {
    padding: 1.375rem 0 0 0;
  }
}

.menu-concept.top-menu-concept {
  margin-top: 9.375rem;
}
@media screen and (min-width: 768px) {
  .menu-concept.top-menu-concept {
    margin-top: 17.5rem;
  }
}

.inner.menu__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.section-logo {
  display: flex;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 300;
  padding-top: 0.3125rem;
  padding-left: 0.375rem;
  font-family: "century-gothic", sans-serif;
  position: relative;
  z-index: 8;
}
@media screen and (min-width: 768px) {
  .section-logo {
    padding-top: 1.125rem;
    padding-left: 2.25rem;
    font-size: 1.5625rem;
  }
}

.section-logo a {
  display: flex;
}

.section-logo__img-wrapper {
  width: 1.125rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .section-logo__img-wrapper {
    width: 2.0625rem;
    margin-right: 1.125rem;
  }
}

.section-logo__img-wrapper img {
  width: 100%;
  height: auto;
}

.inner.menu-concept__inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .inner.menu-concept__inner {
    padding-left: initial;
    padding-right: initial;
  }
}

.menu-concept-title {
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .menu-concept-title {
    font-size: 2.25rem;
  }
}

.menu-concept-sub-title {
  text-align: center;
  margin-top: 1.875rem;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Inter", serif;
}
@media screen and (min-width: 768px) {
  .menu-concept-sub-title {
    margin-top: 2.5rem;
    font-size: 1.75rem;
  }
}

.menu-concept-sub-text {
  text-align: center;
  margin-top: 0.625rem;
  font-family: "Inter", serif;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .menu-concept-sub-text {
    font-size: 1.25rem;
  }
}

.menu-concept__items {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .menu-concept__items {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-concept__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 3.25rem;
    padding-right: 3.75rem;
  }
}

.menu-concept__item:nth-child(n+2) {
  margin-top: 3.4375rem;
}

@media screen and (min-width: 768px) {
  .menu-concept__item.row-reverse {
    flex-direction: row-reverse;
    padding-left: 3.9375rem;
    padding-right: 3.875rem;
  }
}

.menu-concept-img__wrapper {
  width: 18.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .menu-concept-img__wrapper {
    width: 29.375rem;
    margin-inline: initial;
  }
}

.menu-concept-img__wrapper img {
  width: 100%;
  height: auto;
}

.menu-concept__item-wrapper {
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .menu-concept__item-wrapper {
    width: 29.25rem;
    padding-top: initial;
  }
}

.menu-concept__item-title {
  font-family: "Inter", serif;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-concept__item-title {
    text-align: initial;
    font-size: 1.625rem;
  }
}

.menu-concept__item-title::before {
  position: absolute;
  content: "";
  width: 1.5625rem;
  height: 3px;
  background-color: #b2cbe4;
  left: 46%;
  bottom: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .menu-concept__item-title::before {
    width: 2.4375rem;
    left: 0;
    bottom: -1.5rem;
  }
}

.menu-concept__item-text {
  padding-top: 1.875rem;
  font-family: "Inter", serif;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .menu-concept__item-text {
    font-size: 1.375rem;
    padding-top: 3.0625rem;
  }
}

.menu-detail {
  margin-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .menu-detail {
    margin-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.inner.menu-detail__inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (min-width: 768px) {
  .menu-detail__items {
    padding-left: 1.875rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-detail__item {
    margin-top: 7.5rem;
  }
}

.menu-detail__item:nth-child(n+2) {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .menu-detail__item:nth-child(n+2) {
    padding-top: initial;
  }
}

.menu-detail-title {
  position: relative;
  width: 8.5625rem;
  margin-inline: auto;
  font-size: 1rem;
  border: 2px solid #000;
  border-radius: 72.47px;
  text-align: center;
  padding: 0.8125rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .menu-detail-title {
    width: 14.0625rem;
    font-size: 1.75rem;
    padding: 1rem 3.4375rem;
  }
}

.menu-detail-title::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .menu-detail-title::before {
    width: 2.5rem;
    height: 3px;
  }
}

.menu-detail__explanation-wrapper {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .menu-detail__explanation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.125rem;
  }
}

.menu-detail__video-wrapper {
  width: 18.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .menu-detail__video-wrapper {
    width: 31.875rem;
    margin-inline: initial;
  }
}

.menu-detail__video-wrapper video {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .menu-detail__video-wrapper video {
    height: 21.25rem;
    object-fit: fill;
  }
}

.menu-detail__explanation-text__wrapeer {
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .menu-detail__explanation-text__wrapeer {
    padding-top: initial;
  }
}

.menu-detail__explanation-text {
  font-family: "Inter", serif;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .menu-detail__explanation-text {
    font-size: 1.265625rem;
    width: 29.25rem;
  }
}

.menu-detail__item.row-reverse div.menu-detail__explanation-wrapper {
  flex-direction: row-reverse;
}

.menu-detail__course-title {
  font-family: "Inter", serif;
  font-size: 1rem;
  font-weight: 500;
  border-left: 2.48px solid #b2cbe4;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .menu-detail__course-title {
    padding-left: 1.1875rem;
    font-size: 1.5rem;
  }
}

.menu-detail__course-title span {
  padding-left: 1.3375rem;
}

.menu-detail__course-title span.pl-none {
  padding-left: initial;
}
@media screen and (min-width: 768px) {
  .menu-detail__course-title span.pl-none {
    padding-left: 1.3375rem;
  }
}

.menu-detail__course-text {
  font-family: "Inter", serif;
  font-size: 0.75rem;
  font-weight: 500;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .menu-detail__course-text {
    font-size: 1.054375rem;
    padding-left: 0;
  }
}

.menu-detail__course-text.text-only {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .menu-detail__course-text.text-only {
    font-size: 0.830625rem;
  }
}

@media screen and (min-width: 768px) {
  .menu-detail__course-wrapper {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 1.875rem 0;
    margin-top: 3.530625rem;
  }
}

.menu-detail__course-wrapper.facespa-course {
  display: block;
}

.menu-detail__course-detail-wrapper {
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .menu-detail__course-detail-wrapper {
    padding-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .menu-detail__course-detail-wrapper.facespa-course {
    margin-top: 1.875rem;
  }
}

.menu-detail__course-detail-wrapper.facespa-course p.menu-detail__course-text.text-only {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .menu-detail__course-detail-wrapper.facespa-course p.menu-detail__course-text.text-only {
    font-size: 0.830625rem;
  }
}

.menu-detail__course-wrapper.hairspa-course {
  display: block;
}

@media screen and (min-width: 768px) {
  .menu-detail__course-detail-wrapper.hairspa-course {
    margin-top: 1.875rem;
  }
}

.menu-detail__course-detail-wrapper.hairspa-course p.menu-detail__course-text.text-only {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .menu-detail__course-detail-wrapper.hairspa-course p.menu-detail__course-text.text-only {
    font-size: 0.830625rem;
  }
}

.slider.facespa-slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 14.8125rem;
  width: 18.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .slider.facespa-slider {
    height: 21.25rem; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    width: 30.625rem;
    margin-inline: initial;
  }
}

.slider.facespa-slider::before {
  position: absolute;
  content: none;
}

.slider.facespa-slider::after {
  position: absolute;
  content: none;
}

.slider-item01.facespa-slider-item01 {
  background: url(../image/Menu/Facespa/1.png);
}

.slider-item02.facespa-slider-item02 {
  background: url(../image/Menu/Facespa/2.jpg);
}

.slider-item03.facespa-slider-item03 {
  background: url(../image/Menu/Facespa/3.jpg);
}

.slider-item04.facespa-slider-item04 {
  background: url(../image/Menu/Facespa/4.jpg);
}

.slider-item.facespa-slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 14.8125rem;
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
@media screen and (min-width: 768px) {
  .slider-item.facespa-slider-item {
    height: 21.25rem;
  }
}

.slider.hairspa-slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 14.1875rem;
  width: 18.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .slider.hairspa-slider {
    margin-inline: initial;
    height: 21.25rem;
    width: 30.625rem;
  }
}

.slider.hairspa-slider::before {
  position: absolute;
  content: none;
}

.slider.hairspa-slider::after {
  position: absolute;
  content: none;
}

.slider-item01.hairspa-slider-item01 {
  background: url(../image/Menu/Hairspa/Hairspa1.jpg);
}

.slider-item02.hairspa-slider-item02 {
  background: url(../image/Menu/Hairspa/Hairspa2.jpg);
}

.slider-item03.hairspa-slider-item03 {
  background: url(../image/Menu/Hairspa/Hairspa3.jpg);
}

.slider-item04.hairspa-slider-item04 {
  background: url(../image/Menu/Hairspa/Hairspa4.jpg);
}

.slider-item05.hairspa-slider-item05 {
  background: url(../image/Menu/Hairspa/Hairspa5.jpg);
}

.slider-item.hairspa-slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 14.1875rem;
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
@media screen and (min-width: 768px) {
  .slider-item.hairspa-slider-item {
    height: 21.25rem;
  }
}

.inner.salon__inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .inner.salon__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

.inner.salon__inner.mv-non-top__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.salon-page-top {
  margin-top: 5rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .salon-page-top {
    margin-top: 5.625rem;
    padding-bottom: 6.25rem;
  }
}

.inner.salon-page__inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .inner.salon-page__inner {
    padding-left: initial;
    padding-right: initial;
  }
}

.salon-page-title {
  text-align: center;
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .salon-page-title {
    font-size: 2rem;
  }
}

.salon-page-title-text {
  text-align: center;
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 0.75rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .salon-page-title-text {
    font-size: 1.5rem;
    margin-top: 1.75rem;
  }
}

.salon-page__items {
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .salon-page__items {
    padding-top: 5rem;
  }
}

.salon-page__item:nth-child(n+2) {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .salon-page__item:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.salon-page__item-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .salon-page__item-title {
    font-size: 2.25rem;
  }
}

.salon-page__item-img-container {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .salon-page__item-img-container {
    padding-top: 5rem;
    display: flex;
    justify-content: space-between;
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

.salon-page__item-img-wrapper {
  width: 18.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .salon-page__item-img-wrapper {
    width: 30rem;
    margin-inline: initial;
  }
}

.salon-page__item-img-wrapper:nth-child(n+2) {
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .salon-page__item-img-wrapper:nth-child(n+2) {
    padding-top: initial;
  }
}

.salon-page__item-img-wrapper img {
  width: 100%;
  height: 14.75rem;
}
@media screen and (min-width: 768px) {
  .salon-page__item-img-wrapper img {
    height: 18.75rem;
  }
}

.salon-page__access-container {
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .salon-page__access-container {
    padding-top: 3.125rem;
    display: flex;
    justify-content: space-between;
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

.access-map__wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access-map__wrapper {
    text-align: initial;
  }
}

.access-map__wrapper iframe {
  width: 18.4375rem !important;
  height: 14.75rem !important;
}
@media screen and (min-width: 768px) {
  .access-map__wrapper iframe {
    width: 26.125rem !important;
    height: 20.4375rem !important;
  }
}

.access-map-text {
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 0.75rem;
  padding-top: 0.9375rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .access-map-text {
    font-size: 1.0625rem;
    padding-top: 1.5625rem;
    text-align: initial;
  }
}

.access-address__wrapper {
  padding-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .access-address__wrapper {
    width: 34rem;
    padding-top: initial;
  }
}

.access-info {
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 0.75rem;
}

.access-info dt {
  padding-top: 0.9375rem;
}

.access-info dd {
  padding-top: 0.3125rem;
}

table.access-table {
  font-family: "Inter", serif;
  font-weight: 500;
  border-spacing: 0 0.9375rem;
  width: 35rem;
}

table.access-table th {
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  table.access-table th {
    font-size: 1.125rem;
    width: 5rem;
    vertical-align: top;
  }
}

table.access-table td {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  table.access-table td {
    font-size: 1.125rem;
    padding-left: 1.25rem;
  }
}

.btn.spa-btn {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .btn.spa-btn {
    margin-top: 1.25rem;
  }
}

.btn.spa-btn a {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem 0 0 0;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .btn.spa-btn a {
    font-size: 1.5rem;
    padding: 0.9375rem 0 0 0;
  }
}

.product {
  display: none;
}

.product.product-page-top {
  display: none;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .product.product-page-top {
    padding-top: 8.3125rem;
    padding-bottom: 9.375rem;
  }
}

.inner.product__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.inner.product-page__inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .inner.product-page__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.product-page__item-title {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product-page__item-title {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .product-page__items {
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }
}

.product-page__item:nth-child(n+2) {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .product-page__item:nth-child(n+2) {
    padding-top: 9.5625rem;
  }
}

.product-page__img-items {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product-page__img-items {
    display: flex;
    justify-content: space-between;
    padding-top: 6.6875rem;
  }
}

.product-page__img-item {
  text-align: center;
}

.product-page__img-item:nth-child(n+2) {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product-page__img-item:nth-child(n+2) {
    padding-top: initial;
  }
}

.product-page__img-item img {
  width: 12.5rem;
  height: 10rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .product-page__img-item img {
    width: 16.125rem;
    height: 12.9375rem;
    margin-inline: initial;
  }
}

.product-page__img-item-title {
  font-family: "Inter", serif;
  font-weight: 500;
  font-size: 1rem;
  padding-top: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-page__img-item-title {
    font-size: 1.25rem;
    padding-top: 2.8125rem;
  }
}

.product-page__img-item-title.product-page__item-detail::before {
  position: absolute;
  content: "";
  width: 1.5625rem;
  height: 3px;
  background-color: #b2cbe4;
  bottom: -0.9375rem;
  left: 46%;
}
@media screen and (min-width: 768px) {
  .product-page__img-item-title.product-page__item-detail::before {
    width: 2.4375rem;
    bottom: -1.1875rem;
    left: 7rem;
  }
}

.product-page__img-item-place-wrapper {
  font-size: 1rem;
  font-weight: 500;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .product-page__img-item-place-wrapper {
    font-size: 1.25rem;
    padding-top: 2.375rem;
  }
}

.inner.news__inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.top-news.news.news-page-top {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .top-news.news.news-page-top {
    margin-top: 13.3125rem;
  }
}

.inner.news__inner.news-page__inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .inner.news__inner.news-page__inner {
    padding-left: 11.75rem;
    padding-right: 11.75rem;
  }
}

.news-container.news-page-container {
  padding-left: initial;
  padding-right: initial;
  word-break: break-all;
}

.btn__wrapper.top-news-btn.news-page-btn {
  padding-right: initial;
}

.inner.reservation__inner {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media screen and (min-width: 768px) {
  .inner.reservation__inner {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}

.top-news-note {
  margin-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .top-news-note {
    margin-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.inner.news-note__inner {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .inner.news-note__inner {
    padding-left: 11.75rem;
    padding-right: 11.75rem;
  }
}

.news-note-title {
  font-size: 1rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .news-note-title {
    font-size: 1.25rem;
    padding-bottom: 3.125rem;
  }
}

#glt-translate-trigger {
  position: absolute;
  right: 6rem;
  top: 26px !important;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-desktop-flex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop-flex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.overflow {
  overflow-x: hidden;
}

/*# sourceMappingURL=style.css.map */
