.p-theater {
  padding: 114px 0 122px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .p-theater {
    padding: 77px 0 144px;
  }
}

.is-in .p-theater__title {
  margin: 0 auto 66px;
}
@media screen and (max-width: 899px) {
  .is-in .p-theater__title {
    margin: 0 auto 39px;
  }
}
.p-theater__contents {
  width: 65.8%;
  max-width: 1200px;
  margin: 0 auto;
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.8s var(--ease-main) 0.3s, opacity 0.8s var(--ease-main) 0.3s;
}
.is-load .p-theater__contents {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-theater__contents {
    width: 90%;
  }
}
.p-theater__contents-nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-nav-list {
    justify-content: flex-start;
  }
}
.p-theater__contents-nav-list-item {
  width: 16%;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-theater__contents-nav-list-item {
    margin: 0 0.5% 1%;
  }
}
@media screen and (max-width: 899px) {
  .p-theater__contents-nav-list-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .p-theater__contents-nav-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.p-theater__contents-nav-list-item:last-of-type {
  margin-right: 0;
}
.p-theater__contents-nav-list-item .p-in-text {
  display: block;
  padding: 7px;
  font-size: 1.4rem;
  color: var(--color-navy);
  border: 1px solid var(--color-navy);
  transition: color 0.7s var(--ease-main), background-color 0.7s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-theater__contents-nav-list-item .p-in-text:hover {
    color: var(--color-yellow);
    background-color: var(--color-navy);
  }
}
@media screen and (max-width: 899px) {
  .p-theater__contents-nav-list-item .p-in-text {
    padding: 5px;
    font-size: 1.2rem;
  }
}
.p-theater__contents .p-theater_vf {
  width: 640px;
  margin: 60px auto 0;
  background-color: var(--color-yellow);
  border: 1px solid var(--color-gray);
}
@media screen and (max-width: 899px) {
  .p-theater__contents .p-theater_vf {
    width: 100%;
    margin: 23px auto 0;
  }
}
.p-theater__contents .p-theater_vf-cap {
  padding: 22px 30px;
  text-align: center;
  font-size: 2rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .p-theater__contents .p-theater_vf-cap {
    padding: 14px 20px;
    font-size: 1.5rem;
  }
}
.p-theater__contents .p-theater_vf-cap.is-open .-ac_icon {
  transform: translateY(-50%) rotate(90deg);
}
.p-theater__contents .p-theater_vf-cap.is-open .-ac_icon::after {
  opacity: 0;
}
.p-theater__contents .p-theater_vf-cap .-ac_icon {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  transition: transform 0.7s var(--ease-main);
}
.p-theater__contents .p-theater_vf-cap .-ac_icon::before, .p-theater__contents .p-theater_vf-cap .-ac_icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.6s var(--ease-main);
  background-color: var(--color-navy);
  transition: opacity 0.7s var(--ease-main);
}
.p-theater__contents .p-theater_vf-cap .-ac_icon::before {
  width: 2px;
  height: 100%;
}
.p-theater__contents .p-theater_vf-cap .-ac_icon::after {
  width: 100%;
  height: 2px;
}
.p-theater__contents .p-theater_vf-inner {
  display: none;
  margin: 0 30px;
  padding: 25px 0 45px;
  border-top: 1px solid var(--color-gray);
}
@media screen and (max-width: 899px) {
  .p-theater__contents .p-theater_vf-inner {
    padding: 13px 0 30px;
    margin: 0 20px;
  }
}
.p-theater__contents .p-theater_vf-lead {
  margin-bottom: 14px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-theater__contents .p-theater_vf-lead {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.p-theater__contents .p-theater_vf-logo {
  width: 52%;
  margin: 0 auto 27px;
}
@media screen and (max-width: 899px) {
  .p-theater__contents .p-theater_vf-logo {
    width: 85%;
    margin: 0 auto 15px;
  }
}
.p-theater__contents .p-theater_vf-logo img {
  width: 100%;
}
.p-theater__contents .p-theater_vf-cont {
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-theater__contents .p-theater_vf-cont {
    width: 100%;
  }
}
.p-theater__contents .p-theater_vf-cont dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  .p-theater__contents .p-theater_vf-cont dl {
    display: block;
    margin-bottom: 8px;
  }
  .p-theater__contents .p-theater_vf-cont dl:last-of-type {
    margin-bottom: 0;
  }
}
.p-theater__contents .p-theater_vf-cont dl dt {
  width: 294px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .p-theater__contents .p-theater_vf-cont dl dt {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.p-theater__contents .p-theater_vf-cont dl dd {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .p-theater__contents .p-theater_vf-cont dl dd {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.p-theater__contents .p-theater_vf-attlist {
  margin-top: 12px;
}
.p-theater__contents .p-theater_vf-attlist li {
  padding-bottom: 4px;
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}
@media screen and (max-width: 899px) {
  .p-theater__contents .p-theater_vf-attlist li {
    padding-bottom: 2px;
    font-size: 1rem;
  }
}
.p-theater__contents .p-theater_vf-attlist li a {
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-theater__contents-main {
  margin-top: 97px;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main {
    margin-top: 47px;
  }
}
.p-theater__contents-main-block + .p-theater__contents-main-block {
  padding-top: 96px;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main-block + .p-theater__contents-main-block {
    padding-top: 50px;
  }
}
.p-theater__contents-main-head {
  margin-bottom: 38px;
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main-head {
    margin-bottom: 41px;
    font-size: 2rem;
  }
}
.p-theater__contents-main-header {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  position: relative;
}
.p-theater__contents-main-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/line_blue.png) repeat-x left center/auto 100%;
}
.p-theater__contents-main-header .p-in-item {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main-header .p-in-item {
    font-size: 1.2rem;
  }
}
.p-theater__contents-main-header .p-in-item:nth-of-type(1) {
  width: 15.4%;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main-header .p-in-item:nth-of-type(1) {
    width: 30%;
  }
}
.p-theater__contents-main-header .p-in-item:nth-of-type(2) {
  width: 50%;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main-header .p-in-item:nth-of-type(2) {
    flex: 1;
    width: 100%;
  }
}
.p-theater__contents-main-header .p-in-item:nth-of-type(3) {
  width: 10%;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main-header .p-in-item:nth-of-type(3) {
    width: 20%;
  }
}
.p-theater__contents-main-header .p-in-item:nth-of-type(4) {
  flex: 1;
}
.p-theater__contents-main-list-item {
  display: flex;
  padding: 22px 0 20px;
  border-bottom: 1px solid var(--color-gray);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main-list-item {
    display: grid;
    padding: 12px 0 14px;
    grid-template-columns: 30% 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .p-theater__contents-main-list-item.--small .p-in-text {
    font-size: 1.1rem;
  }
}
.p-theater__contents-main-list-item .p-in-head {
  width: 15.4%;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main-list-item .p-in-head {
    width: 100%;
    grid-area: 1/1/3/2;
    font-size: 1.3rem;
  }
}
.p-theater__contents-main-list-item .p-in-text {
  width: 50%;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  transition: opacity 0.5s var(--ease-main);
}
@media screen and (min-width: 900px) {
  .p-theater__contents-main-list-item .p-in-text:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main-list-item .p-in-text {
    width: 70%;
    font-size: 1.2rem;
    grid-area: 1/2/2/3;
  }
}
.p-theater__contents-main-list-item .p-in-text a {
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-theater__contents-main-list-item .p-in-ticket {
  width: 10%;
  padding-left: 15px;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main-list-item .p-in-ticket {
    width: 20%;
    padding-left: 2.5%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-theater__contents-main-list-item .p-in-other {
  flex: 1;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-main-list-item .p-in-other {
    width: 100%;
    grid-area: 2/2/3/3;
    margin-top: 3px;
    font-size: 1.1rem;
  }
}
.p-theater__contents-date {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-theater__contents-date {
    margin-top: 8px;
  }
}