@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : story.css
Description : ストーリーページ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
/* =====================================================================
    story
======================================================================*/
.story {
  padding: 12rem 0 16rem;
  overflow: visible !important;
  overflow: hidden;
}

.story .bg_subpage {
  position: absolute;
  top: 47rem;
  left: 50%;
  width: 100%;
  height: calc(100% - 69rem);
  background: #bf0000;
  -webkit-transform: skewY(-15deg) translateX(-50%);
          transform: skewY(-15deg) translateX(-50%);
}

.story .bg_subpage::before {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2.7rem;
  background: url(../images/common/bg_deco5.jpg) repeat-x center top/auto 100%;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}

.story .bg_subpage::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 120%;
  height: 2.7rem;
  background: url(../images/common/bg_deco5.jpg) repeat-x center top/auto 100%;
  -webkit-transform: skew(15deg) scale(1, -1);
          transform: skew(15deg) scale(1, -1);
}

@media screen and (min-width: 768px) {
  .story .bg_subpage {
    top: 26rem;
    height: calc(100% - 56rem);
  }
}

.story_movie {
  position: relative;
  margin: 0 auto 8rem;
  width: 64rem;
  letter-spacing: 0.075em;
  text-align: center;
}

.story_movie_embed {
  margin-bottom: 6.5rem;
  border: 0.4rem solid #8f5300;
  -o-border-image: linear-gradient(-45deg, #8f5300 0%, #c39222 20%, #ffe066 50%, #c39222 80%, #8f5300 100%);
     border-image: linear-gradient(-45deg, #8f5300 0%, #c39222 20%, #ffe066 50%, #c39222 80%, #8f5300 100%);
  border-image-slice: 1;
}

.story_movie_embed a {
  position: relative;
}

.story_movie_embed a::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.1rem;
  height: 5.7rem;
  background: url(../images/common/icon_movie.png) no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.story_movie_embed a img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.story_movie_subttl {
  margin-bottom: 0.7em;
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
}

.story_movie_date {
  display: inline-block;
  margin-bottom: 5rem;
  padding: 0.7em 3em;
  font-size: 2.8rem;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  border-radius: 3em;
}

.story_movie_txt {
  line-height: 1.833;
  color: #fff;
  text-align: left;
}

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

.story_txt_list > li:not(:last-child) {
  margin-bottom: 7rem;
}

.story_txt_list > li > *:not(:last-child) {
  margin-bottom: 5rem;
}

.story_txt_list > li > p {
  color: #fff;
  line-height: 1.833;
}

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

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

.story_images_list li img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.story_bottom {
  padding-bottom: 18rem;
}

.story_bottom .btn1 {
  margin-bottom: 8rem;
}

.sns_share {
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .sns_share dt {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .story_movie {
    margin-bottom: 5rem;
    width: 100%;
  }
  .story_movie_embed {
    margin: 0 auto 7rem;
    width: calc(880 / 1024 * 100%);
  }
  .story_movie_embed a:hover::before {
    background-image: url(../images/common/icon_movie_h.png);
  }
  .story_movie_subttl {
    font-size: 3.6rem;
  }
  .story_movie_date {
    font-size: 2.1rem;
  }
  .story_movie_txt {
    line-height: 2.25;
  }
  .story_txt_list,
  .other_images {
    width: 100%;
  }
  .story_txt_list > li:not(:last-child) {
    margin-bottom: 5rem;
  }
  .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: 5rem;
    width: calc(470 / 1024 * 100%);
  }
  .story_images_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .story_images_list li:nth-child(2n) {
    margin-left: calc(83 / 1024 * 100%);
  }
}

/* =====================================================================
    backnumber
======================================================================*/
.backnumber {
  padding: 8.5rem 0;
  background: #ffbf00;
}

.backnumber::before {
  content: '';
  position: absolute;
  display: block;
  top: -11.6rem;
  left: 0;
  width: 100%;
  height: 11.7rem;
  background: url(../images/common/bg_deco2-sp.jpg) no-repeat center bottom/cover;
}

.backnumber h2 {
  margin: 0 auto 7.6rem;
  width: 52rem;
}

.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 {
  width: calc(270 / 680 * 100%);
  margin: 0 calc(100 / 680 * 100%) 7rem 0;
}

@media screen and (max-width: 767px) {
  .backnumber_list li:nth-child(even), .backnumber_list li:last-child {
    margin-right: 0;
  }
}

.backnumber_list li dt {
  margin-bottom: 0.8em;
}

.backnumber_list li dt img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.backnumber_list li dd {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .backnumber {
    padding: 5.3rem 0;
  }
  .backnumber::before {
    background-image: url(../images/common/bg_deco2-pc.jpg);
  }
  .backnumber h2 {
    margin-bottom: 5.2rem;
    width: 39rem;
  }
  .backnumber_list li {
    width: calc(180 / 1024 * 100%);
    margin: 0 calc(30 / 1024 * 100%) 8rem 0;
  }
  .backnumber_list li:nth-child(5n), .backnumber_list li:last-child {
    margin-right: 0;
  }
  .backnumber_list li dt {
    overflow: hidden;
  }
  .backnumber_list li dt img {
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  .backnumber_list a:hover dt img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/*# sourceMappingURL=story.css.map */