@charset "UTF-8";

html {
  font-size: calc(100vw * 10 / 1280);
}
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-style: normal;
}
.font_noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: .05em;
}
.font_lora {
  font-family: "Lora", serif;
  font-weight: 700;
  letter-spacing: .05em;
}

@media (768px <= width) {
  .sp {
    display: none !important;
  }
}
@media (width <= 767px) {
  .pc {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
}

/* =========================
   Common
========================= */
.inner {
  width: 84.375vw;
  margin-inline: auto;
  padding: 0 3.125vw;
  box-sizing: border-box;
}
.title_section {
  width: 100%;
  text-align: center;
  font-size: 4.0rem;
  color: #B6A66C;
  margin-bottom: 1.25em;
}
.title_sub {
  text-align: center;
  font-size: 1.6rem;
  color: #FFF;
  margin-bottom: 2.34375vw;
}
.title_sub span {
  display: inline-block;
  padding: .5em 2em;
  border: solid 1px #FFF;
}

/* =========================
   Header
========================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.421875vw;
  background: #9C1A3C;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
  z-index: 10;
}
.nav_global {
  height: 100%;
}
.nav_global ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
}
.nav_global ul li + li {
  border-left: solid 1px #B6A66C;
}
.nav_global ul li a {
  display: block;
  text-decoration: none;
  color: #B6A66C;
  padding: .3em 1.5em;
}
.nav_global .banner_kingdom {
  display: none;
}
.hamburger-menu {
  display: none;
}

/* =========================
   Main
========================= */
main {
  margin-top: 7.421875vw;
}

/* =========================
   Mv
========================= */
#mv {
  position: relative;
  height: 62.5vw;
  background-image: url("../img/bg_mv_pc@2x.jpg");
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
#mv .logo_kingdom {
  position: absolute;
  top: 24.4vw;
  left: 17.7734375vw;
  width: 64.453125vw;
}
#mv .copy_mv_01 {
  position: absolute;
  top: -1vw;
  right: 2vw;
  width: 8.59375vw;
}
#mv .copy_mv_02 {
  position: absolute;
  top: -1vw;
  left: 2vw;
  width: 8.59375vw;
}
#mv .logo_20th {
  position: absolute;
  bottom: 1em;
  right: 1em;
  width: 5.46875vw;
}

/* =========================
   News
========================= */
#news {
  background-color: #000;
  padding: 6.25vw 0;
}
#news .list_news {
  width: 55.4vw;
  margin: 0 auto;
  border-top: solid 1px #B6A66C;
}
#news .list_news li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFF;
  border-bottom: solid 1px #B6A66C;
  padding: .5em 0;
}
#news .list_news li + li {
  margin-top: .5em;
}
#news .list_news li a {
  text-decoration: none;
  color: #FFF;
}
#news .list_news li a:hover {
  text-decoration: underline;
}

/* =========================
   Schedule
========================= */
#schedule {
  background-color: #9C1A3C;
  padding-top: 6.25vw;
}
#schedule .content_schedule h3 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 1.25em;
}
#schedule .content_schedule h3 small {
  display: block;
  font-size: .625em;
  margin-bottom: .5em;
}
#schedule .content_schedule .list_schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4vw 5.4vw;
}
#schedule .content_schedule .list_schedule li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25vw;
}
#schedule .content_schedule .list_schedule li h4 {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: .3em;
  color: #B6A66C;
  margin-bottom: .2em;
  padding: .3em 0 .4em;
  border-style: solid;
  border-width: 1px 0;
  border-color: #B6A66C;
}
#schedule .content_schedule .list_schedule li .date {
  font-size: 4.8rem;
  color: #FFF;
}
#schedule .content_schedule .list_schedule li .date .year {
  font-size: .5em;
  margin-right: .3em;
  letter-spacing: .05em;
}
#schedule .content_schedule .list_schedule li .date small {
  font-size: .5em;
  margin-left: .3em;
  letter-spacing: .05em;
}
#schedule .content_schedule .list_schedule li .time {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #FFF;
  margin: .8em 0;
}
#schedule .content_schedule .list_schedule li .contact {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #FFF;
  margin-top: 1.171875vw;
}
#schedule .content_schedule .list_schedule li .contact a {
  text-decoration: none;
  color: #FFF;
}
#schedule .content_schedule .list_schedule li .contact a:hover {
  text-decoration: underline;
}
#schedule .content_schedule .list_schedule li .venue {
  font-size: 2.0rem;
  color: #FFF;
}
#schedule .img_schedule {
  margin-top: 1.5625vw;
}

/* =========================
   Ticket
========================= */
#ticket {
  background-color: #000;
  padding-top: 3.125vw;
}
#ticket .content_ticket .release {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #FFF;
  margin-bottom: 2.34375vw;
}
#ticket .content_ticket .list_playguide {
  display: flex;
  justify-content: center;
  gap: 2.34375vw;
}
#ticket .content_ticket .list_playguide li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 2.6em;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  color: #FFF;
  background-color: #9C1A3C;
  border-radius: 1.3em;
  transition: all .3s;
}
#ticket .content_ticket .list_playguide li a:hover {
  opacity: .7;
}
#ticket .content_ticket .price {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #FFF;
  margin-top: 2.34375vw;
}
#ticket .content_ticket .price p + p {
  margin-top: .5em;
}
#ticket .content_ticket .price p small {
  font-size: .6em;
  vertical-align: .3em;
  margin-left: .5em;
}
#ticket .content_ticket .img_exclusive-merchandise {
  display: block;
  width: 39.0675vw;
  margin: 1.5625vw auto 0;
}
#ticket .content_ticket .note_ticket {
  width: 59.375vw;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #BABABA;
  margin: 2.34375vw auto 0;
}
#ticket .content_ticket .note_ticket li {
  position: relative;
  padding-left: 1em;
}
#ticket .content_ticket .note_ticket li::before {
  position: absolute;
  top: 0;
  left: 0;
}
#ticket .content_ticket .note_ticket > li::before {
  content: "※";
}
#ticket .content_ticket .note_ticket li ul li::before {
  content: "・";
}
#ticket .img_ticket {
  margin-top: 1.5625vw;
}

/* =========================
   About
========================= */
#about {
  background-color: #9C1A3C;
  padding-top: 3.125vw;
}
#about .content_about .description {
  text-align: center;
  line-height: 1.5;
  color: #B6A66C;
  margin-bottom: 3.90625vw;
}
#about .content_about .description p {
  font-size: 2.0rem;
  margin-bottom: 1em;
}
#about .content_about .description small {
  font-size: 1.6rem;
}
#about .content_about .cinema {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
  color: #FFF;
}
#about .content_about .cinema .title {
  font-size: 3.2rem;
}
#about .content_about .cinema .data {
  font-size: 1.6rem;
}
#about .content_about .cinema .staff {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}
#about .content_about .cinema .composition {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}
#about .content_about .profile_composition {
  display: flex;
  align-items: center;
  gap: 2.65625vw;
  width: 64vw;
  margin: .78125vw auto 0;
}
#about .content_about .profile_composition .image {
  width: 15.625vw;
}
#about .content_about .profile_composition .text {
  flex: 1;
  color: #FFF;
}
#about .content_about .profile_composition .text p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#about .movie {
  width: 53.125vw;
  margin: 6.25vw auto 0;
}
#about .movie .title_movie {
  text-align: center;
  font-size: 3.2rem;
  color: #FFF;
  margin-bottom: 2.34375vw;
}
#about .movie .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#about .movie .youtube iframe {
  width: 100%;
  height: 100%;
}
#about .img_about {
  margin-top: 6.25vw;
}

/* =========================
   Performers
========================= */
#performers {
  background-color: #000;
  padding: 3.125vw 0 6.25vw;
}
#performers .content_performers .list_performers {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
#performers .content_performers .list_performers li {
  background-color: #2B2B2B;
  padding: 3.90625vw 6.25vw;
  border-top: solid .390625vw #B6A66C;
}
#performers .content_performers .list_performers li .card {
  display: flex;
  gap: 3.90625vw;
}
#performers .content_performers .list_performers li .card .text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#performers .content_performers .list_performers li .card .text .position {
  font-size: 1.6rem;
  letter-spacing: .05em;
  color: #B6A66C;
}
#performers .content_performers .list_performers li .card .text .name_ja {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: .05em;
  color: #FFF;
  margin: 1.171875vw 0;
}
#performers .content_performers .list_performers li .card .text .name_en {
  font-size: 2.0rem;
  letter-spacing: .05em;
  color: #FFF;
}
#performers .content_performers .list_performers li .card .image {
  width: 28.90625vw;
}
#performers .content_performers .list_performers li .profile {
  margin-top: 3.125vw;
}
#performers .content_performers .list_performers li .profile p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #FFF;
}
#performers .content_performers .list_performers li .profile p + p {
  margin-top: 1em;
}
#performers .content_performers .list_performers li .profile p a {
  text-decoration: none;
  color: #FFF;
}
#performers .content_performers .list_performers li .profile p a:hover {
  text-decoration: underline;
}

/* =========================
   Cinema Concert
========================= */
#cinema-concert {
  background-color: #9C1A3C;
  padding: 6.25vw 0;
}
#cinema-concert .content_cinema-concert {
  width: 65.625vw;
  margin: 0 auto;
}
#cinema-concert .content_cinema-concert p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #FFF;
}

/* =========================
   Footer
========================= */
footer {
  text-align: center;
  color: #C8B981;
  background-color: #2B2B2B;
  padding: 6.25vw 0;
}
footer .banner {
  display: flex;
  justify-content: center;
  gap: 2.34375vw;
}
footer .banner a {
  width: 15.390625vw;
}
footer p {
  font-size: 1.6rem;
  margin-top: 3.90625vw;
}
footer p .copyright {
  display: block;
  font-size: .6875em;
  margin-top: 1.8em;
}