@import url("https://fonts.googleapis.com/css2?family=Cardo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap");
.l-wrap {
  overflow: hidden;
  opacity: 0;
}
body.is-load .l-wrap {
  opacity: 1;
}

body.is-menu-open {
  overflow: hidden;
  height: 100vh;
}

.l-section__ttl {
  overflow: hidden;
  width: 100%;
}
.l-section__ttl h2 {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.l-section__ttl h2 span {
  display: block;
}
.l-section__inner {
  width: 90%;
  margin: 0 auto;
}

.l-content {
  position: relative;
}
.l-content.in_news {
  background-color: #eeeeea;
}

.l-footer {
  position: relative;
  background-color: #eeeeea;
  padding-top: 9.5%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 18.5%;
  }
}
.l-footer__outer {
  padding: 12% 3.5% 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__outer {
    padding: 35% 3.5% 14%;
  }
}
.l-footer__official {
  font-family: "Cardo", serif;
  letter-spacing: 0.08em;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__official {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__official {
    margin: 0 0 8vw;
  }
}
.l-footer__official a {
  color: #997d26;
  text-decoration: none;
  position: relative;
  background: url("../img/sns_x.png") no-repeat right center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-footer__official a {
    font-size: 22px;
    padding: 0em 1.8em 0em 0;
    transition: opacity 0.2s ease-out;
  }
  .l-footer__official a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__official a {
    font-size: 1.1rem;
    padding: 0 2rem 0rem 0;
  }
}
.l-footer__line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 97%;
  height: 60px;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__line {
    padding: 0 20px;
  }
}
.l-footer__line-border {
  width: 100%;
  height: 1px;
  background-color: #997d26;
}
.l-footer__line::before, .l-footer__line::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon_sparkle.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-footer__line::before, .l-footer__line::after {
    width: 27px;
    height: 27px;
  }
}
.l-footer__line::before {
  left: 0;
}
.l-footer__line::after {
  right: 0;
}
.l-footer__inner {
  position: relative;
}
.l-footer__banner-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer__banner-list-item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__banner-list-item a:hover img {
    opacity: 0.6;
  }
}
.l-footer__banner-list-item img {
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.l-footer__banner-list-item.is-small-width {
  width: 6.7%;
  max-width: 87px;
}
@media screen and (max-width: 767px) {
  .l-footer__banner-list-item.is-small-width {
    width: 39%;
    max-width: none;
  }
  .l-footer__banner-list-item.is-small-width a {
    width: 39%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__banner-list-item {
    width: 17%;
    max-width: 221px;
  }
  .l-footer__banner-list-item + .l-footer__banner-list-item {
    margin-left: 39px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__banner-list-item {
    margin: 0 10% 4% 0;
    width: 39%;
  }
  .l-footer__banner-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.l-footer__other {
  position: absolute;
  bottom: -7px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .l-footer__other {
    margin-top: 5%;
    position: relative;
    bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__other {
    margin-top: 8%;
  }
}
.l-footer__share {
  display: flex;
  align-items: center;
  font-family: "Cardo", serif;
}
@media screen and (max-width: 1000px) {
  .l-footer__share {
    justify-content: center;
  }
}
.l-footer__share-ttl {
  color: #997d26;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .l-footer__share-ttl {
    font-size: 12px;
  }
}
.l-footer__share-list {
  margin-left: 27px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list {
    margin-left: 16px;
  }
}
.l-footer__share-list-item {
  width: 27px;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list-item {
    width: 20px;
  }
}
.l-footer__share-list-item + .l-footer__share-list-item {
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .l-footer__share-list-item + .l-footer__share-list-item {
    margin-left: 13px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__share-list-item:hover img {
    opacity: 0.6;
  }
  .l-footer__share-list-item img {
    transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
.l-footer__copy {
  margin-top: 25px;
  font-family: "Cardo", serif;
  color: #997d26;
  font-size: 12px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 15px;
    font-size: 10px;
  }
}
.l-footer__menu {
  font-family: "Cardo", serif;
  margin-top: 30px;
}
.l-footer__menu a {
  text-decoration: none;
  color: #997d26;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 15px;
  position: relative;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__menu a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu a {
    padding-right: 7px;
  }
}
.l-footer__menu a::before {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}
.l-footer__menu-list {
  display: flex;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1000px) {
  .l-footer__menu-list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu-list {
    font-size: 12.5px;
    letter-spacing: 0.3px;
  }
}
.l-footer__menu-list-item {
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .l-footer__menu-list-item {
    margin-right: 4px;
  }
}
.l-footer__menu-list-item:last-of-type {
  margin-right: 0;
}
.l-footer__menu-list-item:last-of-type a::before {
  content: none;
}
.l-footer__brand {
  margin: 5.2% auto 0;
  width: 25.2%;
}
@media screen and (max-width: 767px) {
  .l-footer__brand {
    display: none;
    width: 56.2%;
  }
}
.l-footer__pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  cursor: pointer;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__pagetop:hover {
    transform: scale(1.15);
  }
}
@media screen and (max-width: 1000px) {
  .l-footer__pagetop {
    position: relative;
    margin: 5% auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    margin: 11% auto 0;
    width: 73px;
  }
}
.l-footer__pagetop-base img {
  animation: rotate_loop 10s linear infinite both;
}
.l-footer__pagetop-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-menu {
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .l-menu {
    transform: translateY(-150%);
  }
  .is-op-end .l-menu {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 0.8s;
  }
  .is-op-skip .l-menu {
    transform: translateY(0);
    transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 1000px) {
  .l-menu {
    padding-top: 35px;
    top: 0;
    height: 100%;
    pointer-events: none;
  }
  .is-menu-open .l-menu {
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-menu {
    padding-top: 35px;
    top: 0;
    height: 100%;
    pointer-events: none;
  }
  .is-menu-open .l-menu {
    pointer-events: auto;
  }
}
.l-menu__btn {
  background-color: #eeeeea;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: background 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__btn {
  background-color: #997d26;
}
@media screen and (max-width: 1000px) {
  .l-menu__btn {
    padding: 9px 0 6px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 767px) {
  .l-menu__btn {
    padding: 9px 0 6px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: all;
  }
}
.l-menu__btn-inner {
  position: relative;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-right: 13px;
}
.l-menu__btn-text {
  position: relative;
  font-family: "Cardo", serif;
  color: #997d26;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-menu__btn-text {
    font-size: 14px;
  }
}
.is-menu-open .l-menu__btn-text {
  color: #fff;
}
.l-menu__btn-text .p-in_close {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.is-menu-open .l-menu__btn-text .p-in_close {
  opacity: 1;
  pointer-events: auto;
}
.is-menu-open .l-menu__btn-text .p-in_open {
  opacity: 0;
  pointer-events: none;
}
.l-menu__btn-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #997d26;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-menu-open .l-menu__btn-line {
  background-color: #fff;
}
.l-menu__btn-line:nth-child(1) {
  top: 25%;
}
.is-menu-open .l-menu__btn-line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
}
.l-menu__btn-line:nth-child(2) {
  top: 60%;
}
.is-menu-open .l-menu__btn-line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-35deg);
}
@media screen and (min-width: 1001px) {
  .l-menu__content {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 95%;
    background-color: #eeeeea;
    padding: 0 69px;
    border-radius: 100px;
    position: relative;
  }
  .l-menu__content::before, .l-menu__content::after {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../img/icon_sparkle.png) no-repeat center center;
    background-size: contain;
  }
  .l-menu__content::before {
    left: 20px;
  }
  .l-menu__content::after {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .l-menu__content {
    height: 100%;
  }
  .is-menu-open .l-menu__content {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-menu__content {
    height: 100%;
  }
  .is-menu-open .l-menu__content {
    overflow: auto;
  }
}
.l-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #997d26;
  width: 100%;
  height: 100%;
  opacity: 0;
  min-height: 100vh;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
.is-menu-open .l-menu__bg {
  opacity: 1;
}
.l-menu__inner {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .l-menu__inner {
    min-height: calc(100vh - 30px);
    transform: translate3d(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px;
    padding-top: 26px;
  }
}
@media screen and (min-width: 1001px) {
  .l-menu__list {
    display: flex;
    padding: 19px 0 17px;
  }
}
@media screen and (max-width: 1000px) {
  .l-menu__list-item {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateX(-18px);
    opacity: 0;
  }
  .is-menu-open .l-menu__list-item {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-menu__list-item:nth-child(1) {
    transition-delay: 0.3s;
  }
  .is-menu-open .l-menu__list-item:nth-child(2) {
    transition-delay: 0.45s;
  }
  .is-menu-open .l-menu__list-item:nth-child(3) {
    transition-delay: 0.6s;
  }
  .is-menu-open .l-menu__list-item:nth-child(4) {
    transition-delay: 0.75s;
  }
  .is-menu-open .l-menu__list-item:nth-child(5) {
    transition-delay: 0.9s;
  }
  .is-menu-open .l-menu__list-item:nth-child(6) {
    transition-delay: 1.05s;
  }
  .is-menu-open .l-menu__list-item:nth-child(7) {
    transition-delay: 1.2s;
  }
  .is-menu-open .l-menu__list-item:nth-child(8) {
    transition-delay: 1.35s;
  }
  .is-menu-open .l-menu__list-item:nth-child(9) {
    transition-delay: 1.5s;
  }
  .is-menu-open .l-menu__list-item:nth-child(10) {
    transition-delay: 1.65s;
  }
  .l-menu__list-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .l-menu__list-item {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateX(-18px);
    opacity: 0;
  }
  .is-menu-open .l-menu__list-item {
    transform: translateX(0);
    opacity: 1;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-menu-open .l-menu__list-item:nth-child(1) {
    transition-delay: 0.3s;
  }
  .is-menu-open .l-menu__list-item:nth-child(2) {
    transition-delay: 0.45s;
  }
  .is-menu-open .l-menu__list-item:nth-child(3) {
    transition-delay: 0.6s;
  }
  .is-menu-open .l-menu__list-item:nth-child(4) {
    transition-delay: 0.75s;
  }
  .is-menu-open .l-menu__list-item:nth-child(5) {
    transition-delay: 0.9s;
  }
  .is-menu-open .l-menu__list-item:nth-child(6) {
    transition-delay: 1.05s;
  }
  .is-menu-open .l-menu__list-item:nth-child(7) {
    transition-delay: 1.2s;
  }
  .is-menu-open .l-menu__list-item:nth-child(8) {
    transition-delay: 1.35s;
  }
  .is-menu-open .l-menu__list-item:nth-child(9) {
    transition-delay: 1.5s;
  }
  .is-menu-open .l-menu__list-item:nth-child(10) {
    transition-delay: 1.65s;
  }
  .l-menu__list-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.l-menu__list-item + .l-menu__list-item {
  margin-left: 18px;
}
@media screen and (max-width: 1000px) {
  .l-menu__list-item + .l-menu__list-item {
    margin-left: 0;
  }
}
.l-menu__list-item a {
  font-family: "Cardo", serif;
  color: #997d26;
  text-decoration: none;
  font-size: min(20px, 1.6666666667vw);
  letter-spacing: 1px;
  padding: 2px 0;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .l-menu__list-item a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.l-menu__list-item a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #997d26;
  transform-origin: right;
  transform: scaleX(0);
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 1000px) {
  .l-menu__list-item a {
    display: block;
    font-size: 25px;
    padding: 18px 0 15px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-menu__list-item a {
    font-size: 25px;
    padding: 18px 0 15px;
  }
}
.l-menu__sns {
  text-align: center;
  position: absolute;
  bottom: 27px;
  left: 0;
  width: 100%;
  transform: translateX(-18px);
  opacity: 0;
}
.is-menu-open .l-menu__sns {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.l-menu__sns a {
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  font-family: "Cardo", serif;
  color: #fff;
  font-size: 15px;
  position: relative;
  letter-spacing: 0.5px;
  padding-right: 20px;
}
.l-menu__sns a::before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask: url(../img/ticket/icon_arrow.svg) no-repeat center center;
  mask: url(../img/ticket/icon_arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
}

.c-back {
  text-align: center;
  border: 1px solid #997d26;
  border-radius: 100px;
  width: 260px;
  margin: 0 auto;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .c-back {
    width: 175px;
  }
}
@media (hover: hover) {
  .c-back:hover {
    background-color: #997d26;
  }
  .c-back:hover .c-back__inner::before {
    background-color: #fff;
  }
  .c-back:hover .c-back__text {
    color: #fff;
  }
}
.c-back__inner {
  padding: 17px 37px 15px;
  display: block;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-back__inner {
    padding: 11px 24px 9px;
  }
}
.c-back__inner::before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  -webkit-mask: url(../img/icon_arrow.svg) no-repeat center center;
  mask: url(../img/icon_arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #997d26;
  transform: scaleX(-1);
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .c-back__inner::before {
    width: 5px;
    left: 14px;
  }
}
.c-back__text {
  font-family: "Cardo", serif;
  color: #997d26;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .c-back__text {
    font-size: 13px;
  }
}

@keyframes loop_tti {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes movie_anime-pc {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -26px 0;
  }
}
@keyframes movie_anime-sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -19px 0;
  }
}
@keyframes rotate_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes intro_noise_PC {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 4px;
  }
}
@keyframes intro_noise_SP {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 2px;
  }
}
.l-main {
  background-color: #eeeeea;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 30px;
  }
}

.l-in_logo {
  margin: 0 auto;
  z-index: 1;
}
.l-in_logo a {
  display: block;
}
@media (hover: hover) {
  .l-in_logo a:hover img {
    transform: scale(0.97);
    opacity: 0.7;
  }
}
.l-in_logo img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .l-in_logo {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .l-in_logo {
    margin-bottom: 52px;
    width: 150px;
  }
}

.p-theater {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-theater {
    padding-top: 144px;
  }
}
.p-theater__ttl {
  margin: 0 auto 71px;
  width: 500px;
  filter: blur(5px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-theater__ttl {
    width: 66%;
    margin: 0 auto 47px;
  }
}
.is-load .p-theater__ttl {
  opacity: 1;
  filter: blur(0);
  transition: filter 1.2s cubic-bezier(0.61, 1, 0.88, 1), opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0.2s;
}
.p-theater__tab {
  margin: 0 auto 28px;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-theater__tab {
    width: 88%;
    margin: 0 auto 9px;
  }
}
.p-theater__tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-theater__tab-list-item {
  width: 102px;
  text-align: center;
  margin-right: 9px;
  margin-bottom: 10px;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-theater__tab-list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-theater__tab-list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-load .p-theater__tab-list-item:nth-child(2) {
  transition-delay: 0.3s;
}
.is-load .p-theater__tab-list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.is-load .p-theater__tab-list-item:nth-child(4) {
  transition-delay: 0.5s;
}
.is-load .p-theater__tab-list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-load .p-theater__tab-list-item:nth-child(6) {
  transition-delay: 0.7s;
}
.is-load .p-theater__tab-list-item:nth-child(7) {
  transition-delay: 0.8s;
}
.is-load .p-theater__tab-list-item:nth-child(8) {
  transition-delay: 0.9s;
}
.is-load .p-theater__tab-list-item:nth-child(9) {
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  .p-theater__tab-list-item {
    margin-bottom: 24px;
    width: 31.5%;
    margin-right: 2%;
  }
  .p-theater__tab-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-theater__tab-list-item a {
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .p-theater__tab-list-item a {
    padding-bottom: 23px;
  }
}
.p-theater__tab-list-item a::after {
  content: "";
  width: 12px;
  height: 13px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/theater/icon_arrow_2.svg) no-repeat center center;
  background-size: contain;
}
.p-theater__tab-list-item a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #997d26;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-theater__tab-list-item a:hover::before {
    transform: scaleX(0);
  }
}
.p-theater__tab-list-text {
  color: #997d26;
  transform: scaleX(0.9);
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-theater__tab-list-text {
    font-size: 14px;
  }
}
.p-theater__box {
  padding-top: 60px;
  transform: translateY(25px);
  opacity: 0;
}
.p-theater__box.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-theater__box {
    padding-top: 25px;
  }
}
.p-theater__box + .p-theater__box {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .p-theater__box + .p-theater__box {
    margin-top: 32px;
  }
}
.p-theater__box-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #997d26;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-theater__box-ttl {
    font-size: 18px;
    margin-bottom: 21px;
  }
}
.p-theater__arealist-head {
  border-top: 1px solid #997d26;
  border-bottom: 1px solid #997d26;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .p-theater__arealist-head {
    margin-bottom: 19px;
  }
}
.p-theater__arealist-head-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  display: flex;
  color: #997d26;
  font-size: 17px;
  padding: 15px 0 17px;
}
@media screen and (max-width: 767px) {
  .p-theater__arealist-head-inner {
    padding: 10px 0 11px;
    font-size: 12px;
  }
}
.p-theater__arealist-head-area {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-theater__arealist-head-area {
    width: 80px;
  }
}
.p-theater__arealist-head-theater {
  width: 39.8%;
}
@media screen and (max-width: 767px) {
  .p-theater__arealist-head-theater {
    flex-grow: 1;
  }
}
.p-theater__arealist-head-other {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-theater__arealist-head-other {
    display: none;
  }
}
.p-theater__arealist-list {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
.p-theater__arealist-list-item {
  font-size: 17px;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-theater__arealist-list-item {
    font-size: 13px;
    padding-bottom: 12px;
  }
}
.p-theater__arealist-list-item + .p-theater__arealist-list-item {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .p-theater__arealist-list-item + .p-theater__arealist-list-item {
    margin-top: 14px;
  }
}
.p-theater__arealist-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-theater__arealist-list-area {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-theater__arealist-list-area {
    width: 80px;
    flex-shrink: 0;
  }
}
.p-theater__arealist-list-box {
  flex-grow: 1;
  display: flex;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-theater__arealist-list-box {
    display: block;
    margin-top: -3px;
  }
}
.p-theater__arealist-list-theater {
  width: 49.8%;
}
@media screen and (max-width: 767px) {
  .p-theater__arealist-list-theater {
    width: 100%;
  }
}
.p-theater__arealist-list-theater a {
  color: #997d26;
}
@media (hover: hover) {
  .p-theater__arealist-list-theater a:hover {
    text-decoration: none;
  }
}
.p-theater__arealist-list-other {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-theater__arealist-list-other {
    margin-top: 4px;
    font-size: 12px;
    width: 100%;
  }
}
.p-theater__back {
  margin-top: 161px;
}
@media screen and (max-width: 767px) {
  .p-theater__back {
    margin-top: 99px;
  }
}