/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* line 17, style.scss */
html {
  font-size: 62.5%;
  height: 100%;
}

/* line 22, style.scss */
body {
  font-size: 1.6rem;
  font-family: "RodinNTLGPro-DB", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  color: #2a2d3e;
  background-color: #ecf2f8;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: visible;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

/* line 39, style.scss */
#subpage {
  padding-top: 120px;
}

/* line 43, style.scss */
header {
  width: 100%;
}

/* line 47, style.scss */
nav {
  box-sizing: content-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background-color: rgba(12, 12, 12, 0.75);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #808080;
}
/* line 59, style.scss */
nav .logo {
  margin-left: -32px;
  z-index: 105;
}
/* line 63, style.scss */
nav button {
  display: none;
}
/* line 66, style.scss */
nav ul {
  height: 100%;
  display: flex;
}
/* line 69, style.scss */
nav ul li {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* line 76, style.scss */
nav ul li + li::before {
  content: "";
  width: 1px;
  background-color: #606060;
  height: 33%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
/* line 87, style.scss */
nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #2a2d3e;
}
/* line 95, style.scss */
nav ul li a:hover {
  text-decoration: none;
}
/* line 98, style.scss */
nav ul li a:hover i, nav ul li a:hover div div {
  transition: 0.2s;
  color: #c02020;
}
/* line 103, style.scss */
nav ul li i {
  font-size: 24px;
  padding-bottom: 4px;
  color: #e0e0e0;
}
/* line 108, style.scss */
nav ul li .menuMain {
  font-size: 14px;
  padding: 0 32px 0 32px;
  color: #e0e0e0;
}
/* line 113, style.scss */
nav ul li .menuSub {
  font-size: 10px;
  color: #808080;
}

/* line 121, style.scss */
.swiper {
  width: 100%;
  height: 100svh;
  z-index: 50;
}

/* line 128, style.scss */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(75%);
}

/* line 137, style.scss */
header .headText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 80;
  padding-top: 120px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 25%);
}
/* line 146, style.scss */
header .headText h1 {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
/* line 152, style.scss */
header .headText img {
  max-width: 100%;
}
/* line 155, style.scss */
header .headText .copy {
  position: absolute;
  color: #ffffff;
  right: calc(100vw / 40);
  padding-bottom: 128px;
  font-family: "TsukuMinPr6-B";
  font-feature-settings: normal;
  font-size: 3.2rem;
  font-size: calc((100svh - 128px - 120px) / 18);
  writing-mode: vertical-rl;
}

/* line 169, style.scss */
main {
  flex: 1;
}

/* line 173, style.scss */
article.content {
  max-width: 1280px;
  padding: 0 4.8rem;
  margin: 0 auto;
}
/* line 178, style.scss */
article.content h1 {
  font-size: 4.0rem;
  text-align: center;
  font-family: "RodinNTLGPro-EB";
  font-weight: 800;
  position: relative;
  width: 100%;
  margin-bottom: 6.0rem;
}
/* line 186, style.scss */
article.content h1::before {
  content: attr(data-en);
  display: block;
  position: absolute;
  width: 100%;
  bottom: -2.0rem;
  margin: 0 auto;
  color: #c02020;
  font-size: 1.6rem;
  font-family: "RodinNTLGPro-EB";
  font-weight: 600;
}
/* line 200, style.scss */
article.content h2 {
  font-size: 3.0rem;
  margin: 4.0rem 0 2.0rem 0;
  font-family: "RodinNTLGPro-EB";
  font-weight: 800;
  position: relative;
  line-height: 3.0rem;
}
/* line 207, style.scss */
article.content h2::after {
  content: "";
  position: absolute;
  width: 9.6rem;
  height: 9.6rem;
  top: 50%;
  left: 0%;
  background-image: url("../images/h2.png");
  transform: translate(-50%, -50%);
  z-index: -100;
}
/* line 218, style.scss */
article.content h2::before {
  content: attr(data-en);
  display: block;
  color: #c02020;
  font-size: 1.4rem;
  font-family: "RodinNTLGPro-EB";
  font-weight: 600;
}

/* line 229, style.scss */
.catch {
  text-align: center;
  margin: 4.0rem 0;
  line-height: 1.8;
}

/* line 236, style.scss */
dl.news dt {
  font-family: "RodinNTLGPro-EB";
  font-weight: 600;
  padding: 0.4rem 0;
  position: relative;
  border-bottom: 1px solid #c02020;
}
/* line 243, style.scss */
dl.news dd {
  padding: 0.4rem 0 0.8rem 2.0rem;
}

/* line 249, style.scss */
ul.schedule li {
  margin: 0 0 1.0rem 2.0rem;
  list-style-type: disc;
}
/* line 252, style.scss */
ul.schedule li::marker {
  font-size: 1.4rem;
}

/* line 258, style.scss */
.p2parent {
  display: flex;
}
/* line 260, style.scss */
.p2parent .p2 {
  width: 50%;
  padding-right: 20px;
}
/* line 264, style.scss */
.p2parent .sideimg {
  padding-right: 0px;
  margin-bottom: 2.0rem;
}
/* line 268, style.scss */
.p2parent .menugap {
  padding-right: 80px;
}

/* line 273, style.scss */
.castList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 277, style.scss */
.castList .castPanel {
  position: relative;
  width: 216px;
  height: 384px;
  margin: 24px;
  background-size: 1536px 768px;
  background-position: -0px -0px;
}
/* line 284, style.scss */
.castList .castPanel button {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 25%);
}
/* line 291, style.scss */
.castList .castPanel button span.castname {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  font-size: 2.4rem;
  text-align: center;
  font-family: "RodinNTLGPro-EB";
  font-weight: 800;
  color: #e0e0e0;
}

/* line 307, style.scss */
article.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
  display: none;
}
/* line 318, style.scss */
article.modal .modalBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 326, style.scss */
article.modal .modalButton {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0 16px 0 16px;
}
/* line 334, style.scss */
article.modal .modalButton .modalButtonLine {
  display: block;
  position: relative;
  width: 100%;
  height: 6px;
}
/* line 339, style.scss */
article.modal .modalButton .modalButtonLine::before, article.modal .modalButton .modalButtonLine::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
}
/* line 346, style.scss */
article.modal .modalButton .modalButtonLine::before {
  transform: translateY(-16px);
  transform: rotate(45deg);
}
/* line 350, style.scss */
article.modal .modalButton .modalButtonLine::after {
  transform: translateY(16px);
  transform: rotate(-45deg);
}
/* line 356, style.scss */
article.modal #modalMain {
  display: flex;
  width: 50%;
  min-height: 552px;
  max-width: 640px;
  padding: 20px;
  background-color: rgba(12, 12, 12, 0.75);
  border: 1px solid #606060;
  position: relative;
  color: #e0e0e0;
}
/* line 366, style.scss */
article.modal #modalMain .castImage {
  width: 288px;
  height: 512px;
  flex-shrink: 0;
}
/* line 371, style.scss */
article.modal #modalMain .castData {
  margin-left: 2.0rem;
  display: flex;
  align-items: center;
}
/* line 376, style.scss */
article.modal #modalMain dt {
  color: #c02020;
  font-size: 1.4rem;
  font-family: "RodinNTLGPro-EB";
  font-weight: 600;
}
/* line 382, style.scss */
article.modal #modalMain dd {
  margin-bottom: 1.0rem;
}

/* line 388, style.scss */
footer {
  margin-top: 2.0rem;
  padding: 2.0rem;
  width: 100%;
  text-align: center;
  background-color: #101010;
  border-top: 1px solid #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e0e0e0;
}

/* line 401, style.scss */
section img {
  max-width: 100%;
}

/* line 405, style.scss */
p {
  margin-bottom: 1.2rem;
}

/* line 409, style.scss */
a {
  color: #e56161;
}
/* line 411, style.scss */
a:hover {
  color: #c02020;
  text-decoration: underline;
}

/* line 418, style.scss */
.movie iframe {
  width: 100%;
  height: 334px;
}

/* line 424, style.scss */
.sns {
  font-size: 3.6rem;
  text-align: center;
  margin-top: 2.0rem;
}

/* line 430, style.scss */
iframe {
  margin: 1.2rem 0 1.2rem 0;
  max-width: 100%;
  border: none;
}

/* line 437, style.scss */
form.inputform input[type="text"], form.inputform textarea {
  background-color: #c0c0c0;
  border-radius: 3px;
}
/* line 441, style.scss */
form.inputform input[type="submit"], form.inputform input[type="button"], form.inputform input[type="reset"] {
  background: #2a2d3e;
  color: #ecf2f8;
  margin: 0.4rem;
  padding: 0.3rem 0.8rem 0.3rem 0.8rem;
  border-radius: 3px;
  outline: none;
}
/* line 448, style.scss */
form.inputform input[type="submit"]:active, form.inputform input[type="button"]:active, form.inputform input[type="reset"]:active {
  background: #010101;
}
/* line 451, style.scss */
form.inputform input[type="submit"].send-btn, form.inputform input[type="button"].send-btn, form.inputform input[type="reset"].send-btn {
  width: 100px;
}
/* line 454, style.scss */
form.inputform input[type="submit"].msg-btn, form.inputform input[type="button"].msg-btn, form.inputform input[type="reset"].msg-btn {
  margin-left: 0;
  width: auto;
}
/* line 459, style.scss */
form.inputform input[type="submit"] {
  margin: 4px;
  background: #c02020;
  font-weight: 700;
  color: #ecf2f8;
}
/* line 464, style.scss */
form.inputform input[type="submit"]:active {
  background: #691111;
}
/* line 469, style.scss */
form.inputform dl dt {
  float: left;
  width: 14.0rem;
  font-weight: 700;
  clear: both;
  border: 0;
}
/* line 476, style.scss */
form.inputform dl dd {
  margin: 0 0 1.0rem 0;
  padding-left: 14.0rem;
}
/* line 479, style.scss */
form.inputform dl dd input[type="text"], form.inputform dl dd input[type="password"] {
  width: 100%;
  max-width: 20.0rem;
}
/* line 483, style.scss */
form.inputform dl dd textarea {
  width: 100%;
  max-width: 40.0rem;
  height: 10.0rem;
}

/* line 492, style.scss */
.dummy {
  display: none;
  font-family: "RodinNTLGPro-EB";
  font-weight: 600;
}

/* line 498, style.scss */
.dummyCopy {
  display: none;
  font-family: "TsukuMinPr6-B";
  font-weight: 600;
}

/* line 504, style.scss */
.dummyBase {
  display: none;
  font-family: "RodinNTLGPro-DB";
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  /* line 512, style.scss */
  nav button {
    display: block;
    z-index: 107;
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0 16px 0 16px;
  }
  /* line 520, style.scss */
  nav button .menuButtonLine {
    display: block;
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #e0e0e0;
  }
  /* line 526, style.scss */
  nav button .menuButtonLine::before, nav button .menuButtonLine::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    transition: 0.3s;
  }
  /* line 534, style.scss */
  nav button .menuButtonLine::before {
    transform: translateY(-16px);
  }
  /* line 537, style.scss */
  nav button .menuButtonLine::after {
    transform: translateY(16px);
  }
  /* line 540, style.scss */
  nav button .menuButtonLine.open {
    background-color: transparent;
  }
  /* line 542, style.scss */
  nav button .menuButtonLine.open::before {
    transform: rotate(45deg);
  }
  /* line 545, style.scss */
  nav button .menuButtonLine.open::after {
    transform: rotate(-45deg);
  }
  /* line 551, style.scss */
  nav ul {
    z-index: 110;
    position: fixed;
    top: 101px;
    right: -70vw;
    flex-direction: column;
    width: 70vw;
    height: 100dvh;
    background-color: rgba(12, 12, 12, 0.75);
    border-left: 1px solid #808080;
    transition: 0.2s;
  }
  /* line 562, style.scss */
  nav ul.open {
    right: 0;
  }
  /* line 565, style.scss */
  nav ul li {
    border-bottom: 1px solid #606060;
    text-align: left;
  }
  /* line 568, style.scss */
  nav ul li + li::before {
    display: none;
  }
  /* line 571, style.scss */
  nav ul li a {
    flex-direction: row;
    justify-content: flex-start;
  }
  /* line 575, style.scss */
  nav ul li i {
    font-size: 36px;
    margin: 16px;
  }
  /* line 579, style.scss */
  nav ul li .menuMain {
    font-size: 21px;
    padding: 0;
  }
  /* line 583, style.scss */
  nav ul li .menuSub {
    font-size: 15px;
  }

  /* line 589, style.scss */
  .p2parent {
    display: block;
  }
  /* line 591, style.scss */
  .p2parent .p2 {
    width: 100%;
  }
  /* line 594, style.scss */
  .p2parent .menugap {
    padding-right: 0;
  }

  /* line 599, style.scss */
  article.modal #modalMain {
    width: 95%;
    height: auto;
    max-height: 95dvh;
    padding: 20px;
    flex-direction: column;
  }
  /* line 605, style.scss */
  article.modal #modalMain .castImage {
    margin: 0 auto;
    flex-shrink: 1;
  }
  /* line 609, style.scss */
  article.modal #modalMain .castData {
    margin-left: 0;
    margin-top: 2.0rem;
    flex-shrink: 0;
  }
}
