/* CSS INFORMATION -====================================================
File name : story.css
Description :
===================================================================== */
/* =====================================================================
*    Story
* =================================================================== */
.next {
  position: relative;
  color: #16130c;
}
.next::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12rem;
  left: 0;
  border-top: 1px solid #16130c;
  z-index: 1;
}
.next_contents {
  padding: 3rem 5rem;
  box-shadow: 0 0 60px rgba(208, 205, 188, 0.8), 0 0 80px 20px rgba(208, 205, 188, 0.4) inset;
  background: url(../images/common/bg_paper_white.jpg) repeat top center/50%;
  margin-bottom: 8rem;
}
.next .inner {
  padding: 14rem 0 0 0;
}
.next .next_pickup {
  width: 100%;
  margin: auto;
}
.next h2.ttl {
  left: 0;
}
.next h2.ttl span.en {
  left: auto;
  left: -1.5rem;
}
.next h3.tit_num {
  display: flex;
  justify-content: center;
  font-size: 3.2rem;
}
.next h3.tit_num span {
  display: inline-block;
  text-align: center;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  border: 1px solid #16130c;
  margin-left: -1px;
}
.next h4.case {
  width: 100%;
  margin: 5rem auto 3rem;
  background: #dad6c9;
  border-top: 1px solid #4e4636;
  border-bottom: 1px solid #4e4636;
  font-size: 2.8rem;
  text-align: center;
  line-height: 8.3rem;
}
.next p.summary {
  display: block;
  border-top: 1px solid #4e4636;
  margin: 3rem auto 4rem;
  padding-top: 3rem;
}
.next p.txt {
  display: block;
  margin: 3rem auto 4rem;
}
.next p.day {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.next ul.guest {
  list-style: disc;
  margin-left: 2rem;
  padding: 0.5rem 0 0;
}
.next ul.guest li {
  font-size: 2.8rem;
  line-height: 1.6;
}
.next ul.guest li span {
  display: block;
  color: #ff8e8b;
}
.next .photo {
  margin-bottom: 4rem;
}
.next .photo div:nth-child(2) {
  margin-top: 2rem;
}
.next dl.sns_share {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #4e4636;
  margin-top: 2.5rem;
  padding-top: 4.5rem;
}
.next dl.sns_share dt {
  color: #4e4636;
  flex-shrink: 0;
  letter-spacing: 0.05em;
  text-align: right;
  font-size: 1.8rem;
}
.next dl.sns_share dd {
  width: 60%;
}
.next dl.sns_share dd ul.sns_share_list {
  display: flex;
  justify-content: center;
}
.next dl.sns_share dd ul.sns_share_list li {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 1rem;
}

.photo {
  position: relative;
  width: 100%;
  margin: 0 auto 1rem;
  overflow: hidden;
}
.photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top/dec_movie_t.png) no-repeat top left/contain;
  z-index: 100;
}
.photo::after {
  content: "";
  display: block;
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/top/dec_movie_r.png) no-repeat top right/contain;
  z-index: 100;
}
.photo .btn_play {
  display: block;
  width: 3.4rem;
  height: 2rem;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1em);
  z-index: 10;
  background: url(../images/top/icon_play.svg) no-repeat center center/contain;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}

@media screen and (min-width: 768px) {
  .next {
    padding: 0;
  }
  .next .bg {
    top: -10rem;
    transform: skewY(-3.2deg);
  }
  .next::before {
    top: 12rem;
  }
  .next::after {
    height: auto;
    bottom: -11rem;
    left: 0;
    background: url(../images/top/dec_kugiri.png) no-repeat top left/cover;
    padding-top: 10%;
  }
  .next_contents {
    padding: 3rem 7.5rem;
    box-sizing: border-box;
    max-width: 1000px;
    margin: auto;
  }
  .next .next_pickup {
    max-width: 880px;
  }
  .next h2.ttl {
    left: 2.5rem;
  }
  .next h2.ttl span.en {
    left: auto;
    left: -1.5rem;
  }
  .next h3.tit_num {
    font-size: 2.4rem;
  }
  .next h3.tit_num span {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
  .next h4.case {
    font-size: 3.6rem;
  }
  .next p.day {
    font-size: 2.4rem;
  }
  .next h4.case {
    line-height: 2.4;
    font-size: 2.4rem;
  }
  .next ul.guest li {
    font-size: 1.8rem;
  }
  .next .photo {
    display: flex;
    justify-content: center;
  }
  .next .photo div {
    width: 48%;
  }
  .next .photo div:nth-child(2) {
    margin-left: 4%;
    margin-top: 0;
  }
  .next dl.sns_share dd {
    width: 45%;
  }
}
/* ---- backnumber  ----------------------------------- */
.backnumber {
  background: #696f65;
  padding: 10rem 0;
}
.backnumber h3 {
  width: 45rem;
  margin: 5rem auto 7rem;
  background: #dad6c9;
  border-top: 1px solid #4e4636;
  border-bottom: 1px solid #4e4636;
  font-size: 2.8rem;
  text-align: center;
  line-height: 8.3rem;
  color: #16130c;
}
.backnumber_list {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.backnumber_list li {
  width: 48%;
  margin-bottom: 3.7rem;
}
.backnumber_list li:nth-child(even) {
  margin-left: 4%;
}
.backnumber_list li p {
  color: #fff;
}

.youtube .btn_play {
  display: block;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 4em);
  z-index: 10;
  background: url(../images/top/icon_play.png) no-repeat center center/contain;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
  opacity: 0.45;
}

@media screen and (min-width: 768px) {
  .backnumber {
    padding: 8rem 0;
  }
  .backnumber h3 {
    width: 60%;
    max-width: 612px;
  }
  .backnumber_list li {
    width: calc((100% - 10rem) / 5);
    margin: 0 1rem 3.7rem;
  }
  .backnumber_list li:nth-child(even) {
    margin-left: 1rem;
  }
  .backnumber_list li p {
    color: #fff;
  }
}/*# sourceMappingURL=story.css.map */