﻿@charset "UTF-8";

/* ============================================================
   On Drinking - TOP page
   ============================================================ */

:root {
  --color-burgundy: #961414;
  --text-primary: #1e1e1e;
  --text-secondary: #808080;
  --text-tertiary: #9d9d9d;
  --text-inverse: #ffffff;
  --text-accent: #961414;
  --border-primary: #dadada;
  --border-accent: #961414;
  --surface-primary: #f3f3f3;
  --surface-secondary: #ffffff;
  --surface-accent: #961414;
  --color-gray-200: #eaeaea;

  --font-serif: "Zen Old Mincho", serif;
  --font-sans: "Zen Kaku Gothic New", sans-serif;
  --font-en: "Inter", sans-serif;

  --radius-s: 4px;

  --header-h: 80px;
  --inner-max: 1500px;
  --inner-pad: 80px;
  --page-gutter: max(var(--inner-pad), calc((100vw - var(--inner-max)) / 2));
  --kv-aspect-ratio: 775 / 750;
  --sp-kv-aspect-ratio: 1 / 1;
  --kv-max-width: calc(var(--inner-max) * 775 / 1200);
  --sp-kv-photo-width: min(100vw, var(--inner-max));
  --sp-kv-photo-height: var(--sp-kv-photo-width);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html { font-size: 100%; }

@media (min-width: 1024px) {
  html { scrollbar-gutter: stable; }
}
html, body { overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--text-primary);
  background: var(--surface-secondary);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p, dl, dd, figure { margin: 0; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, button, textarea, select { font: inherit; }

.inner {
  width: min(100% - (var(--inner-pad) * 2), var(--inner-max));
  margin-inline: auto;
}

.arrow {
  display: inline-block;
  width: 11px;
  height: 9px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M8.129 3.33866C7.29929 2.7332 6.26214 1.69528 5.55343 0.709249L6.81529 0C7.99072 1.52229 9.42857 3.33866 11 4.12504C9.42857 4.91134 7.99072 6.72771 6.81529 8.25L5.55343 7.54075C6.26214 6.55472 7.29929 5.5168 8.129 4.91134L0 4.91134L0 3.33866L8.129 3.33866Z' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3E%3Cpath d='M8.129 3.33866C7.29929 2.7332 6.26214 1.69528 5.55343 0.709249L6.81529 0C7.99072 1.52229 9.42857 3.33866 11 4.12504C9.42857 4.91134 7.99072 6.72771 6.81529 8.25L5.55343 7.54075C6.26214 6.55472 7.29929 5.5168 8.129 4.91134L0 4.91134L0 3.33866L8.129 3.33866Z' fill='black'/%3E%3C/svg%3E") no-repeat center / contain;
  color: var(--text-primary);
  flex: none;
}
.arrow--white { color: var(--text-inverse); }

.section--titled { position: relative; }
.section-title {
  position: absolute;
  top: 36px;
  left: calc(var(--page-gutter) - 69px);
  display: flex;
  align-items: flex-start;
  gap: 17px;
  z-index: 2;
  pointer-events: none;
}
.section-title__en {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0;
  color: var(--text-accent);
}
.section-title__ja {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.8125rem;
  color: var(--text-accent);
  white-space: nowrap;
}

/* ============================================================
   Header
   common/css/include-header.css に分離。
   ============================================================ */

/* ============================================================
   Hero / KV
   ============================================================ */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 35.4167% 64.5833%;
  align-items: start;
  /* min-height: 1261px; */
  background: var(--surface-secondary);
}
.hero__visual {
  grid-column: 2;
  position: sticky;
  top: var(--header-h);
  align-self: start;
  justify-self: end;
  width: 100%;
  max-width: var(--kv-max-width);
  aspect-ratio: var(--kv-aspect-ratio);
  height: auto;
}
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero__body {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
  padding-left: var(--page-gutter);
  padding-top: 410px;
  padding-bottom: 116px;
}

@media (min-width: 1024px) {
  .hero__visual {
    top: 0;
    margin-top: calc(-1 * var(--header-h));
    aspect-ratio: auto;
    width: 100%;
    height: 100svh;
    max-width: none;
    max-height: none;
    margin-right: 0;
  }

  html.opening-pending:not(.opening-played) .hero__visual {
    margin-top: calc(-1 * var(--header-h) + var(--opening-frame-shift, 0px));
  }

  html.is-header-pinned body.page-top .header-slot {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    z-index: 340;
    background: var(--surface-secondary);
  }

  html.is-header-pinned.opening-played body.page-top > main,
  html.is-header-pinned:not(.opening-pending) body.page-top > main {
    padding-top: var(--header-h);
  }

  html.is-header-pinned.opening-text-held body.page-top > main {
    padding-top: 0;
  }

  html.opening-text-held .hero__visual {
    position: relative;
    top: 0;
    margin-top: 0;
  }

  html.opening-text-held .hero__body.is-opening-hero-text {
    height: auto;
    min-height: 0;
  }
}

.kv-slider { position: relative; width: 100%; height: 100%; }
.kv-slider__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  z-index: 1;
  transition: opacity 1.2s ease;
}

.kv-slider__img.is-active {
  opacity: 1;
  z-index: 2;
}

.kv-slider__img.is-under {
  opacity: 1;
  z-index: 1;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .kv-slider__img { transition: none; }
}

.hero__lead {
  font-size: 1.0625rem;
  line-height: 1.9;
  font-weight: 500;
  color: var(--text-primary);
}

.hero__lead-line { display: inline-flex; align-items: center; gap: 9px; }
.hero__lead-logo { display: block; height: 18px; width: auto; flex: none; }
.hero__lead-suffix { font-size: 1.0625rem; }
.hero__sp-intro { display: none; }
.hero__copy {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 255px;
  font-size: 0.9375rem;
  line-height: 2.1;
  font-weight: 500;
}

.hero__copy--en {
  margin-top: 20px;
  gap: 19px;
  width: 255px;
  min-width: 0;
}

/* ============================================================
   On the Journey
   ============================================================ */
.journey { padding-top: 258px; }

.journey .section-title { top: 177px; }
.journey__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 344px);
  gap: 40px;
  padding-left: 88px;
  padding-bottom: 159px;
}
.journey__head { max-width: 520px; }
.journey__label {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 16px;
}
.journey__label{
  display: inline-flex;
  border-radius: 16px;
  border: 1px solid var(--border-accent, #961414);
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.journey__num { font-family: var(--font-en); font-weight: 500; font-size: 0.625rem; color: var(--text-accent); }
.journey__place { font-family: var(--font-en); font-weight: 500; font-size: 0.75rem; color: var(--text-primary); }
.journey__title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 2.3125rem;
  line-height: 1.6;
  letter-spacing: .04em;
  color: var(--text-primary);
}

.journey__place{
  color: var(--text-accent);
}
.journey__desc {
  margin-top: 48px;
  margin-left: 40px;
  max-width: 467px;
  font-size: 0.9375rem;
  line-height: 2.1;
  font-weight: 500;
}
.journey__thumb {
  margin: 88px 0 0;
  width: 260px;
  max-width: 100%;
}
.journey__thumb img,
.journey__photo img { width: 100%; border-radius: var(--radius-s); }
.journey__visual {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 81px;
  align-self: start;
  margin-top: -38px;
  width: 100%;
  max-width: 344px;
}
.journey__photo {
  margin: 0 65px 0 0;
  width: 181px;
  max-width: 100%;
}
.journey__map {
  width: 100%;
  margin-right: 89px;
}
.journey__map img { width: 100%; }

/* ============================================================
   Special Voices
   ============================================================ */
.voices { padding-top: 201px; }
.voices .section-title { top: 521px; }
.voices__strip {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.voices__strip-track {
  display: flex;
  width: max-content;
  height: 100%;
}
.voices__strip-track.is-ready {
  animation: voices-marquee var(--marquee-duration, 40s) linear infinite;
}
.voices__strip-track img { height: 100%; width: auto; object-fit: cover; }
@keyframes voices-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(var(--marquee-shift, -50%)); }
}
@media (prefers-reduced-motion: reduce) {
  .voices__strip-track.is-ready { animation: none; }
}
.voices__head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 180px;
}
.voices__title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 2.3125rem;
  line-height: 1.6;
  hanging-punctuation: allow-end;
}
.voices__title-text {
  display: inline-block;
  letter-spacing: .04em;
  margin-right: -.04em;
  transform: translateX(0.4em);
}
.voices__sub {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-secondary);
}
.voices__sub-line { width: 24px; height: 1px; background: var(--text-secondary); flex: none; }

.sp-only { display: none; }

.interview {
  position: relative;
  margin-top: 83px;
  /* padding-bottom: 40px; */
  padding-bottom: 140px;
  overflow: hidden;
}

.interview.en {
  margin-bottom: 157px;
}

.interview__nav-sp { display: none; }
.interview__viewport {
  overflow: hidden;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.interview__track {
  display: flex;
  gap: 80px;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}
.interview__card {
  position: relative;
  flex: 0 0 862px;
  max-width: 862px;
  min-height: 580px;
  background: var(--surface-primary);
  padding: 48px 48px 48px 80px;
  display: flex;
  scale: 1;
  opacity: 1;
  transition: none;
  pointer-events: auto;
}
.interview__card.is-active { scale: 1; opacity: 1; }
.interview__body {
  display: flex;
  flex: 1;
  gap: 64px;
  min-width: 0;
}
.interview__accordion { position: relative; }
.interview__accordion--quote {
  flex: 0 0 370px;
  width: 370px;
}
.interview__accordion-body { overflow: hidden; }
.interview__accordion-toggle { display: none; }
.interview__brand {
  position: absolute;
  top: 32px;
  left: 22px;
  writing-mode: vertical-rl;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-accent);
}
.interview__quote {
  flex: 0 0 370px;
  width: 370px;
  font-size: 0.8125rem;
  line-height: 1.7;
  font-weight: 500;
}
.interview__quote p { margin-bottom: 1.7em; }
.interview__quote p:last-child { margin-bottom: 0; }
.interview__profile {
  flex: 0 0 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
}
.interview__photo { height: 184px; border-radius: var(--radius-s); overflow: hidden; }
.interview__photo img { width: 100%; height: 100%; object-fit: cover; }
.interview__meta { margin-top: 48px; }
.interview__org { font-size: 0.8125rem; font-weight: 500; }
.interview__person { margin-top: 8px; font-size: 0.9375rem; font-weight: 500; }
.interview__hon { font-size: 0.8125rem; }
.interview__bio {
  margin-top: 24px;
  font-size: 0.6875rem;
  line-height: 1.6;
  font-weight: 500;
  color: var(--text-secondary);
}
.interview__bio p { margin: 0; }
.interview__arrow {
  position: absolute;

  top: calc(50% - 70px);
  transform: translateY(-50%);
  z-index: 1;
  width: 40px; height: 40px;
  display: grid;
  place-items: center;
}
.interview__arrow::before {
  content: "";
  width: 16px; height: 13px;
  background: var(--color-burgundy);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9'%3E%3Cpath d='M8.129 3.33866C7.29929 2.7332 6.26214 1.69528 5.55343 0.709249L6.81529 0C7.99072 1.52229 9.42857 3.33866 11 4.12504C9.42857 4.91134 7.99072 6.72771 6.81529 8.25L5.55343 7.54075C6.26214 6.55472 7.29929 5.5168 8.129 4.91134L0 4.91134L0 3.33866L8.129 3.33866Z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9'%3E%3Cpath d='M8.129 3.33866C7.29929 2.7332 6.26214 1.69528 5.55343 0.709249L6.81529 0C7.99072 1.52229 9.42857 3.33866 11 4.12504C9.42857 4.91134 7.99072 6.72771 6.81529 8.25L5.55343 7.54075C6.26214 6.55472 7.29929 5.5168 8.129 4.91134L0 4.91134L0 3.33866L8.129 3.33866Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.interview__arrow--pc.interview__arrow--prev { left: calc(50% - 491px); }
.interview__arrow--pc.interview__arrow--next { right: calc(50% - 491px); }
.interview__arrow--prev::before { transform: scaleX(-1); }
.interview__arrow:disabled { opacity: .25; cursor: default; }
.interview__pager {
  margin: 0;
  font-family: var(--font-en);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-secondary);

  word-spacing: 5px;
}

/* ============================================================
   Email Magazine (form)
   ============================================================ */
.magazine {
  margin-top: 107px;
  padding-top: 140px;
  padding-bottom: 157px;
  background: var(--surface-secondary);
  border-top: 1px solid var(--border-accent);
}
.magazine__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 597px);
  gap: 40px 80px;
  padding-left: 16px;
}
.magazine__intro { position: relative; }
.magazine__title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: .04em;
}
.magazine__photo {
  margin-top: 381px;
  margin-left: -16px;
  width: 210px;
  aspect-ratio: 210 / 262;
  max-width: 100%;
  border-radius: var(--radius-s);
  overflow: hidden;
}
.magazine__photo .fade-slider { width: 100%; height: 100%; aspect-ratio: auto; }

.fade-slider { position: relative; width: 100%; aspect-ratio: 210 / 262; }
.fade-slider__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.fade-slider__img.is-active { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .fade-slider__img { transition: none; }
}

.form { display: flex; flex-direction: column; gap: 24px; }
.form__field { display: flex; flex-direction: column; gap: 8px; border: 0; padding: 0; margin: 0; min-width: 0; }
.form__fields--shipping { display: flex; flex-direction: column; gap: 24px; }
.form__fields--shipping[hidden] { display: none; }
.form__label {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-primary);
}
.form__required {
  display: inline-flex;
  align-items: center;
  height: 17px;
  padding: 0 9px 1px;
  background: var(--text-primary);
  color: var(--text-inverse);
  font-size: 0.625rem;
  line-height: 1.4;
}
.form__note { font-size: 0.8125rem; font-weight: 500; color: var(--text-secondary); }
.form__input {
  height: 42px;
  border: 0;
  background: var(--surface-primary);
  padding: 0 14px;
  font-size: 0.875rem;
  color: var(--text-primary);
  width: 100%;
}
.form__input:focus-visible { outline: 2px solid var(--color-burgundy); outline-offset: -2px; }
.form__field--radio { gap: 22px; margin-top: 16px; margin-bottom: 16px; }
.form__field--radio .form__label { flex-wrap: wrap; }
.form__radios { display: flex; gap: 32px; margin-top: 22px;}
.radio, .checkbox { display: inline-flex; align-items: center; gap: 13px; font-size: 0.9375rem; font-weight: 500; cursor: pointer; }
.radio input, .checkbox input { position: absolute; opacity: 0; width: 0; height: 0; }
.radio__mark { width: 16px; height: 16px; border: 1px solid var(--text-tertiary); border-radius: 50%; flex: none; position: relative; }
.radio input:checked + .radio__mark::after {
  content: ""; position: absolute; inset: 3px; border-radius: 50%; background: #000;
}
.checkbox__mark { width: 13px; height: 13px; border: 1px solid var(--text-tertiary); flex: none; position: relative; }
.checkbox input:checked + .checkbox__mark::after {
  content: ""; position: absolute; left: 3px; top: -1px; width: 5px; height: 9px;
  border: solid var(--color-burgundy); border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.checkbox__text a { text-decoration: underline; }
.radio input:focus-visible + .radio__mark,
.checkbox input:focus-visible + .checkbox__mark {
  outline: 2px solid var(--color-burgundy);
  outline-offset: 2px;
}

.form__footer {
  grid-column: 1 / -1;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.btn-submit {
  width: 254px;
  height: 65px;
  background: var(--surface-accent);
  color: var(--text-inverse);
  font-size: 0.9375rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 24px;
  gap: 16px;
  position: relative;
  transition: opacity .2s;
}
.btn-submit:hover { opacity: .85; }
.btn-submit .arrow { position: absolute; right: 24px; }

/* ============================================================
   Footer / Floating CTA
   common/css/include-footer.css に分離。
   このページでも <link rel="stylesheet" href="/common/css/include-footer.css"> で読み込む。
   ============================================================ */

/* ============================================================
   Responsive : SP ( <= 1023px )  — Figma SP 375基準
   ============================================================ */
@media (max-width: 1023px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  :root {
    --header-h: 64px;
    --inner-pad: 24px;
    --page-gutter: 24px;
    --sp-opening-viewport-h: 100dvh;
    --sp-kv-photo-width: min(100dvw, var(--inner-max));
    --sp-kv-photo-height: var(--sp-kv-photo-width);
    --hero-body-inline-pad: 40px;
    --hero-intro-inline-pad: 32px;
    --sp-kv-catch-band: calc(12px * 1.8 * 2);
    --sp-kv-logo-frame-top: 50px;
    --sp-kv-logo-frame-h: 124px;
    --sp-kv-logo-bottom: calc(var(--sp-kv-logo-frame-top) + var(--sp-kv-logo-frame-h));
    --sp-kv-logo-catch-min-gap: 32px;
    --sp-kv-catch-photo-gap: 32px;
    --sp-kv-opening-bottom-gap: 0px;
    /* Keep the opening photo anchored to the bottom at the full SP width.
       Differences in viewport height are absorbed by the space below the logo. */
    --sp-kv-opening-photo-width: var(--sp-kv-photo-width);
    --sp-kv-opening-photo-height: var(--sp-kv-opening-photo-width);
    --sp-kv-photo-bottom: var(--sp-kv-opening-bottom-gap);
    --sp-kv-catch-bottom: calc(
      var(--sp-kv-photo-bottom) + var(--sp-kv-opening-photo-height) + var(--sp-kv-catch-photo-gap)
    );
    --sp-kv-photo-top-design: calc(
      var(--sp-opening-viewport-h) - var(--sp-kv-photo-bottom) - var(--sp-kv-opening-photo-height)
    );
    --sp-kv-catch-top-design: calc(
      var(--sp-kv-photo-top-design) - var(--sp-kv-catch-photo-gap) - var(--sp-kv-catch-band)
    );
  }

  @media (max-width: 374.98px) {
    :root {
      --sp-kv-catch-band: calc(12px * 1.8 * 3);
    }

  }

  @media (min-width: 500px) {
    :root {
      --sp-kv-catch-photo-gap-min: var(--sp-kv-catch-photo-gap);
    }
  }

  html.opening-pending {
    --sp-kv-catch-top: var(--sp-kv-catch-top-design);
    --sp-kv-photo-top: var(--sp-kv-photo-top-design);
    --sp-kv-scroll-top: calc(var(--sp-kv-catch-top) - 3px);
  }

  body.page-top,
  html.opening-played,
  html.opening-handoff.opening-phase-header {
    --sp-header-slot-h: calc(50px + 124px);
    --sp-kv-catch-top-vp: var(--sp-kv-catch-top-design);
    --sp-kv-photo-top-vp: var(--sp-kv-photo-top-design);
    --sp-kv-scroll-top-vp: calc(var(--sp-kv-catch-top-vp) - 3px);
  }

  .inner { width: 100%; padding-inline: var(--inner-pad); }

  .section-title {
    position: static;
    left: auto; top: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 var(--inner-pad);
    margin-bottom: 0;
  }
  .section-title__en {
    writing-mode: horizontal-tb;
    font-size: 1.625rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .section-title__ja { font-size: 0.75rem; line-height: 1.7; }
  .journey .section-title { align-items: flex-end; text-align: right; }

  .journey__visual { margin-top: 0; }
  .journey__photo,
  .journey__map { margin-right: 0; }

  .hero {
    position: relative;
    display: block;
    min-height: 0;
    padding-top: calc(
      max(
        0px,
        var(--sp-kv-photo-top-vp, var(--sp-kv-photo-top-design)) -
        var(--hero-viewport-offset, var(--sp-header-slot-h, 0px))
      ) + var(--sp-kv-photo-height)
    );
    border-bottom: 1px solid var(--border-accent);
  }
  .hero__visual {
    position: absolute;
    top: max(
      0px,
      calc(
        var(--sp-kv-photo-top-vp, var(--sp-kv-photo-top-design)) -
        var(--hero-viewport-offset, var(--sp-header-slot-h, 0px))
      )
    );
    left: 0;
    width: var(--sp-kv-photo-width);
    aspect-ratio: var(--sp-kv-aspect-ratio);
    height: auto;
    max-width: 100%;
    overflow: hidden;
  }
  .hero__visual .kv-slider__img,
  .hero__visual img,
  .kv-slider__img {
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
  }
  .hero__body {
    margin-top: 0;
    padding: 56px var(--hero-body-inline-pad) 98px;
  }
  .hero__lead { font-size: 1.0625rem; line-height: 1.9; }
  .hero__lead-logo { height: 18px; }
  .hero__lead-suffix { font-size: 1.0625rem; }
  .hero__copy { margin-top: 60px; gap: 48px; width: 100%; font-size: 0.875rem; line-height: 1.9; }

  html:not(.opening-played) body.page-top .hero {
    padding-top: calc(
      max(0px, var(--sp-kv-photo-top-vp) - var(--hero-viewport-offset, var(--sp-header-slot-h, 0px))) + var(--sp-kv-photo-height)
    );
  }
  html:not(.opening-played) body.page-top .hero__visual {
    top: max(0px, calc(var(--sp-kv-photo-top-vp) - var(--hero-viewport-offset, var(--sp-header-slot-h, 0px))));
    width: var(--sp-kv-photo-width);
    aspect-ratio: var(--sp-kv-aspect-ratio);
    height: auto;
    max-width: 100%;
    z-index: 1;
  }

  html.opening-played .hero__sp-intro {
    display: none;
  }
  html.opening-played .hero,
  html.opening-played .hero.is-sp-kv-frozen {
    padding-top: 0;
    isolation: isolate;
  }
  html.opening-played .hero__visual,
  html.opening-played .hero.is-sp-kv-frozen .hero__visual {
    position: relative;
    top: auto;
    left: auto;
    width: var(--sp-kv-photo-width);
    aspect-ratio: var(--sp-kv-aspect-ratio);
    height: var(--sp-kv-photo-width) !important;
    max-width: 100%;
    margin: 0;
    z-index: 1;
  }
  html.opening-played .hero__body,
  html.opening-played .hero.is-sp-kv-frozen .hero__body {
    position: relative;
    z-index: 2;
    padding: 56px var(--hero-body-inline-pad) 98px;
  }
  html.opening-played .hero__copy {
    max-width: 238px;
  }

  .hero__sp-intro {
    display: block;
    position: absolute;
    inset: 0 0 auto 0;
    height: max(
      0px,
      calc(
        var(--sp-kv-photo-top-vp, var(--sp-kv-photo-top-design)) -
        var(--hero-viewport-offset, var(--sp-header-slot-h, 0px))
      )
    );
    padding: 0;
  }

  html:not(.is-hero-layout-ready) body.page-top .hero__sp-intro {
    visibility: hidden;
  }

  html.opening-pending:not(.opening-handoff) .hero__sp-intro,
  html.opening-handoff .hero__sp-intro {
    visibility: hidden;
    pointer-events: none;
  }
  .hero__catch {
    position: absolute;
    left: max(16px, calc(33.333vw - 93px));
    top: max(
      0px,
      calc(
        var(--sp-kv-catch-top-vp, var(--sp-kv-catch-top-design)) -
        var(--hero-viewport-offset, var(--sp-header-slot-h, 0px))
      )
    );
    width: min(54.4vw, 204px);
    z-index: 2;
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
    color: var(--text-accent);
  }
  .hero__scroll {
    position: absolute;
    top: max(
      0px,
      calc(
        var(--sp-kv-scroll-top-vp, calc(var(--sp-kv-catch-top-vp, var(--sp-kv-catch-top-design)) - 3px)) -
        var(--hero-viewport-offset, var(--sp-header-slot-h, 0px))
      )
    );
    right: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
    writing-mode: vertical-rl;
    font-family: var(--font-en);
    font-size: 11px;
    letter-spacing: .1em;
    color: var(--text-primary);
  }
  .hero__scroll::after {
    content: "";
    flex: none;
    width: 7px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8' fill='none'%3E%3Cpath d='M3.49902 8.00195L3.49777e-07 0L3.49902 4.36523L7 3.0598e-07L3.49902 8.00195Z' fill='%23961414'/%3E%3C/svg%3E") no-repeat center / contain;
  }


  .voices { padding-top: 140px; display: flex; flex-direction: column; }
  .voices__strip { height: 133px; order: -1; }
  .voices .section-title { margin-top: 120px; }
  .voices__head { align-items: flex-start; padding: 47px var(--inner-pad) 0; }
  .voices__sub { justify-content: flex-start; align-items: flex-start; margin-top: 14px; font-size: 0.75rem; }
  .voices__sub-line { display: none; }
  br.sp-only { display: inline; }
  .voices__sub::before { content: "— "; color: var(--text-secondary); }
  .voices__title { font-size: 1.5625rem; }
  .voices__title-text { letter-spacing: 0; margin-right: 0; transform: none; }

  .interview__nav-sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--inner-pad);
    margin-bottom: 20px;
  }
  .interview__arrow--pc { display: none; }
  .interview__nav-sp .interview__arrow {
    position: static;
    transform: none;
    width: 32px;
    height: 32px;
    flex: none;
  }
  .interview { margin-top: 0; padding-top: 52px; }
  .interview__card {
    flex-basis: calc(100% - 32px);
    max-width: calc(100% - 32px);

    flex-direction: column;
    gap: 24px;
    padding: 24px;
    overflow: hidden;
  }
  .interview__card:has(.interview__accordion.is-expanded) {
    height: auto;
    overflow: visible;
  }
  .interview__body { display: contents; }
  .interview__brand { order: 0; position: static; writing-mode: horizontal-tb; width: 100%; text-align: center; margin: 0; font-size: 0.875rem; }
  .interview__profile { display: contents; }
  .interview__photo { order: 1; width: 100%; height: auto; aspect-ratio: 295 / 182; flex: none; }
  .interview__accordion--quote {
    order: 2;
    width: 100%;
    flex: none;
  }
  .interview__quote {
    flex: none;
    flex-basis: auto;
    width: 100%;
    padding-left: 0;
    font-size: 0.75rem;
  }
  .interview__meta { order: 3; margin-top: 0; flex: none; }
  .interview__org { font-size: 0.75rem; }
  .interview__person { font-size: 0.875rem; }
  .interview__hon { font-size: 0.75rem; }
  .interview__accordion--bio { margin-top: 24px; }
  .interview__bio {
    margin-top: 0;
    font-size: 0.6875rem;
    line-height: 1.6;
  }
  .interview__accordion--quote:not(.is-expanded):not(.is-static) .interview__accordion-body {
    max-height: 11.5em;
  }
  .interview__accordion--bio:not(.is-expanded):not(.is-static) .interview__accordion-body {
    max-height: 5.1em;
  }
  .interview__accordion.is-expanded .interview__accordion-body {
    max-height: none;
  }
  .interview__accordion:not(.is-static) .interview__accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .interview__accordion.is-static .interview__accordion-toggle { display: none; }
  .interview__accordion-icon {
    display: block;
    width: 14px;
    height: 9px;
    background: #808080;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='black' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='black' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat center / contain;
    transition: transform .25s ease;
  }
  .interview__accordion.is-expanded .interview__accordion-icon { transform: rotate(180deg); }
  .interview__accordion.is-measuring .interview__accordion-body {
    max-height: none !important;
  }
  .interview__accordion.is-measuring .interview__accordion-body::after {
    display: none;
  }
  .interview__accordion:not(.is-expanded):not(.is-static) .interview__accordion-body {
    position: relative;
  }
  .interview__accordion:not(.is-expanded):not(.is-static) .interview__accordion-body::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.4em;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0), var(--surface-primary));
    pointer-events: none;
  }

  .magazine { margin-top: 40px; padding-top: 20px; padding-bottom: 64px; }
  .magazine__inner { display: flex; flex-direction: column; padding-left: var(--inner-pad); padding-right: var(--inner-pad); gap: 0; }
  .magazine__intro { display: contents; }
  .magazine__title { order: 1; margin-top: 54px; font-size: 1.0625rem; line-height: 1.6; letter-spacing: 0; }
  .form { order: 2; margin-top: 56px; gap: 24px; }
  .magazine__photo {
    order: 3;
    margin: 64px auto 0;
    width: 285px;
    aspect-ratio: 285 / 184;
  }
  .form__input { height: 40px; }
  .form__field { gap: 6px; }
  .form__label { font-size: 0.875rem; }
  .form__note { font-size: 0.75rem; }
  .radio, .checkbox { font-size: 0.875rem; }
  .form__field--radio { gap: 22px; margin-top: 16px; margin-bottom: 16px; }
  .form__field--radio .form__label { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
  .form__footer { flex-direction: column; align-items: stretch; gap: 48px; margin-top: 24px; }
  .btn-submit { width: 100%; font-size: 0.875rem; }
}

@media (max-width: 765px) {
  .journey { padding-top: 20px; }
  .journey__inner {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: var(--inner-pad);
    padding-right: var(--inner-pad);
    padding-bottom: 72px;
  }
  .journey__head { display: flex; flex-direction: column; max-width: none; }
  .journey__label { margin-top: 30px; margin-bottom: 20px; align-self: flex-start; width: fit-content; }
  .journey__place { font-size: 0.6875rem; }
  .journey__title { font-size: 1.5625rem; line-height: 1.6; letter-spacing: 0; }

  .journey__desc { order: 4; margin-top: 48px; margin-left: 22px; margin-right: 22px; max-width: none; font-size: 0.875rem; line-height: 1.9; }
  .journey__thumb { order: 3; margin: 40px 0 0; width: 100%; }
  .journey__visual {
    align-items: stretch;
    margin: 40px auto 0;
    max-width: 327px;
  }

  .journey__photo { display: none; }
  .journey__map { width: 100%; }
}

@media (max-width: 375px) {
  :root {
    --inner-pad: clamp(16px, 6.4vw, 24px);
    --page-gutter: var(--inner-pad);
    --hero-body-inline-pad: clamp(16px, 10.67vw, 40px);
    --hero-intro-inline-pad: clamp(16px, 8.53vw, 32px);
  }

  .hero__visual {
    max-width: 100%;
    align-self: flex-start;
  }

  .magazine__photo {
    width: 100%;
    max-width: 285px;
  }

  .journey__desc {
    margin-left: clamp(0px, 5.87vw, 22px);
    margin-right: clamp(0px, 5.87vw, 22px);
    max-width: none;
  }
}

/* ============================================================
   Opening animation
   秒数は top/assets/js/top.js の OPENING_TIMING で変更
   ============================================================ */
html.opening-pending body > .header-slot,
html.opening-pending .header-slot,
html.opening-pending body > main {
  visibility: hidden;
}
html.opening-pending:not(.opening-phase-header) body > .header-slot,
html.opening-pending:not(.opening-phase-header) .header-slot {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  border: none;
}
html.opening-pending:not(.opening-phase-header) body > .header-slot .header,
html.opening-pending:not(.opening-phase-header) .header-slot .header {
  height: 0;
  min-height: 0;
  overflow: hidden;
  border: none;
}
html.opening-pending.opening-phase-hero body > main {
  visibility: visible;
}
html.opening-pending.opening-phase-hero:not(.opening-reading) body > main > *:not(.hero),
html.opening-pending.opening-phase-hero .hero__visual {
  visibility: hidden;
}
html.opening-handoff:not(.opening-phase-header) body > .header-slot,
html.opening-handoff:not(.opening-phase-header) .header-slot {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
html.opening-pending.opening-phase-header body > .header-slot,
html.opening-pending.opening-phase-header .header-slot,
html.opening-header-hold body > .header-slot,
html.opening-header-hold .header-slot,
html.opening-handoff body > .header-slot,
html.opening-handoff .header-slot {
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 330;
  height: auto;
  min-height: 0;
  overflow: visible;
  pointer-events: auto;
  background: var(--surface-secondary, #fff);
}
html.opening-pending.opening-phase-header body > .header-slot .header,
html.opening-pending.opening-phase-header .header-slot .header,
html.opening-header-hold body > .header-slot .header,
html.opening-header-hold .header-slot .header,
html.opening-handoff body > .header-slot .header,
html.opening-handoff .header-slot .header {
  height: auto;
  min-height: var(--header-h);
  overflow: visible;
  border-bottom: 1px solid var(--border-accent);
  background: var(--surface-secondary, #fff);
}
/* SPオープニング中にコンパクトで出す場合は通常の is-compact と同寸にする
   （min-height/border の追加で1pxズレて切替時にちらつくため） */
html.opening-pending.opening-phase-header body > .header-slot .header.is-compact,
html.opening-pending.opening-phase-header .header-slot .header.is-compact {
  min-height: 0;
  border-bottom: none;
}
html.opening-pending.opening-phase-header:not(.is-header-shown) body > .header-slot .header,
html.opening-pending.opening-phase-header:not(.is-header-shown) .header-slot .header,
html.opening-handoff.opening-phase-header:not(.is-header-shown) body > .header-slot .header,
html.opening-handoff.opening-phase-header:not(.is-header-shown) .header-slot .header {
  opacity: 0;
  transform: translateY(-45px);
}
html.opening-pending.opening-phase-header.is-header-shown body > .header-slot .header,
html.opening-pending.opening-phase-header.is-header-shown .header-slot .header,
html.opening-handoff.opening-phase-header.is-header-shown body > .header-slot .header,
html.opening-handoff.opening-phase-header.is-header-shown .header-slot .header,
html.opening-header-hold body > .header-slot .header,
html.opening-header-hold .header-slot .header {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity var(--opening-header-reveal-duration, 600ms) ease,
    transform var(--opening-header-reveal-duration, 600ms) ease;
}
html.opening-pending {
  scroll-behavior: auto;
}
body.is-opening {
  overflow: hidden;
}
.opening {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 100%;
  z-index: 300;
  background: var(--surface-secondary, #fff);
  overflow: hidden;
  scrollbar-gutter: auto;
}
.opening[tabindex="-1"]:focus {
  outline: none;
}
.opening.is-scroll-phase {
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 1024px) {
  .opening.is-scroll-phase {
    overflow-x: hidden;
    overflow-y: scroll;
    touch-action: pan-y;
  }
}
.opening.is-scroll-phase::-webkit-scrollbar { display: none; }
.opening.is-photo-expanded {
  overflow: hidden;
  pointer-events: none;
}
html.opening-phase-hero .opening.is-photo-expanded {
  background: transparent;
}
.opening.is-photo-expanded .opening__logo-area,
.opening.is-photo-expanded .opening__catch {
  visibility: hidden;
}
.opening.is-photo-expanded .opening__scroll {
  opacity: 0 !important;
  transition: opacity var(--opening-scroll-fade-duration, 400ms) ease !important;
  pointer-events: none;
}
.opening__scroller {
  min-height: 100svh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.opening__scroll-spacer {
  height: 0;
  pointer-events: none;
}
.opening.is-scroll-phase .opening__scroll-spacer {
  height: var(--opening-scroll-distance, 520px);
}
.opening.is-scroll-phase .opening__scroller {
  min-height: calc(100svh + var(--opening-scroll-distance, 520px));
}
.opening__sticky {
  position: sticky;
  top: 0;
  height: var(--opening-sticky-h, 100svh);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.opening[hidden] {
  display: none !important;
}
.opening.is-exiting {
  opacity: 0;
  transition: opacity var(--opening-fade-out, 500ms) ease;
  pointer-events: none;
}
html.opening-handoff .opening__logo-area,
html.opening-handoff .opening__catch,
html.opening-handoff .opening__scroll,
.opening.is-handoff-prep .opening__logo-area,
.opening.is-handoff-prep .opening__catch,
.opening.is-handoff-prep .opening__scroll {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
html.opening-handoff .opening {
  z-index: 310;
  background: transparent;
}
html.opening-handoff .opening__photo {
  margin: 0;
  padding: 0;
}
html.opening-handoff .opening.is-exiting {
  opacity: 1;
}
html.opening-handoff .opening.is-exiting .opening__photo {
  opacity: 0;
}
html.opening-handoff body > main {
  visibility: visible;
}

@media (min-width: 1024px) {

  html.opening-handoff.opening-pending.opening-phase-hero .hero__visual.is-handoff-placed {
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  html.opening-pending.opening-phase-header .opening.is-photo-expanded {
    background: transparent;
  }

  html.opening-handoff:not(.is-hero-visible) .hero__visual {
    visibility: hidden;
    pointer-events: none;
  }
  html.opening-handoff .hero__visual {
    z-index: 1;
    opacity: 0;
  }
  html.opening-handoff.is-hero-visible .hero__visual.is-handoff-placed {
    visibility: visible;
    opacity: 1;
  }
}

.opening__stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.opening__logo-area {
  position: absolute;
  z-index: 2;
  left: max(12px, 9.33vw);
  top: 50px;
  width: min(80.8vw, 303px);
}
.opening__logo-ghost,
.opening__logo-mask {
  position: relative;
}
.opening__logo-ghost {
  opacity: 1;
}
.opening__logo-ghost .opening__logo-jtm,
.opening__logo-ghost .opening__logo-wordmark,
.opening__logo-ghost .opening__logo-tagline {
  opacity: 0.28;
}
.opening__logo-mask {
  position: absolute;
  inset: 0 auto auto 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: width var(--opening-logo-duration, 1200ms) cubic-bezier(0.4, 0, 0.2, 1);
}
.opening.is-logo-revealed .opening__logo-mask {
  width: calc(100% + 16px);
}
.opening__logo,
.opening__logo-ghost {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  row-gap: 10px;
  width: max-content;
  min-width: 100%;
}
.opening__logo-jtm { height: 13px; width: auto; }
.opening__logo-wordmark { height: 45px; width: auto; }
.opening__logo-tagline { height: 13px; width: auto; margin-top: 3px; }
.opening__logo-jtm,
.opening__logo-wordmark,
.opening__logo-tagline {
  max-width: none;
}

.opening__catch,
.opening__scroll {
  opacity: 0;
  transition: opacity var(--opening-fade-duration, 600ms) ease;
}
.opening__scroll {
  transition: opacity var(--opening-scroll-fade-duration, 400ms) ease;
}
.opening__photo {
  opacity: 0;
  transition: none;
}
.opening__photo.is-photo-placed {
  opacity: 1;
}
.opening__photo img {
  opacity: 0;
  transition: opacity var(--opening-photo-duration, var(--opening-fade-duration, 600ms)) ease;
}
.opening.is-catch-visible .opening__catch { opacity: 1; }
.opening.is-photo-visible .opening__photo img { opacity: 1; }
.opening.is-scroll-phase .opening__photo,
.opening.is-photo-expanded .opening__photo,
html.opening-handoff .opening__photo {
  transition: none;
}
.opening.is-scroll-phase .opening__photo img,
.opening.is-photo-expanded .opening__photo img,
html.opening-handoff .opening__photo img {
  opacity: 1;
  transition: none;
}
@media (max-width: 1023px) {
  .opening__catch {
    transform: translateY(4px);
    transition:
      opacity var(--opening-fade-duration, 320ms) ease,
      transform var(--opening-fade-duration, 320ms) cubic-bezier(0.25, 1, 0.5, 1);
  }

  .opening.is-catch-visible .opening__catch {
    transform: translateY(0);
  }

  .opening.is-scroll-phase.is-catch-visible .opening__catch {
    transition:
      opacity var(--opening-fade-duration, 320ms) ease,
      transform var(--opening-fade-duration, 320ms) cubic-bezier(0.25, 1, 0.5, 1);
  }

  .opening.is-scroll-phase.is-photo-visible .opening__photo img {
    opacity: 1;
    transition: opacity var(--opening-photo-duration, var(--opening-fade-duration, 600ms)) ease;
  }
}
.opening.is-scroll-visible .opening__scroll { opacity: 1; }
.opening.is-scroll-dismissing .opening__scroll,
.opening.is-scroll-dismissed .opening__scroll {
  pointer-events: none;
}
.opening.is-scroll-dismissed .opening__scroll {
  opacity: 0;
}
@media (min-width: 1024px) {
  .opening.is-scroll-return { z-index: 400; }
}

.opening.is-scroll-return .opening__logo-mask,
.opening.is-scroll-return .opening__catch,
.opening.is-scroll-return .opening__scroll {
  transition: none !important;
}
.opening.is-scroll-return .opening__logo-mask { width: calc(100% + 16px); }
.opening.is-scroll-return .opening__catch { opacity: 1; }
.opening.is-scroll-return .opening__scroll {
  opacity: 0 !important;
  pointer-events: none;
}

.opening.is-sp-return-logo .opening__logo-mask {
  width: calc(100% + 16px) !important;
  transition: none !important;
}
.opening.is-sp-return-logo .opening__catch,
.opening.is-sp-return-logo .opening__scroll {
  opacity: 0 !important;
  transition: none !important;
}
.opening.is-sp-return-logo .opening__photo,
.opening.is-sp-return-logo .opening__photo img {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}

.opening__catch {
  font-family: var(--font-sans, "Zen Kaku Gothic New", sans-serif);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  color: var(--text-accent, #961414);
}
.opening__photo {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  contain: layout style paint;
}
.opening__photo.is-snapped {
  position: fixed;
  z-index: 1;
}
@media (max-width: 1023px) {
  .opening__photo.is-snapped img,
  .opening.is-photo-expanded .opening__photo img {
    inset: 0;
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;

    object-fit: cover;
    object-position: center bottom;
  }
}
.opening__photo img {
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: none;
}
.opening.is-scroll-phase .opening__photo {
  transition: none;
}
.opening.is-scroll-phase .opening__logo-area,
.opening.is-scroll-phase .opening__catch {
  transition: none;
}
@media (max-width: 1023px) {
  .opening.is-scroll-phase.is-catch-visible .opening__catch {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity var(--opening-fade-duration, 320ms) ease,
      transform var(--opening-fade-duration, 320ms) cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.opening__scroll-label {
  font-family: var(--font-en, "Inter", sans-serif);
  font-weight: 500;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  color: var(--text-primary, #1e1e1e);
  writing-mode: vertical-rl;
}
.opening__scroll::after {
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  margin-top: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='8' viewBox='0 0 7 8' fill='none'%3E%3Cpath d='M3.49902 8.00195L3.49777e-07 0L3.49902 4.36523L7 3.0598e-07L3.49902 8.00195Z' fill='%23961414'/%3E%3C/svg%3E") no-repeat center / contain;
}

@media (max-width: 1023px) {
  html.opening-pending {
    --sp-kv-catch-top: var(--sp-kv-catch-top-design);
    --sp-kv-photo-top: var(--sp-kv-photo-top-design);
    --sp-kv-scroll-top: calc(var(--sp-kv-catch-top) - 3px);
  }

  html.opening-played,
  html.opening-handoff.opening-phase-header {
    --sp-kv-catch-top-vp: var(--sp-kv-catch-top-design);
    --sp-kv-photo-top-vp: var(--sp-kv-photo-top-design);
    --sp-kv-scroll-top-vp: calc(var(--sp-kv-catch-top-vp) - 3px);
  }

  .opening__logo-area {
    left: max(12px, 9.33vw);
    top: 50px;
    width: min(80.8vw, 303px);
  }
  .opening__catch {
    position: absolute;
    left: max(16px, calc(33.333vw - 93px));
    top: auto;
    bottom: var(--sp-kv-catch-bottom);
    width: min(54.4vw, 204px);
    font-size: 12px;
    z-index: 2;
  }
  .opening__photo {
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: var(--sp-kv-photo-bottom, var(--sp-kv-opening-bottom-gap, 0px));
    width: var(--sp-kv-opening-photo-width, var(--sp-kv-photo-width, auto));
    height: var(--sp-kv-opening-photo-height, var(--sp-kv-photo-height, auto));
    aspect-ratio: var(--sp-kv-aspect-ratio);
    max-width: 100%;
    z-index: 1;
  }

  .opening__photo img {
    inset: 0;
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    object-fit: contain;
  }
  .opening__scroll {
    position: absolute;
    top: var(--sp-kv-scroll-top, calc(var(--sp-kv-catch-top-design) - 3px));
    right: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .opening__scroller {
    min-height: var(--sp-opening-viewport-h, 100dvh);
  }
  .opening.is-scroll-phase .opening__scroller {
    min-height: calc(var(--sp-opening-viewport-h, 100dvh) + var(--opening-scroll-distance, 520px));
  }
  .opening__sticky {
    --opening-sticky-h: var(--sp-opening-viewport-h, 100dvh);
  }
  .opening.is-logo-exit .opening__logo-area,
  .opening.is-catch-exit .opening__catch {
    transform: none;
    opacity: 1;
  }

  html.opening-pending.opening-phase-header:not(.is-header-shown) body > .header-slot .header,
  html.opening-pending.opening-phase-header:not(.is-header-shown) .header-slot .header,
  html.opening-handoff.opening-phase-header:not(.is-header-shown) body > .header-slot .header,
  html.opening-handoff.opening-phase-header:not(.is-header-shown) .header-slot .header {
    transform: translateY(-32px);
  }
  html.opening-pending.opening-phase-header.is-header-shown body > .header-slot .header,
  html.opening-pending.opening-phase-header.is-header-shown .header-slot .header,
  html.opening-handoff.opening-phase-header.is-header-shown body > .header-slot .header,
  html.opening-handoff.opening-phase-header.is-header-shown .header-slot .header,
  html.opening-handoff body > .header-slot .header,
  html.opening-handoff .header-slot .header {
    transform: translateY(0);
  }

  html.opening-handoff .hero__visual {
    z-index: 1;
  }


  /* ハンドオフ〜opening非表示までの間、ヘッダーだけをオーバーレイ(z300/310)より
     上に保つ。slotをfixed化するとフロー確保が消えてコンテンツが跳ねるため、
     既に fixed な is-compact ヘッダーの z-index のみ引き上げる。
     寸法は通常の is-compact と同一に保つこと（border等を足すと1pxちらつく）。 */
  html.opening-finalizing body.page-top .header-slot .header.is-compact,
  html.opening-finalizing .page-top .header-slot .header.is-compact {
    z-index: 340;
    visibility: visible;
    opacity: 1;
    transition: none;
  }
  html.opening-handoff .page-top .header-slot .header.is-compact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 330;
    border-bottom: 1px solid var(--border-accent);
  }

  html.opening-handoff.opening-phase-header .hero {
    min-height: 0;
    height: auto;
    overflow: visible;
    padding-top: calc(
      max(0px, var(--sp-kv-photo-top-vp) - var(--hero-viewport-offset, var(--sp-header-slot-h, 0px))) + var(--sp-kv-photo-height)
    );
  }
  html.opening-handoff.opening-phase-header .hero__visual {
    top: max(0px, calc(var(--sp-kv-photo-top-vp) - var(--hero-viewport-offset, var(--sp-header-slot-h, 0px))));
    width: var(--sp-kv-photo-width);
    aspect-ratio: var(--sp-kv-aspect-ratio);
    height: var(--sp-kv-photo-width) !important;
    max-width: 100%;
  }
  html.opening-handoff.opening-phase-header .hero__body {
    position: relative;
    z-index: 2;
    padding: 56px var(--hero-body-inline-pad) 98px;
  }
}

@media (min-width: 1024px) {
  html.opening-pending .opening.is-photo-expanded .opening__photo.is-snapped {
    z-index: 280;
  }

  html.opening-pending.opening-phase-header .opening.is-photo-expanded .opening__photo.is-snapped {
    z-index: 280;
  }
  html.opening-pending {
    scrollbar-gutter: stable;

    --opening-canvas-w: min(100%, 1920px);
    --opening-canvas-left: calc((100% - var(--opening-canvas-w, 1200px)) / 2);
    --opening-left-column-w: calc(var(--opening-canvas-w, 1200px) * 590 / 1200);
    --opening-scroll-bottom-gap: calc(var(--opening-canvas-w, 1200px) * 59 / 1200);
    --opening-frame-shift: max(
      0px,
      calc(50svh - min(100%, 1920px) * 750 / 1200 / 2)
    );
  }

  @media (min-width: 1200px) {
    html.opening-pending {
      --opening-frame-shift: calc(
        50svh - var(--opening-canvas-w, min(100%, 1920px)) * 750 / 1200 / 2
      );
    }
  }

  .opening__logo-area {
    left: calc((100% - var(--opening-canvas-w, 1200px)) / 2 + var(--opening-canvas-w, 1200px) * 40 / 1200);
    top: calc(var(--opening-canvas-w, 1200px) * 304 / 1200 + var(--opening-frame-shift, 0px));
    width: calc(var(--opening-canvas-w, 1200px) * 425 / 1200);
  }
  .opening__logo,
  .opening__logo-ghost {
    row-gap: calc(var(--opening-canvas-w, 1200px) * 10 / 1200);
  }
  .opening__logo-jtm { height: calc(var(--opening-canvas-w, 1200px) * 13 / 1200); }
  .opening__logo-wordmark { height: calc(var(--opening-canvas-w, 1200px) * 58 / 1200); }
  .opening__logo-tagline {
    height: calc(var(--opening-canvas-w, 1200px) * 13 / 1200);
    margin-top: calc(var(--opening-canvas-w, 1200px) * 10 / 1200);
  }

  .opening__catch {
    position: absolute;
    left: calc((100% - var(--opening-canvas-w, 1200px)) / 2 + var(--opening-canvas-w, 1200px) * 40 / 1200);
    top: max(24px, calc(var(--opening-canvas-w, 1200px) * 39 / 1200 + var(--opening-frame-shift, 0px)));
    width: calc(var(--opening-canvas-w, 1200px) * 221 / 1200);
  }
  .opening__photo {
    position: absolute;

    top: calc(var(--opening-canvas-w) * 110 / 1200 + var(--opening-frame-shift, 0px));
    left: calc((100% - var(--opening-canvas-w)) / 2 + var(--opening-canvas-w) * 590 / 1200);
    width: calc(var(--opening-canvas-w) * 530 / 1200);
    height: calc(var(--opening-canvas-w) * 530 / 1200);
    right: auto;
    transition: opacity var(--opening-fade-duration, 600ms) ease;
  }

  .opening__photo img {
    inset: 0;
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    object-fit: contain;
    object-position: center center;
  }

  .opening__photo.is-photo-placed img,
  .opening.is-scroll-phase .opening__photo img,
  .opening.is-photo-expanded .opening__photo.is-snapped img {
    inset: auto;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
  }

  html.opening-handoff .opening__photo img {
    inset: 0;
    width: 100%;
    height: 100%;
    left: auto;
    top: auto;
    object-fit: contain;
    object-position: center center;
  }
  .opening__scroll {
    position: fixed;
    z-index: 2;
    left: calc(
      var(--opening-canvas-left, calc((100% - var(--opening-canvas-w, 1200px)) / 2))
      + var(--opening-left-column-w, calc(var(--opening-canvas-w, 1200px) * 590 / 1200)) / 2
    );
    top: auto;
    bottom: max(
      var(--opening-scroll-bottom-gap, calc(var(--opening-canvas-w, 1200px) * 59 / 1200)),
      calc(
        var(--opening-frame-shift, 0px)
        + var(--opening-scroll-bottom-gap, calc(var(--opening-canvas-w, 1200px) * 59 / 1200))
      )
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transform: translateX(-50%);
  }
  .opening__scroll-label { writing-mode: horizontal-tb; }
  .opening__scroll::after {
    margin-top: 0;
    transform: rotate(360deg);
  }

  .hero.is-opening-hero-layout {
    display: grid;
    grid-template-columns: 35.4167% 64.5833%;
    align-items: start;
    min-height: auto;
    height: auto;
    overflow: visible;
    width: 100%;
    position: relative;
  }

  .hero.is-opening-hero-layout .hero__body.is-opening-hero-text {
    grid-column: 1;
    grid-row: 1;
  }

  .hero.is-opening-hero-layout .hero__visual {
    grid-column: 2;
    grid-row: 1;
  }

  .hero__body.is-opening-hero-text {
    position: absolute;
    left: var(--page-gutter);
    top: max(
      calc(var(--header-h) + 24px),
      calc(var(--opening-frame-shift, 0px) + var(--opening-canvas-w, 1200px) * 100 / 1200)
    );
    width: calc(var(--opening-canvas-w, 1200px) * 255 / 1200);
    min-width: 0;
    max-width: none;
    height: calc(var(--opening-canvas-w, 1200px) * 735 / 1200);
    min-height: calc(var(--opening-canvas-w, 1200px) * 735 / 1200);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    z-index: 2;
  }

  .hero__body.is-opening-hero-text.opening__hero-text-preview {
    position: fixed;
    margin: 0;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transition: none;
  }

  .hero__body.is-opening-hero-text.opening__hero-text-preview.is-visible {
    opacity: 1;
  }

  html.opening-pending.opening-reading .hero.is-opening-hero-layout {
    display: block;
    position: relative;
  }

  html.opening-pending.opening-reading .hero__body.is-opening-hero-text {
    left: var(--page-gutter);
    margin: 0;
  }

  .hero__body.is-opening-hero-text .hero__lead {
    display: block;
    width: 100%;
    min-width: 0;
    writing-mode: horizontal-tb;
  }

  .hero__body.is-opening-hero-text .hero__copy {
    margin-top: 75px;
    width: 255px;
    min-width: 0;
    gap: 56px;
  }

  .hero__body--en.is-opening-hero-text .hero__copy--en {
    margin-top: 16px;
    width: 255px;
    min-width: 0;
    gap: 5px;
  }

  html.opening-pending.opening-phase-hero:not(.opening-reading) .hero,
  html.opening-pending.opening-phase-header:not(.opening-reading) .hero,
  html.opening-header-hold .hero {
    min-height: 100svh;
    height: 100svh;
    overflow: clip;
  }
  html.opening-pending.opening-phase-hero:not(.opening-reading) .hero__body,
  html.opening-pending.opening-phase-header:not(.opening-reading) .hero__body,
  html.opening-header-hold .hero__body {
    visibility: visible;
    padding-bottom: 0;
  }

  html.opening-pending.opening-reading body > main {
    display: flex;
    flex-direction: column;
  }

  html.opening-pending.opening-reading body > main > *:not(.hero) {
    flex: 0 0 auto;
    pointer-events: none;
  }

  html.opening-pending.opening-reading .hero.is-opening-hero-layout {
    display: block;
    position: relative;
    flex: 1 0 auto;
    margin-bottom: auto;
    min-height: var(--hero-opening-min-h, 100svh);
  }

  html.opening-pending.opening-reading .hero.is-opening-hero-layout .hero__visual {
    display: none;
  }

  html.opening-pending.opening-reading-kv-mounted .opening.is-photo-expanded {
    background: transparent;
    pointer-events: none;
  }

  html.opening-pending.opening-reading-kv-mounted
    .opening.is-photo-expanded
    .opening__photo.is-snapped {
    pointer-events: none;
  }

  html.opening-pending.opening-handoff.opening-reading
    .hero.is-opening-hero-layout
    .hero__visual.is-handoff-placed {
    display: block;
  }

  html.opening-pending.opening-reading .opening.is-photo-expanded {
    background: transparent;
    pointer-events: none;
  }

  html.opening-pending.opening-reading .opening.is-photo-expanded .opening__photo.is-snapped {
    pointer-events: none;
  }

  html.opening-pending.opening-phase-hero.opening-reading .hero.is-opening-hero-layout {
    height: auto;
    overflow: visible;
  }

  html.opening-pending.opening-reading .hero__body {
    visibility: visible;
  }
}

@media (max-width: 374.98px) {
  .opening__logo-area {
    left: 24px;
    width: calc(100vw - 48px);
  }

  .opening__logo-wordmark {
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .opening__logo-mask,
  .opening__catch,
  .opening__photo,
  .opening__scroll,
  .opening__logo-area,
  .opening.is-exiting,
  html.opening-pending.opening-phase-header:not(.is-header-shown) body > .header-slot .header {
    transition: none !important;
  }
}

/* ============================================================
   スクロール出現アニメーション
   ============================================================ */
:root {
  --reveal-ease: cubic-bezier(0.65, 0, 0.35, 1);
  --reveal-ease-out: cubic-bezier(0.25, 1, 0.5, 1);
}

html.has-reveal .reveal.is-armed {
  opacity: 0;
  pointer-events: none;
}
html.has-reveal .reveal.is-armed.is-shown {
  animation: reveal-fade-up var(--reveal-duration, 0.66s) var(--reveal-ease-out) var(--reveal-delay, 0s) forwards;
}

@media (min-width: 1024px) {
  html.has-reveal .journey .reveal {
    --reveal-rise: 0px;
  }
}

@keyframes reveal-fade-up {
  0% { opacity: 0; transform: translateY(var(--reveal-rise, 0.75rem)); }
  100% { opacity: 1; transform: none; }
}

html.has-reveal .article.reveal {
  --reveal-rise: 1.5rem;
  --reveal-duration: 0.8s;
}

html.has-reveal .reveal-mask {
  overflow: hidden;
}
html.has-reveal .reveal-mask.is-armed > * {
  transform: translateY(100%);
  will-change: transform;
}
html.has-reveal .reveal-mask.is-armed.is-shown > * {
  animation: reveal-mask-up 0.7s var(--reveal-ease) var(--reveal-delay, 0.1s) forwards;
}
@keyframes reveal-mask-up {
  0% { transform: translateY(100%); }
  100% { transform: translateY(0); }
}
