body {
  margin: 0;
  background: #000;
  overflow-x: hidden!important;
}
h1 {
  margin-block-start: 0;
  margin-block-end: 0;
}
h2 {
  margin-block-start:0;
  margin-block-end: 0;
  font-family: "小塚明朝 Std", serif;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 70px;
}
p {
  font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", serif;
  margin-block-start: 0;
  margin-block-end: 0;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
}
p span {
  font-size: 24px;
}
a {
  color: #fff;
  text-decoration: none;
  display: block;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style: none;
}
.sp_only {
  display: none;
}
header .container {
  max-width: 1060px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container img {
  width: 178px;
  height: auto;
  object-fit: cover;
}
.header_nav {
  display: flex;
  justify-content: space-between;
}
.header_nav li {
  font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", serif;
  margin-left: 40px;
}
.sec_mv {
  background: url('../img/mv_bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec_mv .container {
  max-width: 930px;
  margin: 0 auto;
  padding: 60px 0;
}
.sec_mv .container .under {
  position: relative;
  padding: 0 0 100px;
}
.sec_mv .container .w420 {
  width: 420px;
  position: absolute;
  left: -70px;
}
.sec_mv .container .w105 {
  width: 105px;
  position: absolute;
  right: -120px;
  margin-top: 20px;
}

.sec_news .container {
  padding: 70px 0;
}
.sec_news .container .text2 {
  margin-right: 20px;
  line-height: 40px;
  font-size: 18px;
}
.sec_story {
  background: url('../img/sec_bg01.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec_story .container {
  padding: 70px 0;
}
.center {
  text-align: center;
}
.sec_cast {
  background: url('../img/sec_bg02.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec_cast .inner {
  background-color: rgba(200, 200, 200, 0.4);
  padding: 88px 0 50px;
}
.sec_cast .container {
  max-width: 990px;
  margin: 0 auto;
}
.cast_introduction_wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 70px;
}
.cast_introduction_wrap li {
  width: 210px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.cast_introduction_wrap li p {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-top: 5px;
}
.cast_introduction_wrap li p span {
  font-size: 20px;
  color: #000;
}
.sec_staff {
  background: url('../img/sec_bg02.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sec_staff .container {
  padding: 110px 0 90px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.5px;
}
dt {
  font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", serif;
  width: 51%;
  text-align: right;
  font-size: 18px;
}
dd {
  font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", serif;
  margin-inline-start: 0;
  width: 49%;
  font-size: 22px;
}
.mb_45 {
  margin-bottom: 45px;
}
.sec_schedule {
  background: #202E32;
}
.sec_schedule .container {
  padding: 110px 0 90px;
}
.sec_schedule .container p {
  text-align: center;
}
.sec_schedule .container .text1 {
  font-size: 24px;
}
.sec_schedule .container .text1 span {
  font-size: 38px;
}
.sec_schedule .container .text2 {
  font-size: 22px;
  line-height: 40px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.sec_schedule .container .schedule_img {
  max-width: 420px;
  display: block;
  margin: 0 auto;
}
.sec_ticket .container {
  max-width: 850px;
  margin: 0 auto;
  padding: 70px 0;
}
.sec_ticket .container p {
  text-align: center;
}
.sec_ticket .container .section_parts {
  padding-bottom: 65px;
}
.sec_ticket .container h3 {
  margin-block-start: 0;
  margin-block-end: 0;
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', 'YuGothic', 'メイリオ', sans-serif;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  margin-bottom: 70px;
}
.sec_ticket .container .text1 {
  font-size: 28px;
  margin-bottom: 20px;
}
.sec_ticket .container .text1 span {
  font-size: 42px;
}
.sec_ticket .container .text2 {
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', 'YuGothic', 'メイリオ', sans-serif;
  font-size: 20px;
  margin-right: 20px;
}
.button {
  width: 40px;
}
.sec_access {
  background: #202E32;
}
.sec_access .container {
  padding: 110px 0 40px;
}
.sec_access .container .text_parts {
  margin-bottom: 70px;
}
.sec_access .container .text_parts .text1 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 8px;
}
.sec_access .container .text_parts .text2 {
  font-size: 18px;
  text-align: center;
}
.gmap iframe {
  width: 100%;
  height: 450px;
}
.sec_contact {
  background: #E6E6E6;
}
.sec_contact .container {
  padding: 70px 0 70px;
}
.sec_contact .container h2 {
  font-size: 40px;
  color: #000;
}
.sec_contact .container p {
  text-align: center;
  font-size: 20px;
  color: #000;
}

.footer_under {
  background: url('../img/footer_bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer_under .container {
  padding: 70px 0;
}
.footer_under p {
  font-family: "ヒラギノ明朝 StdN", serif;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
}
.footer_under p span {
  font-size: 24px;
}

.f_row {
  display: flex;
  justify-content: center;
}
.dl_parts dt {
  color: #fff;
  font-size: 26px;
  width: 28%;
}
.dl_parts dd {
  color: #fff;
  font-size: 26px;
  width: 70%;
}
.dl_parts dd .span1 {
  font-size: 38px;
}
.dl_parts dd .span2 {
  font-size: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 51px;
}

.section_title img {
  width: auto;
  height: 40px;
}
.sp {
  display: none;
}
.map {
  width: 1250px;
  height: 336px;
  margin: 0 auto;
}
.two-column {
  margin-bottom: 110px;
}
.row {
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.row div {
  width: 48%;
}
.row div img {
  max-width: 391px;
}
.footer {
  /* position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%); */
  display: block;
  background: #000;
  margin: 0 auto;
  padding: 20px 0 20px;
}
.footer p {
  font-family: "ヒラギノ明朝 StdN", serif;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.news_list_wrap {
max-width: 800px;
margin: 0 auto 50px;;
}
.news_list li {
  border-bottom: 1px solid #999;
  display: flex;
  align-items: center;
  padding: 20px 20px;
}
.news_list li .news_list_date {
  font-family: "Adobe Garamond Pro", Garamond, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding-right: 30px;
  border-right: 1px solid #fff;
  margin-right: 30px;
}
.news_list li a {
  font-family: "ヒラギノ明朝 StdN", serif;
  font-size: 18px;
}

.news_contents {
  background: #E6E6E6;
  padding: 80px 0;
  min-height: 80vh;
}
.news_contents .container {
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
}
.news_contents_box {
  background: #fff;
  padding: 70px;
}
.post-date {
  font-family: "Adobe Garamond Pro", Garamond, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  letter-spacing: 3px;
}
.post-date span {
  color: #ED1C24;
}
.news_title {
  font-family: "ヒラギノ明朝 StdN", serif;
  font-size: 28px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-content p {
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', 'YuGothic', 'メイリオ', sans-serif;
  font-size: 20px;
  color: #000;
}

.hidden-fields-container {
  display: none;
}
.form_container {
  max-width: 850px;
  margin: 0 auto;
}
.form_container table {
  width: 100%;
}
.form_container table tr {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.form_container table tr p {
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', 'YuGothic', 'メイリオ', sans-serif;
}
.form_container table tr th {
  width: 190px;
}
.form_container label {
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', 'YuGothic', 'メイリオ', sans-serif;
  text-align: right!important;
  display: block;
  font-weight: normal;
  margin-right: 30px;
}

table input[type="text"],
table input[type="email"] {
  width: 100%;
  padding: 8px;
  font-size: 1em;
  border: none;
  border-radius: 1px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
table textarea {
  width: 98%;
  padding: 8px;
  font-size: 1em;
  border: none;
  border-radius: 1px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form_btn {
  margin-top: 40px;
}
.form_btn p {
  font-family: 'Zen Kaku Gothic New', '游ゴシック体', 'YuGothic', 'メイリオ', sans-serif;
  font-size: 24px!important;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.form_btn input {
  width: 40px;
}

.wpcf7-response-output {
  text-align: center;
  margin: 20px 0;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

.pagetop {
  padding-block: 0;
  padding-inline: 0;
  position: fixed;
  bottom: 60px;
  right: 60px;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 999;
}

/* 表示状態 */
.pagetop.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  body {
    position: relative;
    height: 150vh;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  p {
    font-size: 14px;
    line-height: 30px;
  }
  p span {
    font-size: 19px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  header .container {
    height: 0;
  }
  .section_title img {
    height: 26px;
  }
  .sec_mv {
    background: none;
  }
  .sec_mv .container {
    padding: 0;
  }
  .sec_story .container {
    padding: 50px 0;
  }
  .sec_cast .inner {
    padding: 40px 20% 15px;
  }
  .cast_introduction_wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
  }
  .cast_introduction_wrap li {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }
  .cast_introduction_wrap li p {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 0;
  }
  .cast_introduction_wrap li p span {
    font-size: 18px;
    color: #000;
  }
  .sec_staff .container {
    padding: 40px 0 40px;
  }
  .sec_schedule .container .text1 {
    font-size: 18px;
  }
  .sec_schedule .container .text1 span {
    font-size: 23px;
  }
  .sec_schedule .container .text2 {
    font-size: 18px;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .sec_schedule .container {
    padding: 50px 0 40px;
  }
  .sec_schedule .container .schedule_img {
    width: 80%;
  }
  .sec_ticket .container {
    padding: 40px 0 0;
  }
  .sec_ticket .container .section_parts {
    padding-bottom: 50px;
}
  .sec_ticket .container h3 {
    font-size: 20px;
    line-height: 20px;
    border-top: 0.8px solid #fff;
    border-bottom: 0.8px solid #fff;
    padding: 15px 0;
    margin-bottom: 40px;
  }
  .sec_ticket .container .text1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec_ticket .container .text1 span {
    font-size: 28px;
  }
  .sec_ticket .container .text2 {
    font-size: 16px;
    margin-right: 18px;
  }
  .button {
    width: 30px;
  }
  .dl_parts dt {
    color: #fff;
    font-size: 20px;
    width: 15%;
  }
  .dl_parts dd {
    color: #fff;
    font-size: 24px;
    width: 85%;
  }
  .dl_parts dd .span1 {
    font-size: 28px;
  }
  .dl_parts dd .span2 {
    font-size: 14px;
  }
  .ml30 {
    margin-left: 10px;
  }
  .ml40 {
    margin-left: 26px;
  }

  .map {
    width: 100%;
    height: 260px;
    margin: 0 auto;
  }
  .row {
    flex-direction: column;
    margin: 0 auto;
  }
  .row div {
    width: 70%;
  }
  .row .item {
    margin-bottom: 60px;
  }
  .row div img {
    max-width: 391px;
  }
  .two-column {
    margin-bottom: 80px;
  }

  dt {
    width: 51%;
    text-align: right;
    font-size: 14.5px;
  }
  dd {
    margin-inline-start: 0;
    width: 49%;
    font-size: 14.5px;
  }
  .mb_45 {
    margin-bottom: 25px;
  }
  .sec_access .container {
    padding: 40px 0 40px;
  }
  .sec_access .container .text_parts {
    margin-bottom: 40px;
  }
  .sec_access .container .text_parts .text1 {
    font-size: 23px;
    padding-bottom: 6px;
  }
  .sec_access .container .text_parts .text2 {
    font-size: 15px;
  }
  .gmap iframe {
    width: 100%;
    height: 250px;
  }
  .sec_contact .container {
    padding: 40px 0 40px;
  }
  .sec_contact .container h2 {
    font-size: 28px;
  }
  .sec_contact .container p {
    font-size: 16px;
  }
  .footer_under {
    background: url('../img/sp_footer_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .footer_under .container {
    padding: 40px 0;
  }
  .footer_under p {
    font-size: 16px;
    line-height: 38px;
  }
  .footer_under p span {
    font-size: 18px;
  }

  .footer p {
    font-size: 14px;
    white-space: nowrap;
  }

  .news_list_wrap {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0 20px;
  }
  .news_list li {
    border-bottom: 1px solid #999;
    padding: 20px 20px;
    flex-direction: column;
  }
  .news_list li .news_list_date {
    font-family: "Adobe Garamond Pro", Garamond, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
  .news_list li a {
    font-family: "ヒラギノ明朝 StdN", serif;
    font-size: 17px;
  }

  .news_contents {
    padding: 80px 20px;
    height: auto;
    min-height: 60vh;
  }
  .news_contents_box {
    padding: 20px;
  }
  .post-date {
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
  }
  .post-date span {
    color: #ED1C24;
  }
  .news_title {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .post-content p {
    font-size: 16px;
  }

  .form_container {
    padding: 0 20px;
  }
  .form_container table tr {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .form_container label {
    text-align: left!important;
    margin-right: 0;
  }
  .form_btn {
    margin-top: 20px;
  }
  .form_btn p {
    font-size: 20px !important;
    justify-content: center;
  }

  .pagetop {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

}



/* ハンバーガーボタンのスタイル */
.hamburger {
  width: 40px;
  height: 22px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 13px;
  right: 13px;
}
.hamburger span {
  display: block;
  height: 3px;
  background: #fff;
  margin: 5.8px 0;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.hamburger b {
  font-weight: normal;
  font-size: 9.5px;
  color: #fff;
}

/* メニューの初期状態 */
.nav-menu {
  position: absolute;
  top: 0;
  /* right: -100%; */
  width: 100%;
  height: 40%;
  background: #000;
  transition: right 0.3s ease;
  z-index: 1000;
  padding: 50px 20px;
  box-sizing: border-box;
  display: none;
}
.nav-menu ul {
  list-style: none;
  padding: 0;
}
.nav-menu ul li:nth-child(-n+4) {
  border-bottom: 0.5px solid #999;
  padding: 15px 0;
}
.nav-menu ul li:last-child {
  padding: 50px 0 0;
}
.nav-menu a {
  font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", serif;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

/* 開いたときのスタイル */
.nav-menu.active {
  display: block;
}

/* ハンバーガー変形アニメーション（任意） */
.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
