@charset "UTF-8";
body {
  background-color: #000000;
  color: #AEAEAE;
  font-family: "Times New Roman", Times, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }

a {
  color: #FF070B; }

a:visited {
  color: #CB0003; }

.anchor {
  position: relative;
  top: -2vh; }

#bgScreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: url("../images/webBg_mb.jpg") no-repeat center top;
  background-size: cover;
  z-index: 0; }

#hero {
  width: 100vw;
  height: 30vh; }

.title_content {
  text-align: center;
  color: #BD0003;
  font-size: 2.2em;
  line-height: 1em;
  margin-bottom: 1em; }
  .title_content#introTitle {
    font-size: 1.6em;
    line-height: 1.4em;
    text-align: left;
    width: fit-content;
    max-width: 90vw;
    margin: 0px auto 1em; }

.content_block {
  position: relative;
  margin-bottom: 15vh;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 10%, rgba(0, 0, 0, 0.75) 90%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 10%, rgba(0, 0, 0, 0.75) 90%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 10%, rgba(0, 0, 0, 0.75) 90%, rgba(0, 0, 0, 0) 100%);
  padding: 8vh 0 8vh; }

#introduction {
  padding: 12vh 0 12vh; }
  #introduction .inwrap {
    width: 90vw;
    max-width: 900px;
    margin: 0px auto; }
    #introduction .inwrap p {
      color: #FFFFFF;
      line-height: 1.8em;
      margin-bottom: 1.4em; }
      #introduction .inwrap p:last-child {
        margin-bottom: 0; }

.vid {
  width: 80vw;
  max-width: 1280px;
  height: calc(80vw * 0.5625);
  max-height: 720px;
  display: block;
  margin: 0px auto; }

.recruit_vid {
  width: 80vw;
  max-width: 90%;
  height: calc(80vw * 0.5625);
  display: block;
  margin: 0px auto 8vh; }

footer {
  position: relative;
  width: 100vw;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 40%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 40%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 40%);
  padding: 5vh;
  margin-top: 30vh; }

#copyright {
  font-size: 10px;
  line-height: 1em;
  text-align: center; }

.basic_info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 1em;
  border: 1px solid #595959;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); }
  .basic_info > dt {
    color: #C70003;
    width: 100%;
    margin-bottom: 0.5em; }
  .basic_info > dd {
    color: #FFFFFF;
    width: 100%;
    margin-bottom: 1.5em;
    line-height: 2em; }

.ticket_info {
  padding: 0.5em; }
  .ticket_info > dt {
    border-bottom: 1px dashed #FFFFFF;
    width: fit-content;
    margin-bottom: 0.5em; }
  .ticket_info > dd {
    line-height: 1.6em;
    margin-bottom: 1em; }

#recruit {
  color: #101010; }
  #recruit .inwrap {
    background-color: #E2E2E2;
    width: 96%;
    max-width: 900px;
    padding: 5vh 1.2em;
    border-radius: 3px;
    margin: 0px auto; }

#lead_box {
  margin-bottom: 3vh;
  padding: 3vh 0.5em;
  border: 1px solid #8E8E8E;
  border-radius: 3px; }

#title_lead {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0.5em; }

#recruit_list > dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  background-color: #c8c8c8;
  border-radius: 3px;
  padding: 0.4em 1em 0.3em; }
  #recruit_list > dt::before {
    content: '▶︎';
    display: inline-block;
    margin-right: 0.5em; }
#recruit_list > dd {
  margin-bottom: 1.5em; }

@media (min-width: 821px) {
  #bgScreen {
    background-image: url("../images/webBg_dt.jpg"); }

  #hero {
    height: 70vh; }

  .basic_info {
    flex-direction: row;
    justify-content: space-between;
    padding: 2em; }
    .basic_info > dt {
      width: 20%;
      margin-bottom: 1.5em; }
    .basic_info > dd {
      width: 75%; } }
.wrap_storyimg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .wrap_storyimg img {
    display: block;
    width: calc(100% / 3);
    height: auto;
    margin: 0 1.5px; }

.wrap_nav_movie {
  padding: 10vh 0 5vh; }

a#btn_toMovie {
  display: block;
  width: fit-content;
  padding: 1em 2em;
  margin: 0px auto;
  text-decoration: none;
  background-color: #CB0003;
  color: #FFFFFF;
  text-align: center;
  border-radius: 5px; }

br.sp {
  display: none; }

@media (max-width: 480px) {
  br.sp {
    display: block; } }
#wrap_movies {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }

.block_a_movie {
  margin-bottom: 15vh; }

@media (max-width: 480px) {
  #wrap_movies {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 96vw;
    margin-left: auto;
    margin-right: auto; }

  .block_a_movie {
    width: 50%;
    margin-bottom: 6vh; }
    .block_a_movie .title_content {
      font-size: 1em; }

  .vid {
    width: 46vw;
    height: calc(46vw * 0.5625);
    margin-left: auto;
    margin-right: auto; } }
