@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : story.css
Description : ストーリー
===================================================================== */
/* =====================================================================
    story
======================================================================*/
.story {
  padding: 17rem 0 11rem;
}

.story::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 55.7rem;
  background: #eaeaea;
}

.story .scroll_bar {
  position: absolute;
  top: 55.7rem;
  left: 0;
}

.story .sec_ttl {
  margin-bottom: 12rem;
}

.story .sec_ttl img {
  margin: 0 auto;
  width: 31.8rem;
}

.story .sec_ttl span {
  top: 0.5em;
  right: -2.2em;
}

.story_movie {
  padding-bottom: 5rem;
}

.story_movie_embed {
  position: relative;
  margin: 0 0 11rem -4rem;
  width: 68rem;
}

.story_movie_embed::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 -4% -4% 0;
  border: 1px solid #883131;
  border-radius: 10rem 12rem 13rem 0;
}

.story_movie_embed a {
  position: relative;
}

.story_movie_embed a::after {
  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;
  z-index: 1;
}

.story_movie_embed img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 10rem 0 10rem 0;
}

.story_movie_subttl {
  margin-bottom: 3rem;
  text-align: center;
}

.story_movie_subttl span {
  display: inline-block;
  padding: 0.1em 1em;
  padding-right: 0.7em;
  font-size: 3.4rem;
  color: #883131;
  letter-spacing: 0.42em;
  background: linear-gradient(114deg, #dad4d4 0%, #d0cfd2 52%, #d2d4d9 100%);
}

.story_movie_date {
  margin-bottom: 4rem;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.3em;
  color: #883131;
}

.story_movie_txt {
  line-height: 1.833;
}

.story_txt_list,
.other_images {
  margin-bottom: 6rem;
}

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

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

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

.story_images_list li {
  margin-top: 3rem;
  border-radius: 2rem;
  overflow: hidden;
}

.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(#cad0d1), to(transparent));
  background: linear-gradient(0deg, #cad0d1 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;
}

.sns_share {
  border-color: #883131;
}

@media screen and (min-width: 768px) {
  .story {
    padding: 15rem 0 10rem;
  }
  .story::before {
    height: 50rem;
  }
  .story .scroll_bar {
    top: 50rem;
  }
  .story .sec_ttl {
    margin-bottom: 4.7rem;
  }
  .story_movie {
    padding-bottom: 4rem;
  }
  .story_movie_embed {
    margin: 0 auto 6.5rem;
    width: 90rem;
  }
  .story_movie_embed::before {
    margin: 0 -2.5% -2.5% 0;
  }
  .story_movie_embed a:hover::after {
    background-image: url(../images/common/icon_movie_h.png);
  }
  .story_movie_subttl {
    margin-bottom: 1.5rem;
  }
  .story_movie_subttl span {
    font-size: 2.6rem;
  }
  .story_movie_date {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
  .story_movie_txt {
    line-height: 2.25;
  }
  .story_txt_list > li > p {
    line-height: 2.25;
  }
  .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 {
    width: calc(448 / 1000 * 100%);
    margin-top: 4rem;
  }
  .story_images_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .story_images_list li:nth-child(2n) {
    margin-left: calc(104 / 1000 * 100%);
  }
}

/* =====================================================================
    backnumber
======================================================================*/
.backnumber {
  padding: 6rem 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.backnumber h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8rem;
  font-size: 2.6rem;
  letter-spacing: 0.3em;
}

.backnumber h2::before, .backnumber h2::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #c4b4ad;
}

.backnumber h2::before {
  margin-right: 1em;
}

.backnumber h2::after {
  margin-left: 1em;
}

.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(288 / 630 * 100%);
  margin: 0 calc(54 / 630 * 100%) 4rem 0;
}

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

.backnumber_list li a {
  border-radius: 2rem;
  overflow: hidden;
}

.backnumber_list li dd {
  padding: 0.4em 0;
  color: #883131;
  letter-spacing: 0.1em;
  text-align: center;
  background: #dbcdc7;
}

@media screen and (min-width: 768px) {
  .backnumber h2 {
    margin-bottom: 6rem;
  }
  .backnumber_list li {
    width: calc(180 / 1000 * 100%);
    margin: 0 calc(25 / 1000 * 100%) 3rem 0;
  }
  .backnumber_list li:nth-child(5n), .backnumber_list li:last-child {
    margin-right: 0;
  }
  .backnumber_list li a:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
/*# sourceMappingURL=story.css.map */