*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #1B1869;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

ul,
ol {
  list-style: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

input,
textarea,
select {
  font: inherit;
}

body {
  overflow-x: hidden;
}

body.is-menu-open {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 16px 20px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (min-width: 920px) {
  .l-header {
    display: none;
  }
}
.l-header.is-scrolled .l-header__logo {
  display: none;
}
.l-header.is-scrolled .l-header__inner {
  justify-content: flex-end;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
.l-header__logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #00128B;
  line-height: 1.3;
}
.l-header__logo span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #717387;
}
.l-header__nav {
  display: none;
}
.l-header__nav-item {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #00128B;
  transition: color 0.3s ease;
}
.l-header__nav-item:hover {
  color: #717387;
}
.l-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  gap: 6px;
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 200;
}
@media screen and (min-width: 920px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger span {
  display: block;
  width: 28px;
  height: 2.5px;
  background-color: #00128B;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-header__hamburger.is-open span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
.l-header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-open span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

.p-sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F3F8;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 80px 20px 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 920px) {
  .p-sp-menu {
    display: none;
  }
}
.p-sp-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}
.p-sp-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-sp-menu__item {
  position: relative;
  padding: 10px 0 10px 28px;
}
.p-sp-menu__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #00128B;
  background-color: transparent;
}
.p-sp-menu__item--has-sub::before {
  top: 18px;
  transform: none;
}
.p-sp-menu__item.is-active::before {
  background-color: #00128B;
}
.p-sp-menu__item a {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #00128B;
  line-height: 1.4;
}
.p-sp-menu__sub-list {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  padding-left: 0;
  gap: 0;
}
.p-sp-menu__sub-item a {
  display: block;
  padding: 6px 0 6px 28px;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #5E6177;
  line-height: 1.5;
  position: relative;
}
.p-sp-menu__sub-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #00128B;
}
.p-sp-menu__sns {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  justify-content: center;
}
.p-sp-menu__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #00128B;
}
.p-sp-menu__sns-link svg {
  width: 20px;
  height: 20px;
}

.l-footer {
  padding: 50px 0 40px;
  text-align: center;
  background-color: #151C4A;
}
@media screen and (max-width: 919px) {
  .l-footer {
    padding: 40px 20px 28px;
  }
}
.l-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 32px;
}
.l-footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #FFFFFF;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.l-footer__sns-link:hover {
  opacity: 1;
}
.l-footer__sns-link svg {
  width: 22px;
  height: 22px;
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-bottom: 32px;
}
.l-footer__nav-item {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}
.l-footer__nav-item:hover {
  color: #FFFFFF;
}
.l-footer__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 4.3vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.l-footer__info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 3.7vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  line-height: 2;
  margin-bottom: 5px;
}
.l-footer__mail {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.l-footer__mail:hover {
  opacity: 0.6;
}
.l-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-top: 24px;
}

.l-main {
  flex: 1;
  min-width: 0;
  padding-top: 0;
}

.l-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  border: 1px solid #00128B;
  color: #00128B;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.c-btn:hover {
  background-color: #00128B;
  color: #FFFFFF;
}
.c-btn--fill {
  background-color: #00128B;
  color: #FFFFFF;
  border-color: #00128B;
}
.c-btn--fill:hover {
  background-color: #0F0F4A;
  border-color: #0F0F4A;
}
.c-btn--outline-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.c-btn--outline-white:hover {
  background-color: #FFFFFF;
  color: #00128B;
}
.c-btn--sm {
  padding: 10px 24px;
  font-size: 0.75rem;
}

.c-page-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 200;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.c-page-top img {
  width: 72px;
  height: 72px;
}
.c-page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.c-page-top:hover {
  transform: translateY(-4px);
}
@media screen and (max-width: 919px) {
  .c-page-top {
    bottom: 20px;
    right: 16px;
    width: 50px;
    height: 50px;
  }
  .c-page-top img {
    width: 50px;
    height: 50px;
  }
}

.c-section-title {
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 919px) {
  .c-section-title {
    margin-bottom: 40px;
  }
}
.c-section-title__en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #00128B;
  line-height: 1.21;
}
@media screen and (max-width: 919px) {
  .c-section-title__en {
    font-size: 2.25rem;
  }
}
.c-section-title__ja {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.75;
  color: #9F905F;
  margin-top: 12px;
}
@media screen and (max-width: 919px) {
  .c-section-title__ja {
    font-size: 1.25rem;
    margin-top: 6px;
  }
}
.c-section-title__line {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #00128B;
  margin: 16px auto 0;
}
.c-section-title--white .c-section-title__en {
  color: #FFFFFF;
}
.c-section-title--white .c-section-title__ja {
  color: rgba(255, 255, 255, 0.6);
}
.c-section-title--white .c-section-title__line {
  background-color: #FFFFFF;
}

.c-cast-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-cast-card__img-wrap {
  width: clamp(120px, 41vw, 203px);
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: rgb(0, 14.6978417266, 113.5);
}
.c-cast-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.c-cast-card__img-wrap:hover img {
  transform: scale(1.03);
}
.c-cast-card__info {
  width: 100%;
  padding-top: 30px;
}
.c-cast-card__role {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 1.96vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #717387;
}
.c-cast-card__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.3125rem, 3.8vw, 1.75rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #303A70;
}
.c-cast-card__cast {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: #717387;
  margin-top: 2px;
}
.c-cast-card--dark .c-cast-card__role {
  color: rgba(255, 255, 255, 0.5);
}
.c-cast-card--dark .c-cast-card__name {
  color: #FFFFFF;
}
.c-cast-card--dark .c-cast-card__cast {
  color: rgba(255, 255, 255, 0.7);
}

.c-work-card {
  display: flex;
  flex-direction: column;
  background-color: #00128B;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15, 15, 74, 0.3);
}
.c-work-card__img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: rgb(0, 12.7165467626, 98.2);
}
.c-work-card__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-work-card__body {
  padding: 20px 16px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.c-work-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  line-height: 1.6;
  margin-bottom: 8px;
}
.c-work-card__sub {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: auto;
}
.c-work-card__link {
  display: inline-block;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 2px;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.c-work-card__link:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.l-page-body {
  display: flex;
  align-items: flex-start;
}

.p-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: sticky;
  top: 0;
  flex-shrink: 0;
  width: 260px;
  padding: 37px 20px 37px 50px;
  z-index: 50;
  background-color: transparent;
}
@media screen and (max-width: 919px) {
  .p-sidebar {
    display: none;
  }
}
.p-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-sidebar__item {
  position: relative;
  padding: 10px 0 10px 24px;
}
.p-sidebar__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #00128B;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.p-sidebar__item--has-sub::before {
  top: 22px;
  transform: none;
}
.p-sidebar__item.is-active::before {
  background-color: #00128B;
}
.p-sidebar__link {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #1B1869;
  transition: opacity 0.3s ease;
  line-height: 1.4;
}
.p-sidebar__link:hover {
  opacity: 0.6;
}
.p-sidebar__sub-list {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  padding-left: 0;
  gap: 0;
}
.p-sidebar__sub-item a {
  display: block;
  padding: 10px 0 10px 24px;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #5E6177;
  line-height: 1.5;
  transition: color 0.3s ease;
  position: relative;
}
.p-sidebar__sub-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #00128B;
}
.p-sidebar__sub-item a:hover {
  color: #00128B;
}
.p-sidebar__sns {
  display: flex;
  gap: 20px;
  margin: 20px 0 0 50px;
  padding-left: 0;
}
.p-sidebar__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00128B;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.p-sidebar__sns-link:hover {
  opacity: 1;
}
.p-sidebar__sns-link svg {
  width: 18px;
  height: 18px;
}

.p-top__fv {
  padding: 100px 0 0;
  text-align: center;
  border-top: 1px solid rgba(27, 24, 105, 0.2);
}
@media screen and (max-width: 919px) {
  .p-top__fv {
    padding: 72px 20px 0;
  }
}

.p-top__fv-inner {
  max-width: 788px;
  margin: 0 auto;
}

.p-top__collab {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #717387;
  border-top: 1px solid #D6C38C;
  border-bottom: 1px solid #D6C38C;
  padding: 10px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 919px) {
  .p-top__collab {
    font-size: 0.875rem;
    margin-bottom: 32px;
  }
}

.p-top__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #E5396B;
  margin-bottom: 20px;
}

.p-top__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
}
.p-top__title img {
  max-width: 560px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 919px) {
  .p-top__title {
    margin: 24px auto;
  }
  .p-top__title img {
    max-width: 280px;
  }
}

.p-top__features {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}
@media screen and (max-width: 919px) {
  .p-top__features {
    margin: 40px auto 0;
    width: 82vw;
  }
  .p-top__features img {
    width: 100%;
    height: auto;
  }
}

.p-top__lineup {
  padding: 100px 0 0;
}
@media screen and (max-width: 919px) {
  .p-top__lineup {
    padding: 60px 0 0;
  }
}

.p-top__lineup-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-top__lineup-grid {
  max-width: 904px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.p-top__lineup-grid li img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 919px) {
  .p-top__lineup-grid {
    gap: 4px;
  }
}

.p-top__lineup-link {
  display: block;
}
.p-top__lineup-link img {
  transition: filter 0.3s ease;
}
.p-top__lineup-link:hover img {
  filter: brightness(0.7);
}

.p-program__section {
  padding: 100px 0 0;
}
@media screen and (max-width: 919px) {
  .p-program__section {
    padding: 60px 20px 0;
  }
}

.p-program__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.p-program__title-img {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 919px) {
  .p-program__title-img {
    margin: 0 auto 24px;
  }
}

.program01 .p-program__title-img {
  width: clamp(194px, 51.7vw, 310px);
}

.program02 .p-program__title-img {
  width: clamp(195px, 52vw, 312px);
}

.program03 .p-program__title-img {
  width: clamp(310px, 69vw, 528px);
}

.program04 .p-program__title-img {
  width: clamp(235px, 62.7vw, 375px);
}

.program05 .p-program__title-img {
  width: clamp(150px, 35.7vw, 214px);
}

.program06 .p-program__title-img {
  width: clamp(230px, 48.8vw, 293px);
}

.p-program__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 3.7vw, 1.25rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #4D506A;
  margin-bottom: 46px;
}
@media screen and (max-width: 919px) {
  .p-program__desc {
    margin-bottom: 28px;
    text-align: left;
  }
}

.p-program__cast-grid {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 919px) {
  .p-program__cast-grid {
    gap: 16px;
  }
}

.program02 .p-program__cast-grid {
  grid-template-columns: repeat(4, 1fr);
}
.program02 .p-program__cast-grid li:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.program02 .p-program__cast-grid li:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.program02 .p-program__cast-grid li:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
.program02 .p-program__cast-grid li:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.program02 .p-program__cast-grid li:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
.program02 .p-program__cast-grid li:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}
@media screen and (min-width: 920px) and (max-width: 1199px) {
  .program02 .p-program__cast-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .program02 .p-program__cast-grid li:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media screen and (max-width: 919px) {
  .program02 .p-program__cast-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .program02 .p-program__cast-grid li:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}

.program03 .p-program__cast-grid {
  grid-template-columns: repeat(6, 1fr);
}
.program03 .p-program__cast-grid li:nth-child(1) {
  grid-column: 2/4;
  grid-row: 1;
}
.program03 .p-program__cast-grid li:nth-child(2) {
  grid-column: 4/6;
  grid-row: 1;
}
.program03 .p-program__cast-grid li:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2;
}
.program03 .p-program__cast-grid li:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2;
}
.program03 .p-program__cast-grid li:nth-child(5) {
  grid-column: 5/7;
  grid-row: 2;
}
@media screen and (max-width: 919px) {
  .program03 .p-program__cast-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .program03 .p-program__cast-grid li:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}

.program04 .p-program__cast-grid {
  grid-template-columns: repeat(6, 1fr);
}
.program04 .p-program__cast-grid li:nth-child(1) {
  grid-column: 2/4;
  grid-row: 1;
}
.program04 .p-program__cast-grid li:nth-child(2) {
  grid-column: 4/6;
  grid-row: 1;
}
.program04 .p-program__cast-grid li:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2;
}
.program04 .p-program__cast-grid li:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2;
}
.program04 .p-program__cast-grid li:nth-child(5) {
  grid-column: 5/7;
  grid-row: 2;
}
@media screen and (max-width: 919px) {
  .program04 .p-program__cast-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .program04 .p-program__cast-grid li:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}

.program05 .p-program__cast-grid,
.program06 .p-program__cast-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 919px) {
  .program05 .p-program__cast-grid,
  .program06 .p-program__cast-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-top__intro {
  padding: 80px 0 0;
  text-align: center;
}
@media screen and (max-width: 919px) {
  .p-top__intro {
    padding: 60px 20px 0;
  }
}

.p-top__intro-inner {
  margin: 0 auto;
}

.p-top__intro-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 3.25rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.21;
  color: #00128B;
  margin-bottom: 40px;
}
@media screen and (max-width: 919px) {
  .p-top__intro-heading {
    font-size: clamp(1.5rem, 8.5vw, 2rem);
    margin-bottom: 24px;
  }
}

.p-top__intro-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 3.7vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #4D506A;
}
@media screen and (max-width: 919px) {
  .p-top__intro-body p {
    text-align: left;
  }
}

.p-schedule {
  padding: 100px 40px;
}
@media screen and (max-width: 919px) {
  .p-schedule {
    padding: 60px 20px;
  }
}

.p-schedule__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-schedule__title .c-section-title__ja {
  color: #C09A4A;
}

.p-schedule__content {
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 919px) {
  .p-schedule__content {
    max-width: 430px;
  }
}

.p-schedule__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 40px;
}
@media screen and (max-width: 919px) {
  .p-schedule__table-wrap {
    overflow-x: visible;
    width: 100%;
  }
}

.p-schedule__table-img {
  display: block;
  width: 100%;
  height: auto;
}

.p-schedule__detail {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 919px) {
  .p-schedule__detail {
    flex-direction: column;
    gap: 20px;
  }
}

.p-schedule__detail-lists {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 919px) {
  .p-schedule__detail-lists {
    flex-direction: column;
  }
}

.p-schedule__items {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-schedule__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #4D506A;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 919px) {
  .p-schedule__item {
    font-size: 1rem;
  }
}

.p-schedule__number {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.p-schedule__lineup {
  border: 1px solid rgba(27, 24, 105, 0.2);
  border-radius: 20px;
  padding: 30px;
  background-color: #FFFFFF;
  min-width: 240px;
}
@media screen and (max-width: 919px) {
  .p-schedule__lineup {
    min-width: unset;
    width: 100%;
  }
}

.p-schedule__lineup-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #C09A4A;
  margin-bottom: 15px;
  line-height: 1;
}

.p-schedule__lineup-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.p-schedule__lineup-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 4.3vw, 1.125rem);
  font-weight: 400;
  color: #4D506A;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-schedule__lineup-label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #212293;
  flex-shrink: 0;
  width: 14px;
}
.p-schedule__lineup-label--pink {
  color: #D60098;
}

.p-ticket {
  padding: 0 40px 100px;
}
@media screen and (max-width: 919px) {
  .p-ticket {
    padding: 0 20px 60px;
  }
}

.p-ticket__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.p-ticket__title .c-section-title__ja {
  color: #C09A4A;
}

.p-ticket__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 4.5vw, 80px);
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .p-ticket__cards {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 430px;
  }
}

.p-ticket__card {
  border: 1px solid rgba(27, 24, 105, 0.2);
  border-radius: 20px;
  padding: 28px 24px 32px;
  background-color: #FFFFFF;
}

.p-ticket__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #CCB372;
  text-align: center;
  margin-bottom: 24px;
}

.p-ticket__card-item {
  margin-bottom: 20px;
}
.p-ticket__card-item:last-child {
  margin-bottom: 0;
}

.p-ticket__card-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #00128B;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}

.p-ticket__card-value {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #4D506A;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.p-ticket__card-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: #717387;
  letter-spacing: 0.04em;
  margin-top: 8px;
}

.p-ticket__btn {
  display: block;
  width: 267px;
  padding: 14px 20px;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-ticket__btn--primary {
  background-color: #23306F;
  color: #FFFFFF;
}
.p-ticket__btn--primary:hover {
  opacity: 0.7;
}
.p-ticket__btn--disabled {
  background-color: #B4B4B4;
  color: #FFFFFF;
  pointer-events: none;
  cursor: default;
}

.p-ticket__btn-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-ticket__sns {
  padding: 80px 0;
  text-align: center;
}

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

@media screen and (min-width: 920px) {
  .u-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 919px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-text-center {
  text-align: center;
}

.u-strikethrough {
  text-decoration: line-through;
}

.u-text-xs {
  font-size: 0.75rem;
}

@media screen and (min-width: 920px) {
  .u-br-sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
