:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

.p-novelty__menu-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  max-width: 990px;
}
@media screen and (max-width: 899px) {
  .p-novelty__menu-list {
    width: 100%;
  }
}
.p-novelty__menu-list-item {
  width: 24.3%;
  margin-right: 0.9%;
  margin-bottom: 1%;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-novelty__menu-list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-novelty__menu-list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.is-load .p-novelty__menu-list-item:nth-child(2) {
  transition-delay: 0.42s;
}
.is-load .p-novelty__menu-list-item:nth-child(3) {
  transition-delay: 0.54s;
}
.is-load .p-novelty__menu-list-item:nth-child(4) {
  transition-delay: 0.66s;
}
.is-load .p-novelty__menu-list-item:nth-child(5) {
  transition-delay: 0.78s;
}
.is-load .p-novelty__menu-list-item:nth-child(6) {
  transition-delay: 0.9s;
}
.is-load .p-novelty__menu-list-item:nth-child(7) {
  transition-delay: 1.02s;
}
.is-load .p-novelty__menu-list-item:nth-child(8) {
  transition-delay: 1.14s;
}
.is-load .p-novelty__menu-list-item:nth-child(9) {
  transition-delay: 1.26s;
}
.is-load .p-novelty__menu-list-item:nth-child(10) {
  transition-delay: 1.38s;
}
.is-load .p-novelty__menu-list-item:nth-child(11) {
  transition-delay: 1.5s;
}
.is-load .p-novelty__menu-list-item:nth-child(12) {
  transition-delay: 1.62s;
}
.is-load .p-novelty__menu-list-item:nth-child(13) {
  transition-delay: 1.74s;
}
.is-load .p-novelty__menu-list-item:nth-child(14) {
  transition-delay: 1.86s;
}
.is-load .p-novelty__menu-list-item:nth-child(15) {
  transition-delay: 1.98s;
}
.is-load .p-novelty__menu-list-item:nth-child(16) {
  transition-delay: 2.1s;
}
.is-load .p-novelty__menu-list-item:nth-child(17) {
  transition-delay: 2.22s;
}
.is-load .p-novelty__menu-list-item:nth-child(18) {
  transition-delay: 2.34s;
}
.is-load .p-novelty__menu-list-item:nth-child(19) {
  transition-delay: 2.46s;
}
.is-load .p-novelty__menu-list-item:nth-child(20) {
  transition-delay: 2.58s;
}
@media screen and (min-width: 900px) {
  .p-novelty__menu-list-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-novelty__menu-list-item {
    width: 48.7%;
    margin-right: 2%;
    margin-bottom: 1.5%;
  }
  .p-novelty__menu-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-novelty__menu-list-item:last-of-type {
  margin-right: 0;
}
.p-novelty__menu-list-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8%;
  width: 1rem;
  height: 100%;
  background: url(../img/common/arrow.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: 0.85rem;
    right: 5%;
  }
}
.p-novelty__menu-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b39242;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .p-novelty__menu-list-item:hover::before {
    opacity: 0.6;
  }
}
.p-novelty__menu-list-item a {
  padding: 1.2rem 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  text-decoration: none;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 899px) {
  .p-novelty__menu-list-item a {
    padding: 7px 12% 8px;
  }
}
.p-novelty__menu-list-item .p-in_text {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 899px) {
  .p-novelty__menu-list-item .p-in_text {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

.p-novelty_blocks {
  width: 100%;
  margin: 0 auto;
  margin-top: 79px;
  max-width: 1160px;
}
@media screen and (max-width: 899px) {
  .p-novelty_blocks {
    width: 100%;
    margin-top: 34px;
  }
}

.p-novelty_block {
  transform: translateY(35px);
  opacity: 0;
}
.p-novelty_block.is-active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-novelty_block + .p-novelty_block {
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  .p-novelty_block + .p-novelty_block {
    margin-top: 19px;
  }
}
.p-novelty_block .no-margin {
  margin-top: 0;
}
@media screen and (max-width: 899px) {
  .p-novelty_block .no-margin {
    margin-top: 4px;
  }
}
.p-novelty_block__head {
  text-align: center;
  position: relative;
}
.p-novelty_block__head-base img {
  width: 100%;
}
.p-novelty_block__head-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 7.8%;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__head-ttl {
    padding-top: 23.8%;
  }
}
.p-novelty_block__head-ttl .p-in_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.3% 5% 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.3rem;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__head-ttl .p-in_text {
    flex-direction: column;
    justify-content: center;
    font-size: 1.8rem;
  }
}
.p-novelty_block__head-ttl .p-in_text .is-small {
  font-size: 1.4rem;
  padding-left: 2.8rem;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__head-ttl .p-in_text .is-small {
    padding-left: 0;
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
.p-novelty_block__content {
  z-index: 1;
  position: relative;
}
.p-novelty_block__content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/ticket/frm_repeat_pc_v2.png) repeat-y top center;
  background-size: 100% auto;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__content::before {
    background: url(../img/ticket/frm_repeat_sp_v2.png) repeat-y top center;
    background-size: 100% auto;
  }
}
.p-novelty_block__content-inner {
  position: relative;
  padding: 2.2rem 6rem 0;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__content-inner {
    padding: 22px 21px 0;
  }
}
.p-novelty_block__thumb {
  margin-bottom: 26px;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__thumb {
    margin-bottom: 22px;
  }
}
.p-novelty_block__thumb img {
  width: 100%;
}
.p-novelty_block__thumb-item {
  width: 100%;
  position: relative;
}
.p-novelty_block__thumb-item.-movie {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  cursor: pointer;
}
.p-novelty_block__thumb-item.-movie::before, .p-novelty_block__thumb-item.-movie::after {
  content: "";
  width: 20%;
  padding-top: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__thumb-item.-movie::before, .p-novelty_block__thumb-item.-movie::after {
    width: 25%;
    padding-top: 25%;
  }
}
.p-novelty_block__thumb-item.-movie::before {
  background: url(../img/common/btn_play01.png) no-repeat center center;
  background-size: contain;
}
.p-novelty_block__thumb-item.-movie::after {
  background: url(../img/common/btn_play02.png) no-repeat center center;
  background-size: contain;
}
.is-load .p-novelty_block__thumb-item.-movie::after {
  animation: loop_rotate2 10s linear infinite;
}
@media screen and (min-width: 900px) {
  .p-novelty_block__thumb-item.-movie:hover .p-novelty_block__thumb-img {
    transform: scale(1.05);
  }
  .p-novelty_block__thumb-item.-movie:hover .p-novelty_block__thumb-img::before {
    opacity: 0.5;
  }
}
.p-novelty_block__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-novelty_block__thumb-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #091d46;
  opacity: 0.3;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-novelty_block__ttl {
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__ttl {
    line-height: 1.3;
  }
}
.p-novelty_block__ttl-text {
  font-size: 2.4rem;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #e9578b 0%, #e6885e 50%, #e9578b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-novelty_block__ttl-text.-small {
  font-size: 2rem;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__ttl-text.-small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 899px) {
  .p-novelty_block__ttl-text {
    font-size: 1.8rem;
    letter-spacing: -0.5px;
  }
}
.p-novelty_block__line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 38px 0 32px;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__line {
    margin: 31px 0 27px;
  }
}
.p-novelty_block__boxtxt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  padding: 7px 11px;
  margin-top: 20px;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__boxtxt {
    margin-top: 17px;
    padding: 0.6rem 0.8rem;
    font-size: 1.2rem;
  }
}
.p-novelty_block__text {
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__text {
    line-height: 1.7;
    margin-top: 16px;
    font-size: 1.3rem;
  }
}
.p-novelty_block__note {
  margin-top: 15px;
}
.p-novelty_block__note-list-item {
  line-height: 1.6;
  font-size: 1.2rem;
  text-indent: -1rem;
  padding-left: 1rem;
}
.p-novelty_block__note-list-item + .p-novelty_block__note-list-item {
  margin-top: 1px;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__note-list-item {
    font-size: 1.1rem;
  }
  .p-novelty_block__note-list-item + .p-novelty_block__note-list-item {
    margin-top: 4px;
  }
}
.p-novelty_block__video {
  margin-top: 20px;
}
.p-novelty_block__btn {
  width: 400px;
  margin-top: 20px;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__btn {
    width: 100%;
    margin-top: 25px;
  }
}
.p-novelty_block__btn .c-btn {
  position: relative;
}
.p-novelty_block__btn .c-btn__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-novelty_block__btn .c-btn__text {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-novelty_block__foot {
  position: relative;
  margin-top: -5%;
}
@media screen and (max-width: 899px) {
  .p-novelty_block__foot {
    margin-top: -11%;
  }
}
.p-novelty_block iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 900px) {
  .p-novelty_block iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 899px) {
  .p-novelty_block iframe {
    height: 51.73vw !important;
  }
}