@charset "UTF-8";
body a:hover {
  color: #ff4295;
}

html:has(body.page-night) {
  scrollbar-gutter: stable;
}

html.is-open-lock,
body.page-night.is-open-lock {
  overflow: hidden;
}

body.page-night .night-page-open {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}
body.page-night .night-page-open.is-done {
  visibility: hidden;
}
body.page-night .night-open-shine {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140vmin;
  height: 140vmin;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.15);
  border-radius: 50%;
  filter: blur(20px);
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.28) 18%, rgba(255, 255, 255, 0.08) 32%, transparent 50%), radial-gradient(circle at 50% 30%, rgba(255, 140, 170, 0.36) 0%, rgba(255, 165, 195, 0.14) 20%, rgba(255, 175, 200, 0.05) 36%, transparent 52%), radial-gradient(circle at 70% 40%, rgba(255, 175, 110, 0.32) 0%, rgba(255, 195, 135, 0.12) 18%, rgba(255, 205, 150, 0.04) 34%, transparent 50%), radial-gradient(circle at 74% 56%, rgba(255, 238, 150, 0.24) 0%, rgba(255, 228, 130, 0.1) 16%, rgba(255, 220, 120, 0.03) 30%, transparent 48%), radial-gradient(circle at 60% 72%, rgba(195, 255, 170, 0.22) 0%, rgba(210, 255, 185, 0.09) 16%, rgba(220, 255, 195, 0.03) 30%, transparent 48%), radial-gradient(circle at 40% 74%, rgba(110, 235, 200, 0.3) 0%, rgba(130, 240, 210, 0.11) 18%, rgba(150, 245, 220, 0.04) 34%, transparent 50%), radial-gradient(circle at 26% 56%, rgba(110, 190, 255, 0.36) 0%, rgba(130, 205, 255, 0.14) 20%, rgba(150, 215, 255, 0.05) 36%, transparent 52%), radial-gradient(circle at 28% 38%, rgba(165, 145, 255, 0.34) 0%, rgba(180, 165, 255, 0.13) 20%, rgba(195, 180, 255, 0.05) 36%, transparent 52%), radial-gradient(circle at 50% 50%, rgba(255, 185, 215, 0.1) 0%, rgba(170, 205, 255, 0.08) 42%, rgba(200, 220, 255, 0.03) 62%, transparent 85%);
  mix-blend-mode: screen;
}
body.page-night.is-page-opening .night-open-shine {
  animation: night-open-shine 2.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
body.page-night.is-page-opening #main.night-page .night-page-inner {
  animation: night-content-in 2s cubic-bezier(0.33, 1, 0.68, 1) 0.75s forwards;
}
body.page-night.is-page-opening #main.night-page .night-hero .night-star-nav {
  animation: night-nav-in 1.8s cubic-bezier(0.33, 1, 0.68, 1) 1s forwards;
}
body.page-night:not(.is-page-open) #main.night-page .night-page-inner {
  opacity: 0;
  transform: translateY(20px);
}
body.page-night.is-page-open #main.night-page .night-page-inner {
  opacity: 1;
  transform: none;
}
body.page-night.is-page-open #main.night-page .night-hero .night-star-nav {
  opacity: 1;
  transform: translateY(0);
}
@keyframes night-content-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes night-nav-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes night-open-shine {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.12);
    filter: blur(12px);
  }
  40% {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(0.9);
    filter: blur(22px);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.9);
    filter: blur(36px);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.page-night .night-page-open {
    display: none;
  }
  body.page-night:not(.is-page-open) #main.night-page .night-page-inner, body.page-night.is-page-opening #main.night-page .night-page-inner {
    opacity: 1;
    transform: none;
    animation: none;
  }
  body.page-night #main.night-page .night-hero .night-star-nav {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
body.page-night header {
  background: rgba(5, 12, 32, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(212, 188, 106, 0.15);
}
@media screen and (min-width: 960px) {
  body.page-night header {
    background: rgba(5, 12, 32, 0.5);
  }
}
body.page-night header .menu-nav ul li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(212, 188, 106, 0.25);
}
body.page-night header .menu-nav ul li a {
  color: #fff5d0 !important;
}
body.page-night header .menu-open img {
  filter: brightness(1.15) saturate(0.85);
}
@media screen and (max-width: 959px) {
  body.page-night header .menu-btn {
    padding-top: 10px;
  }
}
body.page-night .footNav {
  background: rgba(5, 12, 32, 0.92);
  border-top: 1px solid rgba(212, 188, 106, 0.2);
}
body.page-night .footNav a {
  color: #fff5d0;
}
body.page-night #toTop {
  opacity: 0.85;
}

#main.night-page {
  --night-section-width: 90%;
  --night-section-max-width: 720px;
  --night-section-gap: 0;
  --night-header-offset: 76px;
  position: relative;
  overflow-x: hidden;
  background: transparent;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  padding: var(--night-header-offset) 0 0 !important;
}
#main.night-page,
#main.night-page * {
  text-shadow: none !important;
}
#main.night-page #top {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#main.night-page > *:not(#particles-js):not(#top) {
  position: relative;
  z-index: 1;
}
#main.night-page #particles-js {
  position: fixed !important;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, #050a18 0%, #0c1638 22%, #14204d 48%, #1a4080 75%, #2a6cb8 92%, #3d8fd4 100%) !important;
  opacity: 1 !important;
  z-index: 0;
}
#main.night-page [id^=night-] {
  scroll-margin-top: var(--night-header-offset);
}
#main.night-page .night-hero {
  width: var(--night-section-width);
  max-width: var(--night-section-max-width);
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-hero {
    max-width: 980px;
    width: 94%;
  }
}
#main.night-page .night-hero .night-star-nav {
  opacity: 0;
  transform: translateY(10px);
}
#main.night-page .night-head {
  padding: 16px 0 20px;
  text-align: center;
}
#main.night-page .night-head h1 {
  width: min(63%, 400px);
  margin: 0 auto;
  line-height: 0;
}
#main.night-page .night-head h1 img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-head h1 {
    width: min(70%, 280px);
  }
}
#main.night-page .night-page-inner {
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  #main.night-page .night-page-inner {
    transform: scale(1);
    transition: none;
  }
  #main.night-page .night-hero .night-star-nav {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
#main.night-page .night-kv {
  max-width: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  line-height: 0;
}
#main.night-page .night-kv picture,
#main.night-page .night-kv img {
  width: 100%;
  max-width: 100%;
  display: block;
}
#main.night-page .night-kv img {
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-kv {
    max-width: 400px;
  }
}
#main.night-page .night-star-nav {
  margin: 24px auto 12px;
  padding: 0;
}
#main.night-page .night-star-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main.night-page .night-star-nav li {
  flex: 1 1 calc(50% - 5px);
  min-width: 0;
}
#main.night-page .night-star-nav li:nth-child(1), #main.night-page .night-star-nav li:nth-child(5) {
  flex: 1 1 100%;
}
#main.night-page .night-star-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  box-sizing: border-box;
  color: #fff5d0;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(212, 188, 106, 0.5);
  border-radius: 6px;
  background: rgba(8, 18, 48, 0.6);
  box-shadow: inset 0 0 20px rgba(212, 188, 106, 0.06), 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
#main.night-page .night-star-nav a:hover {
  color: #fff5d0;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(212, 188, 106, 0.75);
  transform: translateY(-1px);
}
#main.night-page .night-star-nav .night-star-nav-star {
  font-size: 0.95rem;
  color: #d4bc6a;
  text-shadow: 0 0 8px rgba(212, 188, 106, 0.8), 0 0 14px rgba(255, 236, 179, 0.35) !important;
  line-height: 1;
  flex-shrink: 0;
}
#main.night-page .night-star-nav .night-star-nav-label {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  word-break: keep-all;
  flex: 1 1 auto;
}
#main.night-page .night-star-nav .night-star-nav-arrow {
  font-size: 0.6rem;
  color: #d4bc6a;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 2px;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-star-nav {
    margin: 28px auto 16px;
  }
  #main.night-page .night-star-nav ul {
    gap: 12px;
  }
  #main.night-page .night-star-nav li {
    flex: 0 1 auto;
  }
  #main.night-page .night-star-nav li:nth-child(1), #main.night-page .night-star-nav li:nth-child(5) {
    flex: 0 1 auto;
  }
  #main.night-page .night-star-nav a {
    width: auto;
    min-width: 120px;
    min-height: 44px;
    padding: 12px 20px;
  }
  #main.night-page .night-star-nav .night-star-nav-star {
    font-size: 1rem;
  }
  #main.night-page .night-star-nav .night-star-nav-label {
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    white-space: nowrap;
    flex: 0 1 auto;
  }
  #main.night-page .night-star-nav .night-star-nav-arrow {
    font-size: 0.65rem;
  }
}
#main.night-page .night-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 40px;
  overflow: visible;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-wrap {
    overflow: visible;
    padding: 100px 0 40px;
  }
}
#main.night-page #night-about {
  box-sizing: border-box;
}
#main.night-page .night-body {
  position: relative;
  z-index: 1;
  width: var(--night-section-width);
  max-width: var(--night-section-max-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-body {
    width: 94%;
    max-width: 900px;
    overflow: visible;
  }
}
#main.night-page .night-body > .night-section {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-body > .night-section.night-movies {
    --night-movies-max: 1100px;
    --night-movies-pad: 48px;
    --night-movies-width: min(var(--night-movies-max), calc(100vw - var(--night-movies-pad)));
    box-sizing: border-box;
    position: relative;
    left: 50%;
    translate: -50% 0;
    width: var(--night-movies-width);
    max-width: none;
  }
}
@media screen and (min-width: 960px) {
  #main.night-page .night-body > .night-section.night-cast {
    --night-cast-max: 900px;
    --night-cast-pad: 48px;
    --night-cast-width: min(var(--night-cast-max), calc(100vw - var(--night-cast-pad)));
    box-sizing: border-box;
    position: relative;
    left: 50%;
    translate: -50% 0;
    width: var(--night-cast-width);
    max-width: none;
  }
}
#main.night-page .night-movies .night-video-ttl, #main.night-page .night-section-head h2 {
  text-shadow: 0 0 10px rgba(255, 236, 179, 0.8), 0 0 22px rgba(196, 168, 74, 0.55), 0 2px 8px rgba(0, 0, 0, 0.9) !important;
}
#main.night-page .night-cast-card-name,
#main.night-page .night-cast-card-name span {
  text-shadow: 0 0 10px rgba(255, 190, 210, 0.8), 0 0 22px rgba(255, 100, 150, 0.5), 0 2px 8px rgba(0, 0, 0, 0.9) !important;
}
#main.night-page .tokuten-ttl,
#main.night-page .tokuten-ttl span {
  text-shadow: 0 0 10px rgba(180, 215, 255, 0.8), 0 0 22px rgba(90, 160, 255, 0.55), 0 2px 8px rgba(0, 0, 0, 0.9) !important;
}
#main.night-page .night-section-head h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  margin: 0;
  padding: 0;
  color: #fff5d0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.6;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
}
#main.night-page .night-section-head h2::before, #main.night-page .night-section-head h2::after {
  content: "✦";
  font-size: 0.75em;
  color: #d4bc6a;
  letter-spacing: 0;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-section-head h2 {
    font-size: 1.65rem;
  }
}
#main.night-page .night-section {
  padding: 36px 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-section {
    padding: 44px 0;
  }
}
#main.night-page .night-section-head {
  text-align: center;
  margin: 0 0 24px;
}
#main.night-page .night-section-head::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin: 16px auto 0;
  background: #d4bc6a;
  box-shadow: 0 0 10px rgba(212, 188, 106, 0.7);
}
#main.night-page .night-points-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-top: 28px;
  overflow: visible;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-points-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
    padding-top: 32px;
  }
}
#main.night-page .night-point-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
}
#main.night-page .night-point-card[open] .night-point-card-head {
  border-radius: 8px 8px 0 0;
  border-color: rgba(212, 188, 106, 0.7);
}
#main.night-page .night-point-card[open] .night-point-card-arrow {
  transform: rotate(180deg);
}
#main.night-page .night-point-card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 10px;
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 24px 20px 22px;
  box-sizing: border-box;
  list-style: none;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(212, 188, 106, 0.4);
  border-radius: 8px;
  background: rgba(8, 18, 48, 0.6);
  transition: background 0.4s ease, border-color 0.4s ease, border-radius 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-tap-highlight-color: transparent;
}
#main.night-page .night-point-card-head::-webkit-details-marker {
  display: none;
}
#main.night-page .night-point-card-head > * {
  pointer-events: none;
}
#main.night-page .night-point-card-head:hover {
  border-color: rgba(212, 188, 106, 0.65);
}
#main.night-page .night-point-card-num {
  position: relative;
  top: auto;
  left: auto;
  z-index: 0;
  transform: none;
  display: inline-block;
  margin: 0 0 2px;
  padding: 0.05em 0.28em 0;
  font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 3.25rem;
  font-weight: 200;
  line-height: 1.15;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  color: #b8a468;
  font-style: italic;
  opacity: 0.55;
  overflow: visible;
}
@media screen and (max-width: 959px) {
  #main.night-page .night-point-card-num {
    font-size: 3rem;
    padding: 0.08em 0.35em 0;
    line-height: 1.2;
  }
}
@media screen and (min-width: 960px) {
  #main.night-page .night-point-card-num {
    font-size: 3.5rem;
    margin-bottom: 4px;
    padding: 0.05em 0.2em 0;
  }
}
#main.night-page .night-point-card-label {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.12rem;
  font-weight: 700;
  color: #fff5d0;
  letter-spacing: 0.04em;
  line-height: 1.7;
  word-break: keep-all;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-point-card-label {
    font-size: 1rem;
    line-height: 1.65;
  }
}
#main.night-page .night-point-card-arrow {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 6px;
  font-size: 0.8rem;
  color: #d4bc6a;
  line-height: 1;
  opacity: 0.85;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.35s ease;
}
#main.night-page .night-point-card-head:hover .night-point-card-arrow {
  opacity: 1;
}
#main.night-page .night-point-card-body {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: -1px;
  padding: 0;
  border: 1px solid transparent;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: rgba(8, 18, 48, 0.45);
  opacity: 0;
  transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.45s ease, border-color 0.4s ease;
}
#main.night-page .night-point-card-body p {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  padding: 20px 18px 22px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.9;
  font-weight: 700;
  text-align: j;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-point-card-body p {
    font-size: 0.92rem;
    line-height: 1.85;
  }
}
#main.night-page .night-point-card[open] .night-point-card-body {
  grid-template-rows: 1fr;
  border-color: rgba(212, 188, 106, 0.4);
  opacity: 1;
}
#main.night-page .program-info {
  color: #fff !important;
  font-size: 0.76rem;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0.08em;
}
#main.night-page .night-movies-list {
  display: block;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-movies-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    align-items: start;
  }
}
#main.night-page .night-wrap .night-body .night-movies .night-video {
  padding: 0 0 28px;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
#main.night-page .night-wrap .night-body .night-movies .night-video:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-wrap .night-body .night-movies .night-video {
    padding: 0;
    max-width: none;
  }
}
#main.night-page .night-movies .night-video-frame {
  --night-frame-gold: #e4c878;
  --night-frame-gold-dim: rgba(212, 188, 106, 0.45);
  position: relative;
  box-sizing: border-box;
  padding: 18px 14px 14px;
  background: linear-gradient(165deg, #2a1438 0%, #1c1038 42%, #12082c 100%);
  border: 1px solid var(--night-frame-gold);
}
#main.night-page .night-movies .night-video-frame::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid var(--night-frame-gold-dim);
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-movies .night-video-frame {
    width: 100%;
    margin: 0;
    padding: 18px 14px 14px;
  }
}
#main.night-page .night-movies .night-video-player {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #0a0a12;
  border: 2px solid #f0d878;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 14px rgba(240, 216, 120, 0.42), 0 0 28px rgba(212, 188, 106, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}
#main.night-page .night-movies .night-video-player::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#main.night-page .night-movies .night-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
}
#main.night-page .night-movies .night-video-ttl {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 16px;
  padding: 0;
  border: none;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-movies .night-video-ttl {
    font-size: 0.95rem;
    margin-top: 14px;
    letter-spacing: 0.08em;
    line-height: 1.55;
  }
}
#main.night-page .night-video-frame-corner {
  position: absolute;
  width: 34px;
  height: 34px;
  z-index: 2;
  pointer-events: none;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M4 44 Q4 4 44 4' fill='none' stroke='%23e8cc7a' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M10 38 Q10 10 38 10' fill='none' stroke='%23e8cc7a' stroke-width='1.4' stroke-linecap='round' opacity='0.65'/%3E%3Ccircle cx='6' cy='42' r='2' fill='%23f5dea0'/%3E%3Ccircle cx='42' cy='6' r='2' fill='%23f5dea0'/%3E%3C/svg%3E");
}
#main.night-page .night-video-frame-corner--tl {
  top: 3px;
  left: 3px;
}
#main.night-page .night-video-frame-corner--tr {
  top: 3px;
  right: 3px;
  transform: scaleX(-1);
}
#main.night-page .night-video-frame-corner--bl {
  bottom: 3px;
  left: 3px;
  transform: scaleY(-1);
}
#main.night-page .night-video-frame-corner--br {
  bottom: 3px;
  right: 3px;
  transform: scale(-1);
}
#main.night-page .night-cast-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#main.night-page .night-cast-card {
  border: 1px solid rgba(255, 150, 170, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  transition: border-color 0.4s ease, background 0.4s ease;
}
#main.night-page .night-cast-card[open] {
  border-color: rgba(255, 150, 170, 0.5);
  background: rgba(255, 255, 255, 0.05);
}
#main.night-page .night-cast-card[open] .night-cast-card-toggle::after {
  transform: rotate(180deg);
}
#main.night-page .night-cast-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}
#main.night-page .night-cast-card-head::-webkit-details-marker {
  display: none;
}
#main.night-page .night-cast-card-name {
  font-size: 1.05rem;
  color: #ffe8f0;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
#main.night-page .night-cast-card-name span {
  font-size: 0.82em;
  font-weight: 700;
  color: #ffd6e4;
}
#main.night-page .night-cast-card-toggle {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
#main.night-page .night-cast-card-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ffb8cc;
  transition: transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
}
#main.night-page .night-cast-card-body {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0;
  border-top: 1px solid transparent;
  opacity: 0;
  transition: grid-template-rows 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.45s ease, border-color 0.4s ease;
}
#main.night-page .night-cast-card-body p {
  overflow: hidden;
  min-height: 0;
  margin: 0;
  padding: 14px 18px 18px;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.9;
  font-weight: 700;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  #main.night-page .night-cast-card-body p {
    text-align: justify;
  }
}
#main.night-page .night-cast-card[open] .night-cast-card-body {
  grid-template-rows: 1fr;
  border-top-color: rgba(255, 150, 170, 0.2);
  opacity: 1;
}
#main.night-page .night-cast-placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em;
}
#main.night-page .tokuten {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
#main.night-page .tokuten > h2 {
  display: none;
}
#main.night-page .tokuten-ttl {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  border-bottom: none;
  margin-bottom: 24px;
  padding-bottom: 0;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#main.night-page .tokuten-ttl span {
  display: block;
  color: #d4bc6a;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
  margin-bottom: 0.75em;
  font-weight: 700;
}
#main.night-page .tokuten-img {
  width: min(94%, 420px);
  margin: 0 auto 20px;
  padding: 40px 14px;
  background: #fffacd;
  border: 2px solid #d4bc6a;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
#main.night-page .tokuten-img picture,
#main.night-page .tokuten-img img {
  width: 100%;
  display: block;
  background: #fffacd;
}
@media screen and (min-width: 960px) {
  #main.night-page .tokuten-img {
    width: min(88%, 520px);
    padding: 40px 14px;
  }
}
#main.night-page .tokuten-info {
  font-size: 0.76rem;
  color: #fff;
  line-height: 1.9;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 960px) {
  #main.night-page .tokuten-info {
    text-align: center;
  }
}
#main.night-page .info-wrap {
  padding: 0 16px 30px;
}
@media screen and (max-width: 959px) {
  #main.night-page .info-wrap {
    padding: 0 6px 30px;
  }
}
#main.night-page .theater-info-box {
  width: var(--night-section-width);
  max-width: 1040px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  #main.night-page .theater-info-box {
    width: 100%;
  }
}
#main.night-page .theater-info-box.night-section {
  padding: 40px 0 0;
  border-bottom: none;
}
@media screen and (max-width: 959px) {
  #main.night-page .theater-info-box.night-section {
    padding-top: 24px;
  }
}
#main.night-page .theater-iframe-wrap {
  --night-frame-gold: #e4c878;
  --night-frame-gold-dim: rgba(212, 188, 106, 0.4);
  position: relative;
  width: 95%;
  margin: 0 auto 24px;
  padding: 16px 12px 12px;
  box-sizing: border-box;
  background: linear-gradient(165deg, #1e2e52 0%, #121e3d 42%, #0a1430 100%);
  border: 1px solid var(--night-frame-gold);
  box-shadow: 0 0 20px rgba(212, 188, 106, 0.14), 0 10px 36px rgba(0, 0, 0, 0.45), inset 0 0 48px rgba(80, 120, 200, 0.1);
}
#main.night-page .theater-iframe-wrap::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid var(--night-frame-gold-dim);
  pointer-events: none;
  z-index: 1;
}
#main.night-page .theater-iframe-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.75;
  background-image: radial-gradient(1.2px 1.2px at 6% 10%, rgba(255, 255, 255, 0.95), transparent), radial-gradient(1px 1px at 14% 22%, rgba(255, 245, 200, 0.85), transparent), radial-gradient(1px 1px at 88% 14%, rgba(255, 255, 255, 0.9), transparent), radial-gradient(1.2px 1.2px at 94% 28%, rgba(200, 225, 255, 0.85), transparent), radial-gradient(1px 1px at 4% 78%, rgba(255, 255, 255, 0.8), transparent), radial-gradient(1px 1px at 12% 92%, rgba(255, 245, 210, 0.75), transparent), radial-gradient(1.2px 1.2px at 92% 86%, rgba(255, 255, 255, 0.85), transparent), radial-gradient(1px 1px at 96% 72%, rgba(220, 235, 255, 0.8), transparent);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 960px) {
  #main.night-page .theater-iframe-wrap {
    width: 100%;
    padding: 20px 16px 16px;
  }
}
#main.night-page .theater-iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 900px;
  border: 2px solid rgba(212, 188, 106, 0.55) !important;
  border-radius: 4px !important;
  background: #fff;
  box-shadow: 0 0 12px rgba(212, 188, 106, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
  margin: 0;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  #main.night-page .theater-iframe {
    min-height: 700px;
  }
}
@media screen and (max-width: 959px) {
  #main.night-page .theater-iframe {
    min-height: 600px;
  }
}
@media screen and (min-width: 960px) {
  #main.night-page .theater-iframe.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    margin: 0;
    border-radius: 0;
    background: #fff;
  }
}
#main.night-page .to-top {
  width: 200px;
  margin: 32px auto 20px;
  text-align: center;
}
#main.night-page .to-top a {
  display: inline-block;
  transition: opacity 0.3s;
}
#main.night-page .to-top a:hover {
  opacity: 0.75;
}
@media (prefers-reduced-motion: reduce) {
  #main.night-page .night-point-card-head,
  #main.night-page .night-point-card-num,
  #main.night-page .night-point-card-arrow,
  #main.night-page .night-point-card-body,
  #main.night-page .night-cast-card,
  #main.night-page .night-cast-card-toggle::after,
  #main.night-page .night-cast-card-body {
    transition: none !important;
  }
  #main.night-page .night-point-card-body,
  #main.night-page .night-cast-card-body {
    opacity: 1;
  }
  #main.night-page .night-point-card:not([open]) .night-point-card-body,
  #main.night-page .night-cast-card:not([open]) .night-cast-card-body {
    display: none;
  }
}/*# sourceMappingURL=night.css.map */