:root {
  --bg: #030807;
  --panel: #07100f;
  --panel-soft: #0d1817;
  --ink: #e0e7e4;
  --muted: #a0aaa6;
  --dim: #75807c;
  --line: rgba(206, 218, 214, 0.14);
  --accent: #d7dfdc;
  --cyan: #9cb8b2;
  --red: #d24848;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(119, 255, 242, 0.08), transparent 30%),
    linear-gradient(180deg, #010504 0%, var(--bg) 48%, #050706 100%);
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.85;
}

body::before {
  background-image: linear-gradient(rgba(214, 222, 219, 0.028) 1px, transparent 1px);
  background-size: 100% 4px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 40;
}

.svg-filters {
  height: 0;
  position: absolute;
  width: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

.glitch-char {
  display: inline-block;
  position: relative;
  transition: opacity 120ms ease, transform 120ms ease, color 120ms ease, background 120ms ease;
}

.glitch-char.fx-reverse {
  transform: scaleX(-1);
}

.glitch-char.fx-crush {
  transform: scaleY(0.28);
}

.glitch-char.fx-box {
  background: #030504;
  color: transparent;
}

.glitch-char.fx-mosaic {
  color: rgba(214, 222, 219, 0.24);
  filter: blur(1.6px);
  text-shadow:
    -1px 0 rgba(214, 222, 219, 0.55),
    1px 0 rgba(214, 222, 219, 0.34),
    0 1px rgba(3, 5, 4, 0.88);
  transform: scaleX(1.08);
}

.glitch-char.fx-shift {
  color: rgba(214, 222, 219, 0.82);
  transform: translate(1px, -1px);
}

.glitch-char.fx-shift::before,
.glitch-char.fx-shift::after {
  content: attr(data-char);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.glitch-char.fx-shift::before {
  color: rgba(184, 32, 38, 0.62);
  transform: translate(-1px, 0);
}

.glitch-char.fx-shift::after {
  color: rgba(156, 184, 178, 0.5);
  transform: translate(1px, 1px);
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 18px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, border-color 180ms ease;
  z-index: 30;
}

.site-header.is-scrolled {
  background: rgba(3, 8, 7, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  color: var(--accent);
  font-size: 14px;
  font-weight: 500;
}

.header-right {
  align-items: center;
  display: flex;
  gap: clamp(16px, 3vw, 34px);
}

.nav {
  align-items: center;
  display: flex;
  gap: clamp(12px, 2vw, 26px);
  font-size: 12px;
  font-weight: 400;
}

.nav a {
  color: var(--muted);
}

.nav a:hover,
.text-link:hover {
  color: var(--accent);
}

.side-tabs {
  display: none;
}

@media (min-width: 1040px) {
  .side-tabs {
    background: rgba(3, 8, 7, 0.46);
    border-right: 1px solid rgba(214, 222, 219, 0.1);
    display: grid;
    gap: 9px;
    left: 0;
    padding: 22px 12px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 25;
  }

  .side-tabs a {
    border-left: 1px solid rgba(214, 222, 219, 0.14);
    color: rgba(214, 222, 219, 0.48);
    font-size: 11px;
    letter-spacing: 0;
    min-width: 92px;
    padding: 4px 0 4px 10px;
    transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
  }

  .side-tabs a:hover {
    border-color: rgba(214, 222, 219, 0.62);
    color: var(--accent);
    transform: translateX(2px);
  }

  .site-header .nav {
    display: none;
  }

  .section-label {
    transform: translateX(76px);
  }
}

.live-clock {
  color: rgba(223, 248, 245, 0.5);
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 400;
  min-width: 68px;
  text-align: right;
}

.hero {
  background:
    radial-gradient(circle at 72% 18%, rgba(119, 255, 242, 0.055), transparent 26%),
    linear-gradient(115deg, #010504 0%, #061211 52%, #010403 100%);
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero-visual {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 78% center;
  opacity: 0.82;
  position: absolute;
  transition: filter 900ms ease, opacity 900ms ease;
  width: 100%;
}

.is-red-hour .hero-visual {
  filter:
    sepia(1)
    saturate(7)
    hue-rotate(310deg)
    brightness(1.08)
    contrast(1.18)
    drop-shadow(0 0 20px rgba(210, 28, 28, 0.6));
  opacity: 0.9;
}

.is-red-hour .hero::after {
  background:
    radial-gradient(circle at 78% 38%, rgba(210, 28, 28, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(210, 28, 28, 0.08), transparent 55%);
  content: "";
  inset: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(1, 5, 4, 0.9) 0%, rgba(1, 5, 4, 0.7) 44%, rgba(1, 5, 4, 0.24) 100%),
    linear-gradient(180deg, rgba(1, 5, 4, 0.12) 0%, rgba(1, 5, 4, 0.82) 96%);
  inset: 0;
  position: absolute;
}

.hero-copy {
  max-width: 760px;
  padding: 22vh clamp(22px, 7vw, 96px) 16vh clamp(42px, 10vw, 150px);
  position: relative;
  z-index: 2;
}

.series,
.section-label,
.caption,
.note {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

.series {
  align-items: center;
  color: rgba(214, 222, 219, 0.58);
  display: inline-flex;
  gap: 9px;
  letter-spacing: 0;
  margin: 0 0 14px;
}

.series span:first-child {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
}

.series span:last-child {
  font-size: 11px;
}

h1,
h2,
h3,
p,
dl,
ul,
blockquote {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  line-height: 1.18;
}

h1 {
  color: var(--accent);
  font-size: clamp(52px, 10vw, 132px);
  font-weight: 500;
  margin-bottom: 24px;
  text-shadow: 0 0 14px rgba(214, 222, 219, 0.08);
}

.logo-title {
  line-height: 0;
  margin-bottom: 32px;
  max-width: min(52vw, 460px);
}

.logo-title img {
  display: block;
  height: min(56vh, 650px);
  max-height: 650px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  opacity: 0.9;
  width: auto;
}

h2 {
  font-size: clamp(28px, 4.6vw, 54px);
  font-weight: 500;
  margin-bottom: 24px;
}

h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.schedule h2,
.venue h2,
.cast-staff h2 {
  font-size: clamp(24px, 3.5vw, 42px);
  margin-bottom: 18px;
}

.meta {
  align-items: center;
  color: rgba(214, 222, 219, 0.72);
  display: flex;
  flex-wrap: wrap;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: clamp(13px, 1.35vw, 16px);
  font-weight: 400;
  gap: 10px 13px;
  line-height: 1.8;
  margin-bottom: 0;
}

.meta-line {
  background: rgba(214, 222, 219, 0.34);
  display: inline-block;
  height: 1px;
  width: clamp(24px, 5vw, 64px);
}

.meta-place {
  color: rgba(214, 222, 219, 0.58);
  padding-left: 4px;
}

.meta-place::before {
  color: rgba(214, 222, 219, 0.28);
  content: "/";
  margin-right: 12px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  min-height: 48px;
  min-width: 150px;
  padding: 12px 22px;
}

.button.primary {
  background: #d0d8d5;
  color: #04100e;
}

.button.secondary {
  border: 1px solid rgba(215, 223, 220, 0.7);
  color: #cbd4d1;
}

.section {
  display: grid;
  gap: clamp(28px, 5vw, 76px);
  grid-template-columns: 160px minmax(0, 1fr);
  padding: clamp(64px, 9vw, 118px) clamp(22px, 7vw, 96px);
}

.section + .section {
  border-top: 1px solid var(--line);
}

.story {
  background:
    linear-gradient(180deg, rgba(3, 5, 5, 0.58), rgba(4, 5, 5, 0.46)),
    linear-gradient(90deg, rgba(8, 7, 8, 0.44), transparent 72%);
}

.section-label {
  color: var(--muted);
  letter-spacing: 0;
  padding-top: 16px;
  text-transform: uppercase;
}

.section-body {
  max-width: 1040px;
}

.ticket .section-body {
  max-width: 1240px;
  width: 100%;
}

.prose {
  max-width: 960px;
}

.prose p {
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 18px);
  font-weight: 300;
}

blockquote {
  color: rgba(214, 222, 219, 0.74);
  filter: url("#quote-warp-filter");
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 400;
  margin: 42px 0;
  min-height: 2.8em;
  overflow: visible;
  padding-left: 0;
  transform-origin: left center;
}

.video-frame {
  aspect-ratio: 16 / 9;
  background: rgba(3, 8, 7, 0.42);
  border: 1px solid rgba(214, 222, 219, 0.14);
  box-shadow: var(--shadow);
  max-width: 960px;
  overflow: hidden;
}

.video-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

blockquote .glitch-char {
  animation: quoteCharMelt 34s linear infinite;
  color: inherit;
  transform-origin: center top;
}

blockquote .glitch-char:nth-child(3n) {
  animation-delay: -1.8s;
  animation-duration: 38s;
}

blockquote .glitch-char:nth-child(4n) {
  animation-delay: -3.1s;
  animation-duration: 31s;
}

blockquote .glitch-char:nth-child(5n) {
  animation-delay: -4.6s;
  animation-duration: 42s;
}

blockquote .glitch-char:nth-child(7n) {
  animation-delay: -6.2s;
}

@keyframes quoteCharMelt {
  0%,
  100% {
    filter: blur(0);
    opacity: 0.82;
    text-shadow: none;
    transform: translateY(0) scaleY(1);
  }

  42% {
    filter: blur(0.12px);
    opacity: 0.8;
    text-shadow: 0 1px 3px rgba(214, 222, 219, 0.08);
    transform: translateY(4px) scaleY(1.04);
  }

  66% {
    filter: blur(0.48px);
    opacity: 0.72;
    text-shadow:
      0 3px 5px rgba(214, 222, 219, 0.12),
      0 7px 8px rgba(214, 222, 219, 0.05);
    transform: translateY(12px) scaleY(1.12);
  }

  82% {
    filter: blur(0.28px);
    opacity: 0.78;
    text-shadow: 0 2px 4px rgba(214, 222, 219, 0.08);
    transform: translateY(20px) scaleY(1.18);
  }
}

.schedule-list {
  border-top: 1px solid var(--line);
}

.schedule-list div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: 150px 1fr;
  padding: 16px 0;
}

.schedule-list time {
  color: #aebbb7;
  font-weight: 500;
}

.schedule-list span {
  color: var(--accent);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 400;
}

.schedule-times {
  display: grid;
  gap: clamp(12px, 2.4vw, 34px);
  grid-template-columns: repeat(4, minmax(94px, 1fr));
}

.schedule-times > span {
  min-height: 1.8em;
}

.ending {
  display: inline;
  font-size: 0.88em;
  font-weight: 400;
  line-height: 1.3;
  margin-left: 0.12em;
  padding: 0;
}

.event-slot em {
  color: rgba(224, 231, 228, 0.52);
  font-style: normal;
  margin-left: 0.8em;
  white-space: nowrap;
}

.event-slot .event-speakers,
.event-slot .event-speakers .glitch-char {
  font-size: 14px !important;
}

.ending::before {
  content: "【";
  opacity: 0.58;
}

.ending::after {
  content: "】";
  opacity: 0.58;
}

.ending.forgetting {
  color: #aa95bf;
}

.ending.recall {
  color: #98b69f;
}

.ending.event {
  color: #c39776;
}

.venue-name {
  color: var(--accent);
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 400;
  margin-bottom: 12px;
}

.venue-address {
  color: rgba(224, 231, 228, 0.72);
  font-size: 15px;
  margin-bottom: 18px;
}

.venue-access {
  border-left: 1px solid rgba(214, 222, 219, 0.14);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 18px;
  padding-left: 16px;
}

.venue-access .caption {
  margin-bottom: 4px;
}

.venue-access p {
  margin-bottom: 4px;
}

.text-link {
  border-bottom: 1px solid currentColor;
  color: var(--accent);
  font-weight: 400;
}

.split {
  display: grid;
  gap: clamp(56px, 7vw, 104px);
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
}

.cast-list,
.credit-list,
.price-list {
  display: grid;
  gap: 0;
}

.cast-list div,
.credit-list div,
.price-list div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 240px 1fr;
  padding: 12px 0;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, padding 160ms ease;
}

.cast-list div {
  border-bottom: 0;
  display: block;
  padding: 12px 0;
}

.cast-list div.cast-feature {
  grid-row: 1;
}

.cast-list:has(.cast-feature) {
  column-gap: 14px;
  grid-template-columns: repeat(3, max-content);
}

.cast-list div:not(.cast-feature) {
  grid-column: 1 / -1;
}

.cast-list .cast-feature dt {
  align-items: center;
  flex-direction: row;
  gap: 8px;
  white-space: nowrap;
}

.cast-list dt {
  align-items: center;
  color: rgba(224, 231, 228, 0.5);
  display: flex;
  gap: 10px;
  margin-bottom: 2px;
}

.cast-list dd {
  font-size: clamp(17px, 1.75vw, 23px);
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  line-height: 1.5;
  white-space: nowrap;
}

.cast-affiliation {
  margin-left: 0.25em;
  color: rgba(224, 231, 228, 0.58);
  font-size: 0.68em;
  letter-spacing: 0;
}

.cast-list dt span {
  color: rgba(224, 231, 228, 0.62);
  font-size: 12px;
}

.cast-list dt small {
  color: rgba(224, 231, 228, 0.42);
  font-size: 11px;
}

.cast-list .cast-break {
  margin: 18px 0;
}

.cast-list .cast-feature.cast-break {
  margin: 0 0 18px;
}

.price-list div.is-highlighted {
  background: color-mix(in srgb, var(--seat-color) 18%, transparent);
  border-color: color-mix(in srgb, var(--seat-color) 58%, rgba(214, 222, 219, 0.18));
  box-shadow: inset 2px 0 0 color-mix(in srgb, var(--seat-color) 78%, transparent);
  padding-left: 10px;
}

.price-list div[data-tier] {
  cursor: pointer;
}

.price-list div[data-tier]:hover {
  background: color-mix(in srgb, var(--seat-color) 10%, transparent);
}

.ticket-lottery {
  border-top: 1px solid rgba(214, 222, 219, 0.14);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin-top: 22px;
  padding-top: 18px;
}

.ticket-lottery h4,
.ticket-notice h4 {
  color: rgba(214, 222, 219, 0.72);
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 12px;
}

.ticket-lottery dl {
  display: grid;
  gap: 3px;
  margin: 0;
}

.ticket-lottery div {
  display: grid;
  gap: 12px;
  grid-template-columns: 104px minmax(0, 1fr);
}

.ticket-lottery dt {
  color: rgba(214, 222, 219, 0.52);
}

.ticket-lottery dd {
  color: rgba(214, 222, 219, 0.68);
}

.ticket-lottery-notes {
  color: rgba(224, 231, 228, 0.55);
  font-size: 12px;
  line-height: 1.75;
  margin-top: 0;
}

.ticket-lottery-notes p {
  margin: 0;
}

.ticket-lottery-notes p + p {
  margin-top: 3px;
}

.ticket-notice {
  background: rgba(3, 8, 7, 0.22);
  border: 1px solid rgba(214, 222, 219, 0.12);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.78;
  margin-top: clamp(22px, 4vw, 36px);
  padding: clamp(18px, 3vw, 26px);
}

.ticket-notice-sections {
  display: grid;
  gap: 20px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ticket-notice section {
  border-left: 1px solid rgba(214, 222, 219, 0.1);
  padding-left: 14px;
}

.ticket-notice h5 {
  color: rgba(214, 222, 219, 0.68);
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 8px;
}

.ticket-notice p {
  color: rgba(214, 222, 219, 0.58);
  margin-bottom: 7px;
}

.payment-alert {
  border-left: 2px solid rgba(224, 231, 228, 0.32);
  margin: 0 0 14px;
  padding-left: 12px;
}

.ticket-notice .payment-alert p {
  color: rgba(224, 231, 228, 0.78);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 4px;
}

.ticket-sales-button {
  align-items: center;
  background: rgba(232, 238, 235, 0.92);
  border: 1px solid rgba(232, 238, 235, 0.78);
  color: rgba(3, 8, 7, 0.86);
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  min-height: 32px;
  padding: 5px 13px 6px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ticket-sales-button:hover {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(214, 222, 219, 0.16);
  color: rgba(3, 8, 7, 0.92);
}

dt {
  color: var(--dim);
  font-weight: 400;
}

dd {
  color: var(--accent);
  font-weight: 400;
  margin: 0;
}

.credit-list dd {
  white-space: nowrap;
}

.cooperation {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 18px;
}

.cooperation h3 {
  color: var(--dim);
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}

.cooperation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cooperation li {
  color: rgba(224, 231, 228, 0.64);
  font-size: 12px;
  white-space: nowrap;
}

.ticket-grid {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.95fr);
}

.ticket-subtitle {
  margin-bottom: 14px;
}

.ticket-panel-header {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.ticket-panel-header .ticket-subtitle {
  margin-bottom: 0;
}

.ticket-stack {
  display: contents;
}

.theater-ticket {
  grid-column: 1;
  grid-row: 1;
}

.ticket-lottery-notes {
  grid-column: 1 / -1;
  grid-row: 2;
}

.stream-ticket {
  display: grid;
  gap: 6px;
  margin-top: 20px;
}

.stream-ticket h3 {
  margin: 0;
}

.stream-panel-header {
  margin-bottom: 0;
}

.theater-ticket-panel,
.rumor-ticket-note,
.stream-ticket {
  background: linear-gradient(180deg, rgba(238, 248, 246, 0.06), rgba(238, 248, 246, 0.025));
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 38px);
}

.stream-ticket {
  align-content: start;
  align-self: start;
  justify-self: start;
  min-width: min(100%, 360px);
  padding: 22px clamp(22px, 4vw, 38px) 16px;
}

.theater-ticket-grid {
  gap: clamp(22px, 4vw, 38px);
}

.theater-ticket-panel .theater-ticket,
.theater-ticket-panel .seatmap-card {
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.rumor-ticket-note {
  margin-bottom: 20px;
}

.rumor-ticket-note h3 {
  margin-bottom: 14px;
}

.rumor-ticket-note p {
  color: rgba(214, 222, 219, 0.66);
  font-size: 13px;
  line-height: 1.95;
}

.ticket-question {
  animation: rumorDrift 13s ease-in-out infinite;
  color: rgba(214, 222, 219, 0.78);
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: clamp(17px, 2.1vw, 25px);
  line-height: 1.6;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  text-align: center;
  text-shadow:
    0 0 8px rgba(214, 222, 219, 0.08),
    1px 0 rgba(185, 141, 166, 0.08);
  transform-origin: center;
}

@keyframes rumorDrift {
  0%,
  100% {
    filter: blur(0);
    letter-spacing: 0;
    opacity: 0.82;
    transform: translateX(0) skewX(0deg);
  }

  28% {
    filter: blur(0.9px);
    letter-spacing: 0.045em;
    opacity: 0.68;
    transform: translateX(14px) skewX(-2.6deg);
  }

  58% {
    filter: blur(0.35px);
    letter-spacing: 0.012em;
    opacity: 0.84;
    transform: translateX(-12px) skewX(1.8deg);
  }

  78% {
    filter: blur(1.1px);
    letter-spacing: 0.035em;
    opacity: 0.66;
    transform: translateX(8px) skewX(2.4deg);
  }
}

.ticket-question-window {
  background:
    linear-gradient(180deg, rgba(214, 222, 219, 0.045), rgba(214, 222, 219, 0.018));
  border: 1px solid rgba(214, 222, 219, 0.16);
  margin-bottom: 20px;
  padding: 20px clamp(24px, 5vw, 58px);
}

.ticket-filter-bar {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ticket-filter-bar button {
  background: rgba(3, 8, 7, 0.38);
  border: 1px solid color-mix(in srgb, var(--seat-color) 52%, rgba(214, 222, 219, 0.16));
  border-radius: 3px;
  color: rgba(214, 222, 219, 0.7);
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  min-height: 32px;
  padding: 5px 10px 6px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.ticket-filter-bar button:hover,
.ticket-filter-bar button.is-active {
  background: color-mix(in srgb, var(--seat-color) 28%, rgba(3, 8, 7, 0.76));
  border-color: color-mix(in srgb, var(--seat-color) 82%, rgba(214, 222, 219, 0.26));
  box-shadow: 0 0 18px color-mix(in srgb, var(--seat-color) 30%, transparent);
  color: var(--accent);
}

.ticket-filter-bar button:focus-visible {
  outline: 1px solid var(--accent);
  outline-offset: 3px;
}

.ticket-filter-note {
  color: rgba(224, 231, 228, 0.46);
  font-size: 12px;
  margin: 12px 0 0;
  text-align: center;
}

.seatmap-card {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
}

.seatmap {
  margin-top: 14px;
}

.seatmap-stage {
  border: 1px solid rgba(214, 222, 219, 0.26);
  box-sizing: border-box;
  color: rgba(214, 222, 219, 0.62);
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 12px;
  margin-left: 31px;
  margin-right: 145px;
  padding: 7px 12px;
  text-align: center;
}

.seatmap-layout {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 82px;
}

.seatmap-legend {
  align-content: start;
  display: grid;
  gap: 5px 8px;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.seatmap-legend span {
  align-items: center;
  color: rgba(214, 222, 219, 0.56);
  display: inline-flex;
  font-size: 11px;
  gap: 6px;
  line-height: 1.2;
}

.seatmap-legend span::before {
  background: color-mix(in srgb, var(--seat-color) 62%, #040807);
  border: 1px solid color-mix(in srgb, var(--seat-color) 48%, transparent);
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
}

.seatmap-rows {
  display: grid;
  gap: 4px;
}

.seat-row {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: 24px minmax(0, 1fr) 42px;
  position: relative;
}

.seat-row[data-row="D"],
.seat-row[data-row="L"] {
  margin-bottom: 9px;
}

.seat-row-label {
  color: rgba(214, 222, 219, 0.52);
  font-size: 12px;
  text-align: right;
}

.seat-grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(13, minmax(12px, 1fr));
}

.seat-row[data-row="A"]::after {
  border-bottom: 1px solid rgba(214, 222, 219, 0.28);
  border-right: 1px solid rgba(214, 222, 219, 0.28);
  border-top: 1px solid rgba(214, 222, 219, 0.28);
  content: "";
  height: calc(400% + 9px);
  position: absolute;
  right: 26px;
  top: 0;
  width: 8px;
}

.seat-flat-label {
  color: rgba(214, 222, 219, 0.42);
  font-size: 10px;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: calc(200% + 4.5px);
  transform: translateY(-50%);
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.seat {
  align-items: center;
  aspect-ratio: 1;
  background: color-mix(in srgb, var(--seat-color) 78%, #040807);
  border: 1px solid color-mix(in srgb, var(--seat-color) 70%, transparent);
  box-shadow: inset 0 0 10px rgba(3, 5, 4, 0.42);
  color: rgba(3, 8, 7, 0.72);
  display: inline-flex;
  font-size: clamp(7px, 0.85vw, 11px);
  justify-content: center;
  line-height: 1;
  min-width: 0;
  opacity: 0.9;
  overflow: hidden;
  text-align: center;
  transition: filter 160ms ease, opacity 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.seat:not(.is-hold) {
  cursor: pointer;
}

.seat:not(.is-hold):hover {
  filter: brightness(1.12) saturate(1.05);
}

.seatmap.is-filtering .seat:not(.is-highlighted):not(.is-hold) {
  filter: grayscale(0.78) brightness(0.52);
  opacity: 0.38;
}

.seat.is-highlighted {
  box-shadow:
    inset 0 0 10px rgba(3, 5, 4, 0.32),
    0 0 14px color-mix(in srgb, var(--seat-color) 70%, transparent);
  filter: brightness(1.22) saturate(1.12);
  opacity: 1;
  transform: scale(1.06);
}

.seat[data-tier="house"] { --seat-color: #d0c3df; }
.seat[data-tier="school"] { --seat-color: #b8cce5; }
.seat[data-tier="road"] { --seat-color: #d4c2aa; }
.seat[data-tier="tower"] { --seat-color: #a7c8c0; }
.seat[data-tier="friend"] { --seat-color: #bed8a6; }
.seat[data-tier="station"] { --seat-color: #b7bde0; }
.seat[data-tier="shop"] { --seat-color: #d7b286; }
.seat[data-tier="rumor"] { --seat-color: #b98da6; }
.seat[data-tier="knew"] { --seat-color: #9fcfb3; }
.seat[data-tier="unknown"] { --seat-color: #99a49f; }
.seat[data-tier="extra"] { --seat-color: #a98b70; }
.seat[data-tier="back"] { --seat-color: #66706d; }

.seat.is-hold {
  background: rgba(3, 5, 4, 0.82);
  border-color: rgba(214, 222, 219, 0.16);
  color: rgba(214, 222, 219, 0.28);
  opacity: 1;
}

.seatmap-note {
  border-top: 1px solid rgba(214, 222, 219, 0.14);
  color: rgba(224, 231, 228, 0.6);
  font-size: 12px;
  line-height: 1.75;
  margin-top: 16px;
  padding-top: 12px;
}

.seatmap-note p {
  margin: 0;
}

.seatmap-note p + p {
  margin-top: 4px;
}

.seatmap-note .recording-times {
  color: rgba(224, 231, 228, 0.74);
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  white-space: nowrap;
}

[data-tier="house"] { --seat-color: #d0c3df; }
[data-tier="school"] { --seat-color: #b8cce5; }
[data-tier="road"] { --seat-color: #d4c2aa; }
[data-tier="tower"] { --seat-color: #a7c8c0; }
[data-tier="friend"] { --seat-color: #bed8a6; }
[data-tier="station"] { --seat-color: #b7bde0; }
[data-tier="shop"] { --seat-color: #d7b286; }
[data-tier="rumor"] { --seat-color: #b98da6; }
[data-tier="knew"] { --seat-color: #9fcfb3; }
[data-tier="unknown"] { --seat-color: #99a49f; }

.stream-price {
  color: var(--accent) !important;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
  opacity: 1;
}

.stream-price .glitch-char {
  color: inherit !important;
  filter: none !important;
  transform: none !important;
}

.stream-price span {
  color: var(--muted);
  font-size: 14px;
  margin-left: 8px;
}

.stream-notes {
  border-top: 0;
  margin: 0;
  padding-top: 0;
}

.stream-notes p {
  color: rgba(214, 222, 219, 0.66);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.stream-notes p + p {
  margin-top: 2px;
}

.stream-sales-link {
  width: fit-content;
}

.qa-body {
  max-width: 1120px;
}

.qa-group {
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 22px;
}

.qa-group h3 {
  color: rgba(224, 231, 228, 0.82);
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  margin-bottom: 14px;
}

.qa-group details {
  border-bottom: 1px solid rgba(214, 222, 219, 0.12);
  padding: 0;
}

.qa-group summary {
  color: rgba(224, 231, 228, 0.78);
  cursor: pointer;
  font-size: 14px;
  line-height: 1.75;
  list-style: none;
  padding: 15px 34px 15px 0;
  position: relative;
}

.qa-group summary::-webkit-details-marker {
  display: none;
}

.qa-group summary::after {
  color: rgba(224, 231, 228, 0.42);
  content: "+";
  position: absolute;
  right: 4px;
  top: 15px;
}

.qa-group details[open] summary::after {
  content: "-";
}

.qa-group details[open] summary {
  color: var(--accent);
}

.qa-group details > p,
.qa-group details > ul {
  color: rgba(224, 231, 228, 0.62);
  font-size: 13px;
  line-height: 1.9;
  margin: 0 0 12px;
  max-width: 960px;
}

.qa-group details > ul {
  padding-left: 1.2em;
}

.qa-group details > p:last-child,
.qa-group details > ul:last-child {
  margin-bottom: 18px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 26px;
}

.footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  padding: 28px clamp(22px, 7vw, 96px);
}

.footer p {
  margin-bottom: 0;
}

.footer a {
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 880px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
  }

  .header-right {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .nav {
    overflow-x: auto;
    padding-bottom: 3px;
    width: 100%;
    white-space: nowrap;
  }

  .live-clock {
    min-width: 0;
    text-align: left;
  }

  .section,
  .split,
  .ticket-grid {
    grid-template-columns: 1fr;
  }

  .theater-ticket,
  .stream-ticket,
  .seatmap-card {
    grid-column: auto;
    grid-row: auto;
  }

  .seatmap-card {
    order: -1;
  }

  .section-label {
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .hero-copy {
    padding-top: 24vh;
  }

  .logo-title {
    max-width: 64vw;
  }

  .logo-title img {
    height: min(48vh, 520px);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .schedule-list div,
  .credit-list div,
  .price-list div {
    gap: 4px;
    grid-template-columns: 1fr;
  }

  .credit-list dd {
    white-space: normal;
  }

  .cast-list div {
    display: block;
  }

  .cast-list:has(.cast-feature) {
    grid-template-columns: 1fr;
  }

  .cast-list div.cast-feature {
    grid-row: auto;
  }

  .cast-list .cast-feature.cast-break {
    margin-bottom: 34px;
  }

  .ticket-notice-sections {
    grid-template-columns: 1fr;
  }

  .ticket-lottery div {
    grid-template-columns: 1fr;
  }

  .schedule-times {
    gap: 6px;
    grid-template-columns: 1fr;
  }

  .schedule-times > span:empty {
    display: none;
  }

  .seatmap-layout {
    grid-template-columns: 1fr;
  }

  .seatmap-stage {
    margin-left: 0;
    margin-right: 0;
  }

  .seatmap-legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seat-grid {
    gap: 3px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
