#hero {
  margin-bottom: -2px;
}

#mv-slider .slider-nav .slick-track {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-swipe-slider .caption {
  font-weight: bold;
}

#overview .txt-wrap {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

#overview .txt-wrap .sub {
  margin: 60px 0 25px;
}

@media (max-width: 768px) {
  #overview .txt-wrap .sub {
    margin: 53px 0 22px;
  }
}
#mv-slider .slider-nav .nav_movie .img-wrap,
.sp-swipe-slider-nav .img-wrap {
  position: relative;
}

.sp-swipe-slider-nav .js-active .img-wrap:after,
.slider-nav .slick-current .img-wrap:after,
.slider-nav .slick-active .img-wrap:hover:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../common/img/mv-current2.svg) 50% no-repeat;
}

@media screen and (max-width: 979.98px) {
  #news h2:after {
    width: 62px;
  }
}
@media (max-width: 759.98px) {
  #news h2:after {
    bottom: -3px;
  }
}
#overview {
  background-color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  #overview {
    background-color: rgb(255, 255, 255);
    background-size: 120px auto;
  }
}

#news {
  background-image: url("../img/information-bg-top.png"), url("../img/information-bg-buttom.png");
  background-position: center 2.7px, center bottom;
  background-repeat: repeat-x, repeat-x;
  color: #fff;
  background-color: #321821;
}
@media (max-width: 768px) {
  #news {
    background-size: 20%, 20%;
    padding-top: 29px;
    padding-bottom: 26px;
  }
}

#news .fl-box h2 {
  color: #fff;
  font-size: 2.4em;
}
@media (max-width: 979.98px) {
  #news .fl-box h2 {
    border-bottom: 1px solid #fff;
    font-size: 1.1em;
  }
}
@media (max-width: 759.98px) {
  #news .fl-box h2 {
    font-size: 1.1em;
  }
}

@media (max-width: 979.98px) {
  #news h2:after {
    background: #fff;
  }
}
#news .news-box a {
  color: #fff;
}

#news .news-box dl:after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/icon-arrow-wh.svg) 0 0/contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 979.98px) {
  #news .news-box dl:after {
    width: 12px;
    height: 12px;
    background: url(../img/icon-arrow-wh.svg) 0 0/contain no-repeat;
    right: 0;
  }
}

@media (max-width: 759.98px) {
  #news .news-box dl {
    width: 100%;
  }
}

#news .news-box dl dd {
  font-size: 1.5em;
}
@media (max-width: 759.98px) {
  #news .news-box dl dd {
    font-size: 1.3em;
  }
}
@media (max-width: 479px) {
  #news .news-box dl dd {
    font-size: 1.3em;
  }
}

#news .news-box dl dd.date {
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 759.98px) {
  #news .news-box dl dd.date {
    font-size: 11px;
  }
}
@media (max-width: 479px) {
  #news .news-box dl dd.date {
    font-size: 11px;
  }
}

#news .news-box dl:after {
  top: 64%;
}
@media (max-width: 479px) {
  #news .news-box dl:after {
    top: 62.5%;
  }
}

#mv-slider {
  background: -webkit-linear-gradient(315deg, #0051e8, #00b8cb);
  background: linear-gradient(135deg, #0051e8, #00b8cb);
  position: relative;
  z-index: 0;
  background-size: cover;
}
@media (max-width: 759.98px) {
  #mv-slider {
    background-size: cover;
  }
}

#mv-slider::before {
  content: "";
  position: absolute;
  background-image: url("../img/movie-bg.png");
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 6.4vw;
}
@media (max-width: 759.98px) {
  #mv-slider::before {
    background-size: auto 14vw;
  }
}

#slider:before {
  content: "";
  top: 0;
  left: 0;
  height: 174px;
  background-image: url("../img/bg-pattern.png");
  background-size: 880px 174px;
  display: block;
  position: absolute;
  width: 880px;
  pointer-events: none;
  background-repeat: no-repeat;
}

#slider:after {
  content: "";
  bottom: 0;
  right: 0;
  height: 174px;
  background-image: url("../img/bg-pattern_2.png");
  background-size: 880px 174px;
  display: block;
  position: absolute;
  width: 880px;
  pointer-events: none;
  background-repeat: no-repeat;
}

#sp-swipe:before {
  content: "";
  top: 0;
  left: 0;
  background-image: url("../img/bg-pattern.png");
  display: block;
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 439.5px 86.1px;
  width: 439.5px;
  height: 86.1px;
}

#sp-swipe:after {
  content: "";
  bottom: 0;
  right: 0;
  background-image: url("../img/bg-pattern_2.png");
  display: block;
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 439.5px 86.1px;
  width: 439.5px;
  height: 86.1px;
}

#slider {
  position: relative;
}

.title-wrap, .content-inner {
  position: relative;
  z-index: 1;
}

#slider, #sp-swipe {
  background-color: rgb(0, 100, 233);
}
@media (max-width: 759.98px) {
  #slider, #sp-swipe {
    background-size: cover;
  }
}

#sp-swipe {
  position: relative;
}

.scrolls {
  position: relative;
  z-index: 1;
}

#mv-slider,
#overview, #hero {
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}

main h2,
main .h2,
main .component-h2 {
  color: rgb(0, 0, 0);
}
main p {
  color: rgb(0, 0, 0);
}

#mv-slider .mv-title {
  color: rgb(255, 255, 255);
}

#mv-slider .slider-nav .nav_movie .caption, .sp-swipe-slider .caption {
  color: rgb(255, 255, 255);
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.65);
}
@media (max-width: 759.98px) {
  #mv-slider .slider-nav .nav_movie .caption, .sp-swipe-slider .caption {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.65);
  }
}

#mv-slider .single {
  outline: rgb(255, 255, 255) solid 4px;
}

#slider .slide-title01 {
  border-top: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 979.98px) {
  #slider .slide-title01 {
    border-top: 0px;
  }
}

#slider .slide-title01:before {
  background: rgb(255, 255, 255);
}

#sp-swipe .scrolls .title-wrap .slide-title01 {
  color: rgb(255, 255, 255);
}

#sp-swipe .scrolls .title-wrap .slide-title01:before {
  background: rgb(255, 255, 255);
}

#overview .overview-illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  width: 96%;
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 979.98px) {
  #overview .overview-illustration {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #overview .overview-illustration {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}