:root {
  --color-mist: #e2eef8;
  --color-sky: #9dcae8;
  --color-red: #e8380d;
  --color-blue: #00539f;
  --color-text: #132334;
  --color-muted: #516577;
  --color-white: #ffffff;
  --content-width: 1120px;
  --anchor-offset: 96px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

[id] {
  scroll-margin-top: var(--anchor-offset);
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  background: var(--color-white);
}

a {
  color: inherit;
}

br.sp {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
}

.site-logo {
  display: inline-flex;
  align-items: center;
  width: min(42vw, 260px);
  color: var(--color-blue);
  text-decoration: none;
  line-height: 1.25;
}

.site-logo img {
  width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 24px);
  color: var(--color-blue);
  font-size: 14px;
  font-weight: 800;
}

.site-nav a {
  text-decoration: none;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle-line {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 2px;
  background: var(--color-blue);
  transition: transform 180ms ease, opacity 180ms ease;
}

.line-top {
  top: 14px;
}

.line-middle {
  top: 21px;
}

.line-bottom {
  top: 28px;
}

.site-header.is-menu-open .line-top {
  transform: translateY(7px) rotate(45deg);
}

.site-header.is-menu-open .line-middle {
  opacity: 0;
}

.site-header.is-menu-open .line-bottom {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-ticket {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 18px;
  color: var(--color-white);
  background: var(--color-red);
  border: 2px solid var(--color-red);
  border-radius: 999px;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nav-ticket::after {
  display: inline-block;
  flex: 0 0 auto;
  content: "arrow_forward_ios";
  font-family: "Material Symbols Rounded";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.nav-ticket:hover,
.nav-ticket:focus-visible {
  color: var(--color-red);
  background: var(--color-white);
}

.hero {
  background: linear-gradient(180deg, var(--color-mist) 0%, #ffffff 100%);
}

.hero-visual {
  display: block;
  width: 100%;
}

.hero-visual img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.lead-band {
  background: var(--color-blue);
  color: var(--color-white);
}

.lead-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) 1fr;
  gap: clamp(20px, 4vw, 48px);
  width: min(100% - 40px, var(--content-width));
  margin: 0 auto;
  padding: clamp(26px, 5vw, 48px) 0;
}

.tagline {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(24px, 3.4vw, 44px);
  font-weight: 900;
  line-height: 1.25;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.quick-info div {
  padding: clamp(14px, 2.2vw, 22px);
  background: rgba(0, 83, 159, 0.72);
}

.quick-info dt,
.info-list dt {
  color: var(--color-red);
  font-size: 16px;
  font-weight: 900;
}

.quick-info dt {
  color: var(--color-sky);
}

.quick-info dd,
.info-list dd {
  margin: 0;
  font-weight: 800;
  line-height: 1.55;
}

.section {
  width: min(100% - 40px, var(--content-width));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) 0;
}

.section-heading {
  display: grid;
  gap: 4px;
  margin-bottom: clamp(24px, 4vw, 40px);
  text-align: center;
}

.eyebrow {
  margin: 0;
  color: var(--color-red);
  font-size: 13px;
  font-weight: 900;
}

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

h1,
h2 {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  color: var(--color-blue);
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  text-align: center;
}

h2 {
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.2;
  letter-spacing: 2px;
}

h3 {
  margin-bottom: 18px;
  color: var(--color-blue);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.35;
}

.section-news {
  padding-bottom: clamp(48px, 7vw, 84px);
}

.news-panel {
  display: flex;
  align-items:center;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(18px, 4vw, 40px);
  padding: clamp(20px, 3vw, 32px);
}

.news-list {
  display: grid;
  flex: 1;
  width: 100%;
}

.news-list li {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: clamp(14px, 3vw, 28px);
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 83, 159, 0.16);
}

.news-list li:first-child {
  padding-top: 0;
}

.news-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-list time {
  color: var(--color-blue);
  font-size: 13px;
  font-weight: 900;
}

.news-list a,
.news-list .news-text {
  font-weight: 700;
}

.news-list a {
  text-decoration: none;
}

.news-list a:hover,
.news-list a:focus-visible {
  color: var(--color-red);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 26px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 160ms ease, transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button::after {
  display: inline-block;
  flex: 0 0 auto;
  content: "arrow_forward_ios";
  font-family: "Material Symbols Rounded";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.button-primary {
  color: var(--color-white);
  background: var(--color-red);
  border-color: var(--color-red);
}

.button-secondary {
  color: var(--color-white);
  background: var(--color-blue);
  border-color: var(--color-blue);
}

.button-outline {
  color: var(--color-blue);
  background: var(--color-white);
  border-color: var(--color-blue);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: var(--color-red);
  background: var(--color-white);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--color-blue);
  background: var(--color-white);
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--color-white);
  background: var(--color-blue);
}

.story-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100% - var(--content-width)) / 2));
  padding-left: max(20px, calc((100% - var(--content-width)) / 2));
  background: linear-gradient(135deg, var(--color-mist) 0%, #f6fbff 48%, #ffffff 100%);
  border-top: 0;
}

.story-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top:clamp(45px, 4vw, 60px);
}

.story-catch {
  margin: 0;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  color: var(--color-blue);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.story-text {
  width: min(100%, 820px);
  padding-top: clamp(18px, 3vw, 28px);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  text-align: center;
}

.story-text p {
  line-height: 2.2;
}

.section-cast {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

.credit-block {
  min-width: 0;
}

.credit-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 48px);
}

.cast-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
}

.cast-grid-small {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cast-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: var(--color-white);
  box-shadow: 0 0 10px rgb(167 167 167 / 50%);
}

.cast-card img {
  width: 100%;
}

.cast-role {
  margin-top: auto;
  padding: 16px 12px 4px;
  color: var(--color-blue);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.75px;
  text-align:center;
}

.cast-name {
  margin-bottom: auto;
  padding: 0 12px 18px;
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 800;
  line-height: 1.45;
  text-align:center;
}

.credit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
}

.credit-list div {
  display: grid;
  grid-template-columns: minmax(150px, 0.9fr) minmax(140px, 1fr);
  gap: 2px;
  align-items: center;
  min-height: 58px;
  padding: 12px 16px;
  background: var(--color-white);
}

.credit-list dt {
  color: var(--color-blue);
  font-weight: 900;
  line-height: 1.45;
}

.credit-list dd {
  margin: 0;
  font-weight: 700;
  line-height: 1.45;
}

.credit-list.compact {
  grid-template-columns: 1fr;
}

.credit-list-staff {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: row;
}

.credit-list-staff div {
  grid-template-columns: minmax(120px, 0.8fr) minmax(120px, 1fr);
  align-items: start;
}

.credit-list-staff div:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.credit-list-staff div:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.credit-list-staff div:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.credit-list-staff div:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}

.credit-list-staff div:nth-child(5) {
  grid-column: 1;
  grid-row: 5;
}

.credit-list-staff div:nth-child(6) {
  grid-column: 2;
  grid-row: 1;
}

.credit-list-staff div:nth-child(7) {
  grid-column: 2;
  grid-row: 2;
}

.credit-list-staff div:nth-child(8) {
  grid-column: 2;
  grid-row: 3;
}

.credit-list-staff div:nth-child(9) {
  grid-column: 2;
  grid-row: 4;
}

.credit-list-staff div:nth-child(10) {
  grid-column: 2;
  grid-row: 5;
}

.credit-list-staff div:nth-child(11) {
  grid-column: 3;
  grid-row: 1;
}

.credit-list-staff div:nth-child(12) {
  grid-column: 3;
  grid-row: 3;
}

.credit-list-staff div:nth-child(13) {
  grid-column: 3;
  grid-row: 5;
}

.overview-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100% - var(--content-width)) / 2));
  padding-left: max(20px, calc((100% - var(--content-width)) / 2));
  color: var(--color-text);
  background: var(--color-mist);
}

.overview-section h2,
.overview-section h3 {
  color: var(--color-blue);
}

.overview-section .eyebrow {
  color: var(--color-red);
}

.overview-grid {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.info-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  width: min(100%, 820px);
  margin-bottom: 0;
  text-align: center;
}

.info-list div {
  padding: clamp(18px, 3vw, 28px);
  background: var(--color-white);
}

.info-list dt {
  margin-bottom:4px;
  color: var(--color-red);
}

.info-list dd {
  color: var(--color-blue);
  font-size: clamp(18px, 2vw, 24px);
}

.info-list span {
  color: var(--color-muted);
  font-size: 0.78em;
}

.ticket-box {
  width: min(100%, 820px);
  padding: clamp(22px, 4vw, 36px);
  color: var(--color-text);
  background: var(--color-white);
}

.ticket-box h3 {
  color: var(--color-blue);
}

.price-table {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin-bottom: 24px;
  background: rgba(0, 83, 159, 0.12);
  border: 1px solid rgba(0, 83, 159, 0.12);
}

.price-table > div {
  display: grid;
  grid-template-columns: 0.9fr repeat(3, 1fr);
}

.price-table span {
  min-height: 46px;
  padding: 10px 12px;
  background: var(--color-white);
  font-weight: 800;
  text-align: center;
}

.price-table span:first-child {
  color: var(--color-blue);
}

.price-head span {
  color: var(--color-white);
  background: var(--color-blue);
}

.ticket-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.ticket-actions .button {
  text-align: center;
  white-space: normal;
}

.ticket-contact {
  margin: 14px;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.flyer-section {
  text-align: center;
}

.flyer-content {
  display: grid;
  gap: 24px;
  justify-items: center;
  width: min(100%, 960px);
  margin: 0 auto;
}

.flyer-content img {
  width: 100%;
  transition: opacity .3s ease;
}

.flyer-content img:hover {
  opacity: 0.5;
}

.support-section {
  width: 100%;
  max-width: none;
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(40px, 6vw, 72px);
  padding-right: max(20px, calc((100% - var(--content-width)) / 2));
  padding-left: max(20px, calc((100% - var(--content-width)) / 2));
  background: var(--color-mist);
}

.support-wrap {
  display: grid;
  gap: clamp(32px, 5vw, 48px);
  width: min(100%, 820px);
  margin: 0 auto;
}

.support-box {
  display: grid;
  gap: 18px;
  align-content: center;
  justify-items: center;
  padding: 0;
}

.support-box h3 {
  margin-bottom: 0;
}

.support-box img {
  width: min(100%, 260px);
  max-height: 96px;
  object-fit: contain;
}

.support-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.support-logos img {
  width: min(46%, 180px);
}

.site-footer {
  display: flex;
  justify-content: center;
  padding: clamp(32px, 5vw, 56px) clamp(20px, 5vw, 64px);
  color: var(--color-white);
  background: #102033;
  text-align: center;
}

.site-footer p {
  max-width: 920px;
  margin-bottom: 0;
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 2;
}

.site-footer a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-label {
  color: var(--color-sky);
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  .site-logo {
    width: min(60vw, 220px);
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    overflow-x: visible;
    padding: 10px 0 4px;
    font-size: 15px;
    border-top: 1px solid rgba(0, 83, 159, 0.14);
  }

  .site-header.is-menu-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 83, 159, 0.1);
  }

  .site-nav .nav-ticket {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    padding: 0 18px;
    border-bottom: 2px solid var(--color-red);
  }

  .lead-inner,
  .overview-grid,
  .site-footer,
  .support-wrap {
    grid-template-columns: 1fr;
  }

  .quick-info,
  .credit-columns,
  .credit-list,
  .credit-list-staff {
    grid-template-columns: 1fr;
  }

  .credit-list-staff {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }

  .credit-list-staff div {
    grid-column: auto;
    grid-row: auto;
  }

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

  .cast-grid-small {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .story-text {
    padding-top: 20px;
  }
}

@media (max-width: 640px) {
  :root {
    --anchor-offset: 82px;
  }

  body {
    line-height: 1.75;
  }

  br.sp {
    display: inline;
  }

  .site-header {
    min-height: 0;
  }

  .site-nav {
    font-size: 14px;
  }

  .nav-ticket {
    min-height: 34px;
    padding: 0 14px;
  }

  .hero-visual img {
    min-height: auto;
  }

  .section {
    width: min(100% - 32px, var(--content-width));
  }

  .story-section,
  .overview-section,
  .support-section {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .news-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

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

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

  .button {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .credit-list-staff {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }

  .credit-list-staff div {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    padding: 10px 8px;
  }

  .credit-list-staff dt {
    font-size: 12px;
  }

  .credit-list-staff dd {
    font-size: 13px;
  }

  .price-table > div {
    grid-template-columns: 0.78fr repeat(3, 1fr);
  }

  .price-table span {
    min-height: 44px;
    padding: 8px 6px;
    font-size: 13px;
  }
}

br.pc {
  display: inline !important;
}

br.sp {
  display: none !important;
}

@media (max-width: 900px) {
  br.pc {
    display: none !important;
  }

  br.sp {
    display: inline !important;
  }
}

@media (max-width: 900px) {
  .credit-list.credit-list-staff {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    grid-auto-flow: row !important;
  }

  .credit-list.credit-list-staff div {
    grid-template-columns: 1fr !important;
    grid-column: auto !important;
    grid-row: auto !important;
    gap: 4px;
  }
}