@keyframes box_x_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loading {
  to {
    transform: rotate(1turn);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-hero {
  position: relative;
  padding: 2.8%;
  padding-bottom: 8.5%;
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding-top: 4%;
    padding-bottom: 13.5%;
  }
}
.p-hero__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-hero__content {
    display: block;
  }
}
.p-hero__jk {
  width: 65.75%;
  flex-shrink: 0;
  position: relative;
  transform: translate(-8%, 8%);
}
.is-load .p-hero__jk {
  transform: translate(0, 0);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-hero__jk {
    padding-bottom: 95px;
    width: 100%;
  }
}
.p-hero__jk-img {
  overflow: hidden;
}
.p-hero__jk-img img {
  transform: scale(1.1);
}
.is-load .p-hero__jk-img img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__main {
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-hero__main {
    margin-top: -47px;
  }
}
.p-hero__logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 111%;
  mix-blend-mode: difference;
  transform: translateY(-12%);
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    position: relative;
    transform: translateY(0);
    width: 53%;
    margin-bottom: 4.4%;
  }
}
.p-hero__logo img {
  width: 100%;
}
.p-hero__menu {
  padding-top: 38%;
  width: 100%;
  text-align: right;
}
.p-hero__menu .c-menu__list-item {
  transform: translate(25px, 25px);
  opacity: 0;
}
.is-load .p-hero__menu .c-menu__list-item {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero__menu .c-menu__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-load .p-hero__menu .c-menu__list-item:nth-child(2) {
  transition-delay: 0.32s;
}
.is-load .p-hero__menu .c-menu__list-item:nth-child(3) {
  transition-delay: 0.44s;
}
.is-load .p-hero__menu .c-menu__list-item:nth-child(4) {
  transition-delay: 0.56s;
}
.is-load .p-hero__menu .c-menu__list-item:nth-child(5) {
  transition-delay: 0.68s;
}
.is-load .p-hero__menu .c-menu__list-item:nth-child(6) {
  transition-delay: 0.8s;
}
.is-load .p-hero__menu .c-menu__list-item:nth-child(7) {
  transition-delay: 0.92s;
}
.is-load .p-hero__menu .c-menu__list-item:nth-child(8) {
  transition-delay: 1.04s;
}
.is-load .p-hero__menu .c-menu__list-item:nth-child(9) {
  transition-delay: 1.16s;
}
.is-load .p-hero__menu .c-menu__list-item:nth-child(10) {
  transition-delay: 1.28s;
}
.p-hero__bnr {
  position: relative;
  z-index: 1;
  margin-top: 25.5%;
  width: 57%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-hero__bnr {
    transform: translateY(25px);
    opacity: 0;
  }
  .is-load .p-hero__bnr {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 1s;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__bnr {
    position: relative;
    transform: translateX(-50%) translateY(25px);
    left: 50%;
    width: 100vw;
    opacity: 0;
    margin-top: 0;
  }
  .is-load .p-hero__bnr {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 1s;
  }
}
.p-hero__bnr-pager {
  margin-top: 10px;
}
.p-hero__bnr-pager .swiper-pagination {
  position: relative;
  display: flex;
  bottom: 0;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-hero__bnr-pager .swiper-pagination {
    justify-content: center;
  }
}
.p-hero__bnr-pager .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #ffffff;
  border-radius: 0;
  opacity: 1;
}
.p-hero__bnr-pager .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.p-hero__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .p-hero__deco {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
}
.p-hero__deco-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.p-hero__deco-list-item {
  width: 1520px;
  flex-shrink: 0;
  padding-right: 60px;
  animation: box_x_loop 20s linear infinite forwards;
}
@media screen and (max-width: 767px) {
  .p-hero__deco-list-item {
    width: 510px;
    padding-right: 30px;
  }
}

.bnr_swiper {
  overflow: hidden;
}
.bnr_swiper .swiper-slide a {
  display: block;
  position: relative;
}
.bnr_swiper .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .bnr_swiper .swiper-slide a:hover::before {
    opacity: 1;
  }
}

.p-flexbox {
  margin: 0 auto;
  width: 90%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
}

.p-news {
  width: 48%;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 0;
    width: 100%;
    margin-top: 0;
  }
}
.p-news__ttl {
  height: 94px;
  border-bottom: 1px solid #ffffff;
  transform: translateY(25px);
  opacity: 0;
}
.p-news.is-active .p-news__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    display: none;
  }
}
.p-news__ttl h2 {
  width: 170px;
}
.p-news__list-item {
  transform: translateY(25px);
  opacity: 0;
}
.p-news.is-active .p-news__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-news.is-active .p-news__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.p-news.is-active .p-news__list-item:nth-child(2) {
  transition-delay: 0.35s;
}
.p-news.is-active .p-news__list-item:nth-child(3) {
  transition-delay: 0.5s;
}
.p-news__list-item a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding-top: 41px;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-news__list-item a {
    padding-top: 38px;
  }
}
@media (hover: hover) {
  .p-news__list-item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list-item + .p-news__list-item a {
    padding-top: 27px;
  }
}
.p-news__list-date {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-news__list-date {
    font-size: 15px;
  }
}
.p-news__list-ttl {
  line-height: 1.8;
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .p-news__list-ttl {
    margin-top: 12px;
    font-size: 13px;
  }
}
.p-news__more {
  margin-top: 44px;
  transform: translateY(25px);
  opacity: 0;
}
.p-news.is-active .p-news__more {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-news__more {
    margin-top: 37px;
  }
}

.p-live {
  padding-top: 12px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-live {
    width: 100%;
    padding-top: 0;
  }
}
.p-live__ttl {
  height: 94px;
  border-bottom: 1px solid #ffffff;
  transform: translateY(25px);
  opacity: 0;
}
.p-live.is-active .p-live__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-live__ttl {
    display: none;
  }
}
.p-live__ttl h2 {
  width: 100px;
}
.p-live__list-item {
  transform: translateY(25px);
  opacity: 0;
}
.p-live.is-active .p-live__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-live.is-active .p-live__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.p-live.is-active .p-live__list-item:nth-child(2) {
  transition-delay: 0.35s;
}
.p-live.is-active .p-live__list-item:nth-child(3) {
  transition-delay: 0.5s;
}
.p-live__list-item a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding-top: 41px;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-live__list-item a {
    padding-top: 38px;
  }
}
@media (hover: hover) {
  .p-live__list-item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .p-live__list-item + .p-live__list-item a {
    padding-top: 27px;
  }
}
.p-live__list-date {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-live__list-date {
    font-size: 16px;
  }
}
.p-live__list-date span {
  vertical-align: baseline;
}
.p-live__list-date .p-in_last {
  padding-left: 23px;
  position: relative;
}
.p-live__list-date .p-in_last::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 1px;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.p-live__list-ttl {
  line-height: 1.8;
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .p-live__list-ttl {
    margin-top: 12px;
    font-size: 13px;
  }
}
.p-live__more {
  margin-top: 44px;
  transform: translateY(25px);
  opacity: 0;
}
.p-live.is-active .p-live__more {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-live__more {
    margin-top: 37px;
  }
}

.p-disco {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-top: 156px;
  width: 90%;
  max-width: 980px;
  padding-top: 20px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-disco {
    margin-top: 0;
    width: 100%;
    padding: 38px 0.5% 0;
  }
}
.p-disco__ttl {
  margin-bottom: 32px;
  transform: translateY(25px);
  opacity: 0;
}
.p-disco.is-active .p-disco__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-disco__ttl {
    display: none;
  }
}
.p-disco__ttl h2 {
  width: 375px;
}
.p-disco__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-disco__content {
    display: block;
  }
}
.p-disco__jk {
  width: 44%;
  flex-shrink: 0;
  margin-right: 4%;
  transform: translateY(25px);
  opacity: 0;
}
.p-disco.is-active .p-disco__jk {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-disco__jk {
    margin: 0 auto;
    width: 100%;
  }
}
.p-disco__main {
  flex-grow: 1;
  word-break: break-all;
  transform: translateY(25px);
  opacity: 0;
}
.p-disco.is-active .p-disco__main {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-disco__main-head {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-disco__main-head {
    padding-bottom: 19px;
    margin-bottom: 21px;
  }
}
.p-disco__main-btns {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-disco__main-btns {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-disco__main-btns-item {
    min-width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .p-disco__main-btns-item + .p-disco__main-btns-item {
    margin-left: 13px;
  }
}
.p-disco__cap {
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-disco__cap {
    margin-top: 25px;
    margin-bottom: 14px;
  }
}
.p-disco__cap-date {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 20px;
  flex-shrink: 0;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .p-disco__cap-date {
    margin-right: 10px;
    font-size: 14px;
  }
}
.p-disco__cap-release {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.7px;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .p-disco__cap-release {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.p-disco__cap-category {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-disco__cap-category {
    font-size: 12px;
  }
}
.p-disco__cap-ttl {
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-disco__cap-ttl {
    font-size: 25px;
  }
}
.p-disco__cap-caption {
  line-height: 1.6;
  margin-top: 17px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-disco__cap-caption {
    margin-top: 16px;
    font-size: 11px;
  }
}

.p-movie {
  padding-top: 40px;
  margin-top: 139px;
}
.p-movie.no-content {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-movie {
    margin-top: 60px;
  }
}
.p-movie__ttl {
  margin: 0 auto 43px;
  width: 90%;
}
.p-movie__ttl h2 {
  width: 178px;
}
@media screen and (max-width: 767px) {
  .p-movie__ttl h2 {
    margin: 0 auto;
    width: 115px;
  }
}
.p-movie__slider {
  width: 100%;
}
.p-movie__slider-thumb {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.p-movie__slider-thumb::after {
  content: "";
  width: 10%;
  padding-top: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icon/movie_icon.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-movie__slider-thumb::after {
    width: 15%;
    padding-top: 15%;
  }
}
.p-movie__slider-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-movie__slider-ttl {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-movie__slider-ttl {
    font-size: 13px;
  }
}

.movie_swiper .swiper-slide {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .movie_swiper .swiper-slide {
    width: 89%;
  }
}
.no-slider .movie_swiper .swiper-slide {
  margin: 0 auto;
}
.movie_swiper .swiper-slide a {
  display: block;
  text-decoration: none;
}
@media (hover: hover) {
  .movie_swiper .swiper-slide a:hover .p-movie__slider-thumb-img {
    transform: scale(1.05);
  }
}
.movie_swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin: 0 auto;
  margin-top: 15px;
  width: 70%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .movie_swiper .swiper-pagination {
    display: none;
  }
}
.movie_swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #ffffff;
  border-radius: 0;
  width: 7px;
  height: 7px;
}
.movie_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.p-contenttab {
  transform: translateY(25px);
  opacity: 0;
}
.p-contenttab.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-contenttab__list {
  display: flex;
  justify-content: space-between;
  padding: 0 19px;
}
.p-contenttab__list [data-tab=news] {
  width: 23%;
  flex-shrink: 0;
}
.p-contenttab__list [data-tab=disco] {
  width: 41%;
  flex-shrink: 0;
}
.p-contenttab__list [data-tab=live] {
  width: 15%;
  flex-shrink: 0;
}
.p-contenttab__list-item {
  opacity: 0.5;
  transition: opacity 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.p-contenttab__list-item.is-current {
  opacity: 1;
}
.p-contenttab__seek {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 25px;
  position: relative;
}
.p-contenttab__seek-inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 100%;
}
.p-contenttab__seek-inner::before {
  content: "";
  width: 23%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
[data-select-tab=disco] .p-contenttab__seek-inner::before {
  left: 33%;
  width: 40%;
}
[data-select-tab=live] .p-contenttab__seek-inner::before {
  left: 85%;
  width: 16%;
}

.p-contentarea {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}