@keyframes hover {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes loopbg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -750px;
  }
}
.p-hero__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 900px) {
  .p-hero__content {
    display: block;
  }
}
.p-hero__kv {
  width: 68.2%;
  max-width: 1200px;
  position: relative;
  height: 100%;
  margin-right: 6.25%;
}
@media screen and (max-width: 900px) {
  .p-hero__kv {
    width: 100%;
    margin-right: 0;
  }
}
.p-hero__main {
  flex-grow: 1;
  width: 38%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.height-over .p-hero__main {
  padding: 80px 0;
  display: block;
}
@media screen and (max-width: 900px) {
  .p-hero__main {
    width: 100%;
    padding: 8% 0 7%;
  }
}
.p-hero__main-inner {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .p-hero__main-inner {
    max-width: none;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__main-inner {
    width: 100%;
  }
}
.height-over .p-hero__main-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 3%;
  left: 0;
}
@media screen and (max-width: 900px) {
  .height-over .p-hero__main-inner {
    padding: 0;
    position: relative;
  }
}
.p-hero__main-head {
  position: relative;
  margin-bottom: 10.4%;
  transform: translateY(35px);
  opacity: 0;
}
body.is-load .p-hero__main-head {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-hero__main-head {
    padding: 0 5%;
    margin-bottom: 0;
  }
  .p-hero__main-head.is-pc {
    display: none;
  }
  .p-hero__main-head.is-sp {
    position: absolute;
    bottom: 4.6%;
    left: 0;
    transform: translateY(10%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-hero__main-head h1 {
  width: 80%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-hero__main-head h1 {
    width: 39%;
  }
}
.p-hero__main-head h1 img {
  width: 100%;
}
.p-hero__main-head-ticketbtn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24%;
  transform: translate(-81%, -6%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-hero__main-head-ticketbtn:hover a {
    transform: scale(1.1);
  }
  .p-hero__main-head-ticketbtn:hover img {
    animation: hover 0.6s linear;
  }
  .p-hero__main-head-ticketbtn a {
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
@media screen and (max-width: 900px) {
  .p-hero__main-head-ticketbtn {
    width: 29%;
    position: relative;
    transform: translate(0, 10%);
    display: block;
  }
}
.p-hero__main-schedule {
  width: 73%;
  margin: 0 auto;
  transform: translateX(-12.5%);
}
@media screen and (max-width: 900px) {
  .p-hero__main-schedule {
    transform: translateX(0);
    display: flex;
    width: 95%;
    margin: 0 auto 8%;
  }
}
.p-hero__main-schedule-item {
  margin-top: 8%;
  transform: translateY(35px);
  opacity: 0;
}
body.is-load .p-hero__main-schedule-item {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-hero__main-schedule-item {
    margin: 0;
  }
  .p-hero__main-schedule-item + .p-hero__main-schedule-item {
    margin-left: 2%;
  }
}
@media screen and (max-width: 900px) and (max-width: 900px) {
  .p-hero__main-schedule-item + .p-hero__main-schedule-item {
    margin-left: 1%;
  }
}
.p-hero__main-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: 12.5%;
  width: 82%;
  max-width: 420px;
  transform: translateY(35px);
  opacity: 0;
}
body.is-load .p-hero__main-slider {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
@media screen and (max-width: 900px) {
  .p-hero__main-slider {
    padding-bottom: 21px;
    width: 74%;
    margin: 0 auto;
  }
}
.p-hero__main-slider .swiper-slide {
  display: block;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-hero__main-slider .swiper-slide:hover::before {
    opacity: 0.3;
  }
  .p-hero__main-slider .swiper-slide:hover img {
    transform: scale(1.03);
  }
}
.p-hero__main-slider .swiper-slide img {
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-hero__main-slider .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1;
}
.p-hero__main-slider .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
.p-hero__main-slider-pagination .swiper-pagination {
  top: auto !important;
  bottom: 0;
  width: 100%;
}
.p-hero__main-slider-pagination .swiper-pagination-bullet {
  margin: 0 11px !important;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .p-hero__main-slider-pagination .swiper-pagination-bullet:hover {
    background-color: #E9453B;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__main-slider-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 9px !important;
  }
}
.p-hero__main-slider-pagination .swiper-pagination-bullet-active {
  background: #E9453B !important;
}

.p-hero_kv {
  position: relative;
}
.p-hero_kv__changebtn {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  transform: rotate(90deg) translateY(1%);
}
body.is-load .p-hero_kv__changebtn {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s;
}
@media screen and (min-width: 768px) {
  body.is-load .p-hero_kv__changebtn {
    transform: rotate(90deg) translateY(-99%);
  }
}
@media screen and (max-width: 900px) {
  body.is-load .p-hero_kv__changebtn {
    background-color: #E0E4E7;
    transform: translateY(0);
    border-radius: 0 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-hero_kv__changebtn {
    transform-origin: left top;
  }
}
@media screen and (max-width: 900px) {
  .p-hero_kv__changebtn {
    transform: translateY(-100%);
    position: relative;
    left: 0;
  }
}
.p-hero_kv__changebtn-item {
  cursor: pointer;
  position: relative;
}
.p-hero_kv__changebtn-item-inner {
  padding: 7px 25px 6px 25px;
  background-color: #E0E4E7;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 900px) {
  .p-hero_kv__changebtn-item-inner {
    padding: 12px 27px 9px 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero_kv__changebtn-item-inner {
    padding: 9px 27px 6px 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero_kv__changebtn-item:hover .p-hero_kv__changebtn-item-inner {
    transform: translateY(4px);
  }
}
@media screen and (max-width: 900px) {
  .p-hero_kv__changebtn-item:hover .p-hero_kv__changebtn-item-inner {
    transform: translateY(0);
  }
}
.p-hero_kv__changebtn-item.is-current {
  pointer-events: none;
}
.p-hero_kv__changebtn-item.is-current .p-hero_kv__changebtn-item-inner {
  background-color: #E9453B;
}
.p-hero_kv__changebtn-item img {
  position: relative;
  z-index: 1;
}
.p-hero_kv__changebtn-item:nth-of-type(1) {
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-hero_kv__changebtn-item:nth-of-type(1) {
    width: 50%;
  }
}
.p-hero_kv__changebtn-item:nth-of-type(1) .p-hero_kv__changebtn-item-inner {
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 900px) {
  .p-hero_kv__changebtn-item:nth-of-type(1) .p-hero_kv__changebtn-item-inner {
    border-radius: 0 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-hero_kv__changebtn-item:nth-child(2) {
    transform: translateX(-14px);
  }
}
@media screen and (max-width: 900px) {
  .p-hero_kv__changebtn-item:nth-child(2) {
    transform: translateX(0);
  }
  .p-hero_kv__changebtn-item:nth-child(2) .p-hero_kv__changebtn-text {
    margin: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 900px) {
  .p-hero_kv__changebtn-item:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-hero_kv__changebtn-item:nth-child(2) .p-hero_kv__changebtn-item-inner {
    z-index: -1;
    padding: 7px 25px 6px 39px;
    border-radius: 0 20px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .p-hero_kv__changebtn-item:nth-child(2) .p-hero_kv__changebtn-item-inner {
    border-radius: 0 0 20px 0;
    padding: 12px 19% 9px 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero_kv__changebtn-item:nth-child(2) .p-hero_kv__changebtn-item-inner {
    border-radius: 0 0 20px 0;
    padding: 9px 16% 6px 28px;
  }
}
.p-hero_kv__changebtn-text {
  margin: 0 auto;
  position: relative;
  width: 73px;
}
@media screen and (max-width: 767px) {
  .p-hero_kv__changebtn-text {
    width: 62px;
  }
}
.p-hero_kv__changekv {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-hero_kv__changekv-base {
  opacity: 0;
}
.p-hero_kv__changekv-item {
  position: absolute;
  top: 0;
  left: 0;
}
.p-hero_kv__changekv-item.is-current img {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
  transition: transform 4s cubic-bezier(0.33, 1, 0.68, 1), filter 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-hero_kv__changekv-item img {
  transition: transform 4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, filter 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transform: scale(1.02);
  filter: blur(2px);
  opacity: 0;
}
.p-hero_kv__changebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  display: flex;
}
body.is-load .p-hero_kv__changebg .p-in_item:nth-of-type(1) {
  transform: translateY(-100%);
  transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1) 0.07s;
}
body.is-load .p-hero_kv__changebg .p-in_item:nth-of-type(2) {
  transform: translateY(-100%);
  transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1) 0.14s;
}
body.is-load .p-hero_kv__changebg .p-in_item:nth-of-type(3) {
  transform: translateY(-100%);
  transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1) 0.21s;
}
body.is-load .p-hero_kv__changebg .p-in_item:nth-of-type(4) {
  transform: translateY(-100%);
  transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1) 0.28s;
}
body.is-load .p-hero_kv__changebg .p-in_item:nth-of-type(5) {
  transform: translateY(-100%);
  transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1) 0.35s;
}
body.is-load .p-hero_kv__changebg .p-in_item:nth-of-type(6) {
  transform: translateY(-100%);
  transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1) 0.42s;
}
.p-hero_kv__changebg .p-in_item {
  width: 16.66%;
  transform: translateY(0);
}
.p-hero_kv__changebg .p-in_item.-oso {
  background: url(../img/common/bg_red.jpg) repeat top center;
  background-size: 150%;
}
.p-hero_kv__changebg .p-in_item.-kara {
  background: url(../img/common/bg_blue.jpg) repeat top center;
  background-size: 150%;
}
.p-hero_kv__changebg .p-in_item.-choro {
  background: url(../img/common/bg_green.jpg) repeat top center;
  background-size: 150%;
}
.p-hero_kv__changebg .p-in_item.-ichi {
  background: url(../img/common/bg_purple.jpg) repeat top center;
  background-size: 150%;
}
.p-hero_kv__changebg .p-in_item.-jushi {
  background: url(../img/common/bg_yellow.jpg) repeat top center;
  background-size: 150%;
}
.p-hero_kv__changebg .p-in_item.-todo {
  background: url(../img/common/bg_pink.jpg) repeat top center;
  background-size: 150%;
}
.p-hero_kv__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.p-hero_kv__catch-item {
  position: absolute;
}
.p-hero_kv__catch-item.-top {
  top: 0;
  right: 0;
  width: 4.3%;
  transform: translateY(15%) translateX(-84%);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
body.is-load .p-hero_kv__catch-item.-top {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1.1s;
  transition: clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1.1s;
  transition: clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1.1s, -webkit-clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1.1s;
}
@media screen and (max-width: 900px) {
  .p-hero_kv__catch-item.-top {
    transform: translateY(24%) translateX(-81%);
    width: 4.4%;
  }
}
.p-hero_kv__catch-item.-bottom {
  bottom: 0;
  left: 0;
  width: 8%;
  transform: translateY(-22%) translateX(43%);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
body.is-load .p-hero_kv__catch-item.-bottom {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  transition: clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  transition: clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1.2s, -webkit-clip-path 0.8s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
}
@media screen and (max-width: 900px) {
  .p-hero_kv__catch-item.-bottom {
    width: 8.4%;
    top: 0;
    bottom: 0;
    transform: translateY(26%) translateX(39%);
  }
}

.p-topnews {
  background-color: #E9453B;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-topnews {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-topnews {
    display: block;
    position: relative;
  }
}
.p-topnews__list {
  flex-grow: 1;
  width: 80%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topnews__list {
    z-index: 0;
  }
}
@media screen and (max-width: 1000px) {
  .p-topnews__list {
    width: 100%;
  }
}
.p-topnews__list-item {
  font-size: 16px;
  letter-spacing: -0.4px;
  height: 100%;
  opacity: 1;
}
.p-topnews__list-item:nth-of-type(1) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topnews__list-item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(10px);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: 0;
    pointer-events: none;
  }
  .p-topnews__list-item.is-current {
    transform: translateY(0);
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  }
}
@media screen and (max-width: 1000px) {
  .p-topnews__list-item {
    transform: translateY(0);
    position: relative;
    opacity: 1;
  }
  .p-topnews__list-item + .p-topnews__list-item {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-topnews__list-item {
    font-size: 13px;
  }
}
.p-topnews__list-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  height: 100%;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .p-topnews__list-item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1000px) {
  .p-topnews__list-item a {
    display: block;
    width: 100%;
  }
  .p-topnews__list-item a + .p-topnews__list-item a {
    margin-top: 12px;
  }
}
.p-topnews__news {
  overflow: hidden;
  padding: 28px 3% 23px;
  flex-grow: 1;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .p-topnews__news {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-topnews__news {
    padding: 30px 5% 27px;
  }
}
.p-topnews__news-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 6%;
  flex-shrink: 0;
}
@media screen and (max-width: 1300px) {
  .p-topnews__news-date {
    flex-direction: column;
    margin-right: 3%;
  }
}
@media screen and (max-width: 1000px) {
  .p-topnews__news-date {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-topnews__news-date {
    margin: 0 0 7px;
  }
}
.p-topnews__news-ttl {
  font-size: 15px;
  transform: translateY(-2px);
  flex-grow: 1;
  letter-spacing: 0.2px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topnews__news-ttl {
    font-size: 12px;
  }
}
.p-topnews__news-ttl .p-in_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .p-topnews__news-ttl .p-in_text {
    white-space: wrap;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
.p-topnews__news-more {
  flex-shrink: 0;
  width: 142px;
  text-align: center;
  background-color: #F7AB00;
  border-radius: 30px;
  flex-shrink: 0;
  margin-left: 4%;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-topnews__news-more:hover {
    animation: hover 0.6s linear;
  }
}
@media screen and (max-width: 1300px) {
  .p-topnews__news-more {
    flex-direction: column;
    margin-left: 2%;
    width: 125px;
  }
}
@media screen and (max-width: 1000px) {
  .p-topnews__news-more {
    margin: 29px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-topnews__news-more {
    width: 117px;
  }
}
.p-topnews__news-more a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000000;
  padding: 11px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  .p-topnews__news-more a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-topnews__news-more a {
    font-size: 12px;
    padding: 9px 5px 10px;
  }
}
.p-topnews__news-more a .p-in_text {
  vertical-align: baseline;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-topnews__official {
  flex-shrink: 0;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.6%;
  max-width: 396px;
  padding: 5px 2.5%;
}
@media screen and (max-width: 1300px) {
  .p-topnews__official {
    flex-direction: column;
    width: 23.6%;
  }
}
@media screen and (max-width: 1000px) {
  .p-topnews__official {
    width: 100%;
    max-width: none;
    flex-direction: row;
    padding: 27px 2.5%;
  }
}
.p-topnews__official-ttl {
  font-size: 15px;
  font-size: min(15px, 1.5vw);
  letter-spacing: 0.1px;
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-right: 11%;
}
@media screen and (max-width: 1300px) {
  .p-topnews__official-ttl {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .p-topnews__official-ttl {
    margin: 0 5% 0 0;
    font-size: 12px;
  }
}
.p-topnews__official-list {
  width: 122px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.p-topnews__official-list-item {
  width: 22px;
}
@media screen and (max-width: 767px) {
  .p-topnews__official-list-item {
    width: 15px;
  }
}
.p-topnews__official-list-item + .p-topnews__official-list-item {
  margin-left: 23.5%;
}
@media screen and (max-width: 767px) {
  .p-topnews__official-list-item + .p-topnews__official-list-item {
    margin-left: 26.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-topnews__official-list-item:hover svg {
    animation: hover 0.65s linear;
  }
}
.p-topnews__official-list-item svg {
  fill: #ffffff;
}

.p-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
}
.p-bg .p-colorbg {
  width: 33.33%;
}
.p-bg .p-colorbg.-oso {
  background: url(../img/common/bg_red.jpg) repeat top center;
  background-size: 750px;
  animation: loopbg 5s linear infinite both reverse;
}
.p-bg .p-colorbg.-kara {
  background: url(../img/common/bg_blue.jpg) repeat top center;
  background-size: 750px;
  animation: loopbg 5s linear infinite both;
}
.p-bg .p-colorbg.-choro {
  background: url(../img/common/bg_green.jpg) repeat top center;
  background-size: 750px;
  animation: loopbg 5s linear infinite both reverse;
}
.p-bg .p-colorbg.-ichi {
  background: url(../img/common/bg_purple.jpg) repeat top center;
  animation: loopbg 5s linear infinite both reverse;
  background-size: 750px;
}
.p-bg .p-colorbg.-jushi {
  background: url(../img/common/bg_yellow.jpg) repeat top center;
  background-size: 750px;
  animation: loopbg 5s linear infinite both;
}
.p-bg .p-colorbg.-todo {
  background: url(../img/common/bg_pink.jpg) repeat top center;
  background-size: 750px;
  animation: loopbg 5s linear infinite both reverse;
}

.p-cast {
  overflow: hidden;
  margin-bottom: 11.3%;
}
@media screen and (max-width: 767px) {
  .p-cast {
    margin-bottom: 23.2%;
  }
}
.p-cast__ttl {
  margin: 1% auto 6.3%;
  width: 80%;
  max-width: 1138px;
}
@media screen and (max-width: 767px) {
  .p-cast__ttl {
    margin: 2% auto 13.3%;
    width: 90%;
  }
}
.p-cast__box {
  position: relative;
}
.p-cast__box + .p-cast__box {
  margin-top: 14%;
}
@media screen and (max-width: 767px) {
  .p-cast__box + .p-cast__box {
    margin-top: 27%;
  }
}
.p-cast__box:nth-child(2)::before {
  content: "";
  width: 415%;
  height: 130%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 87%, 0 13%, 100% 0, 100% 100%);
  clip-path: polygon(0 87%, 0 13%, 100% 0, 100% 100%);
  background-color: #f3f7fa;
  opacity: 0.6;
  z-index: -1;
}
.p-cast__box-ttl {
  margin: 0 auto 40px;
  width: 25%;
  max-width: 258px;
  transform: translateY(30px);
  opacity: 0;
}
.p-cast__box.is-active .p-cast__box-ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cast__box-ttl {
    width: 38%;
    margin: 0 auto 7%;
  }
}
.p-cast__member {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 89%;
}
.p-cast__member.-other {
  justify-content: center;
}
.p-cast__member.-other .p-cast__member-item {
  width: 22.5%;
  text-align: center;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .p-cast__member.-other .p-cast__member-item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 7.2%;
  }
}
.p-cast__member-othercast {
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cast__member-othercast-chara {
    font-size: 13px;
  }
}
.p-cast__member-othercast-name {
  font-size: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-cast__member-othercast-name {
    margin-top: 0px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-cast__member {
    width: 100%;
  }
}
.p-cast__member-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 4.2%;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}
.p-cast__box.is-active .p-cast__member-item:nth-of-type(1) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.6s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.p-cast__box.is-active .p-cast__member-item:nth-of-type(2) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.7s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
.p-cast__box.is-active .p-cast__member-item:nth-of-type(3) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.p-cast__box.is-active .p-cast__member-item:nth-of-type(4) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.9s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
}
.p-cast__box.is-active .p-cast__member-item:nth-of-type(5) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1s;
}
.p-cast__box.is-active .p-cast__member-item:nth-of-type(6) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 1.1s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1.1s;
}
@media screen and (max-width: 767px) {
  .p-cast__member-item {
    margin-bottom: 12.2%;
    width: 46%;
    margin-right: 8%;
  }
  .p-cast__member-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-cast__member-item img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-cast__member-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.p-cast__member-thumb {
  border-radius: 190px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.p-cast__member-chara {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: translate(-10px, 11px);
}
@media screen and (max-width: 767px) {
  .p-cast__member-chara {
    transform: translate(-2px, 22px);
  }
}
.p-cast__member-chara.-oso .p-cast__member-chara-cast {
  background-color: #E9453B;
}
.p-cast__member-chara.-kara .p-cast__member-chara-cast {
  background-color: #017CC0;
}
.p-cast__member-chara.-choro .p-cast__member-chara-cast {
  background-color: #48C54F;
}
.p-cast__member-chara.-ichi .p-cast__member-chara-cast {
  background-color: #AD46DF;
}
.p-cast__member-chara.-jushi .p-cast__member-chara-cast {
  background-color: #F7AB00;
}
.p-cast__member-chara.-todo .p-cast__member-chara-cast {
  background-color: #F77ABE;
}
.p-cast__member-chara.-totoko .p-cast__member-chara-cast {
  background-color: #f53d94;
}
.p-cast__member-chara.-iyami .p-cast__member-chara-cast {
  background-color: #c623e9;
}
.p-cast__member-chara.-tibita .p-cast__member-chara-cast {
  background-color: #a9a255;
}
.p-cast__member-chara.-hashimoto .p-cast__member-chara-cast {
  background-color: #aacf00;
}
.p-cast__member-chara-name {
  display: inline-block;
  padding: 11px 32px 12px 25px;
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
  font-size: 32px;
  font-size: min(32px, 2vw);
}
@media screen and (max-width: 767px) {
  .p-cast__member-chara-name {
    padding: 9px 25px 10px 18px;
    font-size: 20px;
    font-size: min(20px, 5vw);
  }
}
.p-cast__member-chara-cast {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 33px 10px 26px;
  font-weight: 700;
  font-size: 14.5px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-cast__member-chara-cast {
    font-size: 10px;
    padding: 7px 18px 7px 18px;
  }
}
.p-cast__more {
  text-align: center;
  margin-top: -0.5%;
  transform: translateY(30px);
  opacity: 0;
}
.p-cast__more.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-cast__more {
    margin-top: 0.5%;
  }
}
.p-cast__more-text {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-cast__more-text {
    font-size: 15px;
    letter-spacing: -0.5px;
    margin-bottom: 7px;
  }
}
.p-cast__more-note {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-cast__more-note {
    font-size: 10.5px;
    letter-spacing: -0.5px;
  }
}

.p-schedule {
  padding-top: 114px;
  padding-bottom: 8.7%;
}
@media screen and (max-width: 767px) {
  .p-schedule {
    padding-top: 34%;
    padding-bottom: 21.5%;
  }
}
.p-schedule__ttl {
  max-width: 1062px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-schedule__list {
  margin: 0 auto;
  width: 100%;
  max-width: 1033px;
}
@media screen and (max-width: 767px) {
  .p-schedule__list {
    width: 100%;
  }
}
.p-schedule__list-item {
  background-color: #ffffff;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}
.p-schedule__list-item.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.p-schedule__list-item + .p-schedule__list-item {
  margin-top: 81px;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-item + .p-schedule__list-item {
    margin-top: 41px;
  }
}
.p-schedule__list-item-inner {
  padding: 54px 5.5%;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-item-inner {
    padding: 57px 9.4% 34px;
  }
}
.p-schedule__list-exhibition {
  position: absolute;
  top: -20px;
  right: -22px;
  font-weight: 900;
  font-size: 60px;
  font-size: min(60px, 5vw);
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  word-break: keep-all;
  padding: 14px min(68px, 4vw) 20px min(66px, 5vw);
}
@media screen and (max-width: 767px) {
  .p-schedule__list-exhibition {
    font-size: 29px;
    right: -10px;
    top: -11px;
    padding: 8px 35px 10px 36px;
  }
}
.p-schedule__list-head {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-head {
    margin-bottom: 22px;
  }
}
.p-schedule__list-date {
  font-family: "Montserrat", sans-serif;
  font-size: min(60px, 5vw);
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-date {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
.p-schedule__list-hall {
  font-size: 35px;
  font-size: min(35px, 3.5vw);
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-hall {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.p-schedule__list-access {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-access {
    font-size: 10px;
    line-height: 1.5;
  }
}
.p-schedule__list-accesslink {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-accesslink {
    margin-top: 12px;
  }
}
.p-schedule__list-accesslink a {
  text-decoration: none;
  display: inline-block;
  padding-left: 26px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #E9453B;
  font-size: 17px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-schedule__list-accesslink a:hover {
    animation: hover 0.65s linear;
  }
}
@media screen and (max-width: 767px) {
  .p-schedule__list-accesslink a {
    letter-spacing: 0;
    font-size: 10px;
    padding-left: 12px;
  }
}
.p-schedule__list-accesslink a::before {
  content: "";
  width: 17px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon_arrow-red.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-schedule__list-accesslink a::before {
    width: 10px;
    height: 8px;
  }
}
.p-schedule__timeline + .p-schedule__timeline {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-schedule__timeline + .p-schedule__timeline {
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .p-schedule__timeline-icon {
    max-width: 69px;
    margin: 0 auto;
  }
}
.p-schedule__timeline-table {
  display: flex;
  align-items: flex-end;
}
.p-schedule__timeline-table-left {
  height: 100%;
  width: 16.6%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-schedule__timeline-table-left {
    width: 23.6%;
  }
}
.p-schedule__timeline-table-right {
  flex-grow: 1;
}
.p-schedule__timeline-time-item {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  height: 60px;
  align-self: auto;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-schedule__timeline-time-item {
    height: 30px;
    font-size: 12px;
  }
}
.p-schedule__timeline-time-item:nth-of-type(2n) {
  background-color: #2B2B2B;
}
.p-schedule__timeline-time-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-schedule__timeline-time-inner .p-in_text {
  color: #ffffff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-schedule__timeline-date {
  display: flex;
  align-items: stretch;
}
.p-schedule__timeline-date-item {
  width: 20%;
  height: 60px;
  padding: 9px 10px 10px;
  text-align: center;
  background-color: #E9453B;
}
@media screen and (max-width: 767px) {
  .p-schedule__timeline-date-item {
    padding: 5px 10px 5px;
    width: 33.3%;
    height: 30px;
  }
}
.p-schedule__timeline-date-item + .p-schedule__timeline-date-item {
  margin-left: 1px;
}
.p-schedule__timeline-date-inner .p-in_text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .p-schedule__timeline-date-inner .p-in_text {
    font-size: 12px;
  }
}
.p-schedule__timeline-date-inner .p-in_week {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-schedule__timeline-date-inner .p-in_week {
    margin-top: 0px;
    font-size: 10px;
  }
}
.p-schedule__timeline-content {
  display: flex;
}
.p-schedule__timeline-content-area {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-schedule__timeline-content-area {
    height: 30px;
  }
}
.p-schedule__timeline-content-area:nth-of-type(2n) {
  background-color: #EBF3F6;
}
.p-schedule__timeline-content-item {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-schedule__timeline-content-item {
    width: 33.3%;
  }
}
.p-schedule__timeline-content-item + .p-schedule__timeline-content-item {
  margin-left: 1px;
}
.p-schedule__note {
  margin-top: 35px;
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-schedule__note {
    margin-top: 14px;
    font-size: 10px;
    line-height: 1.9;
  }
}
.p-schedule__note-item {
  text-indent: -1rem;
  padding-left: 1rem;
}
.p-schedule__other {
  line-height: 1.8;
  margin-top: 10px;
  padding-left: 7px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-schedule__other {
    display: block;
    padding: 0;
    line-height: 1.4;
  }
}
.p-schedule__other-fix {
  display: flex;
  align-items: center;
  color: #E9453B;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-schedule__other-fix {
    margin-bottom: 1px;
    font-size: 12px;
  }
}
.p-schedule__other-icon {
  width: 28px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-schedule__other-icon {
    width: 30px;
  }
}
.p-schedule__other a {
  text-decoration: none;
  color: #E9453B;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-schedule__other a {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-schedule__other a:hover {
    text-decoration: underline;
  }
}

.p-ticket {
  padding-top: 100px;
  padding-bottom: 8.4%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-ticket {
    padding-top: 31.5%;
    padding-bottom: 21.3%;
  }
}
.p-ticket__ttl {
  max-width: 666px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-ticket__ttl {
    width: 64%;
  }
}
.p-ticket__head {
  margin: 0 auto;
  width: 98%;
  max-width: 787px;
  transform: translateY(30px);
  opacity: 0;
}
.p-ticket__head + .p-ticket__head {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-ticket__head + .p-ticket__head {
    margin-top: 18px;
  }
}
.p-ticket__head.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 767px) {
  .p-ticket__head {
    width: 100%;
  }
}
.p-ticket__detail {
  margin: 60px auto 0;
  width: 98%;
  max-width: 1080px;
  background-color: #ffffff;
  transform: translateY(30px);
  opacity: 0;
}
.p-ticket__detail.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail {
    margin: 31px auto 0;
  }
}
.p-ticket__detail-inner {
  padding: 57px 5.5% 80px;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-inner {
    padding: 25px 5.5% 41px;
  }
}
.p-ticket__detail-ttl {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  font-size: min(40px, 4vw);
  color: #E9453B;
  margin-bottom: 43px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-ttl {
    margin-bottom: 17px;
    font-size: 20px;
  }
}
.p-ticket__detail-box + .p-ticket__detail-box {
  margin-top: 79px;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-box + .p-ticket__detail-box {
    margin-top: 35px;
  }
}
.p-ticket__detail-list {
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-list {
    margin-bottom: 20px;
  }
}
.p-ticket__detail-list-item {
  border-top: 2px solid #E0E4E7;
  padding: 27px 0 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-list-item {
    display: block;
    padding: 13px 0 12px;
    border-top: 1px solid #E0E4E7;
  }
}
.p-ticket__detail-list-item:last-of-type {
  border-bottom: 2px solid #E0E4E7;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-list-item:last-of-type {
    border-bottom: 1px solid #E0E4E7;
  }
}
.p-ticket__detail-list-ttl {
  flex-shrink: 0;
  font-size: 24px;
  font-size: min(24px, 2.5vw);
  margin-right: 4.5%;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-list-ttl {
    margin: 0 0 7px 0;
    font-size: 12px;
  }
}
.p-ticket__detail-list-text {
  flex-grow: 1;
  font-size: 24px;
  font-size: min(24px, 2.5vw);
  line-height: 1.5;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-list-text {
    font-size: 13px;
  }
}
.p-ticket__detail-btn {
  margin: 20px auto 0;
  width: 60%;
  max-width: 462px;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-btn {
    margin: 10px auto 0;
    width: 95%;
  }
}
.p-ticket__detail-other {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-other {
    margin-top: 3%;
  }
}
.p-ticket__detail-other-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .p-ticket__detail-other-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-other-item {
    margin-right: 0;
    width: 95%;
    margin: 0 auto 3%;
  }
}
.p-ticket__detail-warning {
  margin-top: 6.5%;
  border: 1px solid #E0E4E7;
  transform: translateY(30px);
  opacity: 0;
}
.p-ticket__detail-warning.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-warning {
    margin-top: 11.5%;
  }
}
.p-ticket__detail-warning-box + .p-ticket__detail-warning-box {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-warning-box + .p-ticket__detail-warning-box {
    margin-top: 10px;
  }
}
.p-ticket__detail-warning-inner {
  padding: 31px 4%;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-warning-inner {
    line-height: 1.75;
    padding: 15px 4%;
  }
}
.p-ticket__detail-warning-ttl {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-warning-ttl {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.p-ticket__detail-warning-text {
  font-size: 15px;
}
.p-ticket__detail-warning-text a {
  color: #E9453B;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-ticket__detail-warning-text a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .p-ticket__detail-warning-text {
    font-size: 11px;
  }
}

.p-ticket_warning__list {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-ticket_warning__list {
    margin-bottom: 15px;
  }
}
.p-ticket_warning__list-item {
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-ticket_warning__list-item {
    text-indent: -0.8rem;
    padding-left: 0.8rem;
  }
}

.p-ticket_head__body {
  display: flex;
  align-items: stretch;
}
.p-ticket_head__content {
  flex-grow: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
  padding: 40px 18% 40px 5%;
  min-height: 230px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ticket_head__content {
    min-height: 129px;
    border-radius: 5px 0 0 5px;
    padding: 18px 19% 18px 5%;
  }
}
.p-ticket_head__content.is-soldout::before {
  content: "";
  width: 128px;
  height: 68px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-13%, 14%);
  background: url(../img/ticket/icon_soldout.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-ticket_head__content.is-soldout::before {
    width: 65px;
    height: 37px;
    transform: translate(-2%, 30%);
  }
}
.p-ticket_head__content-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.p-ticket_head__content-category {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .p-ticket_head__content-category {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.p-ticket_head__content-price .p-in_price {
  font-weight: 900;
  font-size: 60px;
  font-size: min(60px, 6.5vw);
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-ticket_head__content-price .p-in_price {
    font-size: 34px;
  }
}
.p-ticket_head__content-price .p-in_caption {
  margin-top: 12px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-ticket_head__content-price .p-in_caption {
    font-size: 10px;
    margin-top: 6px;
  }
}
.p-ticket_head__content-note {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-ticket_head__content-note {
    margin-top: 7px;
  }
}
.p-ticket_head__content-note-item {
  line-height: 1.5;
  font-size: 15px;
  text-align: left;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-ticket_head__content-note-item {
    text-indent: -0.7rem;
    padding-left: 0.7rem;
    font-size: 10px;
  }
}
.p-ticket_head__code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  background-color: #E9453B;
  border-radius: 0 10px 10px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ticket_head__code {
    width: 12%;
  }
}
.p-ticket_head__code::before {
  content: "";
  width: 18%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ticket/img_deco-ticket02.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .p-ticket_head__code::before {
    width: 22%;
  }
}
.p-ticket_head__code-price {
  flex-shrink: 0;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .p-ticket_head__code-price {
    padding-left: 0;
    width: 35%;
    transform: translateX(13%);
  }
}

.p-movie {
  margin-bottom: 3.4%;
  overflow: hidden;
}
.p-movie__movie {
  position: relative;
  width: 100%;
  padding-top: 56.8%;
}
@media screen and (max-width: 767px) {
  .p-movie__movie {
    padding-top: 56.5%;
  }
}
.p-movie__movie .movie_swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__movie .movie_swiper .swiper-slide {
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-movie__movie .movie_swiper .swiper-slide:hover .p-movie__thumb {
    transform: scale(1.03);
  }
  .p-movie__movie .movie_swiper .swiper-slide:hover .p-movie__thumb::before {
    opacity: 0.8;
  }
}
.p-movie__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(http://img.youtube.com/vi/edwCOZw1Zq8/maxresdefault.jpg) no-repeat center center;
  background-size: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-movie__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-movie__ui {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 5.5%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-movie__ui {
    padding-top: 0;
  }
}
.p-movie__ui-play {
  width: 194px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-movie__ui-play {
    width: 100px;
  }
}
.p-movie__ui-play::before {
  content: "";
  width: 101%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/movie/icon_play-red.svg) no-repeat center center;
  background-size: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-movie__ui-play::before {
    width: 103%;
    height: 103%;
  }
}
.swiper-slide.is-progress .p-movie__ui-play::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 4.5s linear 0.6s;
  transition: clip-path 4.5s linear 0.6s;
  transition: clip-path 4.5s linear 0.6s, -webkit-clip-path 4.5s linear 0.6s;
}
.p-movie__ui-play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/movie/icon_play.svg) no-repeat center center;
  background-size: contain;
}
.p-movie__ui-ttl {
  display: inline-block;
  margin: 0 auto;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  padding: 16px 29px 18px;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .p-movie__ui-ttl {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: -0.5px;
    padding: 9px 29px 10px;
  }
}
.p-movie__navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-none .p-movie__navigation {
  opacity: 0;
}
.p-movie__navigation .swiper-button-prev, .p-movie__navigation .swiper-button-next {
  margin-top: 0;
  cursor: pointer;
}
.p-movie__navigation .swiper-button-prev {
  left: 37px;
  top: 32px;
  width: 77px;
  height: 56px;
  background: url(../img/common/icon_prav.svg) no-repeat center center;
  background-size: contain;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .p-movie__navigation .swiper-button-prev:hover {
    transform: translateX(-10px) scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .p-movie__navigation .swiper-button-prev {
    left: 20px;
    top: 13px;
    width: 36px;
    height: 33px;
  }
}
.p-movie__navigation .swiper-button-next {
  bottom: 32px;
  right: 37px;
  top: auto;
  width: 77px;
  height: 56px;
  background: url(../img/common/icon_next.svg) no-repeat center center;
  background-size: contain;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .p-movie__navigation .swiper-button-next:hover {
    transform: translateX(10px) scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .p-movie__navigation .swiper-button-next {
    width: 36px;
    height: 33px;
    right: 20px;
    bottom: 13px;
  }
}
.p-movie__youtube {
  background-color: #E9453B;
  position: relative;
  transition: background-color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-movie__youtube::before {
  content: "YouTube Channel";
  position: absolute;
  width: 100%;
  text-align: center;
  letter-spacing: 27px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  font-family: "Montserrat", sans-serif;
  font-size: 7.5vw;
  color: #ffffff;
  opacity: 0.3;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-movie__youtube::before {
    letter-spacing: 17px;
    font-size: 13.5vw;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  .p-movie__youtube:hover {
    background-color: #000000;
  }
  .p-movie__youtube:hover .p-movie__youtube-btn {
    animation: hover 0.6s linear;
  }
}
.p-movie__youtube a {
  text-decoration: none;
  color: #000000;
}
.p-movie__youtube-inner {
  position: relative;
  padding: 41px;
}
@media screen and (max-width: 767px) {
  .p-movie__youtube-inner {
    padding: 38px 5% 40px;
  }
}
.p-movie__youtube-btn {
  text-align: center;
  background-color: #ffffff;
  border-radius: 100px;
  margin: 0 auto;
  width: 60%;
  max-width: 553px;
}
@media screen and (max-width: 767px) {
  .p-movie__youtube-btn {
    width: 82%;
  }
}
.p-movie__youtube-btn-inner {
  display: block;
  padding: 18px 16%;
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 7px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-movie__youtube-btn-inner {
    letter-spacing: 2px;
    font-size: 13px;
    padding: 8px 16%;
  }
}
.p-movie__youtube-btn-inner::before, .p-movie__youtube-btn-inner::after {
  content: "";
  width: 41px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/movie/icon_matsu.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-movie__youtube-btn-inner::before, .p-movie__youtube-btn-inner::after {
    width: 21px;
    height: 13px;
  }
}
.p-movie__youtube-btn-inner::before {
  left: 6%;
}
.p-movie__youtube-btn-inner::after {
  right: 6%;
}

.p-staff {
  padding-top: 5%;
  padding-bottom: 8.1%;
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding-top: 10%;
    padding-bottom: 24.1%;
  }
}
.p-staff__ttl {
  width: 300px;
  margin: 0 auto 51px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  letter-spacing: 22px;
  border: 2px solid #000000;
  padding: 15px;
  transform: translateY(30px);
  opacity: 0;
}
.is-active .p-staff__ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-staff__ttl {
    width: 226px;
    font-size: 22px;
    letter-spacing: 23px;
    padding: 11px;
    margin: 0 auto 17px;
    border: 1px solid #000000;
  }
}
.p-staff__ttl h2 {
  font-weight: 400;
  transform: translateX(6%);
}
.p-staff__list {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-staff__list {
    display: block;
  }
}
.p-staff__list + .p-staff__list {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-staff__list + .p-staff__list {
    margin-top: 19px;
  }
}
.p-staff__list-item {
  text-align: center;
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .p-staff__list-item {
    width: 100%;
  }
  .p-staff__list-item + .p-staff__list-item {
    margin-top: 9px;
  }
}
.p-staff__list-item.max-width {
  width: 100%;
}
.p-staff__list-item .is-small {
  vertical-align: baseline;
  display: inline-block;
  font-size: 12px;
  transform: translateY(-12px);
}
@media screen and (max-width: 767px) {
  .p-staff__list-item .is-small {
    font-size: 10px;
    transform: translateY(-7px);
  }
}
.p-staff__list-caption {
  font-size: 16px;
  font-size: min(16px, 1.8vw);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-staff__list-caption {
    font-size: 13px;
  }
}
.p-staff__list-name {
  font-weight: 700;
  font-size: 19px;
  font-size: min(19px, 1.85vw);
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-staff__list-name {
    font-size: 16px;
  }
}
.p-staff__main {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1050px;
  padding-bottom: 54px;
  line-height: 1.8;
  transform: translateY(30px);
  opacity: 0;
}
.p-staff__main.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-staff__main {
    padding-bottom: 32px;
    width: 100%;
  }
  .p-staff__main .p-staff__list-item + .p-staff__list-item {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__main .p-staff__list-name {
    font-size: 16px;
  }
}
.p-staff__sub {
  line-height: 1.75;
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
  text-align: center;
  border-top: 2px solid #E0E4E7;
  border-bottom: 2px solid #E0E4E7;
  padding-top: 49px;
  padding-bottom: 18px;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-staff__sub {
    line-height: 1.5;
  }
}
.p-staff__sub.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-staff__sub .p-staff__list-item {
  margin-bottom: 22px;
  width: 20%;
}
.p-staff__sub .p-staff__list-item .is-small {
  vertical-align: baseline;
  display: inline-block;
  font-size: 11px;
  transform: translateY(-12px);
}
@media screen and (max-width: 767px) {
  .p-staff__sub .p-staff__list-item .is-small {
    font-size: 10px;
    transform: translateY(-2px) scale(0.9);
  }
}
@media screen and (min-width: 768px) {
  .p-staff__sub .p-staff__list-name {
    font-size: min(18px, 1.65vw);
  }
}
@media screen and (min-width: 768px) {
  .p-staff__sub .p-staff__list-caption {
    font-size: min(15px, 1.5vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staff__sub {
    padding-top: 35px;
    width: 100%;
  }
  .p-staff__sub .p-staff__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .p-staff__sub .p-staff__list-item {
    width: 33.3%;
    margin: 0 0 13px 0;
  }
  .p-staff__sub .p-staff__list-item.max-width {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-staff__sub .p-staff__list-item.max-width {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__sub .p-staff__list-caption {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__sub .p-staff__list-name {
    letter-spacing: 0;
    font-size: 12px;
  }
}
.p-staff__host {
  line-height: 1.8;
  padding-top: 51px;
  transform: translateY(30px);
  opacity: 0;
}
.p-staff__host.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-staff__host {
    padding-top: 36px;
  }
}