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

.story .gradeBox {
  top: 50rem;
  right: 0;
  width: 100%;
  height: 46rem;
}

.story .ttl_side {
  bottom: auto;
  top: 39.7rem;
}

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

.story .sec_ttl span {
  color: #c6e7ec;
  background: -webkit-gradient(linear, left top, right top, from(#c6e7ec), color-stop(10%, #c6e7ec), color-stop(90%, #d8ddf2), to(#d8ddf2));
  background: linear-gradient(90deg, #c6e7ec 0%, #c6e7ec 10%, #d8ddf2 90%, #d8ddf2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.story_movie {
  margin-bottom: 5rem;
}

.story_movie_embed {
  position: relative;
  margin-bottom: 8rem;
}

.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: 8rem;
  height: 5.6rem;
  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_subttl {
  margin-bottom: 3rem;
  text-align: center;
}

.story_movie_subttl span {
  display: inline-block;
  padding: 0.3em 1.2em;
  font-size: 133%;
  border: 1px solid;
}

.story_movie_date {
  margin-bottom: 10rem;
  text-align: center;
  font-size: 133%;
}

.story_movie_txt {
  margin: 0 auto;
  width: calc(640 / 680 * 100%);
  line-height: 2.071;
}

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

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

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

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

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

.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 (min-width: 768px) {
  .story .gradeBox {
    top: 50rem;
    height: 54rem;
  }
  .story .ttl_side {
    top: 32.3rem;
  }
  .story .sec_ttl_wrap {
    margin-left: 1em;
    text-align: center;
  }
  .story_movie {
    margin: 0 auto 3rem;
    width: calc(880 / 1000 * 100%);
  }
  .story_movie_embed {
    margin-bottom: 4rem;
  }
  .story_movie_embed a:hover::after {
    background-image: url(../images/common/icon_movie_h.png);
  }
  .story_movie_subttl {
    margin-bottom: 2.4rem;
  }
  .story_movie_date {
    margin-bottom: 8rem;
  }
  .story_movie_txt {
    width: 100%;
  }
  .story_txt_list,
  .other_images {
    margin-bottom: 3rem;
    width: calc(880 / 1000 * 100%);
  }
  .story_txt_list > li:not(:last-child) {
    margin-bottom: 3rem;
  }
  .story_txt_list > li > *:not(:last-child) {
    margin-bottom: 3rem;
  }
  .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 {
    width: calc(424 / 880 * 100%);
    margin-top: 3rem;
  }
  .story_images_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .story_images_list li:nth-child(2n) {
    margin-left: calc(32 / 880 * 100%);
  }
}

/* =====================================================================
    delivery
======================================================================*/
.delivery {
  margin-top: 16rem;
  background: url(../images/common/bg_pattern1-sp.jpg) no-repeat center/cover;
}

.delivery .inner {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.delivery h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 calc(50% - 50vw) 4rem;
  letter-spacing: 0.3em;
}

.delivery h3::before, .delivery h3::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid;
}

.delivery h3::before {
  margin-right: 3rem;
  border-color: #70c7da;
}

.delivery h3::after {
  margin-left: 3rem;
  border-color: #87a4e4;
}

@media screen and (min-width: 768px) {
  .delivery {
    background-image: url(../images/common/bg_pattern1-pc.jpg);
  }
  .delivery .gradeBox {
    background-size: cover;
  }
  .delivery h3 {
    margin: 0 0 4rem;
    font-size: max(2.8rem, 20px);
  }
}

/* =====================================================================
    backnumber
======================================================================*/
.backnumber {
  padding-bottom: 16rem;
  background-color: #34a3ad;
}

.backnumber .ttl_side {
  bottom: auto;
  top: 30rem;
  color: #acdfe6;
}

.backnumber .sec_ttl {
  margin-bottom: 10rem;
}

.backnumber .sec_ttl span {
  font-size: 18rem;
  color: #64b9c2;
  background: -webkit-gradient(linear, left top, right top, from(#64b9c2), color-stop(10%, #64b9c2), color-stop(90%, #6caec7), to(#6caec7));
  background: linear-gradient(90deg, #64b9c2 0%, #64b9c2 10%, #6caec7 90%, #6caec7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.backnumber .sec_ttl::after {
  bottom: 2.5em;
  color: #fff;
}

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

.backnumber_list li {
  width: calc(304 / 640 * 100%);
  margin: 0 calc(32 / 640 * 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 dt {
  margin-bottom: 0.3em;
}

.backnumber_list li dd {
  margin-right: 0.3em;
  font-family: "Whisper", cursive;
  font-size: 4.4rem;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .backnumber .inner {
    padding-top: 5rem;
  }
  .backnumber .ttl_side {
    top: 28rem;
  }
  .backnumber .sec_ttl {
    margin-bottom: 8rem;
  }
  .backnumber .sec_ttl span {
    font-size: 13.5rem;
  }
  .backnumber_list {
    width: 100%;
  }
  .backnumber_list li {
    width: calc(184 / 1000 * 100%);
    margin: 0 calc(20 / 1000 * 100%) 4rem 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);
  }
  .backnumber_list li dd {
    font-size: max(3.3rem, 28px);
  }
}
/*# sourceMappingURL=story.css.map */