:root {
  --footer-width: 56px;
  --mv-images-width: clamp(280px, min(27vw, 48vh), 510px);
  --content-gap: clamp(32px, 5vw, 80px);
  --mv-images-gap: 8px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  padding-left: var(--footer-width);
  background: #f7f7f5;
  color: #2d2f34;
  font-family: "zen-kaku-gothic-antique";
}

/* font-family: "baskerville-poster-pt", serif; */

.site-footer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: var(--footer-width);
  height: 100dvh;
  padding: 40px 0 32px;
  background: #2F3035;
  color: #ffffff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.site-footer__text {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
  color: inherit;
}

a.site-footer__text {
  color: rgba(255, 255, 255, 0.78);
  transition: opacity 0.2s ease;
}

a.site-footer__text:hover {
  opacity: 0.65;
}

.site-header {
  position: fixed;
  top: var(--footer-width);
  right: clamp(32px, 5vw, 96px);
  left: calc(var(--mv-images-width) + var(--footer-width) + var(--footer-width));
  z-index: 900;
}

.site-header-logo {
  position: fixed;
  top: 28px;
  right: var(--footer-width);
  z-index: 901;
  display: block;
  width: 108px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    opacity 0.26s ease,
    visibility 0.26s ease,
    transform 0.26s ease;
}

.site-header-logo img {
  display: block;
  width: 100%;
  height: auto;
}

body.is-header-logo-visible .site-header-logo {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.site-nav__list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  align-items: end;
  justify-content: start;
  gap: clamp(30px, 2vw, 100px);
}

.site-nav__link {
  position: relative;
  display: grid;
  gap: 4px;
  color: #2d2f34;
  text-align: center;
}

.site-nav__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-nav__link:hover::after {
  opacity: 0.35;
  transform: scaleX(1);
}

.site-menu-button {
  display: none;
}

.sub-nav-text {
  min-height: 1em;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}

.main-nav-text {
  display: block;
  font-size: clamp(12px, 0.65vw, 30px);
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  font-weight: bold;
}

.main-background{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/main-background.png);
    background-position: center;
    background-size: cover;
    opacity: 0.1;
}


.mv-images {
  position: fixed;
  top: 0;
  left: var(--footer-width);
  width: var(--mv-images-width);
  height: 100dvh;
  padding-left: var(--mv-images-gap);
  overflow: hidden;
}

.has-js .mv-images {
  opacity: 0;
  visibility: hidden;
}

.has-js .mv-images.is-ready {
  opacity: 1;
  visibility: visible;
}

.mv-images-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--mv-images-gap);
  height: 100%;
}

.mv-images-column {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  transform-origin: center;
}

.mv-images-track {
  display: flex;
  flex-direction: column;
  will-change: transform;
}

.mv-images-set {
  display: grid;
  gap: var(--mv-images-gap);
  padding-bottom: var(--mv-images-gap);
}

.mv-images-item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.mv-images-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv-images-image--next {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.index-content {
  margin-left: calc(var(--mv-images-width) + var(--footer-width));
  min-height: 100dvh;
  padding: 72px clamp(32px, 5vw, 96px) 120px 0;
  padding-right: var(--footer-width);
}

.mv-copy {
  position: relative;
  min-height: calc(100dvh - 144px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 24px;
  text-align: center;
}

.mv-copy__logo {
  width: min(280px, 42vw);
  height: auto;
  opacity: 0;
}

.mv-copy__logo--animated {
  display: block;
  overflow: visible;
  opacity: 1;
}

.mv-copy__lead {
  font-size: 42px;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 500;
  opacity: 0;
}
.mv-copy__lead.font-chic {
  font-family: "tot-shizukardmin-stdn", sans-serif;
}

.mv-copy__lead-svg {
  display: block;
  width: min(455px, 44vw);
  height: auto;
  overflow: visible;
}

.mv-copy__lead-text {
  font-family: inherit;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0;
  dominant-baseline: middle;
  text-anchor: middle;
}

.mv-copy__lead-text--stroke {
  fill: transparent;
  stroke: #2d2f34;
  stroke-width: 1.2px;
  stroke-linecap: butt;
  stroke-linejoin: round;
}

.mv-copy__lead-text--fill {
  fill: #2d2f34;
  stroke: transparent;
}

.mv-copy__button {
  opacity: 0;
  min-width: 192px;
  padding: 16px 32px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.mv-copy__button:hover {
  background: #2d2f34;
  color: #ffffff;
}

.mv-scroll {
  position: fixed;
  left: calc(var(--footer-width) + var(--mv-images-width) + ((100vw - var(--footer-width) - var(--mv-images-width)) / 2));
  bottom: var(--footer-width);
  transform: translateX(-50%);
  z-index: 850;
  font-size: 13px;
  line-height: 1;
  color: #2d2f34;
  pointer-events: none;
  will-change: opacity;
}

.fixed-contact {
  position: fixed;
  right: var(--footer-width);
  bottom: var(--footer-width);
  z-index: 950;
  display: grid;
  grid-template-columns: 28px auto;
  align-items: center;
  gap: 18px;
  /*min-width: 330px; */
  padding: 14px 50px 14px 32px;
  border-radius: 999px;
  background: #2F3035;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(41, 45, 53, 0.16);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.fixed-contact:hover {
  transform: translateY(-3px);
  background: #20242b;
}

body.is-page-footer-open .fixed-contact {
  pointer-events: none;
}

.fixed-contact__icon {
  display: grid;
  place-items: center;
  color: #ffffff;
}

.fixed-contact__body {
  display: grid;
  gap: 6px;
  text-align: center;
}

.fixed-contact__label {
  font-size: 14px;
  line-height: 1;
}

.fixed-contact__text {
  font-size: 15px;
  line-height: 1;
}

.concept-section {
  min-height: 100dvh;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: clamp(44px, 6vh, 76px);
  padding: 120px 0 140px;
  text-align: center;
}

.concept-title {
  margin: 0;
  color: #2d2f34;
  font-family: "baskerville-poster-pt", Baskerville, "Times New Roman", serif;
  font-size: 78px;
  line-height: 0.92;
  font-weight: 400;
  opacity: 0;
}

.concept-title span {
  display: block;
}

.concept-title-svg {
  display: block;
  width: min(460px, 44vw);
  height: auto;
  overflow: visible;
}

.concept-title-text {
  font-family: "baskerville-poster-pt", Baskerville, "Times New Roman", serif;
  font-size: 95px;
  font-weight: 400;
  letter-spacing: 0;
  dominant-baseline: middle;
}

.concept-title-text--stroke {
  fill: transparent;
  stroke: #2d2f34;
  stroke-width: 1.1px;
  stroke-linecap: butt;
  stroke-linejoin: round;
}

.concept-title-text--fill {
  fill: #2d2f34;
  stroke: transparent;
}

.concept-text {
  opacity: 0;
  display: grid;
  color: #2d2f34;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

.concept-text p {
  min-height: 1.9em;
  opacity: 0;
  transform: translateY(14px);
}

.concept-message {
  position: relative;
  z-index: 0;
  opacity: 0;
  color: #2d2f34;
  font-size: 36px;
  line-height: 1.45;
  font-weight: 400;
}

.concept-message__highlight {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.concept-message__highlight::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 220px;
  aspect-ratio: 1 / 1;
  border: 1px solid #2d2f34;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
  pointer-events: none;
}

.concept-message__highlight.is-ripple::before {
  animation: concept-ripple 2.2s ease-out infinite;
}

@keyframes concept-ripple {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
  }

  25% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.15);
  }
}

.content-section {
  max-width: 720px;
  padding: 112px 0;
  border-top: 1px solid rgba(45, 47, 52, 0.18);
}

.content-section:has(.concept-title) {
  max-width: none;
  min-height: 100dvh;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: clamp(44px, 6vh, 76px);
  padding: 120px 0 140px;
  border-top: 0;
  text-align: center;
}

.salon-gallery {
  width: min(100%, 1160px);
  overflow: visible;
  opacity: 0;
}

.salon-gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.salon-card {
  display: grid;
  gap: 18px;
  text-align: left;
}

.salon-card__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  object-fit: cover;
}

.salon-card__name {
  display: grid;
  gap: 4px;
  color: rgba(45, 47, 52, 0.08);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
}

.salon-more {
  justify-self: end;
  min-width: 250px;
  padding: 18px 32px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: #2d2f34;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  opacity: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.salon-more:hover {
  background: #2d2f34;
  color: #ffffff;
}

.instagram-section {
  justify-items: stretch;
  align-content: center;
  gap: 28px;
}

.instagram-section .concept-title {
  justify-self: start;
}

.instagram-section .concept-title-svg {
  width: min(300px, 28vw);
}

.instagram-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  opacity: 0;
}

.instagram-post {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 0 0 1px rgba(45, 47, 52, 0.02);
  overflow: hidden;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.instagram-post__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.instagram-post:hover {
  background: rgba(255, 255, 255, 0.82);
  transform: translateY(-2px);
}

.instagram-post--loaded:hover .instagram-post__image {
  transform: scale(1.05);
}

.instagram-more {
  justify-self: end;
  margin-top: 10px;
}

.page-footer-trigger {
  height: clamp(96px, 14dvh, 170px);
  pointer-events: none;
}

.page-footer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1900;
  background: rgba(0, 0, 0, 0.26);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

body.is-page-footer-open .page-footer-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  min-height: 320px;
  padding: 96px clamp(72px, 8vw, 144px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: 48px;
  border-radius: 64px 64px 0 0;
  background: #2F3035;
  color: #ffffff;
  box-shadow: 0 -24px 80px rgba(0, 0, 0, 0.18);
  transform: translateY(calc(100% + 2px));
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  pointer-events: none;
}

body.is-page-footer-open .page-footer {
  transform: translateY(0);
  pointer-events: auto;
}

.page-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  align-items: end;
  justify-content: start;
  gap: clamp(34px, 4vw, 72px);
}

.page-footer__link {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  transition: opacity 0.2s ease;
}

.page-footer__link:hover {
  opacity: 0.68;
}

.page-footer__link span:first-child {
  min-height: 1em;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}

.page-footer__link span:last-child {
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
}

.page-footer__link--single {
  align-self: end;
}

.page-footer__link--single span:first-child {
  min-height: auto;
  font-size: 15px;
  font-weight: 500;
}

.page-footer__logo {
  justify-self: end;
  width: min(320px, 100%);
  height: auto;
  filter: brightness(0) invert(1);
}

.content-section__label {
  margin-bottom: 16px;
  color: rgba(45, 47, 52, 0.58);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

.content-section__title {
  font-size: 38px;
  line-height: 1.45;
  font-weight: 400;
}

.content-section__text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2;
  color: rgba(45, 47, 52, 0.76);
}

body.is-under-page .site-header {
  top: 32px;
  right: 58px;
  left: auto;
}

body.is-under-page .site-header-logo {
  position: fixed;
  top: 32px;
  left: calc(var(--footer-width) + 34px);
  right: auto;
  z-index: 901;
  display: block;
  width: 118px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

body.is-under-page .site-nav__list {
  gap: clamp(28px, 3vw, 58px);
}

body.is-under-page .main-nav-text {
  font-size: 12px;
}

.under-salon-page {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
}

.under-salon-shell {
  width: auto;
  margin: 0;
  padding: clamp(150px, 16vh, 220px) clamp(72px, 9vw, 180px) 190px;
}

.under-salon-hero {
  margin-bottom: 42px;
}

.under-salon-title {
  margin: 0;
  font-family: "baskerville-poster-pt", Baskerville, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: #2d2f34;
}

.under-salon-lead {
  width: min(100%, 680px);
  margin: 14px 0 0;
  color: rgba(45, 47, 52, 0.72);
  font-size: 13px;
  line-height: 1.8;
}

.under-policy-shell {
  max-width: 960px;
}

.under-policy-hero {
  margin-bottom: 38px;
}

.under-policy-content {
  display: grid;
  gap: 18px;
  width: min(100%, 760px);
}

.under-policy-section {
  display: grid;
  gap: 8px;
  color: #2d2f34;
  font-size: 13px;
  line-height: 1.9;
}

.under-policy-section h2,
.under-policy-section p,
.under-policy-section ul {
  margin: 0;
}

.under-policy-section h2 {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}

.under-policy-section ul {
  padding-left: 1.2em;
}

.under-salon-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 28px;
}

.under-salon-card {
  display: grid;
}

.under-salon-card__link {
  display: grid;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  border-radius: 6px;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.under-salon-card__link:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

.under-salon-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 392 / 169;
  border-radius: 6px;
  object-fit: cover;
}

.under-salon-card__image--placeholder {
  display: grid;
  place-items: center;
  background: #202125;
}

.under-salon-card__image--placeholder img {
  width: min(185px, 54%);
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.34;
}

.under-salon-card__body {
  display: grid;
  gap: 5px;
  color: #2d2f34;
  font-size: 10px;
  line-height: 1.55;
}

.under-salon-card__name,
.under-salon-card__area,
.under-salon-card__address,
.under-salon-card__tel {
  margin: 0;
}

.under-salon-card__name,
.under-salon-card__area {
  font-weight: 700;
}

.under-salon-card__address,
.under-salon-card__tel {
  color: rgba(45, 47, 52, 0.62);
}

@media (max-width: 767px) {
  :root {
    --footer-width: 48px;
    --mv-images-width: clamp(104px, 26vw, 148px);
    --content-gap: clamp(16px, 5vw, 24px);
    --mv-images-gap: 6px;
  }

  body {
    padding-left: 0;
  }

  .main-background{
    background-position: center right;
  }

  .site-footer {
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 46px;
    padding: 0 18px;
    flex-direction: row;
  }

  .site-footer__text {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 10px;
  }

  .site-header {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 82px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: visible;
  }

  .site-header-logo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
    display: block;
    width: 86px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1090;
    display: grid;
    align-content: center;
    min-height: 100dvh;
    padding: 118px 32px 88px;
    background: rgba(47, 48, 53, 0.98);
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
    pointer-events: none;
    transition:
      opacity 0.34s ease,
      visibility 0.34s ease,
      transform 0.48s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .site-menu-button {
    position: relative;
    top: auto;
    right: auto;
    z-index: 1102;
    display: grid;
    grid-template-rows: 22px auto;
    place-items: center;
    gap: 0;
    width: 46px;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2d2f34;
    cursor: pointer;
  }

  .site-menu-button__lines {
    position: relative;
    display: grid;
    align-content: center;
    gap: 6px;
    width: 30px;
    height: 22px;
  }

  .site-menu-button__lines span {
    display: block;
    width: 30px;
    height: 1px;
    background: currentColor;
    transition:
      opacity 0.24s ease,
      transform 0.34s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .site-menu-button__label {
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
  }

  .site-nav__list {
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: auto;
    gap: 28px;
    color: inherit;
  }

  .site-nav__item {
    opacity: 0;
    transform: translateY(14px);
    transition:
      opacity 0.34s ease,
      transform 0.48s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .site-nav__link {
    justify-items: start;
    gap: 8px;
    color: inherit;
    text-align: left;
  }

  .site-nav__link::after {
    display: none;
  }

  .site-nav .sub-nav-text {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.56);
  }

  .site-nav .main-nav-text {
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
  }

  body.is-site-menu-open {
    overflow: hidden;
  }

  body.is-site-menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.is-site-menu-open .site-nav__item {
    opacity: 1;
    transform: translateY(0);
  }

  body.is-site-menu-open .site-nav__item:nth-child(1) {
    transition-delay: 0.08s;
  }

  body.is-site-menu-open .site-nav__item:nth-child(2) {
    transition-delay: 0.13s;
  }

  body.is-site-menu-open .site-nav__item:nth-child(3) {
    transition-delay: 0.18s;
  }

  body.is-site-menu-open .site-nav__item:nth-child(4) {
    transition-delay: 0.23s;
  }

  body.is-site-menu-open .site-header-logo {
    filter: brightness(0) invert(1);
  }

  body.is-site-menu-open .site-menu-button {
    color: #ffffff;
  }

  body.is-site-menu-open .site-menu-button__lines span:nth-child(1) {
    transform: translateY(7px) rotate(34deg);
  }

  body.is-site-menu-open .site-menu-button__lines span:nth-child(2) {
    opacity: 0;
  }

  body.is-site-menu-open .site-menu-button__lines span:nth-child(3) {
    transform: translateY(-7px) rotate(-34deg);
  }

  #index .container {
    display: flex;
    flex-direction: column;
  }

  .mv-images {
    position: relative;
    top: auto;
    left: auto;
    order: 2;
    width: 100%;
    height: auto;
    padding: 0 0 46px;
    overflow: hidden;
  }

  .mv-images-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    height: auto;
  }

  .mv-images-column {
    height: auto;
    overflow: hidden;
  }

  .mv-images-column--3 {
    display: none;
  }

  .mv-images-track {
    display: flex;
    flex-direction: row;
    width: max-content;
    will-change: transform;
  }

  .mv-images-set {
    display: flex;
    gap: 10px;
    padding: 0;
  }

  .mv-images-set + .mv-images-set {
    display: flex;
    padding-left: 10px;
  }

  .mv-images-item {
    width: min(28vw, 132px);
    flex: 0 0 min(28vw, 132px);
  }

  .index-content {
    order: 1;
    margin-left: 0;
    padding: 82px 20px 88px;
  }

  .mv-copy {
    min-height: auto;
    padding: 48px 0 36px;
  }

  .mv-scroll {
    bottom: 18px;
    font-size: 11px;
  }

  .mv-copy__lead {
    font-size: 26px;
  }

  .mv-copy__lead-svg {
    width: min(280px, 58vw);
  }

  .mv-copy__lead-text {
    font-size: 26px;
  }

  .mv-copy__button {
    min-width: 160px;
    padding: 14px 24px;
  }

  .fixed-contact {
    right: 16px;
    bottom: 18px;
    grid-template-columns: 22px auto;
    min-width: 0;
    max-width: calc(100vw - var(--footer-width) - 32px);
    padding: 12px 18px 12px 16px;
  }

  .fixed-contact__label {
    font-size: 11px;
  }

  .fixed-contact__text {
    font-size: 12px;
  }

  .concept-section {
    position: relative;
    z-index: 2;
    gap: 38px;
    width: 100%;
    margin-left: 0;
    padding: 96px 0px 112px;
    justify-items: center;
    align-content: center;
  }

  .concept-title {
    font-size: 42px;
  }

  .concept-title-svg {
    width: min(280px, 72vw);
  }

  .concept-title-text {
    font-size: 95px;
  }

  .concept-text {
    gap: 12px;
    font-size: 13px;
    line-height: 1.9;
    width: min(100%, 460px);
    text-align: left;
  }

  .concept-text p {
    min-height: 1.9em;
  }

  .concept-message {
    width: min(100%, 430px);
    font-size: 33px;
    text-align: center;
  }

  .concept-message__highlight::before {
    width: 150px;
  }

  .content-section {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-left: 0;
    padding: 72px 20px;
  }

  .content-section:has(.concept-title) {
    gap: 38px;
    padding: 96px 0px 112px;
    justify-items: center;
  }

  .salon-gallery {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    overflow: hidden;
  }

  .salon-gallery__wrapper {
    display: flex;
    gap: 0;
  }

  .salon-card {
    gap: 10px;
  }

  .salon-gallery .salon-card {
    width: min(76vw, 360px);
    flex-shrink: 0;
  }

  .salon-gallery.is-swiper-fallback {
    overflow-x: auto;
    scroll-padding: 0 12vw;
    scroll-snap-type: x mandatory;
  }

  .salon-gallery.is-swiper-fallback .salon-gallery__wrapper {
    padding: 0 12vw;
  }

  .salon-gallery.is-swiper-fallback .salon-card {
    scroll-snap-align: center;
  }

  .salon-card__name {
    font-size: 14px;
  }

  .salon-more {
    justify-self: center;
    min-width: min(230px, 100%);
    padding: 15px 24px;
    font-size: 13px;
  }

  .instagram-section {
    gap: 22px;
  }

  .instagram-section .concept-title {
    justify-self: left;
  }

  .instagram-section .concept-title-svg {
    width: min(220px, 54vw);
  }

  .instagram-grid {
    width: min(100%, 520px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .instagram-more {
    justify-self: center;
  }

  .page-footer {
    min-height: 360px;
    padding: 56px 28px;
    grid-template-columns: 1fr;
    border-radius: 36px 36px 0 0;
    transform: translateY(calc(100% + 2px));
  }

  .page-footer__nav {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 26px 34px;
    order: 2;
  }

  .page-footer__logo {
    justify-self: center;
    width: min(240px, 72vw);
    order: 1;
  }

  body.is-under-page .site-header {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1100;
    height: 82px;
    overflow: visible;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;    
    align-items: center;
  }

  body.is-under-page .site-header-logo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;    
    display: block;
    width: 86px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  body.is-under-page .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1090;
    display: grid;
    align-content: center;
    min-height: 100dvh;
    padding: 118px 32px 88px;
    background: rgba(47, 48, 53, 0.98);
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
    pointer-events: none;
    transition:
      opacity 0.34s ease,
      visibility 0.34s ease,
      transform 0.48s cubic-bezier(0.19, 1, 0.22, 1);
  }

  body.is-under-page .site-menu-button {
    position: relative;
    top: auto;
    right: auto;
    z-index: 1102;
    display: grid;
    grid-template-rows: 22px auto;
    place-items: center;
    gap: 0px;
    width: 46px;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2d2f34;
    cursor: pointer;
  }

  body.is-under-page .site-menu-button__lines {
    position: relative;
    display: grid;
    align-content: center;
    gap: 6px;
    width: 30px;
    height: 22px;
  }

  body.is-under-page .site-menu-button__lines span {
    display: block;
    width: 30px;
    height: 1px;
    background: currentColor;
    transition:
      opacity 0.24s ease,
      transform 0.34s cubic-bezier(0.19, 1, 0.22, 1);
  }

  body.is-under-page .site-menu-button__label {
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
  }

  body.is-under-page .site-nav__list {
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: auto;
    gap: 28px;
    color: inherit;
  }

  body.is-under-page .site-nav__item {
    opacity: 0;
    transform: translateY(14px);
    transition:
      opacity 0.34s ease,
      transform 0.48s cubic-bezier(0.19, 1, 0.22, 1);
  }

  body.is-under-page .site-nav__link {
    justify-items: start;
    gap: 8px;
    color: inherit;
    text-align: left;
  }

  body.is-under-page .site-nav__link::after {
    display: none;
  }

  body.is-under-page .site-nav .sub-nav-text {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.56);
  }

  body.is-under-page .site-nav .main-nav-text {
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
  }

  body.is-under-page.is-site-menu-open {
    overflow: hidden;
  }

  body.is-under-page.is-site-menu-open .site-header {
    background: transparent;
    backdrop-filter: none;
  }

  body.is-under-page.is-site-menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.is-under-page.is-site-menu-open .site-nav__item {
    opacity: 1;
    transform: translateY(0);
  }

  body.is-under-page.is-site-menu-open .site-nav__item:nth-child(1) {
    transition-delay: 0.08s;
  }

  body.is-under-page.is-site-menu-open .site-nav__item:nth-child(2) {
    transition-delay: 0.13s;
  }

  body.is-under-page.is-site-menu-open .site-nav__item:nth-child(3) {
    transition-delay: 0.18s;
  }

  body.is-under-page.is-site-menu-open .site-nav__item:nth-child(4) {
    transition-delay: 0.23s;
  }

  body.is-under-page.is-site-menu-open .site-header-logo {
    filter: brightness(0) invert(1);
  }

  body.is-under-page.is-site-menu-open .site-menu-button {
    color: #ffffff;
  }

  body.is-under-page.is-site-menu-open .site-menu-button__lines span:nth-child(1) {
    transform: translateY(7px) rotate(34deg);
  }

  body.is-under-page.is-site-menu-open .site-menu-button__lines span:nth-child(2) {
    opacity: 0;
  }

  body.is-under-page.is-site-menu-open .site-menu-button__lines span:nth-child(3) {
    transform: translateY(-7px) rotate(-34deg);
  }

  body.is-under-page {
    padding-left: 0;
    padding-bottom: 0;
  }

  body.is-under-page .site-footer {
    position: relative;
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 46px;
    padding: 0 18px;
    flex-direction: row;
  }

  body.is-under-page .site-footer__text {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 10px;
  }

  .under-salon-shell {
    width: auto;
    margin-left: 0;
    padding: 118px 18px 110px 20px;
  }

  .under-salon-hero {
    margin-bottom: 32px;
  }

  .under-salon-title {
    font-size: 30px;
  }

  .under-salon-lead {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.75;
  }

  .under-policy-hero {
    margin-bottom: 28px;
  }

  .under-policy-content {
    gap: 16px;
  }

  .under-policy-section {
    gap: 7px;
    font-size: 12px;
    line-height: 1.8;
  }

  .under-policy-section h2 {
    font-size: 14px;
  }

  .under-salon-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .under-salon-card__body {
    font-size: 10px;
  }

  .content-section__title {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv-images-track {
    transform: none;
  }
}
