* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html.is-instant-scroll {
  scroll-behavior: auto;
}
html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  background: #080a10;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
body {
  overflow-x: hidden;
  overflow-x: clip;
  overflow-y: auto;
  overscroll-behavior-x: none;
}
body.player-open,
body.is-loading {
  overflow: hidden;
  overscroll-behavior: none;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: #080a10;
  color: #fff;
  transition:
    opacity 0.7s ease,
    visibility 0.7s ease;
}
.loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: loader-enter 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.loader.is-done .loader-content {
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
  animation: none;
}
.loader-label {
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 4vw, 18px);
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
.loader-track {
  width: 72px;
  height: 1px;
  margin-top: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}
.loader-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: #c1272d;
  transform: scaleX(0.08);
  transform-origin: left center;
  box-shadow: 0 0 16px rgba(193, 39, 45, 0.65);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes loader-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.intro-pin {
  position: relative;
  height: 175vh;
}
.hero,
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f3f4f6;
}
.hero {
  position: absolute;
  inset: 0;
  z-index: 15;
  padding: 56px 20px max(88px, env(safe-area-inset-bottom));
  background: linear-gradient(
    180deg,
    rgba(8, 10, 16, 0.78) 0%,
    rgba(8, 10, 16, 0.5) 42%,
    rgba(8, 10, 16, 0.82) 100%
  );
  pointer-events: none;
  will-change: opacity, transform;
}
.hero.is-gone {
  visibility: hidden;
}
.content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: 56px 20px max(56px, env(safe-area-inset-bottom));
  background:
    radial-gradient(ellipse 70% 50% at 50% 80%, #1a1420 0%, #0b0d14 70%),
    #0b0d14;
}
.content-kicker {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.content h2 {
  margin: 0;
  font-size: clamp(24px, 7vw, 56px);
  letter-spacing: 0.03em;
  line-height: 1.25;
  overflow-wrap: break-word;
}
.hero-title,
.ui h2 {
  margin: 0;
  font-family:
    "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
  line-height: 1.4;
  white-space: nowrap;
  color: #c1272d;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.55);
  font-feature-settings: "palt" 1;
}
.hero-title {
  font-size: clamp(22px, 6vw, 28px);
}
.hero-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin: 28px auto 0;
  background: #c1272d;
}
.hero-en {
  font-family: Anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.08em;
  letter-spacing: 0.08em;
}
.hero-briefing {
  display: flex;
  flex-direction: column;
  gap: 1.15em;
  width: min(36em, 92vw);
  max-width: 100%;
  margin-top: clamp(24px, 4.2vh, 44px);
  font-size: clamp(16px, 4.1vw, 22px);
}
.hero-briefing p {
  margin: 0;
  margin-inline-end: -0.18em;
  font-family:
    "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.18em;
  color: #fff;
  font-feature-settings: "palt" 1;
}
.hero-punchline {
  margin: clamp(28px, 5.2vh, 48px) 0 0;
  min-height: 1.7em;
  font-family:
    "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-size: clamp(15px, 4.9vw, 20px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
  text-shadow: 0 10px 36px rgba(0, 0, 0, 0.55);
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
.hero-punchline .sp-break {
  display: none;
}
.hero-punchline::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin: 18px auto 0;
  background: #c1272d;
  box-shadow: 0 0 18px rgba(193, 39, 45, 0.55);
}
.hero-punchline .hero-en {
  color: #c1272d;
  font-size: 1.14em;
  letter-spacing: 0.1em;
  text-shadow: 0 0 24px rgba(193, 39, 45, 0.35);
}
.hero-punchline-text.is-typing::after,
.hero-punchline-text.is-done::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.92em;
  margin-left: 0.14em;
  vertical-align: -0.06em;
  background: #fff;
  animation: typewriter-caret 0.8s step-end infinite;
}
.content-lead {
  max-width: 520px;
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
}
.hero-scroll {
  position: absolute;
  bottom: max(24px, env(safe-area-inset-bottom));
  left: 50%;
  margin: 0;
  padding: 12px 20px;
  transform: translateX(-50%);
  appearance: none;
  background: transparent;
  border: 0;
  font-family: Anton, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(18px, 2.1vw, 26px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  pointer-events: auto;
}
.hero-scroll:hover,
.hero-scroll:focus-visible {
  color: rgba(255, 255, 255, 0.78);
}
.hero-scroll:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.45);
  outline-offset: 6px;
}
.hero-scroll::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 14px auto 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  animation: hero-scroll-bounce 1.6s ease-in-out infinite;
}
@keyframes hero-scroll-bounce {
  0%,
  100% {
    opacity: 0.35;
    transform: rotate(45deg) translate(-3px, -3px);
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) translate(3px, 3px);
  }
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: min(860px, 100%);
  margin-top: 28px;
  text-align: left;
}
.content-card {
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.content-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
}
.content-card p {
  margin: 0;
  font-size: 13px;
}

.carousel-section {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 55% at 50% 42%, #1a1420 0%, #080a10 62%),
    #080a10;
  user-select: none;
  -webkit-user-select: none;
}
#canvas-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  touch-action: pan-y;
  cursor: default;
}
.carousel-section.is-unlocked #canvas-container {
  cursor: grab;
}
#canvas-container.is-swiping {
  cursor: grabbing;
  touch-action: none;
}
#canvas-container canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.ui {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 36px);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  pointer-events: none;
  z-index: 10;
  padding: 0 16px;
  opacity: 0;
}
.ui h2 {
  font-size: clamp(20px, 6.2vw, 26px);
}
.ui .accent {
  display: block;
  width: 36px;
  height: 2px;
  margin: 10px auto 0;
  border: 0;
  border-radius: 2px;
  background: linear-gradient(90deg, #ef4444, #fb7185);
}
.ui p {
  margin: 8px 0 0;
  font-size: clamp(11px, 3.2vw, 14px);
  color: rgba(255, 255, 255, 0.52);
}
.carousel-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 16px max(14px, env(safe-area-inset-bottom));
  text-align: center;
  pointer-events: none;
  opacity: 0;
}
.footer-nav ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.2em 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family:
    "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN",
    "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-feature-settings: "palt" 1;
}
.footer-nav li {
  display: inline;
}
.footer-nav li:not(:last-child)::after {
  content: ">";
  margin: 0 0.55em;
  color: rgba(255, 255, 255, 0.45);
}
.footer-nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  pointer-events: auto;
  touch-action: manipulation;
}
.footer-nav a:hover {
  color: #fff;
  text-decoration-color: #fff;
}
.footer-nav [aria-current="page"] {
  color: rgba(255, 255, 255, 0.72);
}
.footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin: -8px 0;
}
.footer-sns a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: rgba(255, 255, 255, 0.72);
  pointer-events: auto;
  touch-action: manipulation;
}
.footer-sns a:hover,
.footer-sns a:focus-visible {
  color: #fff;
}
.footer-sns a:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}
.footer-sns svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.footer-copy {
  margin: 0;
  font-family: "Times New Roman", Times, "Yu Mincho", "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}
.episode-list {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 12;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-height: min(72vh, 560px);
  overflow: hidden;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
}
.carousel-section.is-unlocked .episode-list {
  pointer-events: auto;
}
body.player-open .episode-list {
  pointer-events: none;
}
.episode-list-toggle {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 18px 7px;
  border: 0;
  border-left: 1px solid rgba(215, 23, 24, 0.6);
  border-radius: 8px 0 0 8px;
  background: rgba(8, 10, 16, 0.88);
  color: rgba(255, 255, 255, 0.78);
  font-family: Anton, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  cursor: pointer;
  touch-action: manipulation;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.episode-list-toggle:hover,
.episode-list.is-open .episode-list-toggle {
  background: rgba(20, 8, 10, 0.94);
  color: #fff;
}
.episode-list-panel {
  width: 0;
  min-width: 0;
  overflow: hidden;
  opacity: 0;
  background: rgba(8, 10, 16, 0.9);
  border-left: 0;
  transition:
    width 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.25s ease;
}
.episode-list.is-open .episode-list-panel {
  width: min(196px, 72vw);
  opacity: 1;
  border-left: 1px solid rgba(215, 23, 24, 0.35);
}
.episode-list-panel-inner {
  display: flex;
  flex-direction: column;
  width: min(196px, 72vw);
  padding: 16px 8px 12px 14px;
  box-sizing: border-box;
}
.episode-list-kicker {
  margin: 0 0 14px;
  font-family: Anton, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}
.episode-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1 1 auto;
  min-height: 0;
  max-height: min(48vh, 400px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.episode-list ul::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.episode-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: #d71718;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.55;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  transition: color 0.2s ease;
}
.episode-list li:last-child .episode-item {
  border-bottom: 0;
}
.episode-item:hover {
  color: #fb7185;
}
.episode-item.is-active {
  color: #fff;
}
.episode-item.is-active:hover {
  color: #fff;
}
.official-banners {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  width: 100%;
  margin-top: 12px;
}
.official-banner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 8px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: #000;
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
}
.official-banner img {
  display: block;
  height: 26px;
  width: auto;
  object-fit: contain;
}
.official-banner span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
}
.official-banner--campaign {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 8px 8px 7px;
}
.official-banner--campaign img {
  max-width: 100%;
  object-position: center;
}
.official-banner--campaign span {
  line-height: 1.4;
  text-align: center;
}
.official-banner--official {
  justify-content: space-between;
  gap: 8px;
}
.official-banner--official img {
  max-width: 52%;
  object-position: left center;
}
.official-banner--official span {
  flex-shrink: 0;
  line-height: 1.2;
  white-space: nowrap;
}
.official-banner:hover span {
  color: rgba(255, 255, 255, 0.82);
}
#backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 6, 10, 0.62);
  opacity: 0;
  pointer-events: none;
  z-index: 40;
  transition: opacity 0.4s ease;
}
#backdrop.active {
  opacity: 1;
  pointer-events: auto;
}
#player-stage {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(10px, env(safe-area-inset-top))
    max(12px, env(safe-area-inset-right))
    max(10px, env(safe-area-inset-bottom))
    max(12px, env(safe-area-inset-left));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
#player-stage.active {
  opacity: 1;
}
.player-layout {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: min(86vw, calc((100dvh - 216px) * 9 / 19.5));
  max-width: 100%;
  margin: 0;
}
#player-overlay {
  --phone-radius: clamp(24px, 11vw, 44px);
  --screen-inset: 6px;
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 19.5;
  height: auto;
  max-height: calc(100dvh - 216px);
  border-radius: var(--phone-radius);
  overflow: visible;
  background:
    linear-gradient(145deg, #ece8e2 0%, #b4b0aa 38%, #d8d4ce 62%, #8c8882 100%);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.72),
    inset 0 1px 1px rgba(255, 255, 255, 0.55),
    inset 0 -1px 1px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 40px rgba(239, 68, 68, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.92);
  transition:
    opacity 0.4s ease,
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
#player-overlay.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.player-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  width: 100%;
  margin: 0;
  pointer-events: none;
}
#player-stage.active .player-copy {
  pointer-events: auto;
}
.player-title {
  display: block;
  margin: 0;
  padding: 9px 14px;
  border-radius: 10px;
  background: rgba(8, 8, 10, 0.82);
  color: #d71718;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 3.8vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
}
.player-title:empty {
  display: none;
}
.player-text {
  display: none;
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(8, 8, 10, 0.82);
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "游明朝", "Hiragino Mincho ProN",
    serif;
  font-size: clamp(12px, 3.4vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.04em;
  max-height: 22vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.player-text.is-typing,
.player-text:not(:empty) {
  display: block;
}
.player-text.is-typing::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.92em;
  margin-left: 0.14em;
  vertical-align: -0.06em;
  background: #fff;
  animation: typewriter-caret 0.8s step-end infinite;
}
@keyframes typewriter-caret {
  50% {
    opacity: 0;
  }
}
.player-text:empty:not(.is-typing) {
  display: none;
}
.iphone-screen {
  position: absolute;
  inset: var(--screen-inset);
  border-radius: calc(var(--phone-radius) - 5px);
  overflow: hidden;
  background: #000;
}
.iphone-btn {
  position: absolute;
  width: 4px;
  background: #9a9690;
  border-radius: 1px 0 0 1px;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.35);
  pointer-events: none;
}
.iphone-btn-action {
  top: 16%;
  left: -3px;
  height: 7%;
}
.iphone-btn-vol-up {
  top: 26%;
  left: -3px;
  height: 9%;
}
.iphone-btn-vol-down {
  top: 36.5%;
  left: -3px;
  height: 9%;
}
.iphone-btn-power {
  top: 28%;
  right: -3px;
  height: 12%;
  border-radius: 0 1px 0 1px;
}
.dynamic-island {
  position: absolute;
  top: 2.2%;
  left: 50%;
  transform: translateX(-50%);
  width: 32%;
  height: 4.3%;
  max-height: 26px;
  background: #050505;
  border-radius: 20px;
  z-index: 25;
  pointer-events: none;
}
.dynamic-island::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #2a4a6a, #0b1520);
}
.home-indicator {
  position: absolute;
  bottom: 1.4%;
  left: 50%;
  transform: translateX(-50%);
  width: 34%;
  height: 3px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 4px;
  z-index: 25;
  pointer-events: none;
}
#iframe-container,
#player-overlay iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#close-btn {
  position: absolute;
  top: 10px;
  right: 8px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
  touch-action: manipulation;
  transition:
    background 0.2s,
    transform 0.15s;
}
#close-btn:hover {
  background: rgba(239, 68, 68, 0.85);
}
#close-btn:active {
  transform: scale(0.9);
}
@media (min-width: 768px) {
  .intro-pin {
    height: 190vh;
  }
  .hero,
  .content {
    padding: 72px 24px;
  }
  .hero {
    padding: 72px 24px max(96px, env(safe-area-inset-bottom));
  }
  .content-kicker {
    font-size: 12px;
    letter-spacing: 0.28em;
  }
  .content h2 {
    font-size: clamp(28px, 6vw, 56px);
    letter-spacing: 0.04em;
  }
  .hero-title,
  .ui h2 {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
  }
  .hero-title {
    font-size: clamp(32px, 3.8vw, 48px);
    line-height: 1.4;
  }
  .hero-title::after {
    width: 40px;
    margin-top: 36px;
  }
  .hero-briefing {
    width: min(40em, 90vw);
    margin-top: 48px;
    gap: 1.2em;
    font-size: clamp(18px, 1.7vw, 24px);
  }
  .hero-briefing p {
    letter-spacing: 0.22em;
    margin-inline-end: -0.22em;
    line-height: 1.95;
    white-space: nowrap;
  }
  .hero-punchline {
    margin-top: 56px;
    min-height: 1.7em;
    font-size: clamp(32px, 3.6vw, 44px);
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    white-space: nowrap;
  }
  .hero-punchline::after {
    width: 48px;
    margin-top: 22px;
  }
  .sp-break {
    display: none;
  }
  .content-lead {
    font-size: 15px;
  }
  .content-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 40px;
  }
  .ui {
    top: max(20px, env(safe-area-inset-top));
    padding: 0 20px;
  }
  .ui h2 {
    font-size: clamp(20px, 5.2vw, 34px);
  }
  .carousel-footer {
    padding: 20px 24px max(18px, env(safe-area-inset-bottom));
    gap: 10px;
  }
  .footer-sns {
    display: none;
  }
  .footer-nav ol {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
  .footer-copy {
    font-size: 16px;
  }
  .episode-list-toggle {
    padding: 22px 9px;
    font-size: 12px;
  }
  .episode-list.is-open .episode-list-panel,
  .episode-list-panel-inner {
    width: 212px;
  }
  .episode-list-panel-inner {
    padding: 18px 8px 18px 16px;
  }
  .episode-list-kicker {
    margin-bottom: 18px;
    font-size: 13px;
  }
  .episode-item {
    padding: 13px 0;
    font-size: 15px;
  }
  .official-banners {
    margin-top: 14px;
  }
  .official-banner {
    padding: 8px 10px;
  }
  .official-banner--campaign {
    padding: 10px 10px 8px;
  }
  .official-banner img {
    height: 28px;
  }
  .official-banner span {
    font-size: 12px;
  }
  #player-stage {
    padding: max(16px, env(safe-area-inset-top))
      max(16px, env(safe-area-inset-right))
      max(16px, env(safe-area-inset-bottom))
      max(16px, env(safe-area-inset-left));
  }
  .player-layout {
    display: grid;
    grid-template-columns: auto minmax(0, 280px);
    grid-template-rows: auto;
    align-items: center;
    gap: 24px;
    width: auto;
    max-width: 100%;
  }
  #player-overlay {
    --phone-radius: clamp(36px, 11.5vw, 52px);
    --screen-inset: 7px;
    grid-column: 1;
    grid-row: 1;
    width: min(440px, calc(100vw - 360px), calc(min(88vh, 86dvh) * 9 / 19.5));
    max-height: none;
    box-shadow:
      0 28px 70px rgba(0, 0, 0, 0.78),
      inset 0 1px 1px rgba(255, 255, 255, 0.55),
      inset 0 -1px 1px rgba(0, 0, 0, 0.35),
      0 0 0 1px rgba(255, 255, 255, 0.12),
      0 0 40px rgba(239, 68, 68, 0.18);
  }
  .player-copy {
    grid-column: 2;
    grid-row: 1;
    gap: 12px;
    max-width: 280px;
  }
  .player-title {
    display: block;
    padding: 10px 16px;
    font-size: clamp(16px, 2.8vw, 20px);
    text-align: left;
  }
  .player-title:empty {
    display: none;
  }
  .player-text {
    padding: 16px 18px;
    font-size: clamp(13px, 1.5vw, 16px);
    line-height: 1.85;
    max-height: none;
    overflow: visible;
  }
  .dynamic-island {
    top: 9px;
    height: 26px;
  }
  .home-indicator {
    bottom: 7px;
    height: 4px;
  }
  #close-btn {
    top: 8px;
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scroll::after {
    animation: none;
  }
  .hero-punchline-text.is-typing::after,
  .hero-punchline-text.is-done::after {
    animation: none;
    content: none;
  }
  .loader-content,
  .loader.is-done .loader-content {
    animation: none;
    transition: none;
    transform: none;
  }
  .loader,
  .loader-fill {
    transition: none;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .intro-pin {
    height: 160vh;
  }
  .hero {
    padding: 12px 20px 40px;
  }
  .hero-scroll {
    display: none;
  }
  .hero-title {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.4;
  }
  .hero-title::after {
    width: 20px;
    margin-top: 10px;
  }
  .hero-briefing {
    margin-top: 10px;
    gap: 0.28em;
    width: auto;
    max-width: none;
  }
  .hero-briefing p {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-inline-end: -0.1em;
  }
  .hero-punchline {
    margin-top: 12px;
    font-size: clamp(14px, 3.4vw, 18px);
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    min-height: 1.4em;
  }
  .hero-punchline::after {
    width: 24px;
    margin-top: 8px;
    height: 1px;
  }
  .ui {
    top: max(8px, env(safe-area-inset-top));
  }
  .ui .accent,
  .ui p {
    display: none;
  }
  .carousel-footer {
    padding: 8px 12px max(8px, env(safe-area-inset-bottom));
    gap: 4px;
  }
  .footer-sns {
    display: none;
  }
  .footer-nav ol {
    font-size: 12px;
  }
  .footer-copy {
    font-size: 14px;
  }
  .ui h2 {
    font-size: 15px;
  }
  .player-layout {
    flex-direction: row;
    align-items: center;
    width: min(100%, 920px);
    gap: 16px;
  }
  #player-overlay {
    width: min(34vw, calc((100dvh - 20px) * 9 / 19.5));
    max-height: calc(100dvh - 20px);
  }
  .player-copy {
    flex: 1;
    width: min(48vw, 360px);
  }
  .player-text {
    max-height: 58vh;
  }
}

@media (max-width: 767px) and (orientation: portrait) and (max-height: 720px) {
  .player-text {
    max-height: 16vh;
    padding: 10px 12px;
  }
}

.c-cursor {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10050;
  pointer-events: none;
}
.c-cursor.is-on {
  display: block;
}
.c-cursor-ring,
.c-cursor-core {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  will-change: transform;
  opacity: 0;
  transition:
    opacity 0.28s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}
.c-cursor.is-visible .c-cursor-ring,
.c-cursor.is-visible .c-cursor-core {
  opacity: 1;
}
.c-cursor-core {
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.c-cursor-ring {
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
}
.c-cursor.is-hover .c-cursor-core {
  background: #c1272d;
}
.c-cursor.is-hover .c-cursor-ring {
  border-color: rgba(193, 39, 45, 0.9);
}

@media (hover: hover) and (pointer: fine) {
  html.has-custom-cursor,
  html.has-custom-cursor * {
    cursor: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-cursor-ring,
  .c-cursor-core {
    transition: none;
  }
}
