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

.story_movie {
  position: relative;
  margin-bottom: 8rem;
}
.story_movie_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.story_movie_btn > * {
  position: absolute;
  top: -1.5rem;
  width: 14.4rem;
}
.story_movie_btn > * a {
  text-align: center;
  padding: 3.6rem 0;
  font-family: "Share Tech Mono", monospace;
  font-size: 2.2rem;
  color: #03d160;
  text-shadow: 0 0 0.6em rgba(0, 129, 141, 0.8), 0 0 0.6em rgba(0, 129, 141, 0.8), 0 0 0.5em rgba(0, 129, 141, 0.8), 0 0 0.5em rgba(0, 129, 141, 0.8);
}
.story_movie_btn > * a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/story/bg_btn_prev.png) no-repeat center/100% 100%;
  z-index: -1;
}
.story_movie_btn > * a span {
  display: block;
  margin-top: 0.2em;
  font-size: 181%;
}
.story_movie_btn .prev {
  left: 0;
  margin-left: calc(-40 / 640 * 100%);
}
.story_movie_btn .prev a {
  padding-left: 34.7222222222%;
}
.story_movie_btn .next {
  right: 0;
  margin-right: calc(-40 / 640 * 100%);
}
.story_movie_btn .next a {
  padding-right: 34.7222222222%;
}
.story_movie_btn .next a::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.story_movie_embed {
  margin-bottom: 8rem;
}
.story_movie_subttl {
  text-align: center;
  margin: 0 auto 2.6rem;
  padding: 0.8rem 0;
  width: calc(400 / 640 * 100%);
  background: url(../images/common/bg_subttl.png) no-repeat center/100% 100%;
}
.story_movie_subttl span {
  font-family: "Share Tech Mono", monospace;
  font-size: 93%;
  color: #32ffe9;
}
.story_movie_date {
  margin-bottom: 8rem;
  text-align: center;
  font-size: 114%;
  font-weight: 700;
  text-shadow: 0 0 0.6em rgba(3, 209, 96, 0.5), 0 0 0.4em rgba(3, 209, 96, 0.5), 0 0 0.3em rgba(3, 209, 96, 0.5), 0 0 0.5em rgba(3, 209, 96, 0.6);
}
.story_movie_txt {
  font-size: 107%;
  line-height: 1.933;
}

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

.story_txt_list > li:not(:last-child) {
  margin-bottom: 8rem;
}
.story_txt_list > li > *:not(:last-child) {
  margin-bottom: 8rem;
}
.story_txt_list > li > p {
  line-height: 2.071;
}

.story_images_list li {
  margin-top: 3rem;
}
.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;
}

.btn_chart {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .sns_share dt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .story {
    padding: 120px 0 70px;
  }
  .story_movie {
    margin: 0 auto 50px;
  }
  .story_movie_btn > * {
    top: -15px;
    width: calc(144 / 1000 * 100%);
  }
  .story_movie_btn > * a {
    padding: 40px 0;
    font-size: 16px;
  }
  .story_movie_btn > * a::before {
    -webkit-transition: background-image 0.3s linear;
    transition: background-image 0.3s linear;
  }
  .story_movie_btn > * a:hover::before {
    background-image: url(../images/story/bg_btn_prev_h.png);
  }
  .story_movie_btn .prev {
    margin-left: calc(-15 / 1000 * 100%);
  }
  .story_movie_btn .next {
    margin-right: calc(-15 / 1000 * 100%);
  }
  .story_movie_embed {
    margin: 0 auto 50px;
    width: calc(800 / 1000 * 100%);
  }
  .story_movie_subttl {
    margin-bottom: 20px;
    padding: 12px 0;
    width: calc(608 / 1000 * 100%);
  }
  .story_movie_subttl span {
    font-size: 133%;
  }
  .story_movie_date {
    margin-bottom: 60px;
    font-size: 166%;
  }
  .story_movie_txt {
    width: 100%;
  }
  .story_txt_list,
  .other_images {
    margin-bottom: 50px;
  }
  .story_txt_list > li:not(:last-child) {
    margin-bottom: 50px;
  }
  .story_txt_list > li > *:not(:last-child) {
    margin-bottom: 50px;
  }
  .story_images_list li {
    margin-top: 30px;
  }
  .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: 30px;
    width: calc(470 / 1000 * 100%);
  }
  .story_images_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .story_images_list li:nth-child(2n) {
    margin-left: calc(60 / 1000 * 100%);
  }
  .btn_chart {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .story_movie_btn .prev a {
    padding-right: 12.5%;
  }
  .story_movie_btn .next a {
    padding-left: 12.5%;
  }
}
/* =====================================================================
    connection
======================================================================*/
.connection {
  padding: 12rem 0 14rem;
  background-color: #0e2a32;
  background-image: url(../images/common/bg_spots1.png);
  background-repeat: no-repeat;
  background-position: top -21.5rem right -44rem;
  background-size: 111.4rem auto;
}
.connection h2 {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #70d8cd;
  text-shadow: 0 0 0.3em rgba(112, 216, 205, 0.5), 0 0 0.2em rgba(112, 216, 205, 0.5), 0 0 0.2em rgba(112, 216, 205, 0.5);
}

.connection_list {
  position: relative;
  padding: 6rem 0;
}
.connection_list::before, .connection_list::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #70d8cd;
  -webkit-box-shadow: 0 0 0.4em #32ffe9;
          box-shadow: 0 0 0.4em #32ffe9;
}
.connection_list::after {
  top: auto;
  bottom: 0;
}
.connection_list li {
  position: relative;
}
.connection_list li:not(:last-child) {
  margin-bottom: 4rem;
}
.connection_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.connection_list li .article_list_img {
  margin-bottom: 0;
  width: calc(270 / 640 * 100%);
}
.connection_list li figure {
  margin-bottom: 0;
}
.connection_list li .article_list_date {
  margin-bottom: 0.8em;
}
.connection_list li .article_list_text {
  width: calc(325 / 640 * 100%);
}

@media screen and (min-width: 768px) {
  .connection {
    padding: 100px 0 120px;
    background-position: top -49.5rem right -43.7rem;
  }
  .connection h2 {
    margin-bottom: 12px;
    font-size: 122%;
  }
  .connection_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
  .connection_list li {
    margin-right: 0;
    width: 100%;
  }
  .connection_list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .connection_list li .article_list_img {
    width: calc(180 / 1000 * 100%);
  }
  .connection_list li .article_list_text {
    width: calc(780 / 1000 * 100%);
  }
}
/* =====================================================================
    backnumber
======================================================================*/
.backnumber {
  padding-bottom: 16rem;
  background-color: #0e2a32;
  background-image: url(../images/common/bg_spots1.png);
  background-repeat: no-repeat;
  background-position: bottom -44.6rem left -36.8rem;
  background-size: 111.4rem auto;
}
.backnumber h2 {
  text-align: center;
  margin: 0 auto 6rem;
  padding: 2rem 0;
  background: url(../images/story/bg_ttl_backnumber.png) no-repeat center/100% 100%;
}
.backnumber h2 span {
  font-size: 128%;
  font-weight: 700;
  text-shadow: 0 0 0.5em rgba(3, 209, 96, 0.6), 0 0 0.5em rgba(3, 209, 96, 0.6), 0 0 0.5em rgba(3, 209, 96, 0.6), 0 0 0.5em rgba(3, 209, 96, 0.6);
}

.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 {
  margin: 0 calc(32 / 640 * 100%) 3rem 0;
  width: calc(304 / 640 * 100%);
}
@media screen and (max-width: 767px) {
  .backnumber_list li:nth-child(even), .backnumber_list li:last-child {
    margin-right: 0;
  }
}
.backnumber_list li dd {
  position: relative;
  padding: 1.2rem 0;
  text-align: center;
  font-family: "Share Tech Mono", monospace;
  letter-spacing: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#225237), to(#275659));
  background: linear-gradient(to right, #225237 0%, #275659 100%);
}
.backnumber_list li dd::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #70d8cd;
  -webkit-box-shadow: 0 0 0.4em #32ffe9;
          box-shadow: 0 0 0.4em #32ffe9;
}

@media screen and (min-width: 768px) {
  .backnumber {
    padding-bottom: 100px;
    background-position: bottom -42.5rem left -33rem;
  }
  .backnumber h2 {
    margin: 0 auto 3rem;
    padding: 13px 0;
    width: calc(608 / 1000 * 100%);
  }
  .backnumber h2 span {
    font-size: 144%;
  }
  .backnumber_list li {
    width: calc(184 / 1000 * 100%);
    margin: 0 calc(20 / 1000 * 100%) 4.6rem 0;
  }
  .backnumber_list li:nth-child(5n), .backnumber_list li:last-child {
    margin-right: 0;
  }
  .backnumber_list li a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .backnumber_list li a:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .backnumber_list li dd {
    padding: 8px 0;
    font-size: 88%;
  }
}/*# sourceMappingURL=story.css.map */