@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : story.css
Description : ストーリー
===================================================================== */
/* =====================================================================
    story
======================================================================*/
.story {
  margin-top: 34rem;
}
.story .inner {
  padding: 10rem 0;
}
.story .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 2px);
  background: #f8f8f8;
  z-index: -1;
}

.story_movie {
  margin-bottom: 7rem;
}
.story_movie_embed {
  margin: 0 auto 5rem;
  width: calc(680 / 710 * 100%);
}
.story_movie_subttl {
  margin-bottom: 4.5rem;
  text-align: center;
}
.story_movie_subttl span {
  position: relative;
  font-size: 154%;
  color: #b91e1e;
}
.story_movie_subttl span::before {
  content: "";
  position: absolute;
  display: block;
  top: 5%;
  left: -5rem;
  height: 90%;
  border-left: 1px solid currentColor;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.story_movie_date {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 138%;
}
.story_movie_txt {
  margin: 0 auto;
  width: calc(680 / 710 * 100%);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.692;
}

.story_txt_list,
.other_images {
  margin: 0 auto 8rem;
  width: calc(640 / 710 * 100%);
}

.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 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.692;
}

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

.story_txt_more {
  position: relative;
}
.story_txt_more_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(0deg, #fff 0%, transparent 100%);
  text-align: center;
  z-index: 2;
}
.story_txt_more_btn a {
  margin-top: 5em;
}
.story_txt_more .story_txt_list {
  height: 14em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sns_share dt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .story {
    margin-top: 20rem;
  }
  .story .inner::before {
    margin: 0;
    width: 100%;
  }
  .story_movie {
    margin-bottom: 5rem;
  }
  .story_movie_embed {
    margin: 0 auto 40px;
    width: calc(800 / 1000 * 100%);
  }
  .story_movie_subttl span {
    font-size: 188%;
  }
  .story_movie_date {
    margin-bottom: 30px;
    font-size: 162%;
  }
  .story_movie_txt {
    width: 100%;
    line-height: 1.87;
  }
  .story_txt_list,
  .other_images {
    margin-bottom: 7rem;
    width: 100%;
  }
  .story_txt_list > li:not(:last-child) {
    margin-bottom: 7rem;
  }
  .story_txt_list > li > *:not(:last-child) {
    margin-bottom: 7rem;
  }
  .story_images_list li {
    margin-top: 3rem;
  }
  .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: 3rem;
    width: calc(470 / 1000 * 100%);
  }
  .story_images_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .story_images_list li:nth-child(2n) {
    margin-left: calc(60 / 1000 * 100%);
  }
}
/* =====================================================================
    delivery
======================================================================*/
.delivery {
  padding: 0;
  background-color: transparent;
}
.delivery .inner {
  padding: 5rem 0;
}
.delivery .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: calc(100% + 2px);
  background: #3e4052;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .delivery .inner {
    padding: 9.5rem 0;
  }
  .delivery .inner::before {
    margin: 0;
  }
}
/* =====================================================================
    backnumber
======================================================================*/
.backnumber {
  margin: 20rem 0;
  padding: 10rem 0;
  background-color: #f8f8f8;
}

.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;
}
.backnumber_list li {
  margin: 0 calc(34 / 710 * 100%) 3rem 0;
  width: calc(308 / 710 * 100%);
}
@media screen and (max-width: 767px) {
  .backnumber_list li:nth-child(even), .backnumber_list li:last-child {
    margin-right: 0;
  }
}
.backnumber_list li dd {
  position: relative;
  text-align: center;
  margin-top: 1rem;
  font-size: 108%;
}

@media screen and (min-width: 768px) {
  .backnumber {
    margin: 17rem 0 0;
  }
  .backnumber .sec_ttl {
    margin-top: calc(-135 / 1000 * 100%);
  }
  .backnumber_list li {
    width: calc(184 / 1000 * 100%);
    margin: 0 calc(20 / 1000 * 100%) 4.6rem 0;
  }
  .backnumber_list li:nth-child(5n), .backnumber_list li:last-child {
    margin-right: 0;
  }
  .backnumber_list li a dt {
    position: relative;
  }
  .backnumber_list li a dt::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: -webkit-gradient(linear, left bottom, left top, from(#b91e1e), color-stop(50%, transparent), to(#b91e1e));
    background: linear-gradient(to top, #b91e1e 0%, transparent 50%, #b91e1e 100%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .backnumber_list li a dt img {
    position: relative;
    z-index: 1;
  }
  .backnumber_list li a:hover dt::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .backnumber_list li dd {
    font-size: 125%;
  }
}/*# sourceMappingURL=story.css.map */