@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : story.css
Description : ストーリー
===================================================================== */
/* =====================================================================
    story
======================================================================*/
.story {
  padding: 12rem 0 20rem;
}
.story .sec_ttl {
  margin-bottom: 18rem;
}
.story_movie {
  margin-bottom: 8rem;
}
.story_movie_embed {
  position: relative;
  margin-bottom: 8rem;
  margin-left: calc(-55 / 640 * 100%);
  width: calc(640 / 640 * 100%);
}
.story_movie_embed::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: -16.71875% -14.6875% 0 0;
  width: 104.375%;
  padding-top: 64.6875%;
  background: url(../images/common/bg_movie_texture.png) no-repeat center/contain;
  z-index: -1;
}
.story_movie_embed a img {
  position: relative;
  -webkit-box-shadow: 0 8rem 10rem 0 rgba(0, 0, 0, 0.75);
          box-shadow: 0 8rem 10rem 0 rgba(0, 0, 0, 0.75);
}
.story_movie_subttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
  padding-left: 2rem;
  font-size: 107%;
  font-weight: 700;
  line-height: 1.666;
  z-index: 1;
}
.story_movie_subttl span {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 3rem 2rem 0;
  font-weight: 700;
  font-size: 9rem;
  color: #b31227;
  line-height: 1;
  letter-spacing: 0;
}
.story_movie_subttl:not(.last) {
  padding-left: 0;
}
.story_movie_subttl:not(.last) span {
  font-family: "Antonio", sans-serif;
  font-size: 11.2rem;
}
.story_movie_txt {
  line-height: 1.666;
}
.story_movie_txt b {
  font-weight: 500;
  color: #ffb2bd;
}

.story_txt_list,
.other_images {
  margin: 0 auto 8rem;
}

.story_txt_list > li:not(:last-child) {
  margin-bottom: 8rem;
}
.story_txt_list > li > *:not(:last-child) {
  margin-bottom: 8rem;
}
.story_txt_list > li > p {
  line-height: 1.666;
}
.story_txt_list > li > p b {
  font-weight: 500;
  color: #ffb2bd;
}

.story_images_list li {
  margin-top: 4rem;
}
.story_images_list li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sns_share dt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .story {
    padding: 8rem 0 20rem;
  }
  .story_movie_embed {
    margin-left: auto;
    margin-right: auto;
    width: calc(880 / 1000 * 100%);
  }
  .story_movie_embed::before {
    margin: -13.4090909091% -11.3636363636% 0 0;
  }
  .story_movie_subttl {
    margin-top: 5rem;
    padding-left: 0;
    font-size: 125%;
  }
  .story_images_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .story_images_list li {
    margin-top: 4rem;
    width: calc(460 / 1000 * 100%);
  }
  .story_images_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .story_images_list li:nth-child(2n) {
    margin-left: calc(80 / 1000 * 100%);
  }
}
/* =====================================================================
    backnumber
======================================================================*/
.backnumber {
  padding: 20rem 0;
}
.backnumber_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .backnumber_list {
    margin-left: calc(-5 / 640 * 100%);
    width: calc(650 / 640 * 100%);
  }
  .backnumber_list li:nth-child(even), .backnumber_list li:last-child {
    margin-right: 0;
  }
}
.backnumber_list li {
  margin: 0 5.2307692308% 4rem 0;
  width: 47.3846153846%;
}
.backnumber_list li dd {
  margin-top: 0.55em;
  text-align: center;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 768px) {
  .backnumber {
    padding-bottom: 15rem;
  }
  .backnumber .sec_ttl {
    margin-bottom: 8rem;
  }
  .backnumber_list li {
    margin: 0 calc(20 / 1000 * 100%) 4rem 0;
    width: calc(184 / 1000 * 100%);
  }
  .backnumber_list li:nth-child(5n), .backnumber_list li:last-child {
    margin-right: 0;
  }
  .backnumber_list li a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .backnumber_list li a:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .backnumber_list li dd {
    font-size: 125%;
  }
}/*# sourceMappingURL=story.css.map */