@charset "UTF-8";

html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #21100d;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.font-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
.inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (768px <= width) {
  .sp {
    display: none !important;
  }
}
@media (width < 767px) {
  .pc {
    display: none !important;
  }
}

/**********************************************************
 * header
 **********************************************************/
header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #f5b454;
  background-image: url("../img/bg_grid.svg");
  z-index: 1;
}
header nav ul {
  display: flex;
  justify-content: center;
}
header nav li {
  border-left: solid 3px #ae5e01;
}
header nav li:last-child {
  border-right: solid 3px #ae5e01;
}
header nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .3125em 0;
  width: 100px;
  height: 40px;
  text-decoration: none;
  letter-spacing: .02em;
  color: #000;
}
header nav a .ja {
  font-size: 1.5rem;
}
header nav a .en {
  font-size: 1.0rem;
}

/**********************************************************
 * main
 **********************************************************/
main {
  margin-top: 60px;
}

.title_section {
  text-align: center;
  font-feature-settings: "palt";
}
.title_section .align_center {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .2em 0;
  height: 3.125em;
  margin-bottom: 3.125em;
  padding: 0 3.75em;
  font-size: 1.6rem;
  color: #FFF;
  background-color: #ae5e01;
}
#ticket .title_section .align_center,
#performers .title_section .align_center {
  background-color: #bc7719;
}
.title_section .align_center::before,
.title_section .align_center::after {
  content: "";
  position: absolute;
  top: 0;
  width:0;
  height:0;
  border-style: solid;
}
.title_section .align_center::before {
  left: -1.4em;
  border-width: 1.5625em 1.4375em 1.5625em 0;
  border-color: transparent #ae5e01 transparent transparent;
}
#ticket .title_section .align_center::before,
#performers .title_section .align_center::before {
  border-color: transparent #bc7719 transparent transparent;
}
.title_section .align_center::after {
  right: -1.4em;
  border-width: 1.5625em 0 1.5625em 1.4375em;
  border-color: transparent transparent transparent #ae5e01;
}
#ticket .title_section .align_center::after,
#performers .title_section .align_center::after {
  border-color: transparent transparent transparent #bc7719;
}
.title_section .large {
  font-size: 1.5em;
  font-weight: 800;
  letter-spacing: .05em;
}
.title_section .en {
  font-size: 1.0625em;
  letter-spacing: .02em;
}
.title_section .ja {
  font-size: .875em;
  letter-spacing: .02em;
}

#top {
  background-image: url("../img/bg_top_pc@2x.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
#top img {
  width: 1000px;
}

#about {
  padding: 50px 0;
  background-color: #333;
}
#about p {
  width: 700px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #f5b454;
}
#about p + p {
  margin-top: 1.5em;
}
#about h3 {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  margin: 1.8em 0;
  color: #fff;
}
#about h3 .name {
  font-size: .8241em;
}
p.title.titleAnnounce.dialog-button {
  position: relative;
    padding: 10px;
    text-align: center;
    border: 4px double #FFFFFF;
    font-weight: bold;
    color: #FFF !important;
    margin: 0 auto 20px auto !important;
    display: block;
    cursor: pointer;
    font-size: 2rem !important;
}
p.title.titleAnnounce.dialog-button:hover{
  background:#222;
}
p.title.titleAnnounce.dialog-button::before { /* 矢印の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  animation: slideBlink 1s linear infinite; /* アニメーションの初期設定 */
}
 
@keyframes slideBlink { /* アニメーションの内容 */
  from { /* アニメーション開始時のスタイル */
    opacity: 0;
    left: 8px;
  }
  to { /* アニメーション終了時のスタイル */
    opacity: 1;
    left: 25px;
  }
}
.youtube{
  width: 600px;
  margin: 0 auto;
}
.swiper-container{
  text-align: center;
}
.swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.swiper-container .swiper-slide {
  position: relative;
  width: 100%;
}
.swiper-container .swiper-slide:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.swiper-container .swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
#thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.2;
  cursor: pointer;
}
#thumbs .swiper-slide:before {
  content:none;
}
#thumbs .swiper-slide-active {
  opacity: 1;
}
#schedule {
  padding: 50px 0;
  background-color: #efcd95;
  background-image: url("../img/bg_grid.svg");
}
#schedule .scene {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#schedule .scene li {
  width: 247px;
}
#schedule .img_date {
  display: block;
  width: 325px;
  margin: 0 auto 50px;
}
.part > li {
  padding: 50px 0;
  border-top: solid 2px #ae5e01;
}
.part > li:last-child {
  padding-bottom: 0;
}
.part .title_part {
  text-align: center;
}
.part .title_part span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 6.334em;
  height:  1.6117em;
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: .1em;
  background-color: #fff;
  border: solid 3px #ae5e01;
}
.part .title_content {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  color: #ae5e01;
}
.part .title_content strong {
  color: #d71718;
}
.part .bg {
  margin-top: 30px;
  padding: 20px 100px 40px;
  background-color: #fef0de;
  border-radius: 22px;
}
.part .cinema.bg {
  padding-top: 35px;
}
.part .title_guest {
  text-align: center;
}
.part .title_guest .align_center {
  position: relative;
  font-size: 1.8rem;
}
.part .title_guest .align_center strong {
  color: #d71718;
}
.part .title_guest .align_center small {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7em;
  font-size: .666em;
  letter-spacing: .02em;
  font-feature-settings: "palt";
}
.list_guest {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 20px auto 0;
}
.list_guest li {
  width: 152px;
}
.list_guest li img,
.list_guest2 li img {
  width: 150px;
  border: solid 1px #fff;
}
.list_guest li .name{
  display: block;
  text-align: center;
  margin: .5em 0;
  font-size: 2.4rem;
  letter-spacing: .01em;
  font-feature-settings: "palt";
}
.list_guest2 {
  width: 800px;
  margin: 20px auto 0;
}
.list_guest2 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0;
}
.list_guest2 li .name {
  display: block;
  margin: .5em 0;
  font-size: 2.4rem;
  letter-spacing: .01em;
  font-feature-settings: "palt";
}
.list_guest2 li p{
  font-size: 1.2rem;
  line-height: 150%;
  text-align: left;
  margin-left:20px;
}
.part .img_cinema {
  display: block;
  margin: 0 auto;
  width: 700px;
}
.part .cinema dl {
  text-align: center;
  width: 770px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .02em;
  font-feature-settings: "palt";
}
#schedule .cinema dt,
#schedule .cinema dd {
  display: inline-block;
  padding: 0 .75em;
}
#schedule .cinema dt {
  color: #bc7719;
}
#schedule .cinema .cast dt {
  display: block;
}
#schedule .cinema dd.starring {
  position: relative;
}
#schedule .cinema dd.starring::after {
  content: "／";
  position: absolute;
  top: 0;
  right: -.75em;
}
#schedule .cinema .story {
  width: 660px;
  margin: 30px auto 0;
  padding: 20px 45px;
  border: solid 2px #ae5e01;
  box-sizing: border-box;
}
#schedule .cinema .story h5 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1em;
  color: #d71718;
}
#schedule .cinema .story p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #bc7719;
}

#ticket {
  padding: 50px 0;
  background-color: #333;
}
#ticket .price .type {
  text-align: center;
  font-size: 3.3rem;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  color: #f5b454;
}
#ticket .price .type span {
  padding: 0 .5em;
}
#ticket .price .note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 2.5em;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  color: #f5b454;
}
#ticket .price .note li {
  position: relative;
  padding-left: 1em;
}
#ticket .price .note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
#ticket .contact {
  margin-top: 45px;
  padding-top: 45px;
  border-top: solid 2px #f5b454;
}
#ticket .contact .title_contact {
  margin-bottom: .6em;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .05em;
  color: #fff;
}
#ticket .contact .name {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  color: #f5b454;
}
#ticket .contact a,
#ticket .contact span {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #f5b454;
}
#ticket .agency {
  width: 660px;
  margin: 80px auto 0;
  padding: 30px 0;
  text-align: center;
  border: solid 3px #f5b454;
}
#ticket .agency .title_agency {
  margin-bottom: 40px;
}
#ticket .agency .title_agency .align_center {
  display: inline-block;
  padding-bottom: .8em;
  font-size: 1.6rem;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  color: #fff;
  border-bottom: solid 2px #f5b454;
}
#ticket .list_agency {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
#ticket .list_agency .name {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  color: #f5b454;
}
#ticket .list_agency a,
#ticket .list_agency span {
  display: block;
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #f5b454;
}
#ticket .list_agency span small {
  font-size: .75em;
}
#ticket .list_agency .note {
  display: block;
  margin-top: .5em;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  color: #fff;
}
#ticket .img_cinema {
  display: block;
  margin: 60px auto 0;
  width: 700px;
}

#performers {
  padding: 50px 0;
  background-color: #efcd95;
  background-image: url("../img/bg_grid.svg");
}
#performers .note {
  display: block;
  width: 800px;
  margin: 2em auto 0;
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: .02em;
  font-feature-settings: "palt";
}
#performers .part > li {
  padding-top: 0;
}
#performers .list_performer {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  width: 700px;
  margin: 40px auto 0;
}
#performers .list_performer img {
  display: block;
  margin: 0 auto;
  width: 528px;
}
#performers .list_performer .name {
  text-align: center;
  margin: 1.125em 0;
  font-size: 2.4rem;
  letter-spacing: .01em;
  font-feature-settings: "palt";
}
#performers .list_performer p {
  font-size: 1.7rem;
  line-height: 1.5;
}
#performers .list_performer a {
  display: inline-block;
  margin-left: 5em;
  text-decoration: none;
  color: #21100d;
}

#description {
  padding: 50px 0;
  background-color: #333;
}
#description .box {
  width: 700px;
  margin: 0 auto;
  padding: 40px;
  border-image-source: url(../img/img_decoration.svg);
  border-image-slice: 25 25 fill;
  border-image-width: 25px 25px;
  box-sizing: border-box;
}
#description .box .title_description {
  margin-bottom: 2.5em;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  color: #efcd95;
}
#description .box p {
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  color: #efcd95;
}

/**********************************************************
 * footer
 **********************************************************/
footer .organizer {
  padding: 40px 0;
  background-color: #ae5e01;
}
footer .organizer span {
  display: block;
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.6;
  letter-spacing: .02em;
  font-feature-settings: "palt";
  color: #fff;
}
footer .copyright {
  padding: 55px 0;
  text-align: center;
  background-color: #f5b454;
  background-image: url("../img/bg_grid.svg");
}
footer .copyright img {
  width: 156px;
  margin: 0 30px;
}

/* ダイアログ（モーダル） */
.dialog,
.dialog2 {
  display: none;
  margin: 4.39vw auto;
  width: 58.57vw;
  height: auto;
  padding: 3.37vw 0;
  color: white;
  background-color: transparent;
  border: none;
  overflow-y: scroll;
  line-height: 1.7;
}
.dialog[open],
.dialog2[open] {
  display: block;
}
.dialog::backdrop,
.dialog2::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
.close-button,
.close-button2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.37vw;
  height: 3.37vw;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.dialogTitle {
  margin-bottom: 1em;
  font-size: 1.9vw;
  text-align: center;
}
.dialogDescription,
.messageList {
  margin-bottom: 2em;
}
.messageList {
  padding: 0 0.5em;
}
.messageItem {
  display: flex;
  align-items: center;
  gap: 0 2.2vw;
  padding: 1.46vw 2.93vw;
  border: 0.07vw solid #ffffff;
}
.messageItem .messageTitle {
  margin-bottom: 0.5em;
  font-size: 1.17vw;
  font-weight: bold;
}
.messageItem + .messageItem {
  margin-top: 3.66vw;
}
.messageItem .messagePhoto {
  width: 35vw;
}
.messageItem .dialogMessage {
  width: 65vw;
}
.messageItem .dialogMessage .name {
  margin-top: 1em;
  font-size: 0.95vw;
}
.dialog .comment {
  font-size: 0.95vw;
}

.dialog2 .imgGoods {
  display: flex;
  align-items: center;
  gap: 0 2.2vw;
  margin: 2.2vw 0;
}
.mc{
  font-size:2rem;
  text-align: center;
  margin: 50px 0 20px 0;
}
.mc span{
  color: #d71718;
}