@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.spOnly {
  display: none;
}
@media (max-width: 767.9px) {
  .spOnly {
    display: block;
  }
}

.pcOnly {
  display: block;
}
@media (max-width: 767.9px) {
  .pcOnly {
    display: none;
  }
}

.u-textNoWrap {
  text-wrap: nowrap;
}

@media (min-width: 768px) {
  .u-hidePc {
    display: none !important;
  }
}

@media (max-width: 767.9px) {
  .u-hideSp {
    display: none !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --bloom-text-black: #333;
  --bloom-text-white: #fff;
  --bloom-bg-white: #fff;
}

html {
  overflow-x: hidden;
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #222222;
  letter-spacing: 0;
  background-color: #ededed;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
@media (max-width: 767.9px) {
  body {
    font-size: 1.5rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
img,
dl,
dt,
dd,
div,
span,
hr {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

th,
td {
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: unset;
  border: none;
}
button:not(:disabled) {
  cursor: pointer;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 25px 40px;
  background-color: #000;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media (max-width: 767.9px) {
  .header {
    padding: 15px 20px;
  }
}

.header__inner {
  width: 100%;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  position: relative;
  z-index: 1001;
  width: 160px;
  height: auto;
}
@media (max-width: 767.9px) {
  .header__logo {
    width: 131px;
    height: auto;
  }
}
.header__logo.is-menu-open img {
  filter: brightness(1) invert(0) !important;
}

.header__logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header__hamburger {
  position: relative;
  z-index: 1001;
  display: none;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.header__hamburger span {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease;
  transform-origin: center center;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.header__hamburger span:nth-child(2) {
  transform-origin: left;
}
.header__hamburger.is-on-mv span {
  background-color: #fff;
}
.header__hamburger:hover span:nth-child(2) {
  transform: scaleX(0.5);
}
.header__hamburger.is-open {
  gap: 0;
}
.header__hamburger.is-open span {
  transform-origin: center center;
}
.header__hamburger.is-open span:nth-child(1) {
  transform: translateY(0.5px) rotate(45deg);
  background-color: #fff;
}
.header__hamburger.is-open span:nth-child(2) {
  transform-origin: center center;
  transform: translateY(-0.5px) rotate(-45deg);
  background-color: #fff;
}
.header__hamburger.is-open:hover span:nth-child(2) {
  transform: translateY(-0.5px) rotate(-45deg);
}

.header__menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  transition: transform 0.4s ease;
  transform: translateX(100%);
}
.header__menu.is-open {
  transform: translateX(0);
}

.header__menu-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.header__menu-left {
  display: flex;
  flex: 7;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.header__product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 80%;
  max-width: 1520px;
}
@media (max-width: 767.9px) {
  .header__product-grid {
    width: 90%;
  }
}

.header__product-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  aspect-ratio: 760/560;
  padding: 40px;
  text-decoration: none;
  background-color: #fff;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.9px) {
  .header__product-item {
    padding: 20px;
  }
}
.header__product-item:nth-child(1)::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 92%;
  content: "";
  background-color: rgba(112, 112, 112, 0.15);
  transform: translateY(4%);
}
.header__product-item:nth-child(1), .header__product-item:nth-child(2) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
.header__product-item:nth-child(3)::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 92%;
  content: "";
  background-color: rgba(112, 112, 112, 0.15);
  transform: translateY(4%);
}
.header__product-item:hover {
  opacity: 0.7;
}

.header__product-image {
  width: 180px;
  height: 180px;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .header__product-image {
    width: 140px;
    height: 140px;
  }
}
.header__product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__product-name {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 18px;
  color: #000;
  text-align: center;
}
@media (max-width: 767.9px) {
  .header__product-name {
    font-size: 16px;
  }
}

.header__product-arrow {
  width: 16px;
  height: 16px;
}
@media (max-width: 767.9px) {
  .header__product-arrow {
    width: 14px;
    height: 14px;
  }
}

.header__menu-right {
  display: flex;
  flex: 3;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 40px;
  background-color: #000;
}
@media (max-width: 767.9px) {
  .header__menu-right {
    gap: 30px;
    padding: 40px 20px;
  }
}

.header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.header__nav-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header__nav-item a {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.9px) {
  .header__nav-item a {
    font-size: 16px;
  }
}
.header__nav-item a:hover {
  opacity: 0.7;
}

.header__nav-subtitle {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.46);
}
@media (max-width: 767.9px) {
  .header__nav-subtitle {
    font-size: 11px;
  }
}

.header__purchase-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 20px 36px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
  transition: color 0.3s ease;
}
@media (max-width: 767.9px) {
  .header__purchase-btn {
    padding: 16px 28px;
    font-size: 14px;
  }
}
.header__purchase-btn span {
  position: relative;
  z-index: 2;
}
.header__purchase-btn::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
}
@media (max-width: 767.9px) {
  .header__purchase-btn::before {
    inset: 0;
  }
}
.header__purchase-btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  content: "";
  background-color: #fff;
  transition: height 0.3s ease;
}
.header__purchase-btn:hover {
  color: #000;
}
.header__purchase-btn:hover::after {
  height: 100%;
}

.header__info {
  width: 100%;
}

.header__address {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
@media (max-width: 767.9px) {
  .header__address {
    font-size: 12px;
  }
}

.header__bottom-links {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.header__privacy-link {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.9px) {
  .header__privacy-link {
    font-size: 12px;
  }
}
.header__privacy-link:hover {
  opacity: 0.7;
}

.header__sns-links {
  display: flex;
  gap: 16px;
  margin-left: auto;
}

.header__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.9px) {
  .header__sns-link {
    width: 20px;
    height: 20px;
  }
}
.header__sns-link:hover {
  opacity: 0.7;
}
.header__sns-link svg {
  width: 100%;
  height: 100%;
}

.subtitle {
  font-size: 17px;
  font-weight: 400;
  color: #5e5a54;
  font-family: "Tinos", serif;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 767.9px) {
  .subtitle {
    font-size: 14px;
  }
}

.subtitle.subtitle--center {
  text-align: center;
}

.breadcrumb {
  display: flex;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 24px;
}
@media (max-width: 767.9px) {
  .breadcrumb {
    margin-top: 16px;
  }
}

.breadcrumb__item:not(:first-child)::before {
  display: inline;
  content: "/";
  margin: 0 8px;
}

.breadcrumb__link {
  color: #fff;
  text-decoration: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}

.btn-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 15px;
  background-color: #9bb19c;
  color: #ededed;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 178px;
  letter-spacing: 0.07em;
}
.btn-reserve:hover .btn-reserve__arrow {
  transform: translateX(5px);
}

.btn-reserve__arrow {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s ease;
}

.btn-reserve.btn-reserve--wide {
  max-width: 360px;
  padding: 19px 20px;
  width: 100%;
}

.btn-reserve.btn-reserve--web {
  max-width: 199px;
  padding: 14px 20px;
  width: 100%;
}
@media (max-width: 767.9px) {
  .btn-reserve.btn-reserve--web {
    max-width: 100%;
  }
}

.btn-reserve.btn-reserve--withe {
  background-color: #ededed;
  color: #5e5a54;
}
@media (max-width: 1099.9px) {
  .btn-reserve.btn-reserve--withe {
    width: 100%;
    max-width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.shop-card {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  background: #fffcf4;
  container-type: inline-size;
  container-name: shop-card;
}
.shop-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 518/342;
  overflow: hidden;
}
.shop-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-card__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 17px;
}
@media (max-width: 767.9px) {
  .shop-card__body {
    flex-direction: column;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  @container shop-card (max-width: 449.9px) {
    .shop-card__body {
      flex-direction: column;
      margin-top: 25px;
    }
  }
}
.shop-card__info {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media (max-width: 767.9px) {
  .shop-card__info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 768px) {
  @container shop-card (max-width: 449.9px) {
    .shop-card__info {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
  }
}
.shop-card__title {
  margin-bottom: 7px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  color: #5e5a54;
  letter-spacing: 0.12em;
}
@media (max-width: 767.9px) {
  .shop-card__title {
    margin-bottom: initial;
    font-size: 18px;
  }
}
.shop-card__detail {
  position: relative;
  padding-top: 6px;
  font-size: 14px;
  color: #5e5a54;
  text-decoration: none;
  letter-spacing: 0.12em;
  transition: all 0.3s ease;
}
@media (max-width: 767.9px) {
  .shop-card__detail {
    margin-top: -12px;
  }
}
.shop-card__detail:hover span {
  transform: translateX(5px);
}
.shop-card__detail::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 85px;
  height: 1px;
  content: "";
  background: #5e5a54;
  transition: background 0.3s;
}
@media (max-width: 767.9px) {
  .shop-card__detail::after {
    width: 100%;
  }
}
.shop-card__detail__arrow {
  display: inline-block;
  margin-left: 3px;
  transition: all 0.3s ease;
}
@media (max-width: 767.9px) {
  .shop-card__reserve {
    margin-top: 19px;
  }
}
@media (min-width: 768px) {
  @container shop-card (max-width: 449.9px) {
    .shop-card__reserve {
      margin-top: 19px;
    }
  }
}
@media (max-width: 767.9px) {
  .shop-card--modal .shop-card__body,
  .shop-card--modal .shop-card__reserve {
    margin-top: 15px;
  }
}

.shop-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767.9px) {
  .shop-card-wrapper {
    grid-template-columns: 100%;
    align-items: center;
  }
}

.cardWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-inline: auto;
  justify-content: center;
  grid-template-rows: auto auto 1fr auto;
  column-gap: 20px;
  row-gap: 35px;
}
@media (max-width: 767.9px) {
  .cardWrapper {
    max-width: 600px;
    row-gap: 25px;
  }
}

.serviceCard {
  max-width: 500px;
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0px;
}
@media (max-width: 767.9px) {
  .serviceCard {
    max-width: 600px;
  }
}

.serviceCard__thumb {
  overflow: hidden;
  max-width: 500px;
  aspect-ratio: 340/220;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .serviceCard__thumb {
    max-width: 600px;
  }
}

.serviceCard__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.serviceCard__title {
  margin-top: 17px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
}
.serviceCard__title span {
  font-size: 14px;
  letter-spacing: 0.08em;
}

.serviceCard__desc {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-weight: 300;
}

.serviceCard__price {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}
@media (max-width: 767.9px) {
  .serviceCard__price {
    gap: 3px;
    margin-top: 13px;
  }
}

.serviceCard__priceItem {
  display: flex;
  align-items: baseline;
  letter-spacing: 0.04em;
}

.serviceCard__priceNum {
  font-size: 22px;
  font-family: "Tinos", serif;
  font-style: italic;
  font-variant-numeric: lining-nums tabular-nums;
}

.serviceCard__note {
  font-size: 14px;
  margin-left: 4px;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}

.container {
  container-type: inline-size;
  container-name: ly-container;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.9px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.mv {
  position: relative;
  width: 100vw;
  max-height: 850px;
  aspect-ratio: 136/77;
  margin-top: -107px;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .mv {
    height: 100dvh;
    margin-top: -82px;
  }
}
.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .swiper-slide {
  z-index: 0;
}
.mv .swiper-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.1;
}
.mv .swiper-text-wrapper {
  position: absolute;
  top: 35%;
  left: 10%;
  z-index: 2;
  display: flex;
  gap: 48px;
}
@media (max-width: 767.9px) {
  .mv .swiper-text-wrapper {
    top: 35%;
    left: 5%;
    gap: 30px;
  }
}
.mv .swiper-text {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.8;
  color: #ededed;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl !important;
}
@media (max-width: 767.9px) {
  .mv .swiper-text {
    font-size: 24px;
  }
}
.mv .swiper-text-en {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.8;
  color: #ededed;
  writing-mode: vertical-rl !important;
  letter-spacing: -0.02em;
}
@media (max-width: 767.9px) {
  .mv .swiper-text-en {
    display: none;
  }
}
.mv .mv-message {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transform: translate(-3px, 9px);
}
@media (max-width: 767.9px) {
  .mv .mv-message {
    width: 100%;
    transform: translate(-6px, 4px);
    letter-spacing: -0.02em;
  }
}
.mv__jp {
  margin-left: 120px;
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ededed;
  letter-spacing: 0.15em;
  opacity: 0;
  writing-mode: vertical-rl !important;
}
@media screen and (768px <= width <= 1269px) {
  .mv__jp {
    font-size: 4vw;
  }
}
@media (max-width: 767.9px) {
  .mv__jp {
    margin-right: 20px;
    margin-left: auto;
    font-size: 4.2rem;
  }
}
.mv .mv-message__jp {
  writing-mode: vertical-rl !important;
}
.mv__en {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
  color: #d2d2d2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (768px <= width <= 1269px) {
  .mv__en {
    font-size: 11vw;
  }
}
@media (max-width: 767.9px) {
  .mv__en {
    font-size: 18vw;
  }
}

.mv-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  gap: 3px;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #ededed;
  transform: translate(-40px, -20px);
}
@media (max-width: 767.9px) {
  .mv-pagination {
    right: auto;
    left: 0;
    transform: translate(-6px, -50vw) rotate(90deg);
  }
}

.mv-pagination-line {
  position: relative;
  flex: 1;
  width: 73px;
  height: 1px;
  overflow: hidden;
  background: rgba(237, 237, 237, 0.4);
}

.mv-pagination-line::after {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--progress, 0%);
  height: 1px;
  content: "";
  background: #ededed;
  transition: width 0.2s ease;
}

.mv-info {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 420px;
  height: 54px;
  padding: 0 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.64);
}
@media (max-width: 767.9px) {
  .mv-info {
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 12px 20px;
  }
}
.mv-info__label {
  flex-shrink: 0;
  margin-right: 8px;
}
.mv-info__link {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mv-info__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: left;
}
.mv-info__link:hover::after {
  transform: scaleX(1);
}
@media (max-width: 767.9px) {
  .mv-info__link {
    white-space: normal;
  }
}

.mv-right-actions {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767.9px) {
  .mv-right-actions {
    display: none;
  }
}

.mv-center-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
  .mv-center-wrapper {
    gap: 20px;
    width: 100%;
  }
}

.mv-center-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 540px;
  height: 480px;
  padding: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.64);
}
@media (max-width: 767.9px) {
  .mv-center-info {
    width: 90%;
    max-width: 400px;
    height: auto;
    padding: 30px 20px;
  }
}
.mv-center-info__logo {
  width: 180px !important;
  height: auto !important;
  margin-bottom: 10px;
  object-fit: contain !important;
  filter: brightness(0) invert(1);
}
@media (max-width: 767.9px) {
  .mv-center-info__logo {
    width: 140px !important;
    margin-bottom: 20px;
  }
}
.mv-center-info__title, .mv-center-info__text, .mv-center-info__date {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #d2d2d2;
  letter-spacing: 0.04em;
}
.mv-center-info__title {
  margin-bottom: 32px;
  font-size: 20px;
}
@media (max-width: 767.9px) {
  .mv-center-info__title {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.mv-center-info__text {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.8;
}
.mv-center-info__text p {
  margin: 0 0 8px 0;
}
@media (max-width: 767.9px) {
  .mv-center-info__text {
    margin-bottom: 24px;
    font-size: 13px;
  }
}
.mv-center-info__date {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .mv-center-info__date {
    font-size: 13px;
  }
}

.mv-sp-actions {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 90%;
  max-width: 400px;
}
@media (max-width: 767.9px) {
  .mv-sp-actions {
    display: flex;
  }
}
.mv-sp-actions__btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  color: #d2d2d2;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #ededed;
  overflow: hidden;
  transition: color 0.3s ease;
}
.mv-sp-actions__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #ededed;
  transition: left 0.3s ease, right 0.3s ease, width 0.3s ease;
  z-index: -1;
}
.mv-sp-actions__btn:hover {
  color: #222222;
}
.mv-sp-actions__btn:hover::before {
  right: 0;
  left: auto;
  width: 100%;
}
.mv-sp-actions__btn-icon {
  display: flex;
  width: 20px;
  height: 20px;
}
.mv-sp-actions__btn-icon svg {
  width: 100%;
  height: 100%;
  transition: fill 0.3s ease;
  fill: #fff;
}
.mv-sp-actions .mv-sp-actions__btn:hover .mv-sp-actions__btn-icon svg {
  fill: #000;
}
.mv-sp-actions__btn-text {
  letter-spacing: 0.1em;
}
.mv-sp-actions__sns {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.mv-sp-actions__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #ededed;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.mv-sp-actions__sns-link:hover {
  opacity: 0.7;
}
.mv-sp-actions__sns-link svg {
  width: 100%;
  height: 100%;
}

.about__inner {
  position: relative;
}
@media (min-width: 768px) {
  .about__inner {
    width: 85%;
    margin-inline: auto;
  }
}
.about__bg {
  background-color: #2b509d;
  border-radius: 60px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scaleY(1) scaleX(1);
  transform-origin: center center;
  width: 100%;
  height: auto;
}
@media (max-width: 767.9px) {
  .about__bg {
    border-radius: 0;
    left: 0;
    top: 0;
    transform: translate(0, 0);
  }
}
.about__content {
  width: 90%;
  padding-top: 100px;
  padding-bottom: 80px;
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .about__content {
    border-radius: 0;
  }
}
.about__wrapper {
  display: flex;
  align-items: center;
  gap: 55px 80px;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .about__wrapper {
    column-gap: 60px;
  }
}
@media (max-width: 767.9px) {
  .about__wrapper {
    flex-direction: column-reverse;
  }
}
.about__image {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  max-width: 500px;
}
.about__image-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_about_01.webp) center center no-repeat;
  background-size: cover;
}
.about__image-circle--small {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  aspect-ratio: 1;
  width: 65%;
  background: url(../images/bg_about_02.webp) center center no-repeat;
  background-size: cover;
}
@media (max-width: 767.9px) and (max-width: 499.9px) {
  .about__image-circle--logo {
    width: 25%;
  }
}
.about__image-circle-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  color: #ededed;
  font-size: 1.8rem;
  font-weight: 700;
  aspect-ratio: 1;
  width: calc(39% + 5px);
  border: dashed 2px #ededed;
  background-color: #2b509d;
  border-radius: 50%;
  clip-path: circle(50%);
  overflow: hidden;
}
@media (max-width: 767.9px) and (max-width: 499.9px) {
  .about__image-circle-item {
    font-size: 1.4rem;
  }
}
.about__image-circle-item span {
  cursor: default;
  letter-spacing: 0.15em;
}
.about__image-circle-item:hover img {
  opacity: 1;
}
.about__image-circle-item img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about__image-circle-item.is-hoiku {
  top: 0;
  left: 0;
}
.about__image-circle-item.is-kenkou {
  top: 0;
  right: 0;
}
.about__image-circle-item.is-kensetsu {
  bottom: 0;
  left: 0;
}
.about__image-circle-item.is-insyoku {
  bottom: 0;
  right: 0;
}
.about__body {
  flex: 1;
  min-width: 19em;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.about__bottom {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.about__text {
  color: #ededed;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  line-height: 2;
}

#menu {
  padding: 74px 0 60px;
  background-color: #eff4f1;
}
@media (max-width: 767.9px) {
  #menu {
    padding: 48px 0 70px;
  }
}
#menu .inner {
  max-width: 1116px;
  margin-inline: auto;
  padding-inline: 25px;
}
#menu .content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 36px;
}
#menu .menu__subtitle.subtitle {
  font-size: 14px;
}
#menu .title {
  margin-top: 8px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  color: #5e5a54;
}
@media (max-width: 767.9px) {
  #menu .title {
    font-size: 22px;
  }
}
#menu .text {
  margin-top: -3px;
  font-size: 14px;
  color: #5e5a54;
  line-height: 1.5;
  letter-spacing: 0.12em;
  border-left: 1px solid #5e5a54;
  padding-left: 40px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
#menu .menu__card {
  margin-top: 44px;
}
@media (max-width: 767.9px) {
  #menu .menu__card {
    margin-top: 34px;
  }
}
#menu .menu__btns {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767.9px) {
  #menu .menu__btns {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

#salon {
  padding: 57px 0 60px;
  background-color: #fffcf4;
}
@media (max-width: 767.9px) {
  #salon {
    padding: 49px 0 49px;
  }
}
#salon .inner {
  max-width: 1116px;
  margin-inline: auto;
  padding-inline: 25px;
}
#salon .content {
  display: flex;
  column-gap: 36px;
}
#salon .salon__subtitle.subtitle {
  font-size: 14px;
}
#salon .title {
  margin-top: 8px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  color: #5e5a54;
}
@media (max-width: 767.9px) {
  #salon .title {
    font-size: 22px;
  }
}
#salon .text {
  margin-top: -3px;
  font-size: 14px;
  color: #5e5a54;
  line-height: 1.5;
  letter-spacing: 0.12em;
  border-left: 1px solid #5e5a54;
  padding-left: 40px;
}
#salon .shop-card-wrapper {
  margin-top: 34px;
}

.salonModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.salonModal::backdrop {
  background: rgba(0, 0, 0, 0.4);
}
.salonModal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.9px) {
  .salonModal__container {
    padding: 40px 10px;
  }
}
@media (min-width: 768px) {
  .salonModal__container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.salonModal__inner {
  width: 100%;
}
@media (max-width: 767.9px) {
  .salonModal__inner {
    max-width: 450px;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .salonModal__inner {
    max-width: 1066px;
    max-height: 100%;
  }
}
.salonModal__content {
  display: grid;
  width: 100%;
  background-color: #fffcf4;
}
@media (max-width: 767.9px) {
  .salonModal__content {
    grid-template-rows: 40px calc(100% - 40px);
    height: 100%;
  }
}
@media (min-width: 768px) {
  .salonModal__content {
    grid-template-rows: 40px auto;
    height: max-content;
    max-height: 100%;
  }
}
.salonModal__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-right: 10px;
}
@media (max-width: 767.9px) {
  .salonModal__body {
    height: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .salonModal__body {
    padding: 40px;
    padding-top: 0;
  }
}
@media (max-width: 767.9px) {
  .salonModal__scroll {
    height: 100%;
    padding: 0 30px;
  }
}

.contact {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 767.9px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.contact__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1060px;
}
.contact__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767.9px) {
  .contact__wrapper {
    flex-direction: column;
  }
}
.contact__lead {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 767.9px) {
  .contact__lead {
    row-gap: 20px;
  }
}
.contact__text {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.contact__text p {
  font-size: 1.5rem;
  color: #2b509d;
  line-height: 1.4;
}
.contact__links {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
}

.footer__copyright {
  text-align: right;
  color: #858585;
  font-size: 10px;
  margin-top: 12px;
}

.footer {
  padding: 60px 0;
  background-color: #000;
}
@media (max-width: 767.9px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
.footer__wrapper {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media (max-width: 767.9px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__left {
  flex: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}
@media (max-width: 767.9px) {
  .footer__left {
    width: 100%;
    min-height: 120px;
  }
}
.footer__logo {
  width: 174px;
}
.footer__logo a {
  display: block;
}
.footer__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer__right {
  display: flex;
  flex: 7;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.9px) {
  .footer__right {
    width: 100%;
  }
}
.footer__address {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  line-height: 1.8;
  color: #ededed;
  letter-spacing: 0.14em;
}
@media (max-width: 767.9px) {
  .footer__address {
    font-size: 13px;
    word-break: keep-all;
    overflow-wrap: break-word;
    letter-spacing: 0.03em;
    line-height: 1.7;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__address p {
  margin: 0;
}
.footer__divider {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.footer__links {
  display: flex;
  gap: 20px;
}
.footer__link {
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  color: #ededed;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .footer__link {
    font-size: 13px;
  }
}
.footer__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: left;
}
.footer__link:hover::after {
  transform: scaleX(1);
}

@media (max-width: 767.9px) {
  .mv-center-info__text p,
  .notice__text,
  .footer__address p {
    word-break: keep-all;
    overflow-wrap: break-word;
    letter-spacing: 0.03em;
    line-height: 1.7;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  main {
    min-height: 0;
  }
  .footer {
    padding-bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .mv-sp-actions__btn {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    width: 90vw;
    max-width: 340px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }
}

.staff,
.insta,
.info {
  padding: 74px 0 60px;
  background-color: #eff4f1;
}
.staff .inner,
.insta .inner,
.info .inner {
  max-width: 1116px;
  margin-inline: auto;
  padding-inline: 25px;
}
.staff .content,
.insta .content,
.info .content {
  display: flex;
  align-items: center;
}
.staff .sectionHeading__wrapper-border,
.insta .sectionHeading__wrapper-border,
.info .sectionHeading__wrapper-border {
  padding-right: 40px;
  border-right: 1px solid #5e5a54;
}
@media (max-width: 767.9px) {
  .staff .sectionHeading__wrapper-border,
  .insta .sectionHeading__wrapper-border,
  .info .sectionHeading__wrapper-border {
    padding-bottom: 24px;
    border-right: none;
    border-bottom: 1px solid #5e5a54;
  }
}
.staff .sectionHeading-en,
.insta .sectionHeading-en,
.info .sectionHeading-en {
  font-family: "Tinos", serif;
  font-style: italic;
  color: #5e5a54;
  letter-spacing: 0.06em;
  font-size: 14px;
}
.staff .sectionHeading-ja,
.insta .sectionHeading-ja,
.info .sectionHeading-ja {
  margin-top: 8px;
  font-size: 26px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.12em;
  color: #5e5a54;
}
@media (max-width: 767.9px) {
  .staff .sectionHeading-ja,
  .insta .sectionHeading-ja,
  .info .sectionHeading-ja {
    font-size: 2.2rem;
  }
}
.staff .text,
.insta .text,
.info .text {
  margin-top: -3px;
  font-size: 14px;
  color: #5e5a54;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding-left: 40px;
}
@media (max-width: 767.9px) {
  .staff .text,
  .insta .text,
  .info .text {
    padding-top: 20px;
    padding-left: 0;
  }
}
.staff .menu__card,
.insta .menu__card,
.info .menu__card {
  margin-top: 44px;
}
.staff .menu__btns,
.insta .menu__btns,
.info .menu__btns {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 767.9px) {
  .staff .menu__btns,
  .insta .menu__btns,
  .info .menu__btns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.c-top-heading {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media (max-width: 767.9px) {
  .c-top-heading {
    row-gap: 15px;
  }
}
.c-top-heading__en {
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2b509d;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
@media (max-width: 767.9px) {
  .c-top-heading__en {
    font-size: 1.5rem;
  }
}
.c-top-heading__en::before {
  content: "▪︎";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  width: 12px;
  height: 12px;
  color: currentColor;
  background-color: #ccc;
  border-radius: 50%;
  margin-top: 3px;
  letter-spacing: 0;
}
.c-top-heading__title {
  color: #2b509d;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .c-top-heading__title {
    font-size: 4.3rem;
  }
}
@media (max-width: 767.9px) {
  .c-top-heading__title {
    font-size: 4.5rem;
  }
}
.c-top-heading--white .c-top-heading__en {
  color: #ededed;
}
.c-top-heading--white .c-top-heading__title {
  color: #ededed;
}
.c-top-heading--black .c-top-heading__title {
  color: #222222;
}
.c-top-heading--black .c-top-heading__title span {
  color: #2b509d;
}

.works {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (max-width: 767.9px) {
  .works {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.works__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1200px;
}
.works__wrapper {
  display: flex;
  gap: 40px 60px;
}
@media (min-width: 768px) {
  .works__wrapper {
    margin-left: calc(50% - 50vw);
    align-items: flex-end;
  }
}
@media (max-width: 767.9px) {
  .works__wrapper {
    flex-direction: column;
  }
}
.works__body {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.works__image {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  width: 42vw;
  aspect-ratio: 3/4;
  max-width: 1000px;
  position: relative;
}
.works__image-item {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
  position: absolute;
  inset: 0;
  opacity: 0;
}
.works__image-item.is-active {
  opacity: 1;
}
.works__list {
  border-top: solid 1px #f3f4f7;
}
.works__content {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  flex: 1;
}
.works__list-item {
  position: relative;
}
.works__list-item.is-open .works__list-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.works__list-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f3f4f7;
  pointer-events: none;
}
.works__list-title {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  font-size: 2.2rem;
  color: #2b509d;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.works__list-title:hover + .works__list-content {
  height: auto;
}
.works__list-icon {
  aspect-ratio: 1;
  width: 35px;
  border-radius: 50%;
  background-color: #f3f4f7;
  position: relative;
}
.works__list-icon::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #2b509d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works__list-icon::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #2b509d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.works__list-content {
  height: 0;
  transition: height 0.5s ease;
  overflow: hidden;
}
.works__list-body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-bottom: 30px;
}
.works__list-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.recruit {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top-left-radius: 40px;
  background-color: #f3f4f7;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .recruit {
    border-top-left-radius: 50px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.recruit__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1100px;
}
.recruit__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 767.9px) {
  .recruit__wrapper {
    row-gap: 30px;
  }
}
@media (max-width: 767.9px) {
  .recruit__head .c-top-heading__title {
    font-size: 3.8rem;
  }
}
.recruit__body {
  display: flex;
  align-items: flex-end;
  gap: 30px 40px;
}
@media (max-width: 767.9px) {
  .recruit__body {
    flex-direction: column;
    align-items: flex-start;
  }
}
.recruit__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.recruit__text p {
  color: #2b509d;
  font-weight: 500;
}
.recruit__slider {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.recruit__slider-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px 20px;
}
@media (max-width: 767.9px) {
  .recruit__slider-wrapper {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.recruit__slider-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.recruit__slider-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  grid-column-start: 1;
  grid-row-start: 1;
  color: #2b509d;
}
@media (max-width: 767.9px) {
  .recruit__slider-controls {
    flex-direction: row-reverse;
    justify-content: space-between;
    grid-row-start: 3;
  }
}
.recruit__link {
  grid-column-start: 2;
  grid-row-start: 1;
}
@media (max-width: 767.9px) {
  .recruit__link {
    grid-column-start: 1;
  }
}
.recruit__slider-arrows {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
@media (max-width: 767.9px) {
  .recruit__slider-arrows {
    column-gap: 10px;
  }
}
.recruit__slider-pagination {
  display: flex;
  gap: 5px;
  align-items: center;
}
.recruit__slider-body {
  margin-right: calc(50% - 50vw);
  width: 100vw;
  grid-column: 1/-1;
  grid-row-start: 2;
}

.recruit-swiper {
  padding-top: 20px !important;
}
.recruit-swiper .swiper-slide {
  aspect-ratio: 28/39;
  width: 335px;
  transition: transform 0.3s ease;
}
@media screen and (width >= 1800px) {
  .recruit-swiper .swiper-slide {
    width: 500px;
  }
}
.recruit-swiper .swiper-slide:hover {
  transform: translateY(-20px);
}
.recruit-swiper .swiper-slide:hover .c-recruit-card__body {
  opacity: 1;
  transform: translateY(0);
}
.recruit-swiper .swiper-slide:hover::after {
  opacity: 1;
}

.c-width-image-card {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
@media (max-width: 767.9px) {
  .c-width-image-card {
    row-gap: 20px;
  }
}
.c-width-image-card__image {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 2/3;
}
.c-width-image-card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-width-image-card__body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 767.9px) {
  .c-width-image-card__body {
    row-gap: 15px;
  }
}
.c-width-image-card__title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2b509d;
}
@media (max-width: 767.9px) {
  .c-width-image-card__title {
    font-size: 2rem;
  }
}
.c-width-image-card__text {
  line-height: 1.6;
}
.c-width-image-card__link {
  display: flex;
  justify-content: flex-end;
}

.c-recruit-card {
  display: block;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ccc;
  position: relative;
  z-index: 0;
}
.c-recruit-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
  transform: opacity 0.3s ease;
}
.c-recruit-card__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-recruit-card__body {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 100%;
  color: #ededed;
  padding: 0 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: translateY(60px);
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.c-recruit-card__status {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.c-recruit-card__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.c-recruit-card__status {
  display: flex;
  flex-direction: row;
  column-gap: 3px;
  font-size: 1.4rem;
}
.c-recruit-card__nickname {
  font-size: 2rem;
  font-weight: 700;
}

.c-bnr-btn {
  width: 320px;
  height: 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em 1.8em;
  font-size: 1.5rem;
  border-radius: 8px;
  background-color: #414141;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767.9px) and (max-width: 499.9px) {
  .c-bnr-btn {
    width: 100%;
    padding: 1.8em 2em;
  }
}
.c-bnr-btn:hover {
  opacity: 0.85;
}

.c-rounded-btn {
  width: 280px;
  height: 60px;
  max-width: 100%;
  padding: 1em 1.8em;
  border-radius: 30px;
  background-color: #2b509d;
  color: #ededed;
  display: inline-flex;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 767.9px) and (max-width: 499.9px) {
  .c-rounded-btn {
    width: 100%;
  }
}
.c-rounded-btn__inner {
  width: 100%;
  color: currentColor;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-rounded-btn--bg-white {
  background-color: #ededed;
  color: #2b509d;
}
.c-rounded-btn--arrow .c-rounded-btn__inner {
  justify-content: flex-start;
}
.c-rounded-btn--arrow .c-rounded-btn__inner::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin-left: auto;
  background-color: #f3f4f7;
}
.c-rounded-btn--arrow::after {
  content: "→";
  display: block;
  font-size: 0.8em;
  color: currentColor;
  transform: color 0.3s ease;
}
.c-rounded-btn--large {
  width: 380px;
  padding: 1.3em 2em;
  border-radius: 40px;
}
.c-rounded-btn--large .c-rounded-btn__inner {
  font-size: 1.8rem;
}

.c-circle-arrow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 50px;
  border-radius: 50%;
  background-color: #2b509d;
  cursor: pointer;
  color: #ededed;
}
@media (max-width: 767.9px) and (max-width: 499.9px) {
  .c-circle-arrow-btn {
    width: 43px;
  }
}
.c-circle-arrow-btn__icon svg {
  width: 10px;
  height: 10px;
}

.c-banner-btn {
  width: 380px;
  height: 90px;
  max-width: 100%;
  padding: 20px;
  border-radius: 10px;
  display: inline-flex;
  background-color: #2b509d;
  border: solid 1px #2b509d;
  align-items: center;
  column-gap: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ededed;
}
@media (max-width: 767.9px) and (max-width: 499.9px) {
  .c-banner-btn {
    width: 100%;
    height: 70px;
    font-size: 1.5rem;
    padding: 15px 20px;
  }
}
.c-banner-btn__body {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.c-banner-btn__body::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #f3f4f7;
  margin-left: auto;
}
.c-banner-btn__inner {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  line-height: 1.2;
  flex: 1;
}
.c-banner-btn__sub-text {
  font-size: 0.8em;
}
.c-banner-btn::after {
  content: "→";
  display: block;
  font-size: 1.6em;
  color: currentColor;
}
.c-banner-btn--bg-white {
  background-color: #ededed;
  color: #2b509d;
}
.c-banner-btn--tel .c-banner-btn__text {
  font-size: 1.5em;
}

.c-arrow-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 0;
  column-gap: 20px;
  color: #2b509d;
  margin-right: 20px;
}
.c-arrow-link__inner {
  font-size: 1.4rem;
  font-weight: 600;
  text-underline-offset: 0.3em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
  padding: 0.3em 0 0.3em 0.3em;
}
@media (max-width: 767.9px) and (max-width: 499.9px) {
  .c-arrow-link__inner {
    font-size: 1.3rem;
  }
}
.c-arrow-link::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: -1;
}
@media (max-width: 767.9px) and (max-width: 499.9px) {
  .c-arrow-link::before {
    width: 35px;
    height: 35px;
  }
}
.c-arrow-link::after {
  content: "→";
  display: inline-block;
  font-size: 1.3rem;
  color: #ededed;
  transform: translateX(50%);
  text-decoration: none;
}
.c-arrow-link:hover .c-arrow-link__inner {
  text-decoration-color: currentColor;
}

.philosophy {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 767.9px) {
  .philosophy {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.philosophy__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 850px;
}
.philosophy__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 767.9px) {
  .philosophy__wrapper {
    row-gap: 40px;
  }
}
@media (min-width: 768px) {
  .philosophy__body {
    margin-left: 35%;
  }
}
.philosophy__text {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.philosophy__text p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  color: #2b509d;
}

.c-fixed-purchase-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 210px;
  padding: 20px 0;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  color: #ededed;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #ededed;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media (max-width: 767.9px) {
  .c-fixed-purchase-btn {
    width: 50px;
    height: 180px;
    font-size: 14px;
  }
}
.c-fixed-purchase-btn::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ededed;
  z-index: -1;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.c-fixed-purchase-btn:hover {
  color: #222222;
}
.c-fixed-purchase-btn:hover::before {
  left: 0;
}
.c-fixed-purchase-btn__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}
.c-fixed-purchase-btn__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  transition: fill 0.3s ease;
}
.c-fixed-purchase-btn__text {
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

.c-fixed-purchase-btn:hover .c-fixed-purchase-btn__icon svg {
  fill: #000;
}

.c-fixed-sns {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 18px;
}
@media (max-width: 767.9px) {
  .c-fixed-sns {
    gap: 12px;
    padding: 12px 15px;
  }
}
.c-fixed-sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #ededed;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.9px) {
  .c-fixed-sns__link {
    width: 20px;
    height: 20px;
  }
}
.c-fixed-sns__link:hover {
  opacity: 0.7;
}
.c-fixed-sns__link svg {
  width: 100%;
  height: 100%;
}

.notice {
  width: 100%;
  background-color: #ededed;
}
.notice__inner {
  padding: 70px 20px;
  text-align: center;
}
.notice__text {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222222;
}
@media (max-width: 767.9px) {
  .notice__text {
    font-size: 14px;
  }
}

.top .header {
  background-color: transparent;
}
.top .header__nav:has(.header__mega-menu .is-active) .header__nav-item a {
  color: #222222;
}
.top .header__nav-item a {
  color: #ededed;
}

.salonInfo {
  /*
  ------------------
  MV
  ------------------
  */
  /*
  -------------
  section INTRO
  -------------
  */
  /*
  --------------
  section STAFF
  --------------
  */
  /** section STAFF ここまで */
  /*
  --------------
  section INSTA
  --------------
  */
  /* section INSTA ここまで */
  /*
  --------------
  section INFO
  --------------
  */
  /* ここまで section INFO */
  /*
  -----------------
  section CONTACT
  -----------------
  */
}
@media (max-width: 767.9px) {
  .salonInfo {
    overflow: hidden;
  }
}
.salonInfo h2,
.salonInfo h3 {
  font-family: "Shippori Mincho", serif;
  color: #5e5a54;
  letter-spacing: 0.12em;
}
.salonInfo .row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.9px) {
  .salonInfo .row {
    display: block;
  }
}
.salonInfo .reserveLink {
  background-color: #9bb19c;
  position: fixed;
  right: 30px;
  bottom: 30px;
  padding: 22px 20px 24px;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.9px) {
  .salonInfo .reserveLink {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
  }
}
.salonInfo .reserveLink .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 767.9px) {
  .salonInfo .reserveLink .inner {
    align-items: center;
  }
}
.salonInfo .reserveLink .content__wrapper {
  display: block;
}
@media (max-width: 767.9px) {
  .salonInfo .reserveLink .content__wrapper {
    display: flex;
  }
}
.salonInfo .reserveLink .subtitle,
.salonInfo .reserveLink .title {
  color: #ededed;
  letter-spacing: 0.06em;
}
.salonInfo .reserveLink .subtitle {
  font-size: 1.3rem;
}
.salonInfo .reserveLink .title {
  font-weight: 600;
}
@media (max-width: 767.9px) {
  .salonInfo .reserveLink .title {
    margin-left: 10px;
  }
}
.salonInfo .reserveLink .contact__icon {
  width: 28px;
  height: 20px;
}
.salonInfo .mv {
  margin-top: 0;
  height: 411px;
  z-index: -1 !important;
}
@media (max-width: 767.9px) {
  .salonInfo .mv {
    height: 302px;
  }
}
.salonInfo .mv__figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.salonInfo .mv__img {
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 767.9px) {
  .salonInfo .mv__img {
    width: 100%;
  }
}
.salonInfo .mv__info {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  width: 91%;
  max-width: 1242px;
  margin-inline: auto;
  z-index: 10;
}
.salonInfo .mv__info .salonName {
  color: #ededed;
  pointer-events: none;
}
.salonInfo .mv__info .salonName__text {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (max-width: 1099.9px) {
  .salonInfo .mv__info .salonName__text {
    font-size: 2.6rem;
  }
}
.salonInfo .intro {
  padding-top: 129px;
  padding-bottom: 125px;
}
@media (max-width: 767.9px) {
  .salonInfo .intro {
    padding-block: 56px;
  }
}
.salonInfo .intro__wrapper {
  text-align: center;
}
@media (max-width: 767.9px) {
  .salonInfo .intro__wrapper {
    text-align: left;
  }
}
.salonInfo .intro__lead {
  color: #5e5a54;
  font-size: 1.8rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media (max-width: 1099.9px) {
  .salonInfo .intro__lead {
    font-size: 2.2rem;
  }
}
.salonInfo .intro__text {
  color: #222222;
  font-size: 1.4rem;
  font-family: "Shippori Mincho", serif;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 24px;
}
@media (max-width: 1099.9px) {
  .salonInfo .intro__text {
    margin-top: 23px;
  }
}
.salonInfo .staff {
  background-color: #eff4f1;
}
@media (max-width: 767.9px) {
  .salonInfo .staff .content {
    display: block;
  }
}
.salonInfo .inner:has(> .staff__slider) {
  overflow-x: visible;
  position: relative;
}
.salonInfo .staff__sliderCover {
  position: absolute;
  top: 0;
  right: calc(100% - 20px);
  width: 100%;
  height: 100%;
  background-color: #eff4f1;
  z-index: 2;
}
.salonInfo .staff__slider {
  margin-top: 40px;
}
@media (max-width: 767.9px) {
  .salonInfo .staff__slider {
    margin-top: 30px;
  }
}
.salonInfo .staff__slider .swiper {
  overflow: visible;
}
.salonInfo .staff__slider .swiper-slide {
  width: auto;
  max-width: 306px;
}
@media (max-width: 767.9px) {
  .salonInfo .staff__slider .swiper-slide {
    max-width: 267px;
  }
}
.salonInfo .staff__slider .staff__sliderControl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 767.9px) {
  .salonInfo .staff__slider .staff__sliderControl {
    margin-top: 20px;
  }
}
.salonInfo .staff__slider .swiper-pagination {
  position: relative !important;
  width: calc(100% - 143px);
}
.salonInfo .staff__slider .swiper-pagination-progressbar {
  background: rgba(155, 177, 156, 0.25);
  height: 2px;
}
.salonInfo .staff__slider .swiper-pagination-progressbar-fill {
  background: #9bb19c;
}
.salonInfo .staff__slider .staff__slider-next {
  margin-left: 15px;
}
.salonInfo .staff__img {
  width: 306px;
  height: 414px;
  object-fit: cover;
  vertical-align: bottom;
}
@media (max-width: 767.9px) {
  .salonInfo .staff__img {
    width: 267px;
    height: 362px;
  }
}
.salonInfo .staff__name {
  margin-top: 17px;
}
@media (max-width: 767.9px) {
  .salonInfo .staff__name {
    margin-top: 24px;
  }
}
.salonInfo .staff__nameJa {
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.12em;
}
.salonInfo .staff__nameEn {
  font-family: "Tinos", serif;
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-style: italic;
}
.salonInfo .staff__text {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.7;
}
.salonInfo .insta {
  background-color: #ededed;
  padding-block: 60px;
  /* stylelint-disable-next-line selector-max-id */
  /* stylelint-disable-next-line selector-max-id */
}
@media (max-width: 767.9px) {
  .salonInfo .insta {
    padding-block: 50px;
  }
}
.salonInfo .insta__container {
  width: 85.2%;
  max-width: 908px;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .salonInfo .insta__container {
    width: 100%;
  }
}
.salonInfo .insta__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.salonInfo .insta .sectionHeading-ja {
  font-size: 2.2rem;
}
.salonInfo .insta__link {
  padding-bottom: 8px;
  border-bottom: 1px solid #5e5a54;
  color: #5e5a54;
}
.salonInfo .insta__anchor {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: #5e5a54;
  padding-right: 2em;
}
.salonInfo .insta__anchor::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_instagram.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 8px;
}
.salonInfo .insta__body {
  margin-top: 30px;
}
@media (max-width: 767.9px) {
  .salonInfo .insta__body {
    margin-top: 20px;
  }
}
.salonInfo .insta__embed #sb_instagram {
  padding: 0 !important;
}
.salonInfo .insta__embed #sb_instagram #sbi_images {
  gap: 9px !important;
  padding: 0 !important;
}
@media (max-width: 767.9px) {
  .salonInfo .insta__embed #sb_instagram #sbi_images {
    gap: 3px !important;
  }
}
.salonInfo .insta__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
@media (max-width: 767.9px) {
  .salonInfo .insta__grid {
    gap: 3px;
  }
}
.salonInfo .insta__figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.salonInfo .insta__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.salonInfo .info {
  background-color: #fffcf4;
  padding-block: 60px;
}
@media (max-width: 767.9px) {
  .salonInfo .info {
    padding-block: 50px;
  }
}
.salonInfo .info__sliderOuter {
  position: relative;
}
.salonInfo .info__slider {
  position: relative;
  margin-top: 34px;
}
@media (max-width: 767.9px) {
  .salonInfo .info__slider {
    margin-top: 24px;
  }
}
.salonInfo .info__slider .swiper-wrapper .swiper-slide img {
  width: 333px;
  height: 190px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767.9px) {
  .salonInfo .info__slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 333/190;
    object-fit: cover;
    object-position: center;
  }
}
.salonInfo .info__slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.salonInfo .info__slider-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.9px) {
  .salonInfo .info__slider-prev {
    width: 37px;
    height: 37px;
  }
}
.salonInfo .info__slider-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
@media (max-width: 767.9px) {
  .salonInfo .info__slider-next {
    width: 37px;
    height: 37px;
  }
}
.salonInfo .info .info__floor {
  margin-top: 80px;
}
@media (max-width: 767.9px) {
  .salonInfo .info .info__floor {
    margin-top: 32px;
  }
}
.salonInfo .info .info__row {
  margin-top: 80px;
  gap: 40px;
}
@media (max-width: 767.9px) {
  .salonInfo .info .info__row {
    margin-top: 32px;
  }
}
.salonInfo .info__data {
  flex: 40.5% 1 1;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767.9px) {
  .salonInfo .info__data {
    display: block;
  }
}
.salonInfo .data__row {
  display: flex;
}
@media (max-width: 767.9px) {
  .salonInfo .data__row {
    display: block;
  }
}
.salonInfo .info__data dt {
  flex: 31.5% 1 1;
  padding: 1.5rem 1.5rem 1.5rem 0;
  border-bottom: 1px solid #707070;
  margin: 0;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}
@media (max-width: 767.9px) {
  .salonInfo .info__data dt {
    padding: 1.5rem 0 0;
    border-bottom: none;
  }
}
.salonInfo .info__data dd {
  flex: 68.5% 1 1;
  padding: 1.5rem;
  border-bottom: 1px solid #707070;
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media (max-width: 767.9px) {
  .salonInfo .info__data dd {
    padding: 0 0 1.5rem;
  }
}
.salonInfo .info__map {
  flex: 55.2% 1 1;
}
@media (max-width: 767.9px) {
  .salonInfo .info__map {
    margin-top: 32px;
  }
}
.salonInfo .info__map iframe {
  width: 100%;
  max-width: 100%;
  height: 585px;
}
.salonInfo .info__mapNote {
  position: relative;
  font-size: 1.5rem;
  color: #5e5a54;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  padding-right: 1.5em;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
}
.salonInfo .info__mapNote::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 8px;
  right: 0;
  width: 18px;
  height: 24px;
  background-image: url(./../images/salonInfo/icon_map_pin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.salonInfo #contact {
  padding-inline: 0;
}
@media (max-width: 767.9px) {
  .salonInfo #contact {
    padding-inline: 25px;
  }
}
.salonInfo #contact .contact__link {
  display: block;
  color: #ededed;
  margin-inline: 25px;
}
@media (max-width: 767.9px) {
  .salonInfo #contact .contact__link {
    margin-inline: 0;
  }
}
@media (max-width: 767.9px) {
  .salonInfo #contact .contact__link .content__wrapper {
    display: block;
  }
}
.salonInfo #contact .contact__link .inner {
  padding: 44px 40px 45px;
  background-color: #9bb19c;
  border: none;
}
@media (max-width: 767.9px) {
  .salonInfo #contact .contact__link .inner {
    margin-inline: 0;
    padding: 34px 20px;
    flex-direction: row;
  }
}
.salonInfo #contact .contact__link .title,
.salonInfo #contact .contact__link .subtitle {
  color: #ededed;
  letter-spacing: 0.06em;
}
@media (max-width: 767.9px) {
  .salonInfo #contact .contact__link .subtitle {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.9px) {
  .salonInfo #contact .contact__link .title {
    margin-left: 0;
    font-size: 1.8rem;
  }
}
.salonInfo #contact .contact__link .contact__icon img {
  width: 37px;
  height: 37px;
}
@media (max-width: 767.9px) {
  .salonInfo .contact__section {
    margin-top: 30px;
  }
}

/* /body.salonInfo（これより下にコード書かない） */
.page {
  /* 
  ----------------------------
  pageTop（ページタイトル周り）
  ----------------------------
  */
  /*
  ----------------------------
  見出し
  ----------------------------
  */
  /*
  ----------------------------
  pageBody（ページコンテンツ）
  ----------------------------
  */
  /* 本文text */
  /* 本文内リンクテキスト */
  /* 小さいテキスト */
  /* list */
  /* button */
}
@media (max-width: 767.9px) {
  .page {
    overflow: hidden;
  }
}
.page .inner {
  width: 91%;
  max-width: 960px;
  margin-inline: auto;
}
.page .container {
  width: 85.2%;
  max-width: 908px;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .page .container {
    width: 100%;
  }
}
.page .pageTop {
  padding-block: 60px 30px;
  background-color: #fffcf4;
}
@media (max-width: 767.9px) {
  .page .pageTop {
    padding-block: 50px;
  }
}
.page .page__title {
  color: #5e5a54;
  pointer-events: none;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (max-width: 1099.9px) {
  .page .page__title {
    font-size: 2.6rem;
  }
}
.page .breadcrumb {
  display: flex;
  font-family: "Shippori Mincho", serif;
  color: #5e5a54;
  font-size: 1.2rem;
  margin-top: 24px;
}
@media (max-width: 767.9px) {
  .page .breadcrumb {
    margin-top: 16px;
  }
}
.page .breadcrumb__item:not(:first-child)::before {
  display: inline;
  content: "/";
  margin: 0 8px;
}
.page .breadcrumb__link {
  color: #5e5a54;
  text-decoration: none;
}
.page .breadcrumb__link:hover {
  text-decoration: underline;
}
.page h2,
.page h3 {
  font-family: "Shippori Mincho", serif;
  color: #5e5a54;
  letter-spacing: 0.12em;
}
.page h2.wp-block-heading {
  font-size: 2.8rem;
}
@media (max-width: 767.9px) {
  .page h2.wp-block-heading {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .page h2.wp-block-heading {
    margin-top: 28px;
  }
}
.page h3.wp-block-heading {
  font-size: 2rem;
  padding: 0.5em 1em;
  background-color: #5e5a54;
  color: #ededed;
}
@media (max-width: 767.9px) {
  .page h3.wp-block-heading {
    margin-top: 12px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .page h3.wp-block-heading {
    margin-top: 24px;
  }
}
.page h4.wp-block-heading {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media (max-width: 767.9px) {
  .page h4.wp-block-heading {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .page h4.wp-block-heading {
    margin-top: 24px;
  }
}
.page .pageBody {
  display: grid;
  grid-template-columns: auto;
  row-gap: 40px;
  margin-top: 40px;
}
@media (max-width: 767.9px) {
  .page .pageBody {
    row-gap: 16px;
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .page .pageBody {
    row-gap: 20px;
  }
}
.page .pageBody p {
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .page .pageBody p {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .page .pageBody p {
    font-size: 1.4rem;
  }
}
.page .pageBody a:not(.wp-block-button__link) {
  text-decoration: underline;
}
.page .pageBody a:not(.wp-block-button__link):hover {
  color: #9bb19c;
  transition: color 0.2s ease;
}
.page .has-small-font-size:is(p, li) {
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .page .has-small-font-size:is(p, li) {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.9px) {
  .page .has-small-font-size:is(p, li) {
    font-size: 1.3rem;
  }
}
.page .wp-block-group__inner-container {
  background-color: #eff4f1;
  padding: 1em 1.5em;
}
.page .wp-block-group__inner-container :is(h2, h3, h4):first-child {
  margin-top: 0;
}
.page :is(ul, ol).wp-block-list {
  margin-top: 0.5em;
  padding-left: 1.5em;
}
.page ul.wp-block-list li {
  list-style: disc;
}
.page ol.wp-block-list li {
  list-style: decimal;
}
.page :is(ul, ol).wp-block-list li {
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .page :is(ul, ol).wp-block-list li {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .page :is(ul, ol).wp-block-list li {
    font-size: 1.4rem;
  }
}
.page .wp-block-buttons {
  margin-top: 24px;
}
@media (max-width: 767.9px) {
  .page .wp-block-buttons {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .page .wp-block-buttons {
    margin-top: 20px;
  }
}
.page .wp-block-button__link {
  position: relative;
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  justify-content: space-between;
  min-width: 240px;
  height: 60px;
  padding: 12px;
  padding-left: 28px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #ededed;
  text-decoration: none;
  background-color: #9bb19c;
  border: 1px solid #9bb19c;
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease;
}
.page .wp-block-button__link::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  color: #ededed;
  background-image: url(../images/icon-button-01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.page .wp-block-button__link:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

/* /body.page（これより下にコード書かない） */
.error404 {
  /* 
  ----------------------------
  pageTop（ページタイトル周り）
  ----------------------------
  */
  /* button */
}
@media (max-width: 767.9px) {
  .error404 {
    overflow: hidden;
  }
}
.error404 .inner {
  width: 91%;
  max-width: 960px;
  margin-inline: auto;
}
.error404 .container {
  width: 85.2%;
  max-width: 908px;
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .error404 .container {
    width: 100%;
  }
}
.error404 .pageTop {
  padding-block: 60px 30px;
  background-color: #fffcf4;
}
@media (max-width: 767.9px) {
  .error404 .pageTop {
    padding-block: 40px;
  }
}
.error404 .pageTitle {
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
.error404 .pageTitle__text {
  display: block;
  color: #5e5a54;
  pointer-events: none;
  font-size: 3.2rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (max-width: 1099.9px) {
  .error404 .pageTitle__text {
    font-size: 2.6rem;
  }
}
.error404 .pageTitle--sub {
  display: block;
}
.error404 .pageBody {
  margin-block: 60px;
  text-align: center;
}
@media (max-width: 767.9px) {
  .error404 .pageBody {
    margin-block: 30px;
  }
}
.error404 .pageBody__text {
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .error404 .pageBody__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .error404 .pageBody__text {
    font-size: 1.4rem;
  }
}
.error404 .wp-block-buttons {
  margin-top: 60px;
}
@media (max-width: 767.9px) {
  .error404 .wp-block-buttons {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .error404 .wp-block-buttons {
    margin-top: 40px;
  }
}
.error404 .wp-block-button__link {
  position: relative;
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  justify-content: space-between;
  min-width: 240px;
  height: 60px;
  padding: 12px;
  padding-left: 28px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  color: #ededed;
  text-decoration: none;
  background-color: #9bb19c;
  border: 1px solid #9bb19c;
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .error404 .wp-block-button__link {
    font-size: 1.5rem;
    height: 56px;
  }
}
@media (max-width: 767.9px) {
  .error404 .wp-block-button__link {
    font-size: 1.4rem;
    height: 48px;
  }
}
.error404 .wp-block-button__link::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  content: "";
  color: #ededed;
  background-image: url(../images/icon-button-01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (min-width: 768px) and (max-width: 1099.9px) {
  .error404 .wp-block-button__link::after {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767.9px) {
  .error404 .wp-block-button__link::after {
    width: 24px;
    height: 24px;
  }
}
.error404 .wp-block-button__link:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.error404 .footer__section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1099.9px) {
  .error404 .footer__section {
    position: relative;
  }
}

/* /body.page（これより下にコード書かない） */

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