@charset "UTF-8";

.l-content {
  padding-top: 0px;
}

.p-top .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-top {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  padding-bottom: 125px;
}

.is-load .p-top {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.p-top_inner__above {
  position: relative;
  margin: 0 auto;
  padding-top: 120px;
  width: 87%;
  max-width: 1060px;
}

.p-top_news {
  position: absolute;
  top: 42px;
  right: 0;
  -webkit-transform: translate(50px, 0px);
      -ms-transform: translate(50px, 0px);
          transform: translate(50px, 0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 65%;
  max-width: 615px;
}

.is-load .p-top_news {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 1.6s, -webkit-transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99) 1.6s;
  transition: opacity 0.5s ease 1.6s, -webkit-transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99) 1.6s;
  transition: transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99) 1.6s, opacity 0.5s ease 1.6s;
  transition: transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99) 1.6s, opacity 0.5s ease 1.6s, -webkit-transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99) 1.6s;
}

.p-top_news::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #828588;
  width: 24px;
  height: 4px;
  content: "";
}

.p-top_news__item {
  position: relative;
  -webkit-transform: translate(-20px, 0);
      -ms-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 1.4s cubic-bezier(0.245, 0.495, 0, 0.99);
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 1.4s cubic-bezier(0.245, 0.495, 0, 0.99);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 1.4s cubic-bezier(0.245, 0.495, 0, 0.99);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 1.4s cubic-bezier(0.245, 0.495, 0, 0.99), -webkit-transform 1.4s cubic-bezier(0.245, 0.495, 0, 0.99);
  padding-right: 95px;
}

.p-top_news__item:nth-child(n + 2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-top_news__item.is-current {
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0);
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 1.4s cubic-bezier(0.245, 0.495, 0, 0.99);
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 1.4s cubic-bezier(0.245, 0.495, 0, 0.99);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 1.4s cubic-bezier(0.245, 0.495, 0, 0.99);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 1.4s cubic-bezier(0.245, 0.495, 0, 0.99), -webkit-transform 1.4s cubic-bezier(0.245, 0.495, 0, 0.99);
}

.p-top_news__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top_news__date {
  color: #828588;
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-top_news__title {
  margin-top: 12px;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-top_main {
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.is-load .p-top_main {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: -webkit-filter 3s ease;
  transition: -webkit-filter 3s ease;
  transition: filter 3s ease;
  transition: filter 3s ease, -webkit-filter 3s ease;
}

.p-top_main__visual {
  position: relative;
  overflow: hidden;
}

.p-top_main__visual--slide {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.is-load .p-top_main__visual--slide {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-top_main__visual--slide .swiper-slide img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-top_main__visual--slide .swiper-slide.swiper-slide-duplicate-prev img, .p-top_main__visual--slide .swiper-slide.swiper-slide-duplicate-next img, .p-top_main__visual--slide .swiper-slide.swiper-slide-next img, .p-top_main__visual--slide .swiper-slide.swiper-slide-duplicate img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-top_main__visual--slide .swiper-slide.swiper-slide-duplicate-active img, .p-top_main__visual--slide .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-top_main__visual img {
  width: 100%;
}

.p-top_main__bnr {
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 1;
}

.is-load .p-top_main__bnr {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 1.6s, -webkit-transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99) 1.6s;
  transition: opacity 0.5s ease 1.6s, -webkit-transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99) 1.6s;
  transition: transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99) 1.6s, opacity 0.5s ease 1.6s;
  transition: transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99) 1.6s, opacity 0.5s ease 1.6s, -webkit-transform 1.2s cubic-bezier(0.245, 0.495, 0, 0.99) 1.6s;
}

.p-top_main__bnr--slide {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.is-android .p-top_main__bnr--slide {
  -webkit-filter: none;
          filter: none;
}

.is-load .p-top_main__bnr--slide {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: -webkit-filter 7s ease;
  transition: -webkit-filter 7s ease;
  transition: filter 7s ease;
  transition: filter 7s ease, -webkit-filter 7s ease;
}

.is-android .is-load .p-top_main__bnr--slide {
  -webkit-filter: none;
          filter: none;
}

.p-top_release {
  margin-top: 7.5%;
}

.p-top_release__jk--dot {
  position: static;
  margin-top: 10px;
  text-align: left;
}

.p-top_release__jk--dot .swiper-pagination-bullet {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  margin-bottom: 4px;
  border-radius: 0px;
  background: transparent;
  width: 16px;
  height: 16px;
}

.p-top_release__jk--dot .swiper-pagination-bullet::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #363636;
  width: 100%;
  height: 100%;
  content: "";
}

.p-top_release__jk--dot .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}

.p-top_release__jk--dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background: #363636;
}

.p-top_release__info {
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.p-top_release__title {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}

.p-top_release__date {
  margin-top: 10px;
  color: #828588;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.p-top_release__link {
  margin-top: 35px;
}

.p-top_release__link li {
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5em;
  text-align: left;
}

.p-top_release__link li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top_release__link li::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 29px;
  height: 29px;
  content: "";
}

.p-top_release__link li.is-pv::before {
  background-image: url(../img/top/release/icon_movie.png);
}

.p-top_release__link li.is-dl::before {
  background-image: url(../img/top/release/icon_download.png);
}

.p-top_release__link li.is-shop::before {
  background-image: url(../img/top/release/icon_cd.png);
}

.p-top_info {
  margin-top: 180px;
}

.p-top_info__section--title {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  font-family: YakuHanJP, "Allura", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, cursive;
  font-size: 57px;
  font-weight: 400;
}

.p-top_info__section--title span {
  vertical-align: baseline;
}

.p-top_info__section--title .is-space {
  padding-left: 0.2em;
}

.p-top_info__section--content {
  width: 100%;
}

.p-top_info__news, .p-top_info__live {
  width: 100%;
}

.p-top_info__news--item, .p-top_info__live--item {
  position: relative;
}

.p-top_info__news--item a, .p-top_info__live--item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top_info__news--title, .p-top_info__live--title {
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.p-top_info__news {
  margin-top: 50px;
}

.p-top_info__news--item + .p-top_info__news--item {
  margin-top: 22px;
}

.p-top_info__news--date {
  margin-bottom: 8px;
  color: #828588;
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-top_info__live {
  margin-top: 61px;
}

.p-top_info__live--item {
  padding-left: 132px;
}

.p-top_info__live--item + .p-top_info__live--item {
  margin-top: 47px;
}

.p-top_info__live--date {
  position: absolute;
  top: 0;
  left: 3px;
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-top_info__live--area {
  margin-top: 12px;
  color: #828588;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.p-top_info__more {
  position: relative;
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0;
  letter-spacing: -0.4em;
}

.p-top_info__more--inner {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 10px 0;
  padding-left: 92px;
  font-size: 13px;
  letter-spacing: 0.175em;
}

.p-top_info__more--inner p {
  position: relative;
}

.p-top_info__more--inner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top_info__more--arrow {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.p-top_info__more--arrow_line {
  display: block;
}

.p-top_info__more--arrow_line:nth-child(1) {
  position: relative;
  width: 68px;
  height: 3px;
}

.p-top_info__more--arrow_line:nth-child(1)::before {
  position: absolute;
  top: 0;
  left: 0;
  background: #363636;
  width: 100%;
  height: 100%;
  content: "";
}

.p-top_info__more--arrow_line:nth-child(2) {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%) rotate(135deg);
      -ms-transform: translate(0%, -50%) rotate(135deg);
          transform: translate(0%, -50%) rotate(135deg);
  padding: 0;
  width: 14px;
  height: 14px;
}

.p-top_info__more--arrow_line:nth-child(2)::before, .p-top_info__more--arrow_line:nth-child(2)::after {
  position: absolute;
  background: #363636;
  content: "";
}

.p-top_info__more--arrow_line:nth-child(2)::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.p-top_info__more--arrow_line:nth-child(2)::after {
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
}

.p-top_movie {
  margin-top: 150px;
}

.p-top_movie__slide {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
  overflow: visible;
}

.p-top_movie__list li {
  position: relative;
  cursor: pointer;
}

.p-top_movie__list--title {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000;
  padding: 10px 22px;
  min-width: 33.5%;
  max-width: 90%;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

@media screen and (max-width: 849px) {
  .l-bg_item:nth-child(1) {
    height: 131vw;
  }
  .l-bg_item:nth-child(3) {
    top: 167vw;
  }
  .l-header_title {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 49%;
  }
  .l-header.is-top .l-header_title {
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 24%;
  }
  .p-top {
    padding-bottom: 72px;
  }
  .p-top_inner__above {
    padding-top: 37%;
    width: 100%;
  }
  .p-top_main__bnr {
    margin: 9% auto 0;
    width: 80%;
  }
  .p-top_release {
    margin-top: 16%;
  }
  .p-top_release__jk {
    margin: 0 auto;
    width: 44%;
  }
  .p-top_release__jk--dot {
    margin-top: 4px;
  }
  .p-top_release__jk--dot .swiper-pagination-bullet {
    margin-bottom: 3px;
    padding-top: 7.5%;
    width: 7.5%;
    height: 0;
  }
  .p-top_release__jk--dot .swiper-pagination-bullet::before {
    border-width: 3px;
  }
  .p-top_release__jk--dot .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 3.8%;
  }
  .p-top_release__jk--dot .swiper-pagination-bullet:nth-child(9n + 1) {
    margin-left: 0;
  }
  .p-top_release__info {
    padding: 5.5% 4% 0;
    text-align: center;
  }
  .p-top_release__title {
    font-size: 22px;
    letter-spacing: 0.05em;
  }
  .p-top_release__date {
    margin-top: 6px;
    font-size: 12px;
  }
  .p-top_release__link {
    margin-top: 25px;
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .p-top_release__link li {
    padding-left: 26px;
    font-size: 12px;
  }
  .p-top_release__link li::before {
    width: 22px;
    height: 22px;
  }
  .p-top_release__link li.is-pv::before {
    left: 5%;
  }
  .p-top_release__link li.is-pv {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 11px 0;
    width: 72%;
    text-align: center;
  }
  .p-top_release__link li.is-pv a {
    border: 2px solid #fff;
  }
  .p-top_release__link li.is-dl, .p-top_release__link li.is-shop {
    display: inline-block;
    vertical-align: top;
    margin: 18px 4.5% 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p-top_info {
    margin: 69px auto 0;
    width: 90%;
  }
  .p-top_info__section + .p-top_info__section {
    margin-top: 53px;
  }
  .p-top_info__section + .p-top_info__section .p-top_info__section--title {
    text-align: center;
  }
  .p-top_info__section--title {
    font-size: 39px;
  }
  .p-top_info__news--title, .p-top_info__live--title {
    font-size: 13px;
    line-height: 1.8em;
  }
  .p-top_info__news {
    margin-top: 15px;
  }
  .p-top_info__news--title {
    line-height: 2em;
  }
  .p-top_info__news--date {
    font-size: 10px;
  }
  .p-top_info__live {
    margin-top: 27px;
  }
  .p-top_info__live--item {
    padding-left: 82px;
  }
  .p-top_info__live--item + .p-top_info__live--item {
    margin-top: 22px;
  }
  .p-top_info__live--date {
    top: 0.2em;
    left: 0;
    font-size: 20px;
  }
  .p-top_info__live--area {
    margin-top: 8px;
    font-size: 10px;
  }
  .p-top_info__more {
    margin-top: 26px;
    text-align: right;
  }
  .p-top_info__more--inner {
    padding-left: 44px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .p-top_info__more--arrow_line:nth-child(1) {
    width: 30px;
    height: 2px;
  }
  .p-top_info__more--arrow_line:nth-child(2) {
    width: 10px;
    height: 10px;
  }
  .p-top_info__more--arrow_line:nth-child(2)::before {
    height: 2px;
  }
  .p-top_info__more--arrow_line:nth-child(2)::after {
    width: 2px;
  }
  .p-top_movie {
    margin-top: 62px;
  }
  .p-top_movie__slide {
    width: 80%;
  }
  .p-top_movie__list--title {
    padding: 5px 11px;
    min-width: 55%;
    font-size: 10px;
  }
}

@media screen and (min-width: 850px) {
  .l-content {
    padding-left: 0px;
  }
  .p-top_inner {
    padding-left: 188px;
  }
  .p-top_news__item .p-top_news__date,
  .p-top_news__item .p-top_news__title {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
  }
  .p-top_news__item:hover .p-top_news__date,
  .p-top_news__item:hover .p-top_news__title {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    opacity: 0.6;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
  }
  .p-top_main__bnr {
    position: absolute;
    right: -5.5%;
    bottom: -8.5%;
    width: 38%;
    max-width: 400px;
  }
  .p-top_release {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top_release__jk {
    width: 330px;
  }
  .p-top_release__jk--dot .swiper-pagination-bullet:nth-child(14n + 1) {
    margin-left: 0;
  }
  .p-top_release__info {
    padding-left: 6.25%;
    width: calc(100% - 330px);
  }
  .p-top_release__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top_release__link li:before {
    -webkit-transform: translate(0, -50%) scale(1);
        -ms-transform: translate(0, -50%) scale(1);
            transform: translate(0, -50%) scale(1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-top_release__link li:hover:before {
    -webkit-transform: translate(0, -50%) scale(1.3);
        -ms-transform: translate(0, -50%) scale(1.3);
            transform: translate(0, -50%) scale(1.3);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-top_release__link li + li {
    margin-left: 6%;
  }
  .p-top_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top_info__section {
    position: relative;
    padding-bottom: 62px;
    width: 48%;
  }
  .p-top_info__section + .p-top_info__section {
    margin-left: 4.5%;
    width: 47.5%;
  }
  .p-top_info__section + .p-top_info__section .p-top_info__section--title {
    padding-top: 12px;
  }
  .p-top_info__news--title, .p-top_info__live--title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .p-top_info__more {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .p-top_info__more .p-top_info__more--arrow {
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.245, 0.495, 0, 0.99);
    transition: -webkit-transform 0.6s cubic-bezier(0.245, 0.495, 0, 0.99);
    transition: transform 0.6s cubic-bezier(0.245, 0.495, 0, 0.99);
    transition: transform 0.6s cubic-bezier(0.245, 0.495, 0, 0.99), -webkit-transform 0.6s cubic-bezier(0.245, 0.495, 0, 0.99);
  }
  .p-top_info__more:hover .p-top_info__more--arrow {
    -webkit-transform: translate(150%, -50%);
        -ms-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.245, 0.495, 0, 0.99);
    transition: -webkit-transform 0.6s cubic-bezier(0.245, 0.495, 0, 0.99);
    transition: transform 0.6s cubic-bezier(0.245, 0.495, 0, 0.99);
    transition: transform 0.6s cubic-bezier(0.245, 0.495, 0, 0.99), -webkit-transform 0.6s cubic-bezier(0.245, 0.495, 0, 0.99);
  }
  .p-top_movie__list li .c-thumb figure {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .p-top_movie__list li:hover .c-thumb figure {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

@media all and (-ms-high-contrast: none) {
  .p-top_main__visual--slide .swiper-slide img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .p-top_main__visual--slide .swiper-slide.swiper-slide-duplicate-prev img, .p-top_main__visual--slide .swiper-slide.swiper-slide-duplicate-next img, .p-top_main__visual--slide .swiper-slide.swiper-slide-next img, .p-top_main__visual--slide .swiper-slide.swiper-slide-duplicate img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (min-width: 850px) and (max-width: 1180px) {
  .p-top_release__jk {
    width: 35%;
  }
  .p-top_release__info {
    width: 65%;
  }
  .p-top_release__link li {
    font-size: 1.1vw;
  }
}
