/* src版KVのCSS（自動抽出 + 移植） */
.kv .sr-only,.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
:root {
      --black-deep: #3a2f31;
      --black: #f5e8df;
      --black-light: #ead8d1;
      --grey: #6f5265;
      --grey-mid: #d2b5c5;
      --grey-light: #eee0df;
      --cream: #2a2022;
      --cream-light: #151111;
      --red: #e23621;
      --red-bright: #ff4c2c;
      --pink: #ff4db2;
      --pink-soft: #ff7ed2;
      --cyan: #82ccdd;
      --cyan-deep: #00b7d8;
      --amber: #ff4db2;
      --checker-pink: rgba(255, 77, 178, 1);
      --checker-light: rgba(130, 204, 221, 1);
      --font-title: "Bebas Neue", "Arial Narrow", sans-serif;
      --font-display: "fot-cezanne-pron", "Zen Old Mincho", "Hiragino Mincho ProN", serif;
      --font-body: "fot-cezanne-pron", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
      --font-accent: "Cormorant Garamond", Georgia, serif;
      --font-story: "Shippori Antique B1", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
      --font-section-en: "Onyx", "Bebas Neue", "Arial Narrow", sans-serif;
    }
body.is-loading,
    body.intro-running {
      overflow: hidden;
    }
.loading-screen {
      position: fixed;
      inset: 0;
      z-index: 1000;
      display: grid;
      place-items: center;
      padding: 2rem;
      background:
        radial-gradient(circle at 44% 44%, rgba(255, 77, 178, .26), transparent 22rem),
        radial-gradient(circle at 62% 55%, rgba(0, 183, 216, .24), transparent 24rem),
        linear-gradient(180deg, #f7eee7 0%, #e7d8d3 58%, #f2d0df 100%);
      color: #2a2022;
      opacity: 1;
      visibility: visible;
      transition: opacity .72s ease, visibility .72s ease;
    }
body.loading-done .loading-screen {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
.loading-screen::before,
    .loading-screen::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
    }
.loading-screen::before {
      background:
        repeating-linear-gradient(0deg, rgba(237, 229, 216, .035) 0 1px, transparent 1px 7px),
        linear-gradient(90deg, transparent, rgba(237, 229, 216, .04), transparent);
      opacity: .36;
    }
.loading-screen::after {
      background: radial-gradient(ellipse at center, transparent 46%, rgba(0, 0, 0, .72) 100%);
    }
.loading-inner {
      position: relative;
      z-index: 1;
      display: grid;
      justify-items: center;
      gap: 1.8rem;
      width: min(520px, 84vw);
      text-align: center;
    }
.loading-logo {
      display: block;
      width: min(430px, 82vw);
      height: auto;
      filter: drop-shadow(0 0 28px rgba(237, 229, 216, .12));
    }
.loading-meta {
      color: rgba(237, 229, 216, .58);
      font-family: var(--font-accent);
      font-size: .82rem;
      letter-spacing: .22em;
      text-transform: uppercase;
    }
.loading-line {
      position: relative;
      width: min(320px, 68vw);
      height: 1px;
      overflow: hidden;
      background: rgba(237, 229, 216, .16);
    }
.loading-line::after {
      content: "";
      position: absolute;
      inset: 0;
      width: 44%;
      background: linear-gradient(90deg, transparent, rgba(237, 229, 216, .82), transparent);
      animation: loading-line 1.15s cubic-bezier(.65, 0, .35, 1) infinite;
    }
@keyframes loading-line {
      from { transform: translateX(-120%); }
      to { transform: translateX(260%); }
    }
@keyframes leader-sweep {
      to { transform: rotate(360deg); }
    }
body.kv-active .grain,
    body.kv-active .dust-background,
    body.kv-active .vignette,
    body.kv-active .light-leaks {
      opacity: 0;
    }
body.kv-active .header-nav {
      opacity: 0;
      pointer-events: none;
    }
body.kv-active .ticket-cta {
      opacity: 0;
      pointer-events: none;
      transform: translateY(10px);
    }
@keyframes grain {
      0%, 100% { transform: translate(0, 0); }
      50% { transform: translate(-1.2%, 1%); }
    }
@keyframes dust-shift {
      0%, 100% { transform: translate3d(0, 0, 0); }
      50% { transform: translate3d(-1.4%, .8%, 0); }
    }
.cursor-light {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 27;
      width: 260px;
      height: 260px;
      pointer-events: none;
      opacity: var(--cursor-light-opacity, 0);
      transform: translate3d(calc(var(--cursor-light-x, -500px) - 50%), calc(var(--cursor-light-y, -500px) - 50%), 0);
      background:
        radial-gradient(circle, rgba(237, 229, 216, .115) 0 16%, rgba(237, 229, 216, .048) 34%, transparent 68%);
      mix-blend-mode: screen;
      filter: blur(2px);
      transition: opacity .22s ease;
      will-change: transform, opacity;
    }
@keyframes leak-left {
      0%, 100% { transform: translateX(-5vw) rotate(-12deg); opacity: .28; }
      48% { transform: translateX(15vw) rotate(-8deg); opacity: .9; }
    }
@keyframes leak-right {
      0%, 100% { transform: translateX(8vw) rotate(8deg); opacity: .18; }
      52% { transform: translateX(-13vw) rotate(5deg); opacity: .72; }
    }
.morph-logo {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 41;
      display: block;
      width: var(--morph-logo-width, 1px);
      height: var(--morph-logo-height, auto);
      opacity: 0;
      pointer-events: none;
      mix-blend-mode: screen;
      filter: none;
      transform: translate3d(var(--morph-logo-x, -9999px), var(--morph-logo-y, -9999px), 0) scale(var(--morph-logo-scale, 1));
      transform-origin: left top;
      will-change: transform, opacity;
    }
.kv {
      position: relative;
      min-height: 100vh;
      min-height: 100dvh;
      --watch-x: 50%;
      --watch-y: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding: 6rem 1.5rem 5.6rem;
      text-align: center;
      overflow: hidden;
      background: #21201e;
    }
.kv::before {
      content: "";
      position: absolute;
      inset: 0;
      display: none;
    }
.kv::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      display: none;
    }
/* Camera surveillance feature is intentionally parked for now. */
    .kv .surveillance-canvas,
    .kv .eye-closeup-canvas,
    .kv .camera-noise,
    .kv .camera-control,
    .kv .camera-watch {
      display: none;
    }
.kv-art {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      width: max(100vw, calc(100vh * 16 / 9));
      height: max(100vh, calc(100vw * 9 / 16));
      pointer-events: none;
      overflow: hidden;
      transform: translate(-50%, -50%);
    }
.kv-art img {
      display: block;
      max-width: none;
      user-select: none;
      -webkit-user-drag: none;
    }
.kv-bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
.kv-floor {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      opacity: 1;
      filter: none;
      mix-blend-mode: normal;
    }
.kv-bg-sprite {
      position: absolute;
      inset: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
.kv-eye-shadow {
      position: absolute;
      left: 50%;
      top: 57.5%;
      z-index: 2;
      width: 160%;
      height: auto;
      transform: translateX(-50%) translateY(20%);
      opacity: 1;
      filter: none;
      mix-blend-mode: multiply;
      clip-path: inset(0 0 100% 0);
      transform-origin: 50% 100%;
      animation: people-shadow-rise 1.05s cubic-bezier(.2, .85, .22, 1) .72s both;
      will-change: opacity, transform, clip-path;
    }
@keyframes people-shadow-rise {
      from {
        clip-path: inset(0 0 100% 0);
        transform: translateX(-50%) translateY(32%) scaleY(.72);
      }
      to {
        clip-path: inset(0 0 0 0);
        transform: translateX(-50%) translateY(20%) scaleY(1);
      }
    }
.kv-eye {
      position: absolute;
      left: 50%;
      top: 32%;
      z-index: 3;
      width: 30.8%;
      height: auto;
      transform: translateX(-50%);
      opacity: 1;
      filter: none;
      animation: none;
    }
#hero-eye-canvas {
      position: absolute;
      left: 50%;
      top: 16.2%;
      z-index: 3;
      width: 48%;
      aspect-ratio: 1 / 1;
      height: auto;
      display: block;
      transform: translate(-50%, -4%);
      pointer-events: none;
      background: transparent;
      visibility: hidden;
      opacity: 0;
    }
.eye3d-active .kv-eye {
      display: none !important;
    }
.eye3d-active #hero-eye-canvas {
      visibility: visible;
      opacity: 1;
    }
.kv-eye-floor-shadow {
      display: none;
    }
@media (prefers-reduced-motion: no-preference) {
  .kv-eye {
        animation: kv-eye-float 6.8s cubic-bezier(.42, 0, .22, 1) infinite;
      }
}
@keyframes kv-eye-float {
      0%,
      100% {
        transform: translateX(-50%) translateY(0);
      }
      25% {
        transform: translateX(calc(-50% + 3px)) translateY(-6px);
      }
      50% {
        transform: translateX(calc(-50% - 2px)) translateY(-11px);
      }
      75% {
        transform: translateX(calc(-50% + 4px)) translateY(-5px);
      }
    }
.kv-date-strip,
    .kv-date-start,
    .kv-date-connector,
    .kv-date-end,
    .kv-venue {
      position: absolute;
      z-index: 5;
      opacity: 1;
      filter: none;
    }
.kv-date-strip {
      left: 50%;
      bottom: clamp(1.6rem, 4vh, 3rem);
      width: min(94vw, 1440px);
      transform: translateX(-50%);
    }
.kv-date-start {
      left: 5.4%;
      top: 77.2%;
      width: 7.84%;
    }
.kv-date-connector {
      left: 16.8%;
      right: 19.1%;
      top: 92.4%;
      height: 2px;
      border-radius: 0;
      background: linear-gradient(to right,
        #cd3416 0%, #cd3416 34%,
        transparent 34%, transparent 69%,
        #cd3416 69%, #cd3416 100%);
      box-shadow: none;
    }
.kv-date-end {
      right: 5.4%;
      top: 77.2%;
      width: 11.48%;
    }
.kv-venue {
      left: 50%;
      top: 89.6%;
      width: 18.46%;
      transform: translateX(-50%);
    }
.kv-copyright {
      position: absolute;
      top: 2.6%;
      right: 1.85%;
      z-index: 5;
      color: rgba(31, 31, 31, .62);
      font-family: var(--font-body);
      font-size: 0.78%;
      font-weight: 700;
      line-height: 1;
      letter-spacing: .02em;
      white-space: nowrap;
    }
.surveillance-video {
      position: absolute;
      width: 1px;
      height: 1px;
      opacity: 0;
      pointer-events: none;
    }
.surveillance-canvas {
      position: absolute;
      inset: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      image-rendering: pixelated;
      filter: contrast(1.12) brightness(.82);
      transform: scaleX(-1);
      transition: opacity 1.1s ease, filter 1.1s ease;
      mix-blend-mode: lighten;
    }
.kv.camera-on .surveillance-canvas {
      opacity: .46;
    }
.kv.camera-on .eye-closeup-canvas {
      display: none;
    }
.kv.camera-on::before {
      filter: brightness(.34) contrast(1.36) saturate(.18);
    }
.camera-noise {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      opacity: 0;
      background:
        radial-gradient(circle, rgba(237, 229, 216, .28) 0 1px, transparent 1.4px),
        repeating-linear-gradient(to bottom, rgba(255,255,255,.055) 0 1px, transparent 1px 6px);
      background-size: 8px 8px, 100% 6px;
      mix-blend-mode: overlay;
      animation: none;
      transition: opacity .8s ease;
    }
.camera-watch {
      position: absolute;
      left: var(--watch-x);
      top: var(--watch-y);
      z-index: 4;
      width: 140px;
      height: 72px;
      pointer-events: none;
      opacity: 0;
      transform: translate(-50%, -50%) scale(.94);
      transition: opacity .22s ease, transform .18s ease;
      mix-blend-mode: screen;
    }
.kv.watch-active .camera-watch {
      opacity: .72;
      transform: translate(-50%, -50%) scale(1);
    }
.camera-watch::before {
      content: "";
      position: absolute;
      inset: 4px 7px;
      border: 1px solid rgba(237, 229, 216, .36);
      border-radius: 50% 50% 48% 52% / 58% 58% 42% 42%;
      transform: rotate(-2deg);
      box-shadow:
        0 0 22px rgba(237, 229, 216, .1),
        inset 0 0 18px rgba(237, 229, 216, .07);
    }
.camera-watch::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 30px;
      height: 30px;
      border: 1px solid rgba(237, 229, 216, .3);
      border-radius: 50%;
      background:
        radial-gradient(circle at 38% 34%, rgba(255, 255, 255, .72) 0 2px, transparent 3px),
        radial-gradient(circle, rgba(237, 229, 216, .16) 0 6px, rgba(237, 229, 216, .035) 7px 100%);
      transform: translate(-50%, -50%);
      box-shadow: 0 0 14px rgba(237, 229, 216, .12);
    }
.camera-watch-line {
      position: absolute;
      background: rgba(237, 229, 216, .32);
    }
.camera-watch-line.h {
      top: 50%;
      left: 20px;
      right: 20px;
      height: 1px;
      opacity: .38;
    }
.camera-watch-line.v {
      left: 50%;
      top: 20px;
      bottom: 20px;
      width: 1px;
      opacity: .24;
    }
.kv.camera-on .camera-noise {
      opacity: 0;
      animation: none;
    }
@keyframes surveillance-pulse {
      0%, 100% { opacity: .46; transform: translateY(0); }
      50% { opacity: .62; transform: translateY(1px); }
    }
.kv-panel {
      position: absolute;
      top: clamp(4.8rem, 9.2vh, 6.4rem);
      left: 50%;
      z-index: 5;
      display: grid;
      justify-items: center;
      gap: clamp(.5rem, 1.1vh, .9rem);
      width: min(100%, 1800px);
      max-width: none;
      margin: 0;
      transform: translateX(-50%);
    }
.kv-kicker {
      position: relative;
      z-index: 2;
      width: min(31vw, 420px);
    }
.kv-kicker-sprite {
      position: absolute;
      left: 50%;
      top: 8.4%;
      z-index: 5;
      width: 27.76%;
      height: auto;
      transform: translateX(-50%);
      opacity: 1;
      filter: none;
    }
.kv-kicker img {
      display: block;
      width: 100%;
      height: auto;
    }
.kv-title {
      display: grid;
      place-items: center;
      margin-top: clamp(-2.5rem, -4vh, -1.6rem);
    }
.kv-logo {
      position: absolute;
      left: 50%;
      top: 16.15%;
      z-index: 5;
      display: block;
      width: 93%;
      height: auto;
      transform: translateX(-50%);
      opacity: var(--kv-logo-opacity, 1);
      filter: none;
      transition: opacity .12s linear;
    }
.kv-credit {
      position: absolute;
      z-index: 4;
      top: 48.4%;
      opacity: .96;
      filter: none;
    }
.kv-credit-dizm {
      left: 16.4%;
      width: 11.98%;
      transform: none;
    }
.kv-credit-yagura {
      right: 16.4%;
      width: 20.52%;
      transform: none;
    }
.kv-subtitle {
      font-family: var(--font-display);
      font-size: clamp(1.05rem, 3vw, 1.75rem);
      font-weight: 600;
      line-height: 1.7;
      letter-spacing: .14em;
      color: var(--cream-light);
      transform: scaleY(1.08);
    }
.kv-meta {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: .65rem;
      color: var(--grey-light);
      font-size: .78rem;
      letter-spacing: .1em;
    }
.kv-meta span {
      border: 1px solid rgba(255, 255, 255, .12);
      background: rgba(0, 0, 0, .22);
      padding: .36rem .8rem;
    }
.camera-control,
    .sound-control {
      position: absolute;
      right: clamp(1.2rem, 4vw, 3rem);
      z-index: 6;
      display: grid;
      justify-items: end;
      gap: .45rem;
      max-width: min(280px, 38vw);
      text-align: right;
    }
.camera-control {
      top: clamp(5.4rem, 10vh, 7.2rem);
    }
.camera-trigger,
    .sound-trigger {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 0;
      padding: .56rem .74rem .58rem;
      border: 1px solid rgba(237, 229, 216, .18);
      background: rgba(0, 0, 0, .18);
      color: rgba(237, 229, 216, .68);
      font-family: var(--font-accent);
      letter-spacing: .12em;
      font-size: .66rem;
      cursor: pointer;
      transition: border-color .25s, background .25s, color .25s, transform .25s;
    }
.camera-trigger.visible { display: inline-flex; }
.camera-trigger:hover,
    .sound-trigger:hover {
      border-color: rgba(237, 229, 216, .5);
      background: rgba(0, 0, 0, .32);
      color: rgba(255, 252, 240, .92);
      transform: translateY(-2px);
    }
.camera-trigger.active,
    .sound-trigger.active {
      border-color: rgba(214, 61, 37, .75);
      color: var(--cream-light);
    }
.camera-status,
    .sound-status {
      min-height: 1.6em;
      color: rgba(237, 229, 216, .46);
      font-size: .62rem;
      letter-spacing: .1em;
    }
.kv-scroll {
      position: absolute;
      bottom: 2.2rem;
      left: 50%;
      z-index: 2;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: .48rem;
      color: var(--grey-mid);
      font-family: var(--font-accent);
      font-size: .68rem;
      letter-spacing: .28em;
      text-transform: uppercase;
    }
.kv-scroll-line {
      width: 1px;
      height: 38px;
      background: linear-gradient(to bottom, var(--grey-mid), transparent);
      animation: pulse 2s infinite;
    }
.floating-ticket {
      position: fixed;
      right: clamp(1rem, 3vw, 2rem);
      top: clamp(5.4rem, 8vh, 6.4rem);
      bottom: auto;
      z-index: 45;
      display: inline-flex;
      align-items: center;
      gap: .95rem;
      min-width: 232px;
      padding: .86rem .96rem .9rem 1.04rem;
      border: 1px solid rgba(226, 54, 33, .78);
      background:
        repeating-linear-gradient(-45deg, rgba(255, 255, 246, .1) 0 1px, transparent 1px 7px),
        linear-gradient(135deg, rgba(255, 77, 178, .9), rgba(226, 54, 33, .96) 48%, rgba(0, 183, 216, .82)),
        #e23621;
      color: rgba(255, 255, 246, .96);
      text-decoration: none;
      backdrop-filter: blur(16px);
      box-shadow:
        0 18px 44px rgba(226, 54, 33, .32),
        0 8px 24px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 246, .3),
        inset 0 -1px 0 rgba(0, 0, 0, .2);
      cursor: pointer;
      pointer-events: auto;
      overflow: hidden;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
.floating-ticket::before {
      content: "";
      position: absolute;
      inset: 5px;
      border: 1px solid rgba(255, 255, 246, .24);
      pointer-events: none;
    }
.floating-ticket::after {
      content: "OPEN";
      display: grid;
      place-items: center;
      width: 54px;
      height: 34px;
      flex: 0 0 54px;
      border: 1px solid rgba(255, 255, 246, .46);
      background: rgba(255, 255, 246, .16);
      color: rgba(255, 255, 246, .9);
      font-size: .62rem;
      letter-spacing: .08em;
      line-height: 1;
    }
.floating-ticket[data-state="open"] {
      border-color: rgba(255, 255, 246, .42);
      color: rgba(255, 255, 246, .86);
      cursor: pointer;
      pointer-events: auto;
    }
.floating-ticket[data-state="open"]::after {
      content: "OPEN";
      color: rgba(255, 255, 246, .72);
    }
.floating-ticket:hover {
      border-color: rgba(255, 255, 246, .62);
      box-shadow:
        0 22px 54px rgba(226, 54, 33, .42),
        0 10px 28px rgba(0, 0, 0, .26),
        inset 0 1px 0 rgba(255, 255, 246, .34),
        inset 0 -1px 0 rgba(0, 0, 0, .16);
      transform: translateY(-2px);
    }
.floating-ticket-kicker {
      display: block;
      font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
      line-height: 1.2;
      text-align: left;
    }
.floating-ticket-kicker {
      color: rgba(255, 255, 246, .72);
      font-size: .62rem;
      letter-spacing: .16em;
    }
.floating-ticket-main {
      display: block;
      margin-top: .2rem;
      color: rgba(255, 255, 246, .98);
      font-size: .98rem;
      letter-spacing: .1em;
      white-space: nowrap;
    }
.floating-ticket-sub {
      display: block;
      margin-top: .24rem;
      color: rgba(255, 255, 246, .82);
      font-size: .58rem;
      letter-spacing: .12em;
      white-space: nowrap;
    }
@keyframes hero-in {
      from { opacity: 0; transform: scale(1.04); }
      to { opacity: 1; transform: scale(1); }
    }
@keyframes eye-float {
      0%, 100% { transform: translateX(-50%) translateY(0) rotate(-.2deg); }
      50% { transform: translateX(-50%) translateY(-10px) rotate(.35deg); }
    }
@keyframes pulse {
      0%, 100% { opacity: .3; }
      50% { opacity: .9; }
    }
@keyframes title-scan {
      0% { clip-path: inset(0 100% 0 0); opacity: 0; transform: translateX(-14px); }
      42% { opacity: 1; }
      100% { clip-path: inset(0 0 0 0); opacity: 1; transform: translateX(0); }
    }
@keyframes item-rise-hard {
      0% { opacity: 0; transform: translateY(28px) skewY(.8deg); filter: blur(4px); }
      54% { opacity: 1; transform: translateY(-3px) skewY(-.2deg); filter: blur(0); }
      100% { opacity: 1; transform: translateY(0) skewY(0); filter: blur(0); }
    }
@keyframes tag-blink {
      0%, 100% { opacity: 1; }
      48% { opacity: .42; }
      50% { opacity: 1; }
      53% { opacity: .64; }
    }
main > section:not(.kv)::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      opacity: .28;
      background:
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .016) 1px, transparent 1px);
      background-size: 76px 76px, 76px 76px;
      mix-blend-mode: screen;
      transform: translate3d(calc((var(--scroll-progress, .5) - .5) * -20px), 0, 0);
      transition: transform .2s linear;
    }
main > section:not(.kv):not(.news) {
      border-top: none;
      padding-top: clamp(3.2rem, 7vw, 5.5rem);
      padding-bottom: clamp(3.2rem, 7vw, 5.5rem);
      box-shadow: inset 0 -1px 0 rgba(255, 244, 239, .12);
    }
/* 市松ストリップ — セクション上端 */
    main > section:not(.kv):not(.news):not(.story)::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 8px;
      z-index: 3;
      pointer-events: none;
      background:
        repeating-conic-gradient(
          rgba(242, 133, 182, .72) 0% 25%,
          rgba(130, 204, 221, .28) 25% 50%
        ) 0 0 / 16px 16px;
    }
main > section:not(.kv):not(.news) .section-inner::before {
      content: none;
      position: absolute;
      top: clamp(-2.8rem, -4vw, -1rem);
      right: min(-12vw, -4rem);
      z-index: -1;
      color: rgba(237, 229, 216, .045);
      font-family: var(--font-section-en);
      font-size: clamp(3.6rem, 13vw, 10rem);
      line-height: .82;
      letter-spacing: .04em;
      pointer-events: none;
      transform: translate3d(0, calc((var(--scroll-progress, .5) - .5) * -34px), 0);
    }
main > section:not(.kv):not(.news) .section-title {
      font-size: clamp(1.5rem, 3.8vw, 2.8rem);
      line-height: 1.25;
      margin-bottom: clamp(1.4rem, 3.5vw, 2.4rem);
    }
.reveal.visible .section-title,
    .reveal.visible.section-title {
      animation: title-scan .72s cubic-bezier(.22, 1, .36, 1) both;
    }
.reveal {
      opacity: 0;
      transform: translateY(36px);
      transition: opacity .85s cubic-bezier(.22, 1, .36, 1), transform .85s cubic-bezier(.22, 1, .36, 1);
    }
.reveal.visible { opacity: 1; transform: translateY(0); }
.news-item.reveal.visible,
    .flow-step.reveal.visible,
    .ticket-cards.reveal.visible .ticket-card {
      animation: item-rise-hard .72s cubic-bezier(.22, 1, .36, 1) both;
    }
.ticket-cards.reveal.visible .ticket-card:nth-child(2) {
      animation-delay: .12s;
    }
/* Higher specificity than main > section:not(.kv)::after to win */
    main > section.story::after {
      background:
        radial-gradient(circle, transparent 0 1.3px, rgba(42, 32, 34, .24) 1.4px 100%),
        linear-gradient(90deg, transparent 0 72%, rgba(226, 54, 33, .14) 72% 84%, transparent 84% 100%);
      background-size: 5px 5px, auto;
      opacity: 1;
      mix-blend-mode: normal;
      transform: none;
    }
.story > .section-inner > .reveal:first-child {
      text-align: center;
    }
.news .section-inner > .reveal:first-child {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 1.5rem;
      margin-bottom: 1rem;
    }
@media (max-width: 680px) {
  .kv {
        min-height: 100svh;
        padding: 5.6rem 1.2rem 5.25rem;
      }
  .kv::before {
        background:
          radial-gradient(circle at 50% 26%, rgba(255, 255, 255, .36), transparent 24rem),
          radial-gradient(ellipse at center, transparent 48%, rgba(42, 32, 34, .16) 100%),
          linear-gradient(180deg, rgba(247, 238, 231, .94), #e7ded8 58%, rgba(213, 237, 241, .42));
      }
  .kv-panel {
        display: none;
      }
  .kv-kicker-sprite {
        top: 12.8%;
        width: min(54vw, 300px);
      }
  .kv-logo {
        top: 20.4%;
        width: min(86vw, 560px);
      }
  .kv-subtitle { font-size: 1.08rem; }
  .kv-eye-shadow {
        top: 55.5%;
        width: 225vw;
      }
  .kv-eye {
        top: 32.4%;
        width: min(78vw, 475px);
      }
  #hero-eye-canvas {
        top: 17.5%;
        width: min(96vw, 640px);
      }
  .kv-eye-floor-shadow {
        bottom: clamp(2.6rem, 6.6vh, 4.3rem);
        width: min(88vw, 470px);
        height: clamp(28px, 7.5vw, 46px);
        filter: blur(14px);
      }
  .kv-date-strip {
        bottom: 2.8rem;
        width: 96vw;
      }
  .kv-date-start {
        left: calc(50% - 44vw);
        top: auto;
        bottom: 7.2%;
        width: min(18vw, 78px);
      }
  .kv-date-connector {
        left: calc(50% - 22vw);
        right: calc(50% - 18vw);
        top: auto;
        bottom: calc(7.2% + min(4.8vw, 20px));
        height: 2px;
      }
  .kv-date-end {
        right: auto;
        left: calc(50% + 16vw);
        top: auto;
        bottom: 7.2%;
        width: min(28vw, 124px);
      }
  .kv-venue {
        top: auto;
        bottom: 2.2%;
        width: min(42vw, 178px);
      }
  .kv-copyright {
        top: 2.4%;
        right: calc(50% - 48vw);
        font-size: .48rem;
      }
  .kv-credit {
        top: 50.5%;
        opacity: .94;
      }
  .kv-credit-dizm {
        left: calc(50% - 42vw);
        width: min(28vw, 142px);
      }
  .kv-credit-yagura {
        right: auto;
        left: calc(50% + 8vw);
        width: min(35vw, 180px);
      }
  .floating-ticket {
        display: none;
      }
  .camera-control {
        right: 1rem;
        top: 4.8rem;
        max-width: min(250px, 72vw);
      }
  .camera-trigger,
      .sound-trigger { font-size: .62rem; }
  .news .section-inner > .reveal:first-child { margin-bottom: .65rem; }
  .floating-ticket {
        display: none;
      }
  .floating-ticket-main { font-size: .82rem; }
  .floating-ticket-sub { font-size: .52rem; }
  .floating-ticket::after {
        width: 48px;
        height: 30px;
        flex-basis: 48px;
        font-size: .56rem;
      }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-section .section-inner,
      .scroll-section:not(.news) .section-inner::after,
      .loading-screen,
      .intro,
      .cursor-light,
      .dust-background,
      .reveal,
      .reveal.visible,
      .writer-visual img,
      .flow-step-image img,
      .venue-photo img,
      .access-photo img,
      .social-action span,
      .contact-link span {
        transform: none;
        transition: none;
      }
  .loading-line::after {
        animation: none;
        transform: translateX(80%);
      }
  .kv-eye {
        animation: none;
      }
  .kv-eye-shadow {
        animation: none;
        clip-path: inset(0 0 0 0);
        transform: translateX(-50%) translateY(20%);
      }
  .cursor-light {
        display: none;
      }
  .kv-logo,
      .news-tag,
      .scroll-section.is-active .section-label,
      .reveal.visible .section-title,
      .news-item.reveal.visible,
      .flow-step.reveal.visible,
      .ticket-cards.reveal.visible .ticket-card {
        animation: none;
      }
  .reveal,
      .reveal.visible {
        opacity: 1;
      }
}
/* ============================================================
       セクション別テイスト改修 v2 —「不穏POP / 監視された映画館」
       ・KV(near-black＋ネオン＋監視する目)に合わせ、ダーク基調＋
         ハーシュなネオン(ピンク/水色/赤)＋走査線で“不穏なPOP”に
       ・かわいいパステルや温かい紙はやめ、冷たい臨床的トーンへ
       ・余白・要素サイズを詰めてコンパクトに
       ・Updates(X)はセクションらしさを消して控えめに
       ・KVは現状維持
       ============================================================ */

    /* --- ベース：KVと同じ温かいニアブラック --- */
    body {
      background: #141013;
      color: #e7dbc6;
      line-height: 1.7;
    }
main > section:not(.kv) { isolation: isolate; }
/* --- コンパクト化：余白・見出し・行間を詰める --- */
    main > section:not(.kv):not(.news) {
      padding-top: clamp(1.9rem, 3.4vw, 3rem);
      padding-bottom: clamp(1.9rem, 3.4vw, 3rem);
    }
main > section:not(.kv):not(.news) .section-title {
      font-size: clamp(1.2rem, 2.5vw, 1.78rem);
      margin-bottom: clamp(.8rem, 1.8vw, 1.3rem);
      line-height: 1.4;
    }
/* --- 不穏アクセント：監視の赤い走査線（上端） --- */
    main > section:not(.kv):not(.news):not(.story)::before {
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 59, 34, .6), transparent);
    }
/* 大見出しなし */
    .updates-section .section-inner > .reveal:first-child { margin-bottom: .7rem; }
@keyframes news-marquee {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }
/* Figma spec pass: desktop-first LP body below the untouched KV. */
    :root {
      --figma-red: #cd3416;
      --figma-pink: #f288b4;
      --figma-pink-2: #f78fb4;
      --figma-cyan: #79cede;
      --figma-cyan-2: #73c1e1;
      --figma-dark: #2b3135;
      --figma-offwhite: #f1eff1;
      --font-caption: "fot-cezanne-pron", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
      --font-comment: "Dela Gothic One", "Noto Sans JP", sans-serif;
    }
main > section:not(.kv):not(.news) { min-height: auto; padding: 110px 0; }
main > section:not(.kv):not(.news)::before,
    main > section:not(.kv):not(.news)::after,
    main > section:not(.kv):not(.news) .section-inner::before,
    main > section:not(.kv):not(.news) .section-inner::after,
    .section-label::before,
    .section-label::after,
    .hr { content: none !important; display: none !important; }
@keyframes news-marquee-figma { from { transform: translateX(0); } to { transform: translateX(-33.333%); } }
.access .section-inner > .reveal:first-child { grid-column: 1 / -1; }
@media (max-width: 900px) {
  main > section:not(.kv):not(.news) { padding: 72px 0; }
}
#story .story-still.reveal { opacity:0; transform:translateY(40px) scale(.94); transition:opacity 1s ease, transform 1.1s cubic-bezier(.16,.8,.3,1); }
#story .story-still.reveal.visible { opacity:1; transform:none; }
#story .story-stills.reveal.visible .story-still { }
/* チケット発売CTA（右上固定）をもっと大きく・文言は据え置き */
.floating-ticket { transform:scale(1.22); transform-origin:top right; }
/* === KV 3D目玉: 大きく + 外側に水色リング (Claude) === */
.eye3d-active #hero-eye-canvas { width:48% !important; }
.kv-eye-cyan { display:none; }
.eye3d-active .kv-eye-cyan {
  display:block; position:absolute; left:50%; top:16.2%; z-index:2;
  width:34%; aspect-ratio:1/1; border-radius:50%;
  background:#79cede;
  transform:translate(-50%, 14%);
  pointer-events:none;
}
@media (max-width:760px) {
  .eye3d-active #hero-eye-canvas { width:64vw !important; }
  .eye3d-active .kv-eye-cyan { width:46%; transform:translate(-50%, 14%); }
}
/* === T6: チケCTA 右下フェードイン（ヒーロー上は非表示） (Claude) === */
.floating-ticket {
  top:auto !important;
  bottom:clamp(16px,3vh,28px) !important;
  right:clamp(16px,2.4vw,30px) !important;
  transform:scale(1.1) !important;
  transform-origin:bottom right;
  transition:opacity .45s ease, transform .45s ease !important;
}
body.kv-active .floating-ticket {
  opacity:0 !important;
  pointer-events:none !important;
  transform:translateY(18px) scale(1.1) !important;
}
@media (max-width:760px) {
  .floating-ticket { transform:scale(.96) !important; }
  body.kv-active .floating-ticket { transform:translateY(18px) scale(.96) !important; }
}
/* === v3 微修正 (Claude) === */
/* 水色枠をピンク枠とほぼ同サイズに（ややはみ出る程度） */
.eye3d-active .kv-eye-cyan { width:30% !important; transform:translate(-50%, 4%) !important; }
@media (max-width:760px) {
  .eye3d-active .kv-eye-cyan { width:36vw !important; transform:translate(-50%, 4%) !important; }
}
#morph-logo { z-index:120 !important; }
/* ファーストビュー上はヘッダー透明（スクロール後はガラスのまま） */
body.kv-active .header {
  background:transparent !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  border-bottom:none !important;
}
/* === FV 要素の出現アニメーション（ローディング後に順に出る・約5秒） (Claude) === */
@keyframes kv-fade-rise { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: no-preference) {
  body:not(.is-loading) .kv-art .kv-logo,
  body:not(.is-loading) .kv-art .kv-kicker-sprite,
  body:not(.is-loading) .kv-art .kv-credit,
  body:not(.is-loading) .kv-art .kv-date-start,
  body:not(.is-loading) .kv-art .kv-date-end,
  body:not(.is-loading) .kv-art .kv-date-connector,
  body:not(.is-loading) .kv-art .kv-venue,
  body:not(.is-loading) .kv-eye-cyan {
    animation: kv-fade-rise 1.5s cubic-bezier(.22,.8,.3,1) both;
  }
  body:not(.is-loading) .kv-art .kv-logo { animation-delay: .35s; }
  body:not(.is-loading) .kv-art .kv-kicker-sprite { animation-delay: .8s; }
  body:not(.is-loading) .kv-eye-cyan { animation-delay: 1.15s; }
  body:not(.is-loading) .kv-art .kv-credit-dizm { animation-delay: 1.85s; }
  body:not(.is-loading) .kv-art .kv-credit-yagura { animation-delay: 2.1s; }
  body:not(.is-loading) .kv-art .kv-date-start { animation-delay: 2.9s; }
  body:not(.is-loading) .kv-art .kv-date-connector { animation-delay: 3.25s; }
  body:not(.is-loading) .kv-art .kv-date-end { animation-delay: 3.6s; }
  body:not(.is-loading) .kv-art .kv-venue { animation-delay: 4.2s; }
}
/* 3D目玉が水色ハロを描くため、CSSの水色円は隠す (Claude) */
.kv-eye-cyan, .eye3d-active .kv-eye-cyan { display: none !important; }
