@keyframes theaterBnrIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bnrBookMove {
  0% {
    transform: rotate(-10deg);
    transform-origin: bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  55% {
    transform: rotate(-14deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  65% {
    transform: rotate(-14deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes theaterKira1 {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}
@keyframes theaterKira2 {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}
@media (max-width: 834px) {
  .theater .l-footer {
    background-color: #000;
    z-index: 2;
  }
}

.theater__bnr {
  animation: theaterBnrIn 1s 1.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  background-color: #FFF000;
  border-radius: 100%;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
  height: 38.67vw;
  opacity: 0;
  transform: scale(1.1);
  width: 38.67vw;
  z-index: 2;
  position: fixed;
  bottom: 2.34vw;
  right: 2.34vw;
}
@media (min-width: 835px) {
  .theater__bnr {
    animation-delay: 1.2s;
    animation-duration: 1.2s;
    height: 198px;
    width: 198px;
    position: fixed;
    bottom: 22px 28px;
  }
}

.theater__bnr__cont {
  position: relative;
}

.theater__bnr__txt {
  height: 25.78vw;
  width: 28.12vw;
  position: absolute;
  top: 9.11vw;
  left: 8.46vw;
}
@media (min-width: 835px) {
  .theater__bnr__txt {
    height: 132px;
    width: 144px;
    position: absolute;
    top: 46px;
    left: 39px;
  }
}

.theater__bnr__book {
  animation: bnrBookMove 3.2s 2s cubic-bezier(0.47, 0, 0.745, 0.715) infinite;
  background: url(/omnibus/assets/img/page/theater/bnr/ph_jacket.png) no-repeat 0 0/100%;
  height: 24.6vw;
  transform: rotate(-10deg);
  transform-origin: bottom;
  width: 18.22vw;
  position: absolute;
  top: 5.85vw;
  left: -1.83vw;
}
@media (min-width: 835px) {
  .theater__bnr__book {
    height: 124px;
    width: 92px;
    position: absolute;
    top: 32px;
    left: -10px;
  }
}

.theater__bnr__kira {
  animation: theaterKira1 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
  background: url(/omnibus/assets/img/page/theater/bnr/ph_kira.svg) no-repeat 0 0/100%;
  height: 3.12vw;
  opacity: 0;
  transform: scale(0.8);
  width: 3.12vw;
}
@media (min-width: 835px) {
  .theater__bnr__kira {
    height: 15px;
    width: 15px;
  }
}
.theater__bnr__kira.-k1 {
  position: absolute;
  top: 3.51vw;
  left: 14.19vw;
}
@media (min-width: 835px) {
  .theater__bnr__kira.-k1 {
    position: absolute;
    top: 20px;
    left: 68px;
  }
}
.theater__bnr__kira.-k2 {
  animation: theaterKira2 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
  animation-delay: 0.5s;
  height: 4.42vw;
  width: 4.42vw;
  position: absolute;
  top: 20.83vw;
  left: 29.94vw;
}
@media (min-width: 835px) {
  .theater__bnr__kira.-k2 {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 105px;
    left: 150px;
  }
}
.theater__bnr__kira.-k3 {
  animation-delay: 0.5s;
  position: absolute;
  top: 19.53vw;
  left: 33.85vw;
}
@media (min-width: 835px) {
  .theater__bnr__kira.-k3 {
    position: absolute;
    top: 98px;
    left: 168px;
  }
}
.theater__bnr__kira.-k4 {
  animation-delay: 1s;
  position: absolute;
  top: 33.2vw;
  left: 12.89vw;
}
@media (min-width: 835px) {
  .theater__bnr__kira.-k4 {
    position: absolute;
    top: 170px;
    left: 64px;
  }
}

.theater__nav {
  display: grid;
  gap: 8px;
}
@media (max-width: 834px) {
  .theater__nav {
    grid-template-columns: repeat(3, 1fr);
    margin: 35px auto 0;
    width: max(83.33vw, 280px);
  }
}
@media (min-width: 835px) {
  .theater__nav {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 50px;
  }
}
@media (min-width: 1281px) {
  .theater__nav {
    grid-template-columns: repeat(10, 1fr);
  }
}

.theater__nav__item {
  border: 1px solid #FFF;
  border-radius: 999px;
  clip-path: inset(0 100% 0 0);
  color: #FFF;
  font-weight: bold;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  transition: all 0.25s 0.3s ease-out;
}
@media (max-width: 834px) {
  .theater__nav__item:nth-child(n+4) {
    margin-top: 5px;
  }
}
.theater__nav__item a {
  display: block;
  position: relative;
}
@media (max-width: 834px) {
  .theater__nav__item a {
    font-size: 0.6875rem;
    padding: 4px 0;
  }
}
@media (min-width: 835px) {
  .theater__nav__item a {
    font-size: 0.875rem;
    padding: 4px 0;
  }
  .theater__nav__item a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.theater__nav__item a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  background: url(/omnibus/assets/img/page/theater/nav_arrow.svg) 0 0/100% auto no-repeat;
  content: "";
  display: block;
  transform: translate(0, -50%);
}
@media (max-width: 834px) {
  .theater__nav__item a::after {
    height: 1.04vw;
    right: 2.08vw;
    width: 1.69vw;
  }
}
@media (min-width: 835px) {
  .theater__nav__item a::after {
    height: 8px;
    width: 13px;
  }
}
.-ready .theater__nav__item {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.theater__tab {
  display: flex;
  position: relative;
}
@media (max-width: 834px) {
  .theater__tab {
    gap: 8px;
    justify-content: center;
    margin: 1.95vw auto 0;
    width: max(83.33vw, 280px);
  }
}
@media (min-width: 835px) {
  .theater__tab {
    gap: 10px;
    margin-top: 30px;
  }
}

.theater__tab__item {
  border: 1px solid #C45AFF;
  border-radius: 9999px;
  color: #C45AFF;
  display: inline-block;
  font-weight: 900;
  opacity: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 834px) {
  .theater__tab__item {
    font-size: 0.875rem;
    height: 24px;
    line-height: 23px;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .theater__tab__item {
    font-size: 1rem;
    height: 31px;
    line-height: 29px;
    width: 185px;
  }
}
.-ready .theater__tab__item {
  animation: navitemIn 0.5s 0s forwards;
}
.-ready .theater__tab__item:nth-of-type(1) {
  animation-delay: 0.3s;
}
.-ready .theater__tab__item:nth-of-type(2) {
  animation-delay: 0.35s;
}
.theater__tab__item::after {
  position: absolute;
  left: 50%;
  background: #C45AFF;
  clip-path: polygon(100% 0, 0 0, 49% 100%);
  transform: translateX(-50%);
}
@media (max-width: 834px) {
  .theater__tab__item::after {
    bottom: -7px;
    height: 7.5px;
    width: 8.5px;
  }
}
@media (min-width: 835px) {
  .theater__tab__item::after {
    bottom: -10px;
    height: 15px;
    width: 17px;
  }
}
.theater__tab__item.-active {
  background: #C45AFF;
  color: #fff;
}
.theater__tab__item.-active::after {
  content: "";
}
@media (min-width: 835px) {
  .theater__tab__item:not(.-active):hover {
    background: rgba(196, 90, 255, 0.3);
  }
}
.theater__tab__item a {
  display: block;
  height: 100%;
  width: 100%;
}

@keyframes navitemIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.theater__content {
  position: relative;
}
@media (max-width: 834px) {
  .theater__content {
    padding: 0 30px 33.85vw;
  }
}
@media (min-width: 835px) {
  .theater__content {
    padding: 45px 0 180px;
  }
}

@media (max-width: 834px) {
  .theater__block:first-child {
    margin-top: 40px;
  }
}
@media (min-width: 835px) {
  .theater__block:first-child {
    margin-top: 50px;
  }
}
@media (max-width: 834px) {
  .theater__block:not(:first-child) {
    margin-top: 80px;
  }
}
@media (min-width: 835px) {
  .theater__block:not(:first-child) {
    margin-top: 80px;
  }
}

@media (min-width: 835px) {
  .theater__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.theater__title {
  color: #C45AFF;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.25s 0.3s ease-out;
}
@media (max-width: 834px) {
  .theater__title {
    font-size: 0.9375rem;
  }
}
@media (min-width: 835px) {
  .theater__title {
    font-size: 1.25rem;
  }
}
.-ready .theater__title {
  opacity: 1;
}

.theater__table {
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 834px) {
  .theater__table {
    width: 100%;
  }
}
@media (min-width: 835px) {
  .theater__table {
    width: calc(50% - 20px);
  }
}
@media (max-width: 834px) {
  .theater__table:nth-child(2) thead {
    display: none;
  }
}
.theater__table tbody tr:nth-child(odd) th,
.theater__table tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.1);
}
.-ready .theater__table {
  clip-path: inset(0 0 0 0);
}

.theater__head {
  color: #959595;
  text-align: left;
}
@media (max-width: 834px) {
  .theater__head {
    font-size: 0.75rem;
    padding: 8px 12px;
  }
}
@media (min-width: 835px) {
  .theater__head {
    font-size: 0.8125rem;
    padding: 8px 7px;
  }
}
.theater__head.-pref {
  width: 7%;
}
.theater__head.-name {
  width: 53%;
}
.theater__head.-note {
  width: 40%;
}

.theater__desc {
  color: #959595;
}
@media (max-width: 834px) {
  .theater__desc {
    padding: 8px 12px;
  }
}
@media (min-width: 835px) {
  .theater__desc {
    padding: 8px 7px;
  }
}
.theater__desc.-pref {
  width: 20%;
}
.theater__desc.-name {
  width: 50%;
}
.theater__desc.-note {
  width: 30%;
}
@media (max-width: 834px) {
  .theater__desc.-pref, .theater__desc.-note {
    font-size: 0.8125rem;
  }
}
@media (min-width: 835px) {
  .theater__desc.-pref, .theater__desc.-note {
    font-size: 0.9375rem;
  }
}
.theater__desc.-name {
  color: #FFF;
  font-weight: bold;
}
@media (max-width: 834px) {
  .theater__desc.-name {
    font-size: 0.875rem;
  }
}
@media (min-width: 835px) {
  .theater__desc.-name {
    font-size: 1rem;
  }
}
.theater__desc.-name a {
  text-decoration: underline;
}
.theater__desc.-name a:hover {
  text-decoration: none;
}