@charset "UTF-8";
/* CSS INFORMATION -====================================
File name : story.css
Description : ミュージックページ
===================================================== */
@media screen and (min-width: 768px) {
  #story #mv_lower .inner .intro-mv-wrap {
    padding-left: 18rem;
  }
}
.mv-lower_img.story-img.img-sp {
  display: block;
  top: -20rem;
  left: -2rem;
}
.mv-lower_img.story-img.img-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .mv-lower_img.story-img.img-sp {
    display: none;
  }
  .mv-lower_img.story-img.img-pc {
    display: block;
    top: 4rem;
    right: 16rem;
  }
}
#story {
  position: relative;
}
#story #story-sec1 {
  position: relative;
  z-index: 50;
  display: block;
  margin-top: 30rem;
}
#story #story-sec1 .sec1-inner {
  width: 100%;
}
#story #story-sec1 h3 {
  text-align: center;
  color: #6cc9f4;
  font-size: 12rem;
  font-weight: 900;
  margin-top: -14rem;
}
#story #story-sec1 .sec1-wrap {
  position: relative;
  background: #6cc9f4;
  padding: 2rem 5rem 10rem;
}
#story #story-sec1 .sec1-wrap .sec1-bg {
  position: absolute;
  content: "";
  z-index: 20;
}
#story #story-sec1 .sec1-wrap .sec1-bg.bg1 {
  top: -10rem;
  left: -12rem;
  width: 46rem;
  height: 50rem;
}
#story #story-sec1 .sec1-wrap .sec1-bg.bg2 {
  bottom: -10rem;
  right: -12rem;
  width: 46rem;
  height: 50rem;
}
#story #story-sec1 .sec1-wrap .story-datetime {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.4rem;
  margin-top: 2.4rem;
}
#story #story-sec1 .sec1-wrap .story-datetime .datetime-square {
  position: absolute;
  content: "";
  width: 1rem;
  height: 90%;
  background: #fff;
  top: 10%;
  left: 17%;
  margin-top: 0;
}
#story #story-sec1 .sec1-wrap .story-datetime time {
  font-weight: 700;
  padding-left: 5rem;
}
#story #story-sec1 .sec1-wrap .story-datetime time span {
  padding-left: 3rem;
}
#story #story-sec1 .sec1-wrap .story-movieBlock {
  position: relative;
  z-index: 50;
  width: 65rem;
  margin-top: 8rem;
}
#story #story-sec1 .sec1-wrap .story-movieBlock a {
  cursor: pointer;
}
#story #story-sec1 .sec1-wrap .ttl {
  color: #0184c0;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 7rem;
}
#story #story-sec1 .sec1-wrap p {
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 4rem;
}
#story #story-sec1 .sec1-wrap .story-bnr {
  width: 48rem;
  margin: 6rem auto 0;
}
#story #story-sec1 .sec1-wrap .story-bnr a {
  position: relative;
}
#story #story-sec1 .story-swiper {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#6cc9f4), color-stop(25%, #6cc9f4), color-stop(25%, transparent), to(transparent));
  background: linear-gradient(180deg, #6cc9f4 0%, #6cc9f4 25%, transparent 25%, transparent 100%);
}
#story #story-sec2 {
  position: relative;
  z-index: 11;
  margin-top: 19rem;
  padding-bottom: 57rem;
}
#story #story-sec2 .sec2-inner {
  width: 100%;
  margin-left: calc(50% - 50vw);
  padding-right: 11rem;
}
#story #story-sec2 .sec2-wrap {
  position: relative;
  background: #f8d00f;
  padding: 6rem 5rem 8rem 3rem;
}
#story #story-sec2 .sec2-wrap .sec2-bg {
  position: absolute;
  content: "";
  z-index: 20;
}
#story #story-sec2 .sec2-wrap .sec2-bg.bg1 {
  top: -10rem;
  left: -12rem;
  width: 46rem;
  height: 50rem;
}
#story #story-sec2 .sec2-wrap .sec2-bg.bg2 {
  bottom: -11rem;
  right: -3rem;
  width: 46rem;
  height: 50rem;
}
#story #story-sec2 .sec2-wrap .story-img2 {
  display: block;
  position: absolute;
  content: "";
  bottom: -44rem;
  right: -18rem;
  width: 53rem;
  height: 50rem;
  z-index: 30;
}
#story #story-sec2 .sec2-wrap .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 12rem;
}
#story #story-sec2 .sec2-wrap .head .head-line {
  width: 2.8rem;
  margin-top: 0.6rem;
}
#story #story-sec2 .sec2-wrap .head span {
  font-size: 3.4rem;
  font-weight: 800;
  padding-left: 2rem;
}
#story #story-sec2 .sec2-wrap .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 30;
  margin-top: 6rem;
  margin-left: 4rem;
  margin-right: -9rem;
}
#story #story-sec2 .sec2-wrap .cards .card {
  display: block;
  text-align: center;
  width: calc(50% - 15px);
  padding-bottom: 0.6rem;
}
#story #story-sec2 .sec2-wrap .cards .card .card-img {
  position: relative;
  display: block;
  padding-top: 63.432%;
  margin-bottom: 0.8rem;
}
#story #story-sec2 .sec2-wrap .cards .card .card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#story #story-sec2 .sec2-wrap .cards .card:first-child {
  margin-top: 0;
}
#story #story-sec2 .sec2-wrap .cards .card:nth-child(n+3) {
  margin-top: 6rem;
  margin-left: 0;
}
#story #story-sec2 .sec2-wrap .cards .card:nth-child(even) {
  margin-left: 5rem;
}
#story #story-sec2 .sec2-wrap .cards .card span {
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #story #story-sec1 {
    margin-top: 21rem;
  }
  #story #story-sec1 h3 {
    font-size: 10rem;
    line-height: 1.1;
    margin-top: 0;
    max-width: 31rem;
  }
  #story #story-sec1 h3 span {
    color: #fff;
  }
  #story #story-sec1 .sec1-wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(22rem, transparent), color-stop(22rem, #6cc9f4), to(#6cc9f4));
    background: linear-gradient(180deg, transparent 0%, transparent 22rem, #6cc9f4 22rem, #6cc9f4 100%);
    margin: 0 calc(50% - 50vw);
    padding-top: 0;
    padding-bottom: 5rem;
  }
  #story #story-sec1 .sec1-wrap .sec1-bg.bg1 {
    top: 6rem;
    left: 2rem;
  }
  #story #story-sec1 .sec1-wrap .sec1-bg.bg2 {
    bottom: -15rem;
    right: -4rem;
  }
  #story #story-sec1 .sec1-wrap .story-topBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1032px;
    margin-left: 25rem;
    margin-right: auto;
  }
  #story #story-sec1 .sec1-wrap .story-datetime {
    font-size: 3rem;
    margin-top: 3rem;
    margin-left: 2.6rem;
  }
  #story #story-sec1 .sec1-wrap .story-datetime .datetime-square {
    position: absolute;
    content: "";
    width: 1rem;
    height: 94%;
    background: #fff;
    top: 3%;
    left: 0;
    margin-top: 0;
  }
  #story #story-sec1 .sec1-wrap .story-datetime time {
    padding-left: 1.6rem;
  }
  #story #story-sec1 .sec1-wrap .story-datetime time span {
    font-size: 2rem;
    padding-left: 0;
  }
  #story #story-sec1 .sec1-wrap .story-movieBlock {
    width: 116rem;
    margin: 0 auto;
  }
  #story #story-sec1 .sec1-wrap .ttl {
    max-width: 725px;
    text-align: center;
    font-size: 2.4rem;
    margin: 4rem auto 0;
  }
  #story #story-sec1 .sec1-wrap p {
    max-width: 725px;
    font-size: 1.6rem;
    margin: 2rem auto 0;
  }
  #story #story-sec1 .sec1-wrap .story-bnr {
    width: 34rem;
    margin-top: 3rem;
  }
  #story #story-sec1 .sec1-wrap .story-bnr a::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.2rem solid #486ec3;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  #story #story-sec1 .sec1-wrap .story-bnr a:hover::after {
    opacity: 1;
  }
  #story #story-sec1 .story-swiper {
    background: -webkit-gradient(linear, left top, left bottom, from(#6cc9f4), color-stop(28%, #6cc9f4), color-stop(28%, transparent), to(transparent));
    background: linear-gradient(180deg, #6cc9f4 0%, #6cc9f4 28%, transparent 28%, transparent 100%);
    margin: 0 calc(50% - 50vw);
  }
  #story #story-sec2 {
    margin-top: 15rem;
    padding-bottom: 0;
  }
  #story #story-sec2 .sec2-inner {
    margin: 0 auto;
    padding: 0 32px;
  }
  #story #story-sec2 .sec2-wrap {
    width: 63%;
    max-width: 1160px;
    margin: 0 auto;
  }
  #story #story-sec2 .sec2-wrap .story-img2 {
    top: -22rem;
    left: -13rem;
    bottom: auto;
    right: auto;
    width: 53rem;
    height: 50rem;
  }
  #story #story-sec2 .sec2-wrap .head {
    margin-left: 2rem;
  }
  #story #story-sec2 .sec2-wrap .cards {
    max-width: 84rem;
    margin: 6rem auto 0;
  }
  #story #story-sec2 .sec2-wrap .cards .card {
    width: calc(25% - 15px);
  }
  #story #story-sec2 .sec2-wrap .cards .card:nth-child(n+3) {
    margin-top: 0;
  }
  #story #story-sec2 .sec2-wrap .cards .card:not(:first-child) {
    margin-left: 2rem;
  }
  #story #story-sec2 .sec2-wrap .cards .card:nth-child(n+5) {
    margin-top: 5rem;
    margin-left: 2rem;
  }
  #story #story-sec2 .sec2-wrap .cards .card:nth-child(4n+1) {
    margin-left: 0;
  }
  #story #story-sec2 .sec2-wrap .cards .card:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  #story #story-sec2 .sec2-wrap .cards .card .card-img {
    margin-bottom: 1rem;
  }
  #story #story-sec2 .sec2-wrap .cards .card .card-img:hover {
    opacity: 0.7;
  }
  #story #story-sec2 .sec2-wrap .cards .card span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1300px) {
  #story #story-sec1 .sec1-wrap .story-movieBlock {
    width: 132rem;
  }
  #story #story-sec2 .sec2-wrap {
    width: 77%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1500px) {
  #story #story-sec2 .sec2-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  #story #story-sec1 .sec1-wrap .story-topBlock {
    margin-left: 50rem;
  }
}
/* =====================================================
    swiper
======================================================*/
.swiper-container {
  position: relative;
}

.swiper {
  width: calc(100% - 118px);
  padding-bottom: 28px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 30;
}

.swiper-pagination-bullet {
  background: #f8cf0e;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #486ec3;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 12px;
}

.swiper-button-prev,
.swiper-button-next {
  margin-top: -26px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  background: url(../images/story/icon_swiper.png) no-repeat;
  background-size: contain;
  width: 3rem;
  left: 24px;
}

.swiper-button-next {
  background: url(../images/story/icon_swiper.png) no-repeat;
  background-size: contain;
  width: 3rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 24px;
}

@media screen and (min-width: 768px) {
  .swiper-container {
    max-width: 76rem;
    margin: 0 auto;
  }
  .swiper {
    padding-bottom: 64px;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px var(--swiper-pagination-bullet-horizontal-gap, 10px);
  }
  .swiper-button-prev {
    top: 45%;
    left: 0;
  }
  .swiper-button-next {
    top: 45%;
    right: 0;
  }
}
/* =====================================================
    スクロール横線
======================================================*/
.scroll_barW.story2_bar {
  width: 59rem;
  bottom: -2rem;
  right: -4.2rem;
}
.scroll_barW span.story1-lineW {
  background: -webkit-gradient(linear, left top, right top, from(#fb924e), color-stop(50%, #fb924e), color-stop(50%, #f9d52d), to(#f9d52d));
  background: linear-gradient(90deg, #fb924e 0%, #fb924e 50%, #f9d52d 50%, #f9d52d 100%);
}

@media screen and (min-width: 768px) {
  .scroll_barW.story2_bar {
    width: 78rem;
    right: -12rem;
  }
}
/* =====================================================
    スクロール縦線
======================================================*/
.scroll_barH.story1_bar {
  height: 63rem;
  top: -18rem;
  right: -1.5rem;
}
.scroll_barH.story3_bar {
  height: 75rem;
  top: -9rem;
  right: -1.5rem;
  z-index: -1;
}
.scroll_barH span.story1-lineH {
  background: -webkit-gradient(linear, left top, left bottom, from(#fb924e), color-stop(50%, #fb924e), color-stop(50%, #f74d1f), to(#f74d1f));
  background: linear-gradient(180deg, #fb924e 0%, #fb924e 50%, #f74d1f 50%, #f74d1f 100%);
}
.scroll_barH span.story3-line {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8643c), color-stop(50%, #f8643c), color-stop(50%, #607bc5), to(#607bc5));
  background: linear-gradient(180deg, #f8643c 0%, #f8643c 50%, #607bc5 50%, #607bc5 100%);
}

@media screen and (min-width: 768px) {
  .scroll_barH.story1_bar {
    height: 58rem;
    top: -4rem;
    right: -1.5rem;
  }
  .scroll_barH.story3_bar {
    height: 68rem;
    top: -3rem;
    right: -2.5rem;
  }
}/*# sourceMappingURL=story.css.map */