@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html,
body {
  line-height: normal;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}

img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  vertical-align: top;
}

input,
button {
  box-sizing: border-box;
  border: none;
  outline: none;
}

textarea {
  box-sizing: border-box;
  border: none;
  outline: none;
}

select {
  border: none;
  outline: none;
}

table {
  display: block;
}

.base_w {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .base_w {
    width: 96%;
  }
}

.tab_w {
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .tab_w {
    width: 96%;
  }
}

.sp_w {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .sp_w {
    width: 96%;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 740px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 740px) {
  .sp {
    display: block;
  }
}

.mt90 {
  margin-top: 90px;
}

.mt60 {
  margin-top: 60px;
}

.mt30 {
  margin-top: 30px;
}

a.underline {
  text-decoration: underline;
}

.underline_red::after {
  display: block;
  content: url("../images/common/line_short_red.svg");
}

.underline_orange::after {
  display: block;
  content: url("../images/common/line_short_orange.svg");
}

.underline_yellow::after {
  display: block;
  content: url("../images/common/line_short_yellow.svg");
}

.underline_lightgreen::after {
  display: block;
  content: url("../images/common/line_short_lightgreen.svg");
}

.underline_green::after {
  display: block;
  content: url("../images/common/line_short_green.svg");
}

.underline_lightblue::after {
  display: block;
  content: url("../images/common/line_short_lightblue.svg");
}

.underline_blue::after {
  display: block;
  content: url("../images/common/line_short_blue.svg");
}

html, body {
  font-family: sans-serif;
  text-align: center;
}

p {
  font-size: 16px;
  line-height: 1.8em;
}
@media screen and (max-width: 740px) {
  p {
    font-size: 14px;
  }
}

h2 {
  font-size: 54px;
  line-height: 1.8em;
}
@media screen and (max-width: 740px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.8em;
}
@media screen and (max-width: 740px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.8em;
}
@media screen and (max-width: 740px) {
  h4 {
    font-size: 16px;
  }
}

.large {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8em;
}
@media screen and (max-width: 740px) {
  .large {
    font-size: 1.2rem;
  }
}

.small {
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 740px) {
  .small {
    font-size: 12px;
  }
}

.en {
  font-family: "East Sea Dokdo", cursive;
}

.center {
  text-align: center;
}
@media screen and (max-width: 740px) {
  .center {
    text-align: left;
    text-align: justify;
  }
}

.left {
  text-align: left;
}

.justify {
  text-align: justify;
}

.spLeft {
  text-align: center;
}
@media screen and (max-width: 740px) {
  .spLeft {
    text-align: left;
  }
}

.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.col2 div, .col2 li, .col2 a {
  width: 48%;
}
@media screen and (max-width: 740px) {
  .col2 div, .col2 li, .col2 a {
    width: 100%;
  }
}

.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3 > div, .col3 > li, .col3 > a {
  width: 30%;
}
@media screen and (max-width: 740px) {
  .col3 > div, .col3 > li, .col3 > a {
    width: 100%;
  }
}

a.more_btn {
  display: block;
  max-width: 300px;
  margin: 30px auto 0;
  padding: 0.5rem;
  font-family: "East Sea Dokdo", cursive, sans-serif;
  text-align: center;
  font-size: 30px;
  transition: 0.3s;
  color: #fff;
  background: #000 url("../images/common/arrow_right.svg") 95% center no-repeat;
  background-size: 15px;
}
a.more_btn:hover {
  background: #000 url("../images/common/arrow_right.svg") 100% center no-repeat;
  background-size: 15px;
}
@media screen and (max-width: 740px) {
  a.more_btn {
    max-width: 200px;
    font-size: 20px;
    background-size: 10px;
  }
  a.more_btn:hover {
    background-size: 10px;
  }
}
a.more_btn.jp {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 740px) {
  a.more_btn.jp {
    font-size: 14px;
  }
}

a.external_btn {
  display: block;
  max-width: 300px;
  margin: 30px auto 0;
  padding: 0.5rem;
  font-family: sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
  color: #fff;
  background: #000 url("../images/common/external.svg") 95% center no-repeat;
  background-size: 20px;
}
a.external_btn:hover {
  transform: translateX(5%);
}
@media screen and (max-width: 740px) {
  a.external_btn {
    max-width: 200px;
    font-size: 14px;
    background-size: 13px;
  }
  a.external_btn:hover {
    background-size: 13px;
  }
}

.has-expandable-image {
  position: relative;
}
.has-expandable-image::after {
  content: url(../images/common/expand_icon.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
}

.img_expand {
  position: fixed;
  max-width: 1280px;
  margin: auto;
  padding: 2px;
  border: none;
}

.img_expand::backdrop {
  background: rgba(0, 0, 0, 0.5);
  animation: modal-open 0.3s ease;
}

.img_expand[open] {
  animation: modal-slide 0.3s ease;
  overflow-y: scroll;
}

.img_expand > img {
  max-width: 740px;
  margin: auto;
}

/* ダイアログを閉じるボタン */
.dialog_close {
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  line-height: 0.5em;
}

@keyframes modal-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-slide {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.large {
  font-size: 1.5em;
}
@media screen and (max-width: 740px) {
  .large {
    font-size: 1.2em;
  }
}

.cap {
  font-size: 14px;
}
@media screen and (max-width: 740px) {
  .cap {
    font-size: 12px;
  }
}

.en {
  font-family: "Rubik Glitch", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #00ff00;
}

.conv_btn {
  display: block;
  max-width: 300px;
  margin: 30px auto;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 3rem;
  color: #000;
  background: #fff url("../gekiteki/images/external_icon.svg") 90% center no-repeat;
  background-size: 20px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.conv_btn:hover {
  transform: translateY(5%);
  color: #000;
}
.conv_btn:visited {
  color: #000;
}
@media screen and (max-width: 740px) {
  .conv_btn {
    padding: 1rem 1rem;
    font-size: 14px;
    background-size: 13px;
  }
  .conv_btn:hover {
    background-size: 13px;
  }
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
}

section {
  margin: 90px auto;
}

h2 {
  margin: 30px auto 0;
}

h3 {
  font-size: 40px;
}
@media screen and (max-width: 740px) {
  h3 {
    font-size: 30px;
  }
}

#movie video {
  width: 100%;
}

#plot .spLeft {
  text-align: center;
}
@media screen and (max-width: 740px) {
  #plot .spLeft {
    text-align: left;
  }
}

#cast .name {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 740px) {
  #cast .name {
    font-size: 14px;
  }
}
#cast .col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
#cast .col3 > div {
  width: 23%;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  #cast .col3 > div {
    width: 45%;
  }
}
#cast .col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 740px) {
  #cast .col4 {
    justify-content: space-evenly;
  }
}
#cast .col4 > div {
  width: 23%;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  #cast .col4 > div {
    width: 45%;
  }
}

#schedule {
  max-width: 500px;
}
#schedule table {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  border-spacing: 0px;
}
#schedule table tbody tr td, #schedule table tbody tr th, #schedule table thead tr td, #schedule table thead tr th {
  width: 33%;
  padding: 1.4rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 740px) {
  #schedule table tbody tr td, #schedule table tbody tr th, #schedule table thead tr td, #schedule table thead tr th {
    padding: 0.5rem;
  }
}

#ticket dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
#ticket dl dd {
  width: 49%;
  text-align: right;
}
#ticket dl dt {
  width: 49%;
  font-size: 2rem;
  text-align: left;
}
#ticket ul li {
  margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
  #place iframe {
    width: 100%;
  }
}

#staff table {
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
}
@media screen and (max-width: 740px) {
  #staff table {
    font-size: 14px;
  }
}
#staff table tbody {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#staff table tr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin: 10px auto;
}
#staff table tr th {
  display: block;
  width: 45%;
  text-align: right;
}
@media screen and (max-width: 740px) {
  #staff table tr th {
    width: 30%;
  }
}
#staff table tr td {
  display: block;
  width: 50%;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 740px) {
  #staff table tr td {
    width: 65%;
  }
}

#contact ul {
  max-width: 240px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 740px) {
  #contact ul {
    max-width: 300px;
  }
}
#contact ul li {
  margin-bottom: 10px;
}
#contact ul li a.x {
  color: #fff;
}
#contact ul li a.x:before {
  display: inline-block;
  content: url(../gekiteki/images/x_icon.svg);
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
#contact ul li a.line {
  color: #fff;
}
#contact ul li a.line img {
  display: block;
  width: 150px;
  height: 46px;
}
#contact ul li a.mail {
  color: #fff;
}
#contact ul li a.mail:before {
  display: inline-block;
  content: url(../gekiteki/images/mail_icon.svg);
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
#contact ul li a.web {
  color: #fff;
}
#contact ul li a.web:before {
  display: inline-block;
  content: url(../gekiteki/images/web_icon.svg);
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

footer {
  padding: 30px 10px;
}
footer address {
  font-style: normal;
  font-size: 12px;
}
@media screen and (max-width: 740px) {
  footer address {
    font-size: 10px;
  }
}

/* スクロールアニメーション */
.scrollIn {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s all;
}

.scrollOff {
  opacity: 1;
  transform: translateY(0);
}