html {
  scroll-padding-top: 72px;
}

.page-home {
  --minamo-bg: url('../images/aqua-minamo.webp');

  background:
    linear-gradient(180deg, rgba(13, 20, 23, .84) 0%, rgba(13, 20, 23, .74) 38%, rgba(13, 20, 23, .88) 100%),
    var(--minamo-bg) center top / cover no-repeat fixed,
    #0d1417;
}

.hero {
  position: relative;
  height: 780px;
  overflow: hidden;
  background: #0a1014;
}

.hero-bg-stack {
  position: absolute;
  inset: 0;
}

.hero-picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.6s ease;
  will-change: opacity;
}

.hero-picture.is-active,
.hero-bg-stack:not(.is-ready) .hero-picture:first-child {
  opacity: 1;
}

.hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform 9.6s linear;
  will-change: transform;
}

.hero-picture.is-active .hero-img {
  transform: scale(1.1);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 20, 23, .35) 0%, rgba(13, 20, 23, .5) 60%, #0d1417 100%);
}

.hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 980px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.hero-logo-picture {
  display: block;
  margin: 0 auto 30px;
  line-height: 0;
}

.hero-logo-image {
  display: block;
  width: min(440px, 86vw);
  height: auto;
  margin: 0 auto;
}

.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: .5;
  transform: translateX(-50%);
}

.hero-eyebrow {
  margin-bottom: 28px;
  color: #c9b683;
  font: 500 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .34em;
}

.hero-h1 {
  margin: 0;
  color: #f5efe0;
  font: 500 46px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
  letter-spacing: .06em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .4);
}

.hero-accent-line {
  width: 60px;
  height: 1px;
  margin: 36px auto 0;
  background: #c9b683;
}

.hero-sub {
  margin-top: 22px;
  color: #c9b683;
  font: 500 12px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.scroll-label {
  color: #c9b683;
  font: 500 9px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .3em;
}

.scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, #c9b683, transparent);
}

.event-banner-link {
  display: block;
  background: linear-gradient(90deg, #c9b683 0%, #d8c794 40%, #b59e6b 100%);
  color: #0d1417;
}

.event-banner-rotator {
  background: linear-gradient(90deg, #c9b683 0%, #d8c794 40%, #b59e6b 100%);
}

.event-banner-link[hidden] {
  display: none;
}

.event-banner-link.is-active {
  animation: event-banner-fade .5s ease both;
}

@keyframes event-banner-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.event-banner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 48px;
  gap: 24px;
}

.event-banner .event-banner-text:first-child {
  padding: 7px 12px;
  background: #0d1417;
  color: #c9b683;
  font: 700 10px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .24em;
}

.event-banner-title {
  font: 600 17px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .02em;
}

.event-banner-cta {
  margin-left: auto;
  font: 500 10px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .22em;
}

.instagram-reserve-banner {
  padding: 22px 48px 18px;
  border-bottom: 1px solid rgba(201, 182, 131, .28);
  background: #11191d;
}

.instagram-reserve-banner__inner {
  display: flex;
  align-items: center;
  max-width: 1184px;
  margin: 0 auto;
  gap: 32px;
}

.instagram-reserve-banner__eyebrow {
  color: #c9b683;
  font: 600 10px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .22em;
}

.instagram-reserve-banner p {
  margin: 7px 0 0;
  color: #f5efe0;
  font: 500 14px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.instagram-reserve-banner__inner a {
  flex-shrink: 0;
  margin-left: auto;
  padding: 13px 20px;
  border: 1px solid #c9b683;
  color: #c9b683;
  font: 600 11px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .08em;
}

.instagram-reserve-banner__inner a.instagram-reserve-banner__line {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0;
  padding: 13px 20px;
  gap: 9px;
  border: 1px solid rgba(95, 198, 88, .55);
  color: rgba(166, 226, 162, .82);
  font: 600 11px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.instagram-reserve-banner__inner a.instagram-reserve-banner__line:hover {
  border-color: rgba(95, 198, 88, .8);
  background: rgba(95, 198, 88, .1);
  color: #bce9b8;
}

.instagram-reserve-banner .instagram-reserve-banner__note {
  max-width: 1184px;
  margin: 8px auto 0;
  color: rgba(232, 227, 216, .62);
  font-size: 11px;
  font-weight: 400;
}

.main-pad {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 48px 40px;
}

.card {
  margin-bottom: 36px;
  padding: 56px 64px;
  border: 1px solid rgba(201, 182, 131, .18);
  border-radius: 2px;
  background: transparent;
}

@supports (content-visibility: auto) {
  .main-pad > .card {
    content-visibility: auto;
    contain-intrinsic-size: 420px;
  }
}

.about-card {
  padding: 64px 80px;
  text-align: center;
}

.brand-story-heading {
  margin: 0 0 30px;
  color: #f5efe0;
  font: 500 34px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .06em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .65);
}

.brand-story-heading--en {
  color: #e2d8c3;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .02em;
}

.brand-story-break {
  display: none;
}

.about-card__layout {
  display: block;
}

.about-card__layout .brand-story-image {
  width: 88%;
  max-width: 920px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 16 / 9;
}

.about-card__subsection {
  margin-top: 64px;
}

.power-spot-gallery {
  width: 88%;
  max-width: 920px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.grid-2 {
  display: grid;
  grid-template-columns: 5fr 7fr;
  align-items: center;
  gap: 56px;
}

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

.card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
}

#about .card-head {
  margin-bottom: 40px;
}

#menu .card-head,
#staff .card-head,
#news .card-head,
#faq .card-head {
  margin-bottom: 16px;
}

#scene .card-head {
  margin-bottom: 28px;
}

.card-eyebrow {
  margin: 0;
  color: #c9b683;
  font: 500 10px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .3em;
}

.h2-card {
  margin: 0 0 12px;
  color: #f5efe0;
  font: 500 30px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .06em;
}

.h3-card {
  margin: 0 0 18px;
  color: #f5efe0;
  font: 500 28px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
}

.body-text {
  margin: 0 0 32px;
  color: rgba(232, 227, 216, .82);
  font: 400 14px/2.1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: justify;
  text-justify: inter-character;
}

.about-card .body-text {
  max-width: 740px;
  margin: 0 auto;
  color: rgba(232, 227, 216, .9);
  font-size: 15px;
  line-height: 2.2;
  text-align: center;
}

.body-text-en {
  max-width: 780px;
  margin: 0 auto;
  color: rgba(232, 227, 216, .85);
  font: 400 13px/2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .01em;
}

.about-en-h {
  margin: 0 0 26px;
  color: #c9b683;
  font: 500 21px/1.55 Georgia, serif;
  letter-spacing: .06em;
}

.index-panel-flow-space {
  width: 200px;
  height: 1px;
  margin: 48px auto;
  background: rgba(201, 182, 131, .5);
}

.image-mosaic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.index-panel-clipped-area {
  overflow: hidden;
  background: #0a1014;
}

.index-panel-clipped-area > picture,
.index-panel-bordered-box > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.image-mosaic-grid .index-panel-clipped-area {
  aspect-ratio: 3 / 5;
}

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

.scene-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 56px;
}

.content-stack {
  display: flex;
  flex-direction: column;
}

.content-row {
  display: flex;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(201, 182, 131, .15);
}

.scene-num {
  min-width: 44px;
  color: #c9b683;
  font: 300 28px/1 Georgia;
}

.scene-text-jp {
  color: #f5efe0;
  font: 500 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.scene-text-body {
  margin-top: 8px;
  color: rgba(232, 227, 216, .78);
  font: 400 13px/1.95 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.menu-tile {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  background: rgba(201, 182, 131, .06);
}

.menu-tile-jp {
  color: #f5efe0;
  font: 500 14px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.menu-tile-en {
  color: #c9b683;
  font: 400 10px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .18em;
}

.index-link-inline-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid rgba(201, 182, 131, .45);
  color: #c9b683;
  font: 600 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .22em;
  transition: background .2s, color .2s;
}

.index-link-inline-action:hover {
  background: rgba(201, 182, 131, .08);
}

.index-action-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}

.staff-action-link--mobile {
  display: none;
}

#menu .body-text {
  max-width: 900px;
}

#menu .body-text,
#staff .body-text {
  line-height: 2.05;
}

#staff .h3-card {
  margin-bottom: 20px;
  font-size: 24px;
}

#staff .body-text {
  margin-bottom: 22px;
}

#faq .h3-card {
  margin-bottom: 32px;
}

.index-link-inline-action .event-banner-text,
.news-row .event-banner-text {
  color: #c9b683;
  font: 400 14px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.staff-thumb-row {
  display: grid;
  grid-template-columns: repeat(4, 104px);
  justify-content: flex-end;
  gap: 18px 20px;
}

.staff-thumb {
  display: flex;
  flex-direction: column;
  width: 104px;
  gap: 10px;
  text-align: center;
}

.staff-thumb span {
  color: #f5efe0;
  font: 500 14px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.index-panel-bordered-box {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(201, 182, 131, .25);
  border-radius: 50%;
  background: #0a1014;
}

.news-row-link {
  display: block;
  border-bottom: 1px solid rgba(201, 182, 131, .15);
  transition: background .2s;
}

.news-row-link:hover {
  background: rgba(201, 182, 131, .05);
}

.news-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 32px;
  padding: 18px 0;
}

.news-date {
  color: #c9b683;
  font: 400 12px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .06em;
  white-space: nowrap;
}

.news-title {
  min-width: 0;
  color: #f5efe0;
  font: 500 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.news-row .event-banner-text {
  justify-self: end;
}

.faq-entry {
  border-top: 1px solid rgba(201, 182, 131, .18);
}

.faq-toggle-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  gap: 24px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.faq-q {
  color: #f5efe0;
  font: 500 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.faq-a {
  padding-right: 40px;
  color: rgba(232, 227, 216, .82);
  font: 400 13.5px/2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.faq-toggle-icon {
  flex-shrink: 0;
  color: #c9b683;
  font: 300 22px/1 Georgia;
  transition: transform .25s;
}

.faq-answer-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
}

.faq-entry.is-open .faq-toggle-icon {
  transform: rotate(45deg);
}

.faq-entry.is-open .faq-answer-panel {
  max-height: 300px;
  padding-bottom: 24px;
}

.access-info-row {
  display: grid;
  grid-template-columns: 5fr 7fr;
  align-items: start;
  margin-bottom: 32px;
  gap: 48px;
}

.access-heading {
  margin: 0 0 14px;
  color: #f5efe0;
  font: 500 28px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
}

.access-lead {
  max-width: 780px;
  margin: 0 0 28px;
  color: rgba(232, 227, 216, .82);
  font: 400 14px/2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.access-address {
  color: #f5efe0;
  font: 500 19px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.stations {
  padding: 18px 22px;
  border-left: 2px solid #c9b683;
  background: rgba(201, 182, 131, .06);
  color: rgba(232, 227, 216, .88);
  columns: 2;
  column-gap: 32px;
  font: 400 13px/2.05 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.access-map {
  position: relative;
  height: 560px;
  overflow: hidden;
  border-radius: 2px;
  background: #0a1014;
}

.access-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.access-visual {
  overflow: hidden;
  border-radius: 2px;
  background: #0a1014;
}

.access-visual-picture,
.access-visual-image {
  display: block;
  width: 100%;
  height: auto;
}

.access-map.access-map--static {
  height: auto;
}

.access-map-static-picture,
.access-map-static-image {
  display: block;
  width: 100%;
  height: auto;
}

.index-link-absolute-layer {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 9px 14px;
  background: rgba(13, 20, 23, .85);
  color: #c9b683;
  font: 500 10px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .18em;
  backdrop-filter: blur(6px);
}

.index-link-absolute-layer:hover {
  background: #c9b683;
  color: #0d1417;
}

.access-station-time {
  color: #f5efe0;
}

.info-cell-label {
  width: 100px;
  color: #c9b683;
}

.info-cell-text {
  color: rgba(232, 227, 216, .88);
  font: 400 14px/2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#info .grid-2 {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 56px;
}

#info .card-head {
  margin-bottom: 24px;
}

#info .content-row {
  display: flex;
  padding: 12px 0;
  gap: 0;
  border-bottom: 1px solid rgba(201, 182, 131, .12);
}

#info .content-row:last-child {
  border-bottom: 0;
}

#info .mobile-cta-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 18px 0 10px;
  padding: 22px 26px;
  gap: 6px;
  background: #c9b683;
  color: #0d1417;
  text-align: left;
}

#info .mobile-cta-link .event-banner-text {
  color: #0d1417;
  font: 500 9px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .24em;
}

.contact-phone-link {
  color: #0d1417;
}

.contact-phone-availability {
  margin-top: 4px;
  color: #0d1417;
  font: 600 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.contact-phone-hours {
  color: #0d1417;
  font: 400 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.contact-phone-line-guide {
  margin-top: 6px;
  color: #0d1417;
  font: 400 11px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.contact-phone-line-guide a {
  border-bottom: 1px solid #0d1417;
  color: #0d1417;
  font-weight: 600;
}

.contact-tel-num {
  font: 600 30px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
}

#info .contact-tel-num {
  color: #0d1417;
}

#info .image-mosaic-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

#info .index-link-bordered-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  gap: 5px;
  border: 1px solid rgba(201, 182, 131, .4);
  background: #1a2530;
  color: #f5efe0;
  text-align: center;
  transition: background .2s;
}

#info .index-link-bordered-box .scroll-label:first-child {
  color: #c9b683;
  font: 500 9px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .22em;
}

#info .index-link-bordered-box .scroll-label:last-child {
  color: #f5efe0;
  font: 500 12px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

#info .index-link-bordered-box:hover {
  background: #22303a;
}

#info .index-link-bordered-box--disabled {
  cursor: default;
  opacity: .62;
}

#info .index-link-bordered-box--disabled:hover {
  background: #1a2530;
}

@media (prefers-reduced-motion: reduce) {
  .hero-picture {
    transition: none;
  }

  .hero-picture .hero-img {
    transform: none;
    transition: none;
  }

  .hero-picture:first-child {
    opacity: 1;
  }
}

@media (max-width: 860px) {
  .hero-picture {
    transition: none;
    will-change: auto;
  }

  .hero-img,
  .hero-picture.is-active .hero-img {
    transform: none;
    transition: none;
    will-change: auto;
  }

  .brand-story-break {
    display: initial;
  }

  .about-card__content .brand-story-heading,
  #power-spot .brand-story-heading {
    font-size: clamp(15px, calc(6.3vw - 4.5px), 24px);
    letter-spacing: .03em;
    white-space: nowrap;
  }

  #everyday-life .brand-story-heading {
    font-size: clamp(23px, 7.2vw, 32px);
  }

  .about-card__layout .brand-story-image {
    width: 100%;
    margin-top: 32px;
  }

  .about-card__subsection {
    margin-top: 40px;
  }

  .power-spot-gallery {
    width: 100%;
  }
  .page-home {
    --minamo-bg: url('../images/aqua-minamo-sp.webp');

    background-attachment: scroll;
    background-position: center top;
  }

  .hero {
    height: 540px;
  }

  .hero-logo-picture {
    margin-bottom: 20px;
  }

  .hero-logo-image {
    width: min(270px, 82vw);
  }

  .hero-eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: .26em;
  }

  .hero-h1 {
    font-size: clamp(18px, 5.5vw, 24px);
    line-height: 1.7;
    letter-spacing: .04em;
  }

  .hero-sub {
    margin-top: 18px;
    font-size: 11px;
  }

  .event-banner {
    flex-wrap: wrap;
    padding: 14px 18px;
    gap: 6px 12px;
  }

  .event-banner-cta {
    display: none;
  }

  .instagram-reserve-banner {
    padding: 20px 18px;
  }

  .instagram-reserve-banner__inner {
    align-items: stretch;
    flex-wrap: wrap;
    gap: 14px;
  }

  .instagram-reserve-banner__inner > div {
    flex-basis: 100%;
  }

  .instagram-reserve-banner p {
    font-size: 13px;
  }

  .instagram-reserve-banner__inner a {
    flex: 1 1 0;
    margin-left: 0;
    text-align: center;
  }

  .instagram-reserve-banner__line {
    flex: 1 1 0;
    justify-content: center;
  }

  .main-pad {
    padding: 32px 16px 82px;
  }

  .card,
  .about-card {
    margin-bottom: 18px;
    padding: 32px 20px;
  }

  .about-card {
    padding: 36px 20px;
  }

  .card-head {
    margin-bottom: 18px;
  }

  .card-eyebrow {
    font-size: 9px;
    letter-spacing: .22em;
  }

  .grid-2,
  .scene-grid,
  .access-info-row {
    grid-template-columns: 1fr;
  }

  .grid-2,
  .scene-grid {
    gap: 24px;
  }

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

  .h2-card {
    font-size: 22px;
    line-height: 1.55;
  }

  .h3-card {
    font-size: 19px;
    line-height: 1.5;
  }

  .body-text {
    font-size: 13px;
    line-height: 2;
  }

  .body-text-en {
    font-size: 11.5px;
    line-height: 1.95;
  }

  .about-en-h {
    font-size: 17px;
  }

  .scene-num {
    min-width: 34px;
    font-size: 22px;
  }

  .scene-text-jp {
    font-size: 14px;
  }

  .scene-text-body {
    font-size: 12px;
  }

  .menu-tile {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 52px;
    padding: 10px 12px;
    gap: 5px;
  }

  .menu-tile-jp {
    font-size: 12.5px;
    line-height: 1.25;
  }

  .menu-tile-en {
    font-size: 9px;
    letter-spacing: .14em;
  }

  #menu .index-action-row,
  #news .index-action-row,
  #faq .index-action-row,
  #access .index-action-row {
    justify-content: center;
    margin-top: 24px;
  }

  #menu .index-link-inline-action,
  #news .index-link-inline-action,
  #faq .index-link-inline-action,
  #access .index-link-inline-action,
  .staff-action-link--mobile {
    width: 100%;
    justify-content: center;
    padding-right: 14px;
    padding-left: 14px;
    text-align: center;
  }

  #staff {
    gap: 22px;
  }

  #staff .body-text {
    margin-bottom: 0;
  }

  .staff-action-link--desktop {
    display: none;
  }

  .staff-action-link--mobile {
    display: inline-flex;
    order: 3;
  }

  .staff-thumb-row {
    grid-template-columns: repeat(3, minmax(0, 108px));
    justify-content: center;
    gap: 22px 14px;
  }

  .staff-thumb {
    width: 100%;
    gap: 9px;
  }

  .staff-thumb span {
    font-size: 13.5px;
  }

  .news-row {
    grid-template-columns: minmax(0, 1fr) 18px;
    grid-template-areas:
      "date arrow"
      "title arrow";
    align-items: center;
    gap: 7px 14px;
    padding: 14px 0;
  }

  .news-date {
    grid-area: date;
    font-size: 11px;
    line-height: 1;
  }

  .news-title {
    grid-area: title;
    font-size: 13.5px;
  }

  .news-row .event-banner-text {
    grid-area: arrow;
    align-self: center;
    font-size: 13px;
  }

  #news .index-action-row {
    margin-top: 24px;
  }

  .faq-q {
    font-size: 14px;
  }

  .faq-a {
    padding-right: 0;
    font-size: 12.5px;
  }

  .access-map {
    height: 380px;
  }

  .access-info-row {
    gap: 18px;
    margin-bottom: 20px;
  }

  .access-heading {
    font-size: 20px;
    line-height: 1.55;
  }

  .access-lead {
    margin-bottom: 22px;
    font-size: 13px;
    line-height: 1.9;
  }

  .access-address {
    font-size: 15.5px;
  }

  .stations {
    padding: 14px 16px;
    columns: 1;
    font-size: 11.5px;
  }

  .info-cell-label {
    width: 80px;
  }

  .info-cell-text {
    font-size: 13px;
  }

  .contact-tel-num {
    font-size: 22px;
  }

  #info .grid-2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .instagram-reserve-banner__inner {
    flex-direction: column;
  }

  .instagram-reserve-banner__inner > div {
    flex-basis: auto;
  }

  .instagram-reserve-banner__inner a,
  .instagram-reserve-banner__line {
    flex: none;
  }

  .access-visual-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (min-width: 861px) and (max-width: 1199px) {
  .page-home {
    --minamo-bg: url('../images/aqua-minamo-tablet.webp');
  }

  .staff-thumb-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .staff-thumb {
    width: 100%;
  }
}
