/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* 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: #e0e0e0;
  background-color: #202020;
  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: #e0e0e0;
}
/* 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: #e1cda2;
}
/* line 103, style.scss */
nav ul li i {
  font-size: 24px;
  padding-bottom: 4px;
}
/* line 107, style.scss */
nav ul li .menuMain {
  font-size: 14px;
  padding: 0 32px 0 32px;
}
/* line 111, style.scss */
nav ul li .menuSub {
  font-size: 10px;
  color: #808080;
}

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

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

/* line 135, 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 144, style.scss */
header .headText h1 {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
/* line 150, style.scss */
header .headText img {
  max-width: 100%;
}
/* line 153, style.scss */
header .headText .copy {
  position: absolute;
  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) / 20);
  writing-mode: vertical-rl;
  text-shadow: #e1cda2 0 0 4px;
}

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

/* line 171, style.scss */
article.content {
  max-width: 1280px;
  padding: 0 4.8rem;
  margin: 0 auto;
}
/* line 176, style.scss */
article.content h1 {
  background: linear-gradient(0deg, #e1cda2 0%, #ffffff 50%);
  color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 4.0rem;
  text-align: center;
  font-family: "RodinNTLGPro-EB";
  font-weight: 800;
  position: relative;
  width: 100%;
  margin-bottom: 6.0rem;
}
/* line 189, style.scss */
article.content h1::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #e1cda2 25%, #e1cda2 75%, rgba(0, 0, 0, 0));
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: 0;
}
/* line 201, style.scss */
article.content h1::before {
  content: attr(data-en);
  display: block;
  position: absolute;
  color: #e1cda2;
  width: 100%;
  bottom: -2.8rem;
  margin: 0 auto;
  background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
  text-fill-color: currentcolor;
  font-size: 1.6rem;
  font-family: "RodinNTLGPro-DB";
  font-weight: 600;
}
/* line 218, 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 224, style.scss */
article.content h2::before {
  content: "";
  position: absolute;
  width: 9.6rem;
  height: 9.6rem;
  top: 50%;
  left: 0%;
  border-radius: 50%;
  background-color: #303030;
  transform: translate(-50%, -50%);
  z-index: -100;
}
/* line 236, style.scss */
article.content h2::after {
  content: attr(data-en);
  display: block;
  color: #e1cda2;
  font-size: 1.4rem;
  font-family: "RodinNTLGPro-DB";
  font-weight: 600;
}

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

/* line 254, style.scss */
dl.news dt {
  font-family: "RodinNTLGPro-EB";
  font-weight: 600;
  padding: 0.4rem 0;
  position: relative;
}
/* line 259, style.scss */
dl.news dt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #e1cda2 75%, rgba(0, 0, 0, 0));
  left: 0;
  right: 0;
  margin-inline: auto;
  bottom: 0;
}
/* line 271, style.scss */
dl.news dd {
  padding: 0.4rem 0 0.8rem 2.0rem;
}

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

/* line 286, style.scss */
.p2parent {
  display: flex;
}
/* line 288, style.scss */
.p2parent .p2 {
  width: 50%;
  padding-right: 20px;
}
/* line 292, style.scss */
.p2parent .sideimg {
  padding-right: 0px;
  margin-bottom: 2.0rem;
}
/* line 296, style.scss */
.p2parent .menugap {
  padding-right: 80px;
}

/* line 301, style.scss */
.castList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 305, style.scss */
.castList .castPanel {
  position: relative;
  width: 216px;
  height: 384px;
  margin: 24px;
  background-size: 1536px 1536px;
  background-position: -0px -0px;
}
/* line 312, 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 319, 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;
  text-shadow: #e1cda2 0 0 4px;
  font-family: "RodinNTLGPro-EB";
  font-weight: 800;
}

/* line 335, 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 346, style.scss */
article.modal .modalBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 354, style.scss */
article.modal .modalButton {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0 16px 0 16px;
}
/* line 362, style.scss */
article.modal .modalButton .modalButtonLine {
  display: block;
  position: relative;
  width: 100%;
  height: 6px;
}
/* line 367, style.scss */
article.modal .modalButton .modalButtonLine::before, article.modal .modalButton .modalButtonLine::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
}
/* line 374, style.scss */
article.modal .modalButton .modalButtonLine::before {
  transform: translateY(-16px);
  transform: rotate(45deg);
}
/* line 378, style.scss */
article.modal .modalButton .modalButtonLine::after {
  transform: translateY(16px);
  transform: rotate(-45deg);
}
/* line 384, 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;
}
/* line 393, style.scss */
article.modal #modalMain .castImage {
  width: 288px;
  height: 512px;
  flex-shrink: 0;
}
/* line 398, style.scss */
article.modal #modalMain .castData {
  margin-left: 2.0rem;
  display: flex;
  align-items: center;
}
/* line 403, style.scss */
article.modal #modalMain dt {
  color: #e1cda2;
  font-size: 1.4rem;
  font-family: "RodinNTLGPro-EB";
  font-weight: 600;
}
/* line 409, style.scss */
article.modal #modalMain dd {
  margin-bottom: 1.0rem;
}

/* line 415, 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;
}

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

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

/* line 435, style.scss */
a {
  color: #d9a333;
}
/* line 437, style.scss */
a:hover {
  color: #aa0000;
  text-decoration: underline;
}

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

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

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

/* line 463, style.scss */
form.inputform input[type="text"], form.inputform textarea {
  background-color: #808080;
  border-radius: 3px;
}
/* line 467, style.scss */
form.inputform input[type="submit"], form.inputform input[type="button"], form.inputform input[type="reset"] {
  background: #e0e0e0;
  color: #202020;
  margin: 0.4rem;
  padding: 0.3rem 0.8rem 0.3rem 0.8rem;
  border-radius: 3px;
  outline: none;
}
/* line 474, style.scss */
form.inputform input[type="submit"]:active, form.inputform input[type="button"]:active, form.inputform input[type="reset"]:active {
  background: #adadad;
}
/* line 477, 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 480, 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 485, style.scss */
form.inputform input[type="submit"] {
  margin: 4px;
  background: #e1cda2;
  font-weight: 700;
  color: #202020;
}
/* line 490, style.scss */
form.inputform input[type="submit"]:active {
  background: #c8a455;
}
/* line 495, style.scss */
form.inputform dl dt {
  float: left;
  width: 14.0rem;
  font-weight: 700;
  clear: both;
  border: 0;
}
/* line 502, style.scss */
form.inputform dl dd {
  margin: 0 0 1.0rem 0;
  padding-left: 14.0rem;
}
/* line 505, style.scss */
form.inputform dl dd input[type="text"], form.inputform dl dd input[type="password"] {
  width: 100%;
  max-width: 20.0rem;
}
/* line 509, style.scss */
form.inputform dl dd textarea {
  width: 100%;
  max-width: 40.0rem;
  height: 10.0rem;
}

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

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

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

@media screen and (max-width: 959px) {
  /* line 538, 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 546, style.scss */
  nav button .menuButtonLine {
    display: block;
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #e0e0e0;
  }
  /* line 552, style.scss */
  nav button .menuButtonLine::before, nav button .menuButtonLine::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    transition: 0.3s;
  }
  /* line 560, style.scss */
  nav button .menuButtonLine::before {
    transform: translateY(-16px);
  }
  /* line 563, style.scss */
  nav button .menuButtonLine::after {
    transform: translateY(16px);
  }
  /* line 566, style.scss */
  nav button .menuButtonLine.open {
    background-color: transparent;
  }
  /* line 568, style.scss */
  nav button .menuButtonLine.open::before {
    transform: rotate(45deg);
  }
  /* line 571, style.scss */
  nav button .menuButtonLine.open::after {
    transform: rotate(-45deg);
  }
  /* line 577, 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 588, style.scss */
  nav ul.open {
    right: 0;
  }
  /* line 591, style.scss */
  nav ul li {
    border-bottom: 1px solid #606060;
    text-align: left;
  }
  /* line 594, style.scss */
  nav ul li + li::before {
    display: none;
  }
  /* line 597, style.scss */
  nav ul li a {
    flex-direction: row;
    justify-content: flex-start;
  }
  /* line 601, style.scss */
  nav ul li i {
    font-size: 36px;
    margin: 16px;
  }
  /* line 605, style.scss */
  nav ul li .menuMain {
    font-size: 21px;
    padding: 0;
  }
  /* line 609, style.scss */
  nav ul li .menuSub {
    font-size: 15px;
  }

  /* line 615, style.scss */
  .p2parent {
    display: block;
  }
  /* line 617, style.scss */
  .p2parent .p2 {
    width: 100%;
  }
  /* line 620, style.scss */
  .p2parent .menugap {
    padding-right: 0;
  }

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