#hero {
  margin-bottom: -2px;
}

#mv-slider .slider-nav .slick-track {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
}

.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);
  background-image: url(../img/main-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#news {
  color: #fff;
  background-color: rgb(0, 0, 0);
}

@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: 52%;
}

@media (max-width: 479px) {
  #news .news-box dl:after {
    top: 49.5%;
  }
}
#mv-slider {
  background-color: #080808;
  background-image: url(../img/movie-bg.jpg);
  background-size: cover;
  background-repeat: repeat;
}

@media (max-width: 759.98px) {
  #mv-slider {
    background-size: 375%;
    background-repeat: repeat;
  }
}
#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;
  }
}
.title-wrap, .content-inner {
  position: relative;
  z-index: 1;
}

#slider, #sp-swipe {
  background-image: url(../img/screenshot-bg.jpg);
  background-size: cover;
}

@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(255, 255, 255);
}

main p {
  color: rgb(255, 255, 255);
}

#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 (min-width: 760px) and (max-width: 979.98px) {
  #slider .slide-title01 {
    top: 37px;
  }
}
@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: 100%;
  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%;
  }
}
#hero {
  border-bottom: none !important;
}

#news {
  box-shadow: 0px 0px 24px 7px #009b96 inset;
  background-color: #004241;
}

@media screen and (min-width: 760px) and (max-width: 979.98px) {
  #news .news-box dl dd {
    font-size: 14px;
  }
}
#hero picture img {
  width: 100%;
}