@charset "UTF-8";
@keyframes loop_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loop_circle2 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes shootingStar-slide {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    transform: translateY(600px);
  }
  100% {
    opacity: 0;
    transform: translateY(600px);
  }
}
@keyframes shootingStar-slide-sp {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    transform: translateY(150px);
  }
  100% {
    opacity: 0;
    transform: translateY(150px);
  }
}
@keyframes loopTitle {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes down_animation {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(88px);
    opacity: 0;
  }
}
@keyframes down_animation-scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes top_logo {
  0% {
    transform: rotateY(400deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes modal_fadein {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modal_fadein-line {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes modal_fadein-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 899px) {
  .l-main__cap {
    line-height: 1.1;
  }
}

.l-main__head-ttl-item {
  animation: loopTitle 55s linear infinite both !important;
}

.p-novelty__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.p-novelty__menu {
  margin-bottom: 64px;
}
@media screen and (max-width: 899px) {
  .p-novelty__menu {
    margin-bottom: 36px;
  }
}
.p-novelty__menu-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  max-width: 1030px;
}
@media screen and (max-width: 899px) {
  .p-novelty__menu-list {
    width: 100%;
  }
}
.p-novelty__menu-list-item {
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 1.5%;
  text-align: center;
  position: relative;
  background-color: rgba(5, 20, 61, 0.8);
  overflow: hidden;
  transform: translateY(15px);
  opacity: 0;
}
.p-novelty__menu-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(70, 94, 162, 0.8);
  pointer-events: none;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.85s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-novelty__menu-list-item:nth-child(1) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
.is-load .p-novelty__menu-list-item:nth-child(2) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.4s;
}
.is-load .p-novelty__menu-list-item:nth-child(3) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
.is-load .p-novelty__menu-list-item:nth-child(4) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.6s;
}
.is-load .p-novelty__menu-list-item:nth-child(5) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.7s;
}
.is-load .p-novelty__menu-list-item:nth-child(6) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.8s;
}
.is-load .p-novelty__menu-list-item:nth-child(7) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.9s;
}
.is-load .p-novelty__menu-list-item:nth-child(8) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1s;
}
.is-load .p-novelty__menu-list-item:nth-child(9) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.1s;
}
.is-load .p-novelty__menu-list-item:nth-child(10) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 1.2s;
}
@media screen and (min-width: 900px) {
  .p-novelty__menu-list-item:nth-child(4n) {
    margin-right: 0;
  }
  .p-novelty__menu-list-item:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (max-width: 899px) {
  .p-novelty__menu-list-item {
    width: 48.7%;
    margin-right: 2%;
  }
  .p-novelty__menu-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-novelty__menu-list-item a {
  display: block;
  padding: 12px 4%;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 899px) {
  .p-novelty__menu-list-item a {
    padding: 12px 5%;
  }
}
.p-novelty__menu-list-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 6%;
  width: 10px;
  height: 100%;
  background: url(../img/common/arrow_white.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-novelty__menu-list-item::after {
    width: 6px;
  }
}
.p-novelty__menu-list-item .p-in_text {
  position: relative;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 899px) {
  .p-novelty__menu-list-item .p-in_text {
    font-size: 11px;
    letter-spacing: 0.5px;
    transform: translateX(-3px);
  }
}
.p-novelty__head {
  color: #fff;
}
.p-novelty__head-lead {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-size: 25px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  transform: translateY(18px);
  opacity: 0;
}
.is-load .p-novelty__head-lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .p-novelty__head-lead {
    font-size: 16px;
    font-size: min(16px, 4.5vw);
    letter-spacing: 0.5px;
  }
}
.p-novelty__head-lead .p-in_catch {
  font-weight: 500;
  font-size: 38px;
  background: linear-gradient(90deg, #fcc4a8 48%, #ffceda 50%, #dea2dd 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 899px) {
  .p-novelty__head-lead .p-in_catch {
    line-height: 1.3;
    font-size: 21px;
    font-size: min(21px, 5.5vw);
    margin: 6px 0 10px;
  }
}
.p-novelty__head-note {
  margin-top: 26px;
  text-align: center;
  transform: translateY(18px);
  opacity: 0;
}
.is-load .p-novelty__head-note {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .p-novelty__head-note {
    margin-top: 20px;
  }
}
.p-novelty__head-note-item {
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 899px) {
  .p-novelty__head-note-item {
    font-size: 11px;
    line-height: 1.9;
    letter-spacing: 1px;
  }
}
.p-novelty__head-schedule {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 29px 2.8% 27px;
  line-height: 1.6;
  margin: 24px auto 0;
  width: 90%;
  transform: translateY(18px);
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .p-novelty__head-schedule {
    max-width: 600px;
  }
}
@media screen and (max-width: 899px) {
  .p-novelty__head-schedule {
    width: 99%;
    padding: 23px 0 24px;
    margin: 18px auto 0;
  }
}
.is-load .p-novelty__head-schedule {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
.p-novelty__head-schedule-item {
  font-size: 14px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 899px) {
  .p-novelty__head-schedule-item {
    font-size: 12px;
  }
}
.p-novelty__head-schedule-item + .p-novelty__head-schedule-item {
  margin-top: 8px;
}
@media screen and (max-width: 899px) {
  .p-novelty__head-schedule-item + .p-novelty__head-schedule-item {
    margin-top: 15px;
  }
}
.p-novelty__head-schedule-item .p-in_ttl {
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .p-novelty__head-schedule-item .p-in_ttl {
    display: block;
    margin-bottom: 5px;
  }
}
.p-novelty__head-catch {
  text-align: center;
  margin-top: 36px;
  transform: translateY(18px);
  opacity: 0;
}
.is-load .p-novelty__head-catch {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.7s;
}
@media screen and (max-width: 899px) {
  .p-novelty__head-catch {
    margin-top: 20px;
  }
}
.p-novelty__head-catch-text {
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #fff;
  padding: 10px 21px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 899px) {
  .p-novelty__head-catch-text {
    font-size: 13px;
    padding: 9px 14px;
    letter-spacing: 1.5px;
  }
}
.p-novelty__content {
  margin: 0 auto;
  width: 90%;
  margin-top: 68px;
  max-width: 1040px;
}
@media screen and (max-width: 899px) {
  .p-novelty__content {
    width: 99%;
    margin-top: 41px;
  }
}
.p-novelty__box {
  color: #fff;
  border: 1px solid rgba(5, 20, 61, 0.8);
  transform: translateY(18px);
  opacity: 0;
}
.p-novelty__box.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-novelty__box + .p-novelty__box {
  margin-top: 60px;
}
@media screen and (max-width: 899px) {
  .p-novelty__box + .p-novelty__box {
    margin-top: 30px;
  }
}
.p-novelty__box-head {
  background-color: rgba(5, 20, 61, 0.8);
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  padding: 13px 3.8% 17px;
  line-height: 1.6;
  font-size: 19px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .p-novelty__box-head {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 8px 3.8% 12px;
  }
}
@media screen and (min-width: 900px) {
  .p-novelty__box-head-text {
    margin-right: 19px;
  }
}
.p-novelty__box-head-note {
  font-size: 13px;
  letter-spacing: 1px;
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 899px) {
  .p-novelty__box-head-note {
    font-size: 10px;
    margin-top: 1px;
  }
}
.p-novelty__box-detail {
  padding: 3% 3.8% 5.3%;
}
@media screen and (max-width: 899px) {
  .p-novelty__box-detail {
    padding: 6% 4% 11.3%;
  }
}
.p-novelty__line {
  border-top: 1px solid rgba(5, 20, 61, 0.8);
  margin: 36px 0 34px;
}
@media screen and (max-width: 899px) {
  .p-novelty__line {
    margin: 32px 0 23px;
  }
}

.p-novelty_data {
  line-height: 1.6;
}
.p-novelty_data__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__ttl {
    margin-bottom: 10px;
  }
}
.p-novelty_data__ttl-text {
  font-weight: 700;
  font-size: 23px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  background: linear-gradient(90deg, #fcc4a8 48%, #ffceda 50%, #dea2dd 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__ttl-text {
    font-size: 15px;
  }
}
.p-novelty_data__text {
  font-size: 16px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__text {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.p-novelty_data__thumb-item {
  width: 100%;
}
.p-novelty_data__thumb-item + .p-novelty_data__thumb-item {
  margin-top: 3%;
}
.p-novelty_data__thumb-item img {
  margin: 0 auto;
}
.p-novelty_data__note {
  margin-top: 26px;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__note {
    margin-top: 17px;
  }
}
.p-novelty_data__note-item {
  text-indent: -0.7rem;
  padding-left: 0.7rem;
  font-size: 12.5px;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__note-item {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
  .p-novelty_data__note-item + .p-novelty_data__note-item {
    margin-top: 5px;
  }
}
.p-novelty_data__foot-ttl {
  margin-bottom: 7px;
}
.p-novelty_data__foot-ttl .p-in_ttl {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
  font-size: 19px;
  background: linear-gradient(90deg, #fcc4a8 48%, #ffceda 50%, #dea2dd 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__foot-ttl .p-in_ttl {
    font-size: 14px;
  }
}
.p-novelty_data__foot-text {
  font-size: 16px;
}
@media screen and (max-width: 899px) {
  .p-novelty_data__foot-text {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

.p-ticket__box-link {
  margin: 17px 0 0;
  width: 80%;
  max-width: 400px;
}
@media screen and (max-width: 899px) {
  .p-ticket__box-link {
    width: 100%;
    margin-top: 9px;
  }
}