@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : story.css
Description : ストーリーページ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
/* =====================================================================
    story
======================================================================*/
#story {
  padding-bottom: 24rem;
}
#story .story_movie .story_movie_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#story .story_movie .story_movie_box iframe,
#story .story_movie .story_movie_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#story .story_movie .story_movie_box img {
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
          clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
}
#story .story_movie .story_subttl_wrap {
  text-align: center;
  margin: 8rem 0;
}
#story .story_movie .story_subttl_wrap .story_subttl {
  font-size: 3.6rem;
  margin-bottom: 4rem;
}
#story .story_movie .story_subttl_wrap .story_date {
  color: #d91a1d;
}
#story .story_txt_list,
#story .other_images {
  margin-bottom: 10rem;
}
#story .story_txt_list > li:not(:last-child) {
  margin-bottom: 7rem;
}
#story .story_txt_list > li > p {
  margin-bottom: 5rem;
  line-height: 1.833;
}
#story .story_images_list li {
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
          clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
  margin-top: 4rem;
}
#story .story_images_list li:first-child {
  margin-top: 0;
}
#story .story_txt_more {
  position: relative;
}
#story .story_txt_more .story_txt_more_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  text-align: center;
  z-index: 2;
}
#story .story_txt_more .story_txt_more_btn a {
  width: 48rem;
  margin: 5rem auto 0;
}
#story .story_txt_more .story_txt_more_btn a::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#story .story_txt_more .story_txt_list {
  height: 10em;
  overflow: hidden;
}
#story .story_sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20rem;
  padding: 4rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#story .story_sns_share dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 2rem;
}
#story .story_sns_share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 29rem;
}
#story .story_sns_share ul li {
  width: 8rem;
}
#story .story_sns_share ul li a {
  border-radius: 50%;
  background-color: #fff;
  padding: 2.1rem 0;
}
#story .story_sns_share ul li a img {
  width: 4.1rem;
  margin: auto;
}
#story .banner_list {
  margin-top: calc(80 / 640 * 100%);
}
#story .delivery {
  margin-top: 20rem;
}
#story .delivery h3 {
  margin-bottom: 5.5rem;
  font-size: 3.6rem;
  text-align: center;
}
#story .delivery .delivery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 calc(50% - 50vw);
}
#story .delivery .delivery_list li {
  width: 50%;
}
#story .delivery .delivery_list li:not(:last-child) {
  margin-right: 0.2%;
}

@media screen and (min-width: 768px) {
  #story .story_movie {
    width: calc(880 / 1000 * 100%);
    margin: 0 auto;
  }
  #story .story_movie .story_subttl_wrap .story_subttl {
    font-size: 2.7rem;
    margin-bottom: 3rem;
  }
  #story .story_movie .story_subttl_wrap .story_date {
    font-size: 1.8rem;
  }
  #story .story_txt_list,
#story .other_images {
    width: calc(880 / 1000 * 100%);
    margin: 0 auto 10rem;
  }
  #story .story_txt_list > li:not(:last-child) {
    margin-bottom: 5rem;
  }
  #story .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 .story_images_list li {
    width: calc(424 / 880 * 100%);
    margin-top: 3rem;
  }
  #story .story_images_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  #story .story_images_list li:nth-child(2n) {
    margin-left: calc(31 / 880 * 100%);
  }
  #story .story_txt_more .story_txt_more_btn a {
    width: 32rem;
  }
  #story .story_sns_share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(750 / 1000 * 100%);
    margin: 12rem auto 0;
    padding: 5rem 0;
  }
  #story .story_sns_share ul {
    width: 26rem;
    margin-left: 9rem;
  }
  #story .story_sns_share ul li {
    width: 6rem;
  }
  #story .story_sns_share ul li a {
    position: relative;
    padding: 1.6rem 0;
  }
  #story .story_sns_share ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.1rem;
    height: 2.8rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  #story .story_sns_share ul li a img {
    width: 3.1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #story .story_sns_share ul li a:hover {
    background-color: #a71417;
  }
  #story .story_sns_share ul li a:hover::before {
    opacity: 1;
  }
  #story .story_sns_share ul li a:hover img {
    opacity: 0;
  }
  #story .story_sns_share ul li:nth-child(1) a::before {
    background: url(../images/sns_share/btn_sns1_hover.png) no-repeat center/contain;
  }
  #story .story_sns_share ul li:nth-child(2) a::before {
    background: url(../images/sns_share/btn_sns2_hover.png) no-repeat center/contain;
  }
  #story .story_sns_share ul li:nth-child(3) a::before {
    background: url(../images/sns_share/btn_sns3_hover.png) no-repeat center/contain;
  }
  #story .delivery h3 {
    margin-bottom: 4rem;
    font-size: 2.7rem;
  }
  #story .delivery .delivery_list {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #story .delivery .delivery_list li {
    width: calc(375 / 1000 * 100%);
  }
  #story .delivery .delivery_list li a:hover {
    opacity: 0.7;
  }
}
/* =====================================================================
    backnumber
======================================================================*/
#backnumber {
  background-color: #a71417;
}
#backnumber::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 56.3rem solid transparent;
  border-bottom: 56.3rem solid #000;
}
#backnumber h2 {
  position: absolute;
  top: -4.4rem;
  right: 0;
  text-align: right;
}
#backnumber .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;
  padding: 14rem 0 20rem;
}
#backnumber .backnumber_list li {
  width: calc(280 / 640 * 100%);
  margin: 0 calc(60 / 640 * 100%) 4rem 0;
}
#backnumber .backnumber_list li:nth-child(even), #backnumber .backnumber_list li:last-child {
  margin-right: 0;
}
#backnumber .backnumber_list li .backnumber_img {
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
          clip-path: polygon(9% 0, 100% 0, 100% 85%, 91% 100%, 0 100%, 0 15%);
}
#backnumber .backnumber_list li figcaption {
  margin-top: 0.8em;
  font-size: 2.8rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #backnumber::before {
    border-width: 34.4rem;
  }
  #backnumber h2 {
    top: -3.3rem;
    margin-right: calc(120 / 1000 * 100%);
  }
  #backnumber .backnumber_list {
    width: calc(880 / 1000 * 100%);
    margin: 0 auto;
    padding: 12rem 0;
  }
  #backnumber .backnumber_list li, #backnumber .backnumber_list li:nth-child(even) {
    width: calc(152 / 880 * 100%);
    margin: 0 calc(30 / 880 * 100%) 8rem 0;
  }
  #backnumber .backnumber_list li:nth-child(5n), #backnumber .backnumber_list li:last-child {
    margin-right: 0;
  }
  #backnumber .backnumber_list li .backnumber_img img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  #backnumber .backnumber_list li a:hover .backnumber_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #backnumber .backnumber_list li figcaption {
    font-size: 2.1rem;
    margin-top: 0.5em;
  }
}
/*# sourceMappingURL=story.css.map */