.p-in_theater__area {
  padding-top: 77px;
}
@media screen and (max-width: 900px) {
  .p-in_theater__area {
    padding-top: 45px;
  }
}
.p-in_theater__area#area1 {
  padding-top: 15px;
}
@media screen and (max-width: 900px) {
  .p-in_theater__area#area1 {
    padding-top: 0;
  }
}
.p-in_theater__area-name {
  text-align: center;
  margin-bottom: 24px;
  font-size: 40px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 900px) {
  .p-in_theater__area-name {
    margin-bottom: 21px;
    font-size: 29px;
  }
}

.p-in_theater_nav {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .p-in_theater_nav {
    margin-bottom: 43px;
  }
}
.p-in_theater_nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .p-in_theater_nav__list {
    margin-bottom: 1px;
  }
}
.p-in_theater_nav__list-item {
  width: 15.5%;
  cursor: pointer;
  text-align: center;
  background: #E8343D;
  color: #ffffff;
  border: 2px solid #E8343D;
}
@media not all and (max-width: 900px) {
  .p-in_theater_nav__list-item {
    transition: background-color 0.5s cubic-bezier(0.23, 0.93, 0.5, 1), color 0.7s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .p-in_theater_nav__list-item:hover {
    background: #ffffff;
    color: #E8343D;
  }
  .p-in_theater_nav__list-item:not(:first-child) {
    margin-left: 1.4%;
  }
}
@media screen and (max-width: 900px) {
  .p-in_theater_nav__list-item {
    width: 31.5%;
    margin-left: 2.75%;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .p-in_theater_nav__list-item:nth-child(3n-2) {
    margin-left: 0;
  }
}
.p-in_theater_nav__list-item a {
  display: block;
  padding: 15px 0;
}
@media screen and (max-width: 900px) {
  .p-in_theater_nav__list-item a {
    padding: 11px 0;
  }
}
@media not all and (max-width: 900px) {
  .p-in_theater_nav__inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
.p-in_theater_nav__caution-item {
  font-size: 11px;
  letter-spacing: 0.03rem;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
.p-in_theater_nav__date {
  font-size: 11px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 900px) {
  .p-in_theater_nav__date {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.7;
  }
}

.p-in_theater_table__inner.--header {
  margin-bottom: 6px;
  border: 1px solid #000;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-in_theater_table__inner.--header {
    margin-bottom: 4px;
  }
}
.p-in_theater_table__cell {
  display: grid;
  grid-template-columns: 18.5% 49.5% 32%;
  grid-template-columns: 15% 40% 15% 30%;
  padding: 16px 5%;
}
@media screen and (max-width: 900px) {
  .p-in_theater_table__cell {
    padding: 13px 7%;
    grid-template-columns: 37% 63%;
    /* grid-template-columns: 25% 75% 100%; */
    grid-template-columns: 25% 75%;
  }
}
.--body .p-in_theater_table__cell {
  padding: 22px 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 900px) {
  .--body .p-in_theater_table__cell {
    padding: 14px 7%;
  }
}
.p-in_theater_table__cell-item {
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
  .p-in_theater_table__cell-item {
    letter-spacing: 0.1rem;
  }
}
.--body .p-in_theater_table__cell-item {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .--body .p-in_theater_table__cell-item {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.04rem;
  }
}
@media screen and (max-width: 900px) {
  .--body .p-in_theater_table__cell-item:nth-child(3) {
    grid-area: 2/2/3/3;
    margin-top: 3px;
  }
  .--body .p-in_theater_table__cell-item:nth-child(4) {
    grid-area: 2/2/3/3;
    margin-top: 3px;
  }
}
.p-in_theater_table__cell-item a {
  display: inline-block;
}
.p-in_theater_table__cell-item a:hover {
  transition: color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-in_theater_table__cell-item a:hover {
    color: #E8343D;
  }
}


.p-in_theater_table__cell-item.-lv {
  text-align: center;
}