@charset "UTF-8";
/* ====================
Layout
 ==================== */
@media screen and (min-width: 961px) {
  .l-nav {
    display: none;
  }
  .l-nav_menu {
    display: none;
  }
}
.l-top {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-top__deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-top__deco.-deco1 {
  width: 30%;
  top: 7rem;
  left: 5.8%;
  transform: translate(-50%, -50%);
}
.l-top__container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 0 9.5rem;
}

/* ====================
Project
 ==================== */
.p-hero {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
.p-hero__container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero__container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
  }
}
.p-hero__kv {
  width: 70.3125%;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__kv {
    width: 100%;
    margin-bottom: 7.5%;
  }
}
.p-hero__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__inner {
    min-width: 0;
    flex: 1 1 0;
    padding: 2.68% 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__inner {
    max-width: 50rem;
    margin: 0 auto;
    padding-bottom: 4.4rem;
  }
}
.p-hero__title {
  width: 90%;
  display: block;
  position: relative;
  opacity: 0;
  transform: scale3d(0.4, 0.4, 0.4);
}
@media screen and (min-width: 961px) {
  .p-hero__title {
    width: 80%;
    margin: 0 auto 36px;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    margin: 0 auto;
  }
}
.is-load .p-hero__title {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 0.85s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}
.p-hero__onair {
  display: block;
  position: relative;
  margin-top: 4.5%;
  opacity: 0;
  transform: scale3d(0.4, 0.4, 0.4);
}
@media screen and (min-width: 961px) {
  .p-hero__onair {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__onair {
    width: 78%;
    position: relative;
    margin: 3.6% auto;
  }
}
.is-load .p-hero__onair {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, transform 0.85s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s;
}
.p-hero__nav {
  display: block;
  position: relative;
  margin-top: 16.5%;
}
@media screen and (min-width: 961px) {
  .p-hero__nav {
    margin-left: 9%;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__nav {
    display: none;
  }
}
.p-hero_bnr {
  opacity: 0;
  transform: scale(0.7);
}
.is-load .p-hero_bnr {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 0.85s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}
.p-hero__sns {
  width: 84%;
  position: relative;
  margin: 6rem auto 0;
  opacity: 0;
  transform: scale(0.7);
}
@media screen and (max-width: 960px) {
  .p-hero__sns {
    width: 90%;
    margin-top: 2.8rem;
  }
}
.is-load .p-hero__sns {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 0.85s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s;
}
.p-hero__sns-link {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .p-hero__sns-link {
    transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-hero__sns-link:hover {
    opacity: 0.6;
  }
}

.p-hero_kv {
  display: block;
  position: relative;
}
.p-hero_kv__tab {
  display: block;
}
@media screen and (min-width: 961px) {
  .p-hero_kv__tab {
    position: absolute;
    right: 5px;
    top: 5px;
  }
}
@media screen and (max-width: 960px) {
  .p-hero_kv__tab {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 0.6em;
  }
}
.p-hero_kv__tab-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  opacity: 0;
  transform: scale3d(0.4, 0.4, 0.4);
  margin-bottom: 0.4em;
}
.p-hero_kv__tab-item .-on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-hero_kv__tab-item.is-current .-on {
  opacity: 1;
}
.is-load .p-hero_kv__tab-item {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.85s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.is-load .p-hero_kv__tab-item:nth-child(1) {
  transition-delay: 0.5s;
}
.is-load .p-hero_kv__tab-item:nth-child(2) {
  transition-delay: 0.55s;
}
.is-load .p-hero_kv__tab-item:nth-child(3) {
  transition-delay: 0.6s;
}
.is-load .p-hero_kv__tab-item:nth-child(4) {
  transition-delay: 0.65s;
}
.is-load .p-hero_kv__tab-item:nth-child(5) {
  transition-delay: 0.7s;
}
.is-load .p-hero_kv__tab-item:nth-child(6) {
  transition-delay: 0.75s;
}
.is-load .p-hero_kv__tab-item:nth-child(7) {
  transition-delay: 0.8s;
}
.is-load .p-hero_kv__tab-item:nth-child(8) {
  transition-delay: 0.85s;
}
.is-load .p-hero_kv__tab-item:nth-child(9) {
  transition-delay: 0.9s;
}
.is-load .p-hero_kv__tab-item:nth-child(10) {
  transition-delay: 0.95s;
}
.p-hero_kv__tab-item .p-hero_kv__btn-img {
  transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 961px) {
  .p-hero_kv__tab-item:hover {
    z-index: 1;
  }
  .p-hero_kv__tab-item:hover .p-hero_kv__btn-img {
    transform: rotate(-12deg) scale(1.2);
  }
}
.p-hero_kv__btn {
  width: 8rem;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-hero_kv__btn {
    width: 5.5rem;
  }
}
.is-current .p-hero_kv__btn {
  pointer-events: none;
}
.p-hero_kv__btn-base {
  display: block;
  position: relative;
}
.p-hero_kv__list {
  display: block;
  position: relative;
  z-index: 0;
}
.p-hero_kv__list-item {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-hero_kv__list-item.is-current {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-hero_kv__list {
    margin-right: 90px;
  }
}
.p-hero_kv__visual {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%);
  transition: opacity 0s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, -webkit-clip-path 0s linear 0.6s;
  transition: opacity 0s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, clip-path 0s linear 0.6s;
  transition: opacity 0s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, clip-path 0s linear 0.6s, -webkit-clip-path 0s linear 0.6s;
}
.is-current .p-hero_kv__visual {
  opacity: 1;
  -webkit-clip-path: polygon(50% -50%, -100% 100%, 200% 100%);
  clip-path: polygon(50% -50%, -100% 100%, 200% 100%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1), clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-hero_kv__visual-img {
  display: block;
  position: relative;
  transition: transform 0s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transform: scale(1.1) rotate(5deg);
}
.is-current .-kv3 .p-hero_kv__visual-img {
  transform: scale(1) rotate(0deg);
  transition: transform 0s linear;
}
.is-load .is-current .p-hero_kv__visual-img {
  transform: scale(1) rotate(0deg);
  transition: transform 1.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-hero_kv__visual-cap {
  width: 8.2%;
  position: absolute;
  top: 5.5%;
  right: 2%;
}
@media screen and (max-width: 960px) {
  .p-hero_kv__visual-cap {
    width: 10%;
    top: 8%;
    right: 2.2%;
  }
}
.p-hero_kv__visual-base {
  display: block;
  position: relative;
  z-index: 0;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}
.is-load .p-hero_kv__visual-base {
  -webkit-clip-path: polygon(50% -50%, 150% 50%, 50% 160%, -50% 50%);
  clip-path: polygon(50% -50%, 150% 50%, 50% 160%, -50% 50%);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-clip-path 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-hero_kv__visual-chara {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.p-hero_kv__visual-chara.-chara1 {
  transform: scale3d(0.7, 0.7, 0.7);
  transform-origin: 50% 100%;
}
.p-hero_kv__visual-chara.-chara2 {
  transform: scale3d(0.7, 0.7, 0.7);
  transform-origin: 50% 50%;
}
.is-load .p-hero_kv__visual-chara {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.is-load .p-hero_kv__visual-chara.-chara1 {
  transition-delay: 0.1s;
}
.is-load .p-hero_kv__visual-chara.-chara2 {
  transition-delay: 0.3s;
}

.p-hero_bnr {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-hero_bnr {
    margin: 60px 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero_bnr {
    width: 90%;
    margin: auto;
  }
}
.p-hero_bnr__pagination {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__pagination {
    margin-top: 1rem;
  }
}
.p-hero_bnr__pagination-item {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__pagination-item {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.p-hero_bnr__pagination-item + .p-hero_bnr__pagination-item {
  margin-left: 0.7rem;
}
.p-hero_bnr__pagination-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/pager_off.png") no-repeat center/contain;
}
.p-hero_bnr__pagination-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/pager_on.png") no-repeat center/contain;
  opacity: 0;
}
.p-hero_bnr__pagination-item.is-current::after {
  opacity: 1;
}

.p-top_bnr__inner {
  display: block;
  position: relative;
}
.p-top_bnr__nav {
  width: 1.8rem;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-top_bnr__nav {
    width: 0.8rem;
  }
}
.p-top_bnr__nav.is-disable {
  opacity: 0;
}
.p-top_bnr__nav.-prev {
  left: -6px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 960px) {
  .p-top_bnr__nav.-prev {
    left: 0;
  }
}
.p-top_bnr__nav.-next {
  right: -6px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 960px) {
  .p-top_bnr__nav.-next {
    right: 0;
  }
}
@media (hover: hover) {
  .p-top_bnr__nav:hover {
    opacity: 0.6;
  }
}
.p-top_bnr__slide {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top_bnr__slide {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }
}
.p-top_bnr__list {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
  text-align: center;
}
.p-top_bnr__list-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  white-space: normal;
}
.p-top_bnr__link {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-top_bnr__link::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-red);
  opacity: 0;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 0s linear 0.3s;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), clip-path 0s linear 0.3s;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), clip-path 0s linear 0.3s, -webkit-clip-path 0s linear 0.3s;
}
@media (hover: hover) {
  .p-top_bnr__link:hover::after {
    opacity: 0.2;
    -webkit-clip-path: polygon(50% -100%, -100% 200%, 200% 200%);
    clip-path: polygon(50% -100%, -100% 200%, 200% 200%);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), clip-path 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), clip-path 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

.p-top_movie {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-top_movie::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: url("../img/common/bg_in.jpg") repeat left top/840px auto;
}
@media screen and (max-width: 960px) {
  .p-top_movie::before {
    background-size: 420px auto;
  }
}
.p-top_movie__container {
  position: relative;
  margin: 0 auto;
  padding: 10.4rem 0 8rem;
}
@media screen and (max-width: 960px) {
  .p-top_movie__container {
    padding: 4rem 0 4rem;
  }
}
.p-top_movie__deco {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  transform: translate(-50%, -50%);
}
.p-top_movie__deco.-deco1 {
  width: 71%;
  top: 11%;
  left: 116%;
}
@media screen and (max-width: 960px) {
  .p-top_movie__deco.-deco1 {
    width: 100%;
  }
}
.p-top_movie__deco.-deco2 {
  width: 35%;
  top: 88%;
  left: 8%;
}
@media screen and (max-width: 960px) {
  .p-top_movie__deco.-deco2 {
    width: 50%;
    top: 87%;
    left: 0;
  }
}
.p-top_movie__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-top_movie__inner {
    padding: 0 4rem;
  }
}
.p-top_movie__nav {
  width: 7rem;
  position: absolute;
  top: 46.5%;
  cursor: pointer;
  transform: translate(0, -50%);
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-top_movie__nav {
    display: none;
  }
}
.p-top_movie__nav.is-disable {
  opacity: 0;
}
.p-top_movie__nav.-prev {
  left: 0;
}
.p-top_movie__nav.-next {
  right: 0;
}
@media (hover: hover) {
  .p-top_movie__nav:hover {
    opacity: 0.6;
  }
}
.p-top_movie__slider {
  margin: 0 auto 2em;
}
@media screen and (min-width: 961px) {
  .p-top_movie__slider {
    width: 60%;
    max-width: 750px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_movie__slider {
    width: 70vw;
  }
}
.p-top_movie__list {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.p-top_movie__list-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  white-space: normal;
  pointer-events: none;
  z-index: 0;
}
.p-top_movie__list-item.is-current {
  z-index: 1;
  pointer-events: auto;
}
.p-top_movie__list-item.is-clone {
  z-index: 0 !important;
}
.p-top_movie__footer {
  display: block;
  position: relative;
  margin-top: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-top_movie__footer {
    margin-top: 1rem;
  }
}
.p-top_movie__more {
  font-family: "Jost", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: url("../img/common/btn_base.png") no-repeat center;
  background-size: contain;
  color: var(--color-gold);
  position: relative;
  margin: 3rem auto 0;
}
.p-top_movie__more-text {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.p-top_movie__more a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 961px) {
  .p-top_movie__more {
    width: 220px;
    height: 54px;
  }
  .p-top_movie__more-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_movie__more {
    width: 42vw;
    height: 10vw;
  }
}
.p-top_movie__pagination {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-top_movie__pagination-item {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-top_movie__pagination-item {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-top_movie__pagination-item + .p-top_movie__pagination-item {
  margin-left: 0.7rem;
}
.p-top_movie__pagination-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/pager_off.png") no-repeat center/contain;
}
.p-top_movie__pagination-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/pager_on.png") no-repeat center/contain;
  opacity: 0;
}
.p-top_movie__pagination-item.is-current::after {
  opacity: 1;
}

.p-top_movie_data {
  display: block;
  position: relative;
}
.is-current .p-top_movie_data {
  opacity: 1;
}
.p-top_movie_data__player {
  position: absolute;
  width: 100vw;
  height: 56.25vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-top_movie_data__thumb {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top_movie_data__thumb {
    height: 13.5rem;
  }
}
.p-top_movie_data__thumb::before {
  content: "";
  width: calc(100% - 2.2rem);
  height: calc(100% - 2.2rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0.3rem solid var(--color-gold);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-top_movie_data__thumb::before {
    width: calc(100% - 1.2rem);
    height: calc(100% - 1.2rem);
    border-width: 0.2rem;
  }
}
.p-top_movie_data__thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0.6rem solid var(--color-gold);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-top_movie_data__thumb::after {
    border-width: 0.3rem;
  }
}
.p-top_movie_data__thumb-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-top_movie_data__thumb-img::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-red);
  opacity: 0;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 0s linear 0.3s;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), clip-path 0s linear 0.3s;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), clip-path 0s linear 0.3s, -webkit-clip-path 0s linear 0.3s;
  z-index: 1;
}
@media (hover: hover) {
  .p-top_movie_data:hover .p-top_movie_data__thumb-img::before {
    opacity: 0.4;
    -webkit-clip-path: polygon(50% -100%, -100% 200%, 200% 200%);
    clip-path: polygon(50% -100%, -100% 200%, 200% 200%);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), clip-path 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), clip-path 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.p-top_movie_data__thumb-img::after {
  content: "";
  width: 12rem;
  height: 12rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/top/btn_play.png") no-repeat center/contain;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-top_movie_data__thumb-img::after {
    width: 6rem;
    height: 6rem;
  }
}
.p-top_movie_data__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale3d(1.05, 1.05, 1.05);
  transition: transform 0s linear 1.2s;
}
.is-current .p-top_movie_data__thumb-img img {
  transition: transform 2s cubic-bezier(0.5, 1, 0.89, 1);
  transform: scale3d(1.001, 1.001, 1.001);
}
.p-top_movie_data__title {
  width: 90%;
  position: relative;
  margin: 1.2rem auto 0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease-out 0s;
}
@media screen and (max-width: 960px) {
  .p-top_movie_data__title {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
}
.is-current .p-top_movie_data .p-top_movie_data__title {
  opacity: 1;
  transition-delay: 0.8s;
}

.p-headline {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-headline::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: url("../img/top/news_bg.jpg") repeat left top/600px auto;
}
@media screen and (max-width: 960px) {
  .p-headline::before {
    background-size: 300px auto;
  }
}
.p-headline__deco {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  transform: translate(-50%, -50%);
}
.p-headline__deco.-deco1 {
  width: 72%;
  top: 93%;
  left: -8.5%;
}
@media screen and (max-width: 960px) {
  .p-headline__deco.-deco1 {
    width: 100%;
  }
}
.p-headline__deco.-deco2 {
  width: 35%;
  top: 15%;
  left: 100%;
}
@media screen and (max-width: 960px) {
  .p-headline__deco.-deco2 {
    width: 50%;
    top: 13%;
    left: 94%;
  }
}
.p-headline__deco.-deco3 {
  width: 35%;
  top: 37%;
  left: 110%;
}
@media screen and (max-width: 960px) {
  .p-headline__deco.-deco3 {
    display: none;
  }
}
.p-headline__wrapper {
  width: 90%;
  max-width: var(--max_width);
  position: relative;
  margin: 0 auto;
  padding: 10.4rem 0 12.2rem;
}
@media screen and (max-width: 960px) {
  .p-headline__wrapper {
    padding: 4rem 0 5.6rem;
  }
}
.p-headline__header {
  width: 100%;
  position: relative;
  margin: 0 auto 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-headline__header {
    margin-bottom: 1.2rem;
  }
}
.p-headline__title {
  display: block;
  position: relative;
  font-size: 5.6rem;
  font-family: "Jost", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-headline__title {
    font-size: 3.8rem;
  }
}
.p-headline__title .-red {
  color: var(--color-red);
}
.p-headline__title .-blue {
  color: var(--color-blue);
}
.p-headline__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-headline__list {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-headline__list-item {
  display: block;
  position: relative;
}
.p-headline__list-item + .p-headline__list-item {
  margin-top: 0.8rem;
}
.p-headline__widget {
  background: #fff;
  position: relative;
  padding: 0.6rem;
}
.p-headline__widget::before {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.2rem solid var(--color-gold);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-headline__widget::before {
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    border-width: 0.1rem;
  }
}
.p-headline__widget iframe {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 961px) {
  .p-headline__wrapper {
    display: flex;
  }
  .p-headline__container {
    width: 60%;
    margin-right: 40px;
  }
  .p-headline__twitter {
    width: calc(40% - 40px);
  }
  .p-headline__widget {
    height: 307px;
  }
  .p-headline__widget iframe {
    height: calc(307px - 0.8em) !important;
  }
}
@media screen and (max-width: 960px) {
  .p-headline__twitter {
    margin-top: 10vw;
  }
}

.p-headline_data {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.7rem 2.4rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-headline_data {
    padding: 1.2rem 1.5rem;
  }
}
.p-headline_data::before {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.2rem solid var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-headline_data::before {
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    border-width: 0.1rem;
  }
}
.p-headline_data::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.2rem solid var(--color-gold);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-headline_data::after {
    border-width: 0.1rem;
  }
}
.p-headline_data:hover::after {
  opacity: 1;
}

.p-headline_data__date {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  color: var(--color-red);
  font-family: "Jost", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-headline_data__date {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
  }
}
.p-headline_data__title {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-headline_data__title {
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
  }
}

/* ====================
COMPONENT
 ==================== */
@media screen and (min-width: 961px) {
  .navigation {
    background: url("../img/top/news_bg.jpg");
    position: relative;
    z-index: 20;
  }
  .navigation .nacigation_inner {
    position: relative;
    padding: 24px 0;
  }
  .navigation .nacigation_inner::before, .navigation .nacigation_inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background: var(--color-gold);
  }
  .navigation .nacigation_inner::before {
    height: 1px;
    bottom: 5px;
  }
  .navigation .nacigation_inner::after {
    height: 2px;
    bottom: 0;
  }
  .navigation .nacigation_inner ul {
    display: flex;
    justify-content: center;
  }
  .navigation .nacigation_inner .navi_list__item {
    margin: 0 12px 9px;
  }
  .navigation .nacigation_inner .navi_list__item img {
    width: auto;
    height: 32px;
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .navigation .nacigation_inner .navi_list__item:nth-child(odd):hover img {
    transform: rotate(5deg) scale(1.2);
  }
  .navigation .nacigation_inner .navi_list__item:nth-child(even):hover img {
    transform: rotate(-5deg) scale(1.2);
  }
}
@media screen and (max-width: 960px) {
  .navigation {
    display: none;
  }
}
/*# sourceMappingURL=ayatra.top.css.map */