@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    mv
======================================================================*/
.mv {
  background-color: #000000;
}
.mv h1 {
  margin: 0 auto;
  max-width: 1600px;
}

/* =====================================================================
    banner
======================================================================*/
.banner {
  position: relative;
  padding: 9rem 0;
  background: url(../images/common/bg_sandpaper_gray.jpg) repeat center top/51.2rem auto;
}
.banner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 0.8rem 0.8rem;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  .banner {
    padding: 50px 0;
  }
}
/* =====================================================================
    latest
======================================================================*/
.movie-frame {
  position: relative;
  width: calc(680 / 650 * 100%);
}
.movie-frame::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  margin: 0 -2.9411764706% -2.9411764706% 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_pattern1.jpg) repeat center/6.4rem auto;
  z-index: -1;
}
.movie-frame .movie-embed,
.movie-frame > a {
  border: 2px solid #000000;
}

.latest {
  padding: 8rem 0 10rem;
  background: url(../images/top/bg_latest-sp.jpg) no-repeat center/cover;
}
.latest-ttl {
  position: relative;
  margin-bottom: 3.9rem;
  padding-top: calc(82 / 650 * 100%);
}
.latest-ttl h2 {
  position: relative;
  margin-left: calc(-10 / 650 * 100%);
  padding: calc(56 / 650 * 100%) 0 calc(66 / 650 * 100%);
  width: 100%;
}
.latest-ttl h2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url(../images/top/bg_ttl_latest.png) no-repeat center left/100% 100%;
  z-index: -1;
}
.latest-ttl h2 img {
  margin-left: calc(57 / 650 * 100%);
  width: calc(602 / 650 * 100%);
}
.latest-ttl-lead {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(-31 / 650 * 100%);
  width: calc(236 / 650 * 100%);
  z-index: 1;
}
.latest-link {
  position: relative;
}
.latest-link-notice {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 2px 4.4117647059% 0;
  padding: 0.6em;
  padding-right: 12.5%;
  font-size: 2.2rem;
  font-weight: 700;
  color: #205766;
  background-color: #ebebeb;
  border-left: 0.6rem solid;
  pointer-events: none;
}
.latest-link-notice::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 3.825136612%;
  width: 17.4863387978%;
  padding-top: 19.6721311475%;
  background: url(../images/common/btn_play.png) no-repeat center/contain;
  transition: 0.3s ease;
}
.latest-link-lead {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(-60 / 650 * 100%) calc(-52 / 650 * 100%);
  width: calc(361 / 650 * 100%);
  z-index: -1;
}
.latest-deco {
  margin: calc(41 / 650 * 100%) 0 0 calc(-50 / 650 * 100%);
  width: calc(720 / 650 * 100%);
}

@media screen and (min-width: 768px) {
  .latest {
    padding: 60px 0 77px;
    background-image: url(../images/top/bg_latest-pc.jpg);
  }
  .latest-ttl {
    padding-top: calc(30 / 860 * 100%);
  }
  .latest-ttl h2 {
    margin-left: auto;
    padding: calc(35 / 860 * 100%) 0 calc(42 / 860 * 100%);
    width: calc(718 / 860 * 100%);
  }
  .latest-ttl h2::before {
    width: calc(50vw + 460px);
  }
  .latest-ttl h2 img {
    margin-left: auto;
    width: 88.9972144847%;
  }
  .latest-ttl-lead {
    margin-left: 0;
    width: calc(200 / 860 * 100%);
  }
  .latest-link .movie-frame {
    margin-left: calc(40 / 860 * 100%);
    width: calc(800 / 860 * 100%);
  }
  .latest-link .movie-frame a:hover ~ .latest-link-notice::after {
    transform: translateY(-50%) scale(1.1);
    opacity: 0.8;
  }
  .latest-link-notice {
    margin-bottom: 3.75%;
  }
  .latest-link-lead {
    bottom: auto;
    top: 0;
    margin: 0;
    width: calc(40 / 860 * 100%);
  }
  .latest-deco {
    margin: calc(35 / 860 * 100%) 0 0 calc(40 / 860 * 100%);
    width: calc(826 / 860 * 100%);
  }
}
/* =====================================================================
    backnumber
======================================================================*/
.backnumber {
  padding: 8rem 0 10rem;
  background: url(../images/top/bg_backnumber-sp.jpg) no-repeat center/cover;
}
.backnumber-ttl {
  position: relative;
  margin-bottom: 3.7rem;
  padding-top: calc(80 / 650 * 100%);
}
.backnumber-ttl h2 {
  position: relative;
  margin-left: calc(50 / 650 * 100%);
  padding: calc(19 / 650 * 100%) 0 calc(29 / 650 * 100%);
  width: 100%;
}
.backnumber-ttl h2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url(../images/top/bg_ttl_backnumber.png) no-repeat center left/100% 100%;
  z-index: -1;
}
.backnumber-ttl h2 img {
  margin-left: calc(135 / 650 * 100%);
  width: calc(464 / 650 * 100%);
}
.backnumber-ttl-lead {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(-31 / 650 * 100%);
  width: calc(236 / 650 * 100%);
  z-index: 1;
}
.backnumber .movie-frame {
  margin-bottom: 4.2rem;
  z-index: 1;
}
.backnumber-text span {
  padding: 0.2em 0.5em;
  font-weight: 700;
  line-height: 1.8;
  background-color: #ffffff;
}
.backnumber-btn {
  margin-top: 6rem;
}
.backnumber-deco {
  position: relative;
  margin: 0 0 -0.8em calc(-130 / 650 * 100%);
  width: calc(821 / 650 * 100%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .backnumber {
    padding: 60px 0 75px;
    background-image: url(../images/top/bg_backnumber-pc.jpg);
  }
  .backnumber-ttl {
    padding-top: calc(31 / 860 * 100%);
  }
  .backnumber-ttl h2 {
    margin-left: auto;
    padding: calc(26 / 860 * 100%) 0 calc(34 / 860 * 100%);
    width: calc(718 / 860 * 100%);
  }
  .backnumber-ttl h2::before {
    width: calc(50vw + 460px);
  }
  .backnumber-ttl h2 img {
    margin-left: auto;
    width: 88.1615598886%;
  }
  .backnumber-ttl-lead {
    margin-left: 0;
    width: calc(200 / 860 * 100%);
  }
  .backnumber .movie-frame {
    margin: 0 0 calc(42 / 860 * 100%) calc(40 / 860 * 100%);
    width: calc(800 / 860 * 100%);
  }
  .backnumber-text {
    margin-left: calc(40 / 860 * 100%);
  }
  .backnumber-text span {
    font-size: 90%;
  }
  .backnumber-btn {
    margin-top: 70px;
  }
  .backnumber-deco {
    margin: 0 0 -1.8em calc(40 / 860 * 100%);
    width: calc(821 / 860 * 100%);
    min-width: 550px;
  }
}
/* =====================================================================
    highlight
======================================================================*/
.highlight {
  padding: 14rem 0 24rem;
  background: url(../images/top/bg_highlight-sp.jpg) no-repeat center/100% 100%;
}
.highlight::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 0.8rem 0.8rem;
  mix-blend-mode: multiply;
}
.highlight-ttl {
  margin-bottom: 8rem;
}
.highlight-list .slick-list {
  overflow: visible;
}
.highlight-list .slick-slide {
  margin: 0 3rem;
  width: 45rem !important;
}
.highlight-list .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  width: 100%;
}
.highlight-list .slick-dots li {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.4em;
}
.highlight-list .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.highlight-list .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: gray;
  border-radius: 50%;
  transition: background-color 0.5s ease;
}
.highlight-list .slick-dots li.slick-active button::before {
  background-color: #dc2424;
}
.highlight-list .slick-arrow {
  display: block;
  position: absolute;
  top: 42%;
  width: 2.5em;
  height: 2.5em;
  background-color: #dc2424;
  border: 1px solid #ffffff;
  z-index: 3;
}
.highlight-list .slick-arrow.slick-disabled {
  display: none;
}
.highlight-list .slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 48%;
  width: 0.55em;
  height: 0.55em;
  margin-right: 3rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: top left;
}
.highlight-list .slick-arrow.prev {
  left: 0;
  margin-left: -1em;
  transform: scale(-1, 1);
}
.highlight-list .slick-arrow.next {
  right: 0;
  margin-right: -1em;
}
.highlight-list li img {
  aspect-ratio: 9/16;
  object-fit: cover;
}
.highlight-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 calc(30 / 750 * 100%) 3rem 0;
  width: calc(627 / 750 * 100%);
}

@media screen and (min-width: 768px) {
  .highlight {
    padding: 100px 0 120px;
    background-image: url(../images/top/bg_highlight-pc.jpg);
  }
  .highlight-ttl {
    margin: 0 auto 60px;
  }
  .highlight-list .slick-slide {
    margin: 0 1.2rem;
    width: calc((100vw - (310px + 8rem)) / 3) !important;
    max-width: 270px;
  }
  .highlight-list .slick-arrow {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .highlight-list .slick-arrow.prev {
    margin-left: 0;
  }
  .highlight-list .slick-arrow.next {
    margin-right: 0;
  }
  .highlight-list .slick-arrow:hover {
    opacity: 0.7;
  }
  .highlight-deco {
    margin: 0 calc(34 / 1600 * 100%) 34px 0;
    width: 105.3rem;
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie {
  padding: 12rem 0 15rem;
  background: url(../images/top/bg_movie-sp.jpg) no-repeat center/100% 100%;
}
.movie::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-size: 0.8rem 0.8rem;
  mix-blend-mode: multiply;
}
.movie-ttl {
  position: relative;
  margin-bottom: 6rem;
  padding-top: calc(86 / 650 * 100%);
}
.movie-ttl h2 {
  position: relative;
  margin-left: calc(-50 / 650 * 100%);
  padding: calc(27 / 650 * 100%) 0 calc(47 / 650 * 100%);
  width: calc(710 / 650 * 100%);
}
.movie-ttl h2::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: auto;
  right: 0;
  width: 190%;
  height: 100%;
  background: url(../images/top/bg_ttl_movie.png) no-repeat center left/100% 100%;
  z-index: -1;
}
.movie-ttl h2 img {
  margin-left: 5.2112676056%;
  width: 80.5633802817%;
}
.movie-ttl-lead {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(-13 / 650 * 100%);
  width: calc(151 / 650 * 100%);
  z-index: 1;
}
.movie-lead {
  margin-bottom: 6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
.movie .movie-frame {
  margin: 0 0 7rem calc(-20 / 650 * 100%);
}
.movie .movie-frame img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.movie-desc {
  margin: 0 auto 3rem;
  width: calc(550 / 650 * 100%);
}
.movie-desc:last-child {
  margin-bottom: 0;
}
.movie-desc span {
  padding: 0.1em 0.5em;
  font-weight: 700;
  line-height: 1.85;
}
.movie-desc dt span {
  color: #e3ba3b;
  background-color: #000000;
}
.movie-desc dd span {
  background-color: #ffffff;
}
.movie-btn {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .movie-btn a {
    font-size: 112%;
  }
}
.movie-deco {
  position: absolute;
  bottom: 2.7rem;
  right: 0;
  margin-right: calc(24 / 750 * 100%);
  width: calc(704 / 750 * 100%);
}

@media screen and (min-width: 768px) {
  .movie {
    padding: 25px 0 86px;
    background-image: url(../images/top/bg_movie-pc.jpg);
  }
  .movie-ttl {
    margin-bottom: 42px;
    padding-top: calc(76 / 860 * 100%);
  }
  .movie-ttl h2 {
    margin-left: 0;
    padding: calc(35 / 860 * 100%) 0 calc(46 / 860 * 100%);
    width: calc(1100 / 860 * 100%);
  }
  .movie-ttl h2::before {
    width: calc(50vw + 490px);
  }
  .movie-ttl h2 img {
    margin-left: 0;
    width: 78.0909090909%;
  }
  .movie-ttl-lead {
    margin-left: 0;
    width: calc(126 / 860 * 100%);
  }
  .movie-lead {
    margin-bottom: 42px;
  }
  .movie-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .movie-grid-right {
    width: calc(410 / 860 * 100%);
  }
  .movie .movie-frame {
    margin: 0;
    width: calc(400 / 860 * 100%);
  }
  .movie-desc {
    margin-bottom: 40px;
    width: 100%;
  }
  .movie-btn {
    margin-top: 80px;
  }
  .movie-deco {
    margin-right: calc(32 / 1600 * 100%);
    width: 82.4rem;
  }
}
/* =====================================================================
    sns
======================================================================*/
.sns {
  padding: 10rem 0;
  background: url(../images/common/bg_sandpaper_gray.jpg) repeat center top/51.2rem auto;
}
.sns-ttl {
  margin-bottom: 10rem;
  width: calc(386 / 650 * 100%);
}

@media screen and (min-width: 768px) {
  .sns {
    padding: 90px 0;
  }
  .sns-ttl {
    margin-bottom: 50px;
    width: calc(386 / 860 * 100%);
  }
  .sns .banner-list li {
    width: calc(410 / 860 * 100%);
  }
}
/* =====================================================================
    add
======================================================================*/
.info {
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
  margin: 0 auto 1em;
  padding: 0.5em;
  line-height: 1.6em;
  font-size: 0.9em;
}

@media screen and (min-width: 768px) {
  .info {
    width: 90%;
    font-size: 1em;
  }
}/*# sourceMappingURL=top.css.map */