.p-kv {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-kv {
    min-height: 780px;
  }
}
.p-kv::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 4.83%;
  position: absolute;
  top: 122px;
  left: 0;
  background: url(../img/main_line_top_pc.png) no-repeat center/contain;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 0.6s var(--ease-main) 0.2s;
  transition: clip-path 0.6s var(--ease-main) 0.2s;
  transition: clip-path 0.6s var(--ease-main) 0.2s, -webkit-clip-path 0.6s var(--ease-main) 0.2s;
}
.is-load .p-kv::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .p-kv::before {
    padding-top: 9.2%;
    top: 66px;
    background: url(../img/main_line_top_sp.png) no-repeat center/contain;
  }
}
.p-kv::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 6.73%;
  position: absolute;
  bottom: 44px;
  left: 0;
  background: url(../img/main_line_btm_pc.png) no-repeat center/contain;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.6s var(--ease-main) 0.2s;
  transition: clip-path 0.6s var(--ease-main) 0.2s;
  transition: clip-path 0.6s var(--ease-main) 0.2s, -webkit-clip-path 0.6s var(--ease-main) 0.2s;
}
.is-load .p-kv::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 899px) {
  .p-kv::after {
    padding-top: 12.7%;
    bottom: 20px;
    background: url(../img/main_line_btm_sp.png) no-repeat center/contain;
  }
}

.p-kv__deco-item {
  position: absolute;
}
@media screen and (max-width: 899px) {
  .p-kv__deco-item {
    opacity: 0.8;
  }
}
.p-kv__deco-item:nth-of-type(1) {
  width: 200px;
  top: 0;
  left: 0;
}
.p-kv__deco-item:nth-of-type(1) img {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.is-load .p-kv__deco-item:nth-of-type(1) img {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__deco-item:nth-of-type(1) {
    width: 40%;
  }
}
.p-kv__deco-item:nth-of-type(2) {
  width: 100%;
  top: 0;
  left: 0;
  transition: transform 0.6s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-kv__deco-item:nth-of-type(2) {
    top: auto;
    bottom: -24.5%;
  }
}
.p-kv__deco-item:nth-of-type(2) img {
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-main) 0.3s;
}
.is-load .p-kv__deco-item:nth-of-type(2) img {
  opacity: 1;
  transform: translateY(0);
}

.p-kv__inner {
  width: 100%;
  position: absolute;
  top: calc(50% + 40px);
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .p-kv__inner {
    top: calc(50% + 20px);
  }
}

.p-kv__logo {
  width: 56.7%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-kv__logo {
    width: 78.3%;
  }
}
.p-kv__logo img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main), transform 0.6s var(--ease-main);
}
.is-load .p-kv__logo img {
  opacity: 1;
  transform: translateY(0);
}

.p-kv__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  padding: 12px 36px 14px;
  position: relative;
  background-color: var(--color-blue);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.1s, transform 0.6s var(--ease-main) 0.1s;
}
.is-load .p-kv__date {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__date {
    margin: 26px auto 0;
    padding: 8px 27px 9px;
  }
}
.p-kv__date-deco::before, .p-kv__date-deco::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  background: url(../img/corner_s.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-kv__date-deco::before, .p-kv__date-deco::after {
    width: 10px;
    height: 10px;
    top: 3px;
  }
}
.p-kv__date-deco::before {
  left: 5px;
}
@media screen and (max-width: 899px) {
  .p-kv__date-deco::before {
    left: 3px;
  }
}
.p-kv__date-deco::after {
  right: 5px;
  transform: rotate(90deg);
}
@media screen and (max-width: 899px) {
  .p-kv__date-deco::after {
    right: 3px;
  }
}
.p-kv__date-deco-item::before, .p-kv__date-deco-item::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 5px;
  background: url(../img/corner_s.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-kv__date-deco-item::before, .p-kv__date-deco-item::after {
    width: 10px;
    height: 10px;
    bottom: 3px;
  }
}
.p-kv__date-deco-item::before {
  left: 5px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 899px) {
  .p-kv__date-deco-item::before {
    left: 3px;
  }
}
.p-kv__date-deco-item::after {
  right: 5px;
  transform: rotate(-180deg);
}
@media screen and (max-width: 899px) {
  .p-kv__date-deco-item::after {
    right: 3px;
  }
}
.p-kv__date-text {
  font-family: var(--font-orbitron);
  font-size: 3.4rem;
  letter-spacing: 0.03em;
  color: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-kv__date-text {
    font-size: 1.8rem;
  }
}
.p-kv__date-text small {
  font-size: 2.2rem;
  vertical-align: baseline;
}
@media screen and (max-width: 899px) {
  .p-kv__date-text small {
    font-size: 1.3rem;
  }
}

.p-kv__detail {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.is-load .p-kv__detail {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-kv__detail {
    margin-top: 15px;
  }
}
.p-kv__detail-item {
  width: 275px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-kv__detail-item {
    width: 44%;
  }
}

.p-news {
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-news {
    margin-top: 31px;
  }
}

.p-news__title {
  margin-bottom: 107px;
}
@media screen and (max-width: 899px) {
  .p-news__title {
    margin-bottom: 64px;
  }
}
.p-news__title-bg {
  width: 73.7%;
}
@media screen and (max-width: 899px) {
  .p-news__title-bg {
    width: 95.8%;
  }
}
.p-news__title-text img {
  width: 300px;
}
@media screen and (max-width: 899px) {
  .p-news__title-text img {
    width: 40%;
  }
}

.p-news__contents {
  width: 78.4%;
  max-width: 1248px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-news__contents {
    width: 89%;
  }
}
.p-news__contents-list {
  display: flex;
  gap: 2.5%;
}
@media screen and (max-width: 899px) {
  .p-news__contents-list {
    display: block;
  }
}
.p-news__contents-item {
  width: 31.7%;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-news__contents-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-news__contents-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-news__contents-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-news__contents-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-news__contents-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-news__contents-item:nth-of-type(6) {
  transition-delay: 0.8s;
}
.p-news__contents-item:nth-of-type(7) {
  transition-delay: 0.9s;
}
.p-news__contents-item:nth-of-type(8) {
  transition-delay: 1s;
}
.p-news__contents-item:nth-of-type(9) {
  transition-delay: 1.1s;
}
.p-news__contents-item:nth-of-type(10) {
  transition-delay: 1.2s;
}
.p-scroll.is-active .p-news__contents-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-news__contents-item {
    width: 100%;
  }
  .p-news__contents-item + .p-news__contents-item {
    margin-top: 10px;
  }
}
.p-news__contents-item-inner {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  transition: transform 0.5s var(--ease-main);
}
@media (hover: hover) {
  .p-news__contents-item-inner:hover {
    transform: scale(0.98);
  }
}
.p-news__contents-item-inner::before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  position: absolute;
  top: 18px;
  left: -3px;
  transform: rotate(-45deg);
  background-color: var(--color-white);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-inner::before {
    width: 16px;
    height: 1px;
    top: 16px;
    left: -2px;
  }
}
.p-news__contents-item-inner::after {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: 7px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/news_base_deco_pc.png) no-repeat left top/100% auto;
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-inner::after {
    width: calc(100% - 12px);
    height: 6px;
    background: url(../img/news_base_deco_sp.png) no-repeat left top/100% auto;
  }
}
.p-news__contents-item-link {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  padding: 32px 32px 43px;
  background: url(../img/glid_bg.png) repeat left top/16px;
  -webkit-clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0 100%, 0% 16px);
  clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0 100%, 0% 16px);
  box-sizing: border-box;
  border: 1px solid var(--color-white);
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-link {
    padding: 18px 20px;
    -webkit-clip-path: polygon(12px 0%, 100% 0, 100% 100%, 0 100%, 0% 12px);
    clip-path: polygon(12px 0%, 100% 0, 100% 100%, 0 100%, 0% 12px);
  }
}
.p-news__contents-item-date {
  margin-bottom: 12px;
  font-family: var(--font-chakra);
  color: var(--color-white);
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-date {
    margin-bottom: 10px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}
.p-news__contents-item-title {
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 899px) {
  .p-news__contents-item-title {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.p-news__more {
  transition: transform 0.4s var(--ease-main);
}
@media (hover: hover) {
  .p-news__more:hover {
    transform: scale(0.96);
    animation: flash 0.15s linear forwards;
  }
  .p-news__more:hover .p-news__more-icon {
    animation: arrowRight 0.5s var(--ease-main);
  }
}
@media screen and (min-width: 900px) {
  .p-news__more {
    position: absolute;
    top: -139px;
    right: -1px;
  }
}
@media screen and (max-width: 899px) {
  .p-news__more {
    margin-top: 25px;
  }
}
.p-news__more-link {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-main) 0.3s;
}
.p-scroll.is-active .p-news__more-link {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-news__more-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    justify-content: flex-end;
    gap: 13px;
  }
}
.p-news__more-text {
  font-family: var(--font-orbitron);
  font-size: 2.2rem;
}
@media screen and (max-width: 899px) {
  .p-news__more-text {
    font-size: 1.7rem;
  }
}
.p-news__more-icon {
  width: 12px;
}
@media screen and (max-width: 899px) {
  .p-news__more-icon {
    width: 9px;
  }
}

.p-about {
  padding-top: 200px;
}
@media screen and (max-width: 899px) {
  .p-about {
    padding-top: 102px;
  }
}

.p-about__title-bg {
  width: 85%;
  top: 39%;
}
@media screen and (max-width: 899px) {
  .p-about__title-bg {
    width: 110%;
  }
}
.p-about__title-text img {
  width: 345px;
}
@media screen and (max-width: 899px) {
  .p-about__title-text img {
    width: 45.7%;
  }
}

.p-about__contents {
  width: 78.7%;
  max-width: 1248px;
  margin: 107px auto 0;
}
@media screen and (max-width: 899px) {
  .p-about__contents {
    width: 89.4%;
    max-width: 1248px;
    margin: 63px auto 0;
  }
}
.p-about__contents-head {
  width: 798px;
  margin-bottom: 42px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-about__contents-head {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-about__contents-head {
    width: 98%;
    margin-bottom: 20px;
  }
}
.p-about__contents-detail {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 899px) {
  .p-about__contents-detail {
    font-size: 1.2rem;
    line-height: 1.95;
  }
}
.p-about__contents-detail p {
  margin-top: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-about__contents-detail p:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-about__contents-detail p:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-about__contents-detail p:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-about__contents-detail p:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-about__contents-detail p:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-about__contents-detail p:nth-of-type(6) {
  transition-delay: 0.8s;
}
.p-about__contents-detail p:nth-of-type(7) {
  transition-delay: 0.9s;
}
.p-about__contents-detail p:nth-of-type(8) {
  transition-delay: 1s;
}
.p-about__contents-detail p:nth-of-type(9) {
  transition-delay: 1.1s;
}
.p-about__contents-detail p:nth-of-type(10) {
  transition-delay: 1.2s;
}
.p-scroll.is-active .p-about__contents-detail p {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-about__contents-detail p {
    margin-top: 10px;
  }
}
.p-about__contents-detail p:first-of-type {
  margin-top: 0;
}

.p-story {
  padding-top: 190px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-story {
    padding-top: 94px;
  }
}

.p-story__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 16.5%;
  left: 0;
  transition: transform 0.7s var(--ease-main);
  background: url(../img/bg_deco_red03_pc.png) no-repeat center/100% auto;
}
@media screen and (max-width: 899px) {
  .p-story__bg {
    opacity: 0.7;
  }
}

.p-story__title-bg {
  width: 84.5%;
}
@media screen and (max-width: 899px) {
  .p-story__title-bg {
    width: 111.5%;
  }
}
.p-story__title-text img {
  width: 340px;
}
@media screen and (max-width: 899px) {
  .p-story__title-text img {
    width: 45.3%;
  }
}

.p-story__contents {
  width: 78.7%;
  max-width: 1248px;
  margin: 104px auto 0;
  position: relative;
}
.p-story__contents .u-border {
  letter-spacing: -0.06em;
}
@media screen and (max-width: 899px) {
  .p-story__contents {
    width: 89.4%;
    margin: 60px auto 0;
  }
}
.p-story__contents-detail {
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail {
    font-size: 1.2rem;
    line-height: 1.95;
  }
}
.p-story__contents-detail p {
  margin-top: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-story__contents-detail p:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-story__contents-detail p:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-story__contents-detail p:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-story__contents-detail p:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-story__contents-detail p:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-story__contents-detail p:nth-of-type(6) {
  transition-delay: 0.8s;
}
.p-story__contents-detail p:nth-of-type(7) {
  transition-delay: 0.9s;
}
.p-story__contents-detail p:nth-of-type(8) {
  transition-delay: 1s;
}
.p-story__contents-detail p:nth-of-type(9) {
  transition-delay: 1.1s;
}
.p-story__contents-detail p:nth-of-type(10) {
  transition-delay: 1.2s;
}
.p-scroll.is-active .p-story__contents-detail p {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail p {
    margin-top: 12px;
  }
}
.p-story__contents-detail p:first-of-type {
  margin-top: 0;
}
.p-story__contents-detail strong {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-story__contents-detail strong {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.p-sc {
  padding-top: 186px;
}
@media screen and (max-width: 899px) {
  .p-sc {
    padding-top: 93px;
  }
}

.p-sc__title-bg {
  width: 81%;
  top: 40%;
}
.p-sc__title-text img {
  width: 636px;
}
@media screen and (max-width: 899px) {
  .p-sc__title-text img {
    width: 85%;
  }
}

.p-sc__contents {
  margin-top: 143px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-sc__contents {
    margin-top: 71px;
  }
}
.p-sc__contents-block + .p-sc__contents-block {
  margin-top: 76px;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-block + .p-sc__contents-block {
    margin-top: 38px;
  }
}
.p-sc__contents-head {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-sc__contents-head {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-head {
    margin-bottom: 20px;
  }
}
.p-sc__contents-main {
  width: calc(100% - 293px);
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main {
    width: 90%;
    margin: 0 auto;
  }
}
.p-sc__contents-main-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(2.4vw, 33px) 1.9%;
  text-align: center;
}
.p-sc__contents-main-list + .p-sc__contents-main-list {
  margin-top: min(3vw, 50px);
}
@media screen and (min-width: 900px) {
  .--staff .p-sc__contents-main-list {
    gap: min(3vw, 42px) 1.9%;
  }
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-list {
    gap: 5vw 2%;
  }
  .--cast .p-sc__contents-main-list {
    justify-content: flex-start;
  }
  .p-sc__contents-main-list.--solo {
    justify-content: center;
  }
  .p-sc__contents-main-list + .p-sc__contents-main-list {
    margin-top: 7vw;
  }
}
.p-sc__contents-main-list:last-of-type .p-sc__contents-main-item-label {
  transition-delay: 1s;
}
.p-sc__contents-main-list:last-of-type .p-sc__contents-main-item-name {
  transition-delay: 1.1s;
}
.p-sc__contents-main-item {
  width: 18%;
}
.p-sc__contents-main-item:nth-of-type(1) .p-sc__contents-main-item-label {
  transition-delay: 0.25s;
}
.p-sc__contents-main-item:nth-of-type(1) .p-sc__contents-main-item-name {
  transition-delay: 0.35s;
}
.p-sc__contents-main-item:nth-of-type(2) .p-sc__contents-main-item-label {
  transition-delay: 0.3s;
}
.p-sc__contents-main-item:nth-of-type(2) .p-sc__contents-main-item-name {
  transition-delay: 0.4s;
}
.p-sc__contents-main-item:nth-of-type(3) .p-sc__contents-main-item-label {
  transition-delay: 0.35s;
}
.p-sc__contents-main-item:nth-of-type(3) .p-sc__contents-main-item-name {
  transition-delay: 0.45s;
}
.p-sc__contents-main-item:nth-of-type(4) .p-sc__contents-main-item-label {
  transition-delay: 0.4s;
}
.p-sc__contents-main-item:nth-of-type(4) .p-sc__contents-main-item-name {
  transition-delay: 0.5s;
}
.p-sc__contents-main-item:nth-of-type(5) .p-sc__contents-main-item-label {
  transition-delay: 0.45s;
}
.p-sc__contents-main-item:nth-of-type(5) .p-sc__contents-main-item-name {
  transition-delay: 0.55s;
}
.p-sc__contents-main-item:nth-of-type(6) .p-sc__contents-main-item-label {
  transition-delay: 0.5s;
}
.p-sc__contents-main-item:nth-of-type(6) .p-sc__contents-main-item-name {
  transition-delay: 0.6s;
}
.p-sc__contents-main-item:nth-of-type(7) .p-sc__contents-main-item-label {
  transition-delay: 0.55s;
}
.p-sc__contents-main-item:nth-of-type(7) .p-sc__contents-main-item-name {
  transition-delay: 0.65s;
}
.p-sc__contents-main-item:nth-of-type(8) .p-sc__contents-main-item-label {
  transition-delay: 0.6s;
}
.p-sc__contents-main-item:nth-of-type(8) .p-sc__contents-main-item-name {
  transition-delay: 0.7s;
}
.p-sc__contents-main-item:nth-of-type(9) .p-sc__contents-main-item-label {
  transition-delay: 0.65s;
}
.p-sc__contents-main-item:nth-of-type(9) .p-sc__contents-main-item-name {
  transition-delay: 0.75s;
}
.p-sc__contents-main-item:nth-of-type(10) .p-sc__contents-main-item-label {
  transition-delay: 0.7s;
}
.p-sc__contents-main-item:nth-of-type(10) .p-sc__contents-main-item-name {
  transition-delay: 0.8s;
}
.p-sc__contents-main-item:nth-of-type(11) .p-sc__contents-main-item-label {
  transition-delay: 0.75s;
}
.p-sc__contents-main-item:nth-of-type(11) .p-sc__contents-main-item-name {
  transition-delay: 0.85s;
}
.p-sc__contents-main-item:nth-of-type(12) .p-sc__contents-main-item-label {
  transition-delay: 0.8s;
}
.p-sc__contents-main-item:nth-of-type(12) .p-sc__contents-main-item-name {
  transition-delay: 0.9s;
}
.p-sc__contents-main-item:nth-of-type(13) .p-sc__contents-main-item-label {
  transition-delay: 0.85s;
}
.p-sc__contents-main-item:nth-of-type(13) .p-sc__contents-main-item-name {
  transition-delay: 0.95s;
}
.p-sc__contents-main-item:nth-of-type(14) .p-sc__contents-main-item-label {
  transition-delay: 0.9s;
}
.p-sc__contents-main-item:nth-of-type(14) .p-sc__contents-main-item-name {
  transition-delay: 1s;
}
.p-sc__contents-main-item:nth-of-type(15) .p-sc__contents-main-item-label {
  transition-delay: 0.95s;
}
.p-sc__contents-main-item:nth-of-type(15) .p-sc__contents-main-item-name {
  transition-delay: 1.05s;
}
.p-sc__contents-main-item:nth-of-type(16) .p-sc__contents-main-item-label {
  transition-delay: 1s;
}
.p-sc__contents-main-item:nth-of-type(16) .p-sc__contents-main-item-name {
  transition-delay: 1.1s;
}
.p-sc__contents-main-item:nth-of-type(17) .p-sc__contents-main-item-label {
  transition-delay: 1.05s;
}
.p-sc__contents-main-item:nth-of-type(17) .p-sc__contents-main-item-name {
  transition-delay: 1.15s;
}
.p-sc__contents-main-item:nth-of-type(18) .p-sc__contents-main-item-label {
  transition-delay: 1.1s;
}
.p-sc__contents-main-item:nth-of-type(18) .p-sc__contents-main-item-name {
  transition-delay: 1.2s;
}
.p-sc__contents-main-item:nth-of-type(19) .p-sc__contents-main-item-label {
  transition-delay: 1.15s;
}
.p-sc__contents-main-item:nth-of-type(19) .p-sc__contents-main-item-name {
  transition-delay: 1.25s;
}
.p-sc__contents-main-item:nth-of-type(20) .p-sc__contents-main-item-label {
  transition-delay: 1.2s;
}
.p-sc__contents-main-item:nth-of-type(20) .p-sc__contents-main-item-name {
  transition-delay: 1.3s;
}
.p-sc__contents-main-item:nth-of-type(21) .p-sc__contents-main-item-label {
  transition-delay: 1.25s;
}
.p-sc__contents-main-item:nth-of-type(21) .p-sc__contents-main-item-name {
  transition-delay: 1.35s;
}
.p-sc__contents-main-item:nth-of-type(22) .p-sc__contents-main-item-label {
  transition-delay: 1.3s;
}
.p-sc__contents-main-item:nth-of-type(22) .p-sc__contents-main-item-name {
  transition-delay: 1.4s;
}
.p-sc__contents-main-item:nth-of-type(23) .p-sc__contents-main-item-label {
  transition-delay: 1.35s;
}
.p-sc__contents-main-item:nth-of-type(23) .p-sc__contents-main-item-name {
  transition-delay: 1.45s;
}
.p-sc__contents-main-item:nth-of-type(24) .p-sc__contents-main-item-label {
  transition-delay: 1.4s;
}
.p-sc__contents-main-item:nth-of-type(24) .p-sc__contents-main-item-name {
  transition-delay: 1.5s;
}
.p-sc__contents-main-item:nth-of-type(25) .p-sc__contents-main-item-label {
  transition-delay: 1.45s;
}
.p-sc__contents-main-item:nth-of-type(25) .p-sc__contents-main-item-name {
  transition-delay: 1.55s;
}
.p-sc__contents-main-item:nth-of-type(26) .p-sc__contents-main-item-label {
  transition-delay: 1.5s;
}
.p-sc__contents-main-item:nth-of-type(26) .p-sc__contents-main-item-name {
  transition-delay: 1.6s;
}
.p-sc__contents-main-item:nth-of-type(27) .p-sc__contents-main-item-label {
  transition-delay: 1.55s;
}
.p-sc__contents-main-item:nth-of-type(27) .p-sc__contents-main-item-name {
  transition-delay: 1.65s;
}
.p-sc__contents-main-item:nth-of-type(28) .p-sc__contents-main-item-label {
  transition-delay: 1.6s;
}
.p-sc__contents-main-item:nth-of-type(28) .p-sc__contents-main-item-name {
  transition-delay: 1.7s;
}
.p-sc__contents-main-item:nth-of-type(29) .p-sc__contents-main-item-label {
  transition-delay: 1.65s;
}
.p-sc__contents-main-item:nth-of-type(29) .p-sc__contents-main-item-name {
  transition-delay: 1.75s;
}
.p-sc__contents-main-item:nth-of-type(30) .p-sc__contents-main-item-label {
  transition-delay: 1.7s;
}
.p-sc__contents-main-item:nth-of-type(30) .p-sc__contents-main-item-name {
  transition-delay: 1.8s;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item {
    width: 48%;
  }
}
.--staff .p-sc__contents-main-item {
  width: 48%;
}
.--staff .p-sc__contents-main-item.--wide {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .--staff .p-sc__contents-main-item {
    width: 100%;
  }
}
.p-sc__contents-main-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.6rem;
  color: var(--color-red);
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-sc__contents-main-item-label {
  opacity: 1;
  transform: translateY(0);
}
.p-sc__contents-main-item-label .p-in-comment {
  width: 108px;
  cursor: pointer;
  transition: transform 0.6s var(--ease-main);
}
@media (hover: hover) {
  .p-sc__contents-main-item-label .p-in-comment:hover {
    transform: scale(0.96);
    animation: flash 0.15s linear forwards;
  }
  .p-sc__contents-main-item-label .p-in-comment:hover .p-news__more-icon {
    animation: arrowRight 0.5s var(--ease-main);
  }
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item-label .p-in-comment {
    width: 74px;
  }
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item-label {
    font-size: 1.2rem;
  }
}
.p-sc__contents-main-item-name {
  margin-top: 8px;
  line-height: 1.5;
  font-size: 2.3rem;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-sc__contents-main-item-name {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item-name {
    margin-top: 4px;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item-name span {
    display: inline;
  }
}
.p-sc__contents-main-item-name .u-mid {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item-name .u-mid {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
.p-sc__contents-main-item-name small {
  display: block;
  font-size: 1.5rem;
  margin-top: -1px;
}
@media screen and (max-width: 899px) {
  .p-sc__contents-main-item-name small {
    font-size: 0.8rem;
    margin-top: 0;
  }
}

.p-character {
  padding-top: 190px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-character {
    padding-top: 97px;
  }
}

.p-character__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20%;
  left: 0;
  background: url(../img/bg_deco_red02_pc.png) no-repeat center/100% auto;
  transition: transform 0.7s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-character__bg {
    opacity: 0.7;
  }
}

.p-character__title-bg {
  width: 85%;
}
.p-character__title-text img {
  width: 615px;
}
@media screen and (max-width: 899px) {
  .p-character__title-text img {
    width: 82%;
  }
  .--left .p-character__title-text img {
    margin-left: 8.6%;
  }
}

.p-character__contents {
  width: 78.6%;
  max-width: 1440px;
  margin: 147px auto 0;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-character__contents {
    width: 89%;
    margin: 75px auto 0;
  }
}
.p-character__contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 4.4%;
}
@media screen and (max-width: 899px) {
  .p-character__contents-list {
    display: flex;
    gap: 6vw 4.6%;
  }
}
.p-character__contents-item {
  width: 21.7%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-character__contents-item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.p-character__contents-item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-character__contents-item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-character__contents-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.p-character__contents-item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.p-character__contents-item:nth-of-type(6) {
  transition-delay: 0.8s;
}
.p-character__contents-item:nth-of-type(7) {
  transition-delay: 0.9s;
}
.p-character__contents-item:nth-of-type(8) {
  transition-delay: 1s;
}
.p-character__contents-item:nth-of-type(9) {
  transition-delay: 1.1s;
}
.p-character__contents-item:nth-of-type(10) {
  transition-delay: 1.2s;
}
.p-character__contents-item:nth-of-type(11) {
  transition-delay: 1.3s;
}
.p-character__contents-item:nth-of-type(12) {
  transition-delay: 1.4s;
}
.p-character__contents-item:nth-of-type(13) {
  transition-delay: 1.5s;
}
.p-character__contents-item:nth-of-type(14) {
  transition-delay: 1.6s;
}
.p-character__contents-item:nth-of-type(15) {
  transition-delay: 1.7s;
}
.p-character__contents-item:nth-of-type(16) {
  transition-delay: 1.8s;
}
.p-character__contents-item:nth-of-type(17) {
  transition-delay: 1.9s;
}
.p-character__contents-item:nth-of-type(18) {
  transition-delay: 2s;
}
.p-character__contents-item:nth-of-type(19) {
  transition-delay: 2.1s;
}
.p-character__contents-item:nth-of-type(20) {
  transition-delay: 2.2s;
}
.p-character__contents-item:nth-of-type(21) {
  transition-delay: 2.3s;
}
.p-character__contents-item:nth-of-type(22) {
  transition-delay: 2.4s;
}
.p-character__contents-item:nth-of-type(23) {
  transition-delay: 2.5s;
}
.p-character__contents-item:nth-of-type(24) {
  transition-delay: 2.6s;
}
.p-character__contents-item:nth-of-type(25) {
  transition-delay: 2.7s;
}
.p-character__contents-item:nth-of-type(26) {
  transition-delay: 2.8s;
}
.p-character__contents-item:nth-of-type(27) {
  transition-delay: 2.9s;
}
.p-character__contents-item:nth-of-type(28) {
  transition-delay: 3s;
}
.p-character__contents-item:nth-of-type(29) {
  transition-delay: 3.1s;
}
.p-character__contents-item:nth-of-type(30) {
  transition-delay: 3.2s;
}
.p-scroll.is-active .p-character__contents-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-character__contents-item {
    width: 47.7%;
  }
}
.p-character__contents-item-image {
  width: 100%;
  position: relative;
}
.p-character__contents-item-image::before {
  content: "";
  display: block;
  width: 103%;
  height: 103%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/cast_img_frame.png) no-repeat center/contain;
}
.p-character__contents-item-image img {
  width: 96.8%;
  margin: 0 auto;
  -webkit-mask: url(../img/cast_img_base.png) no-repeat center/contain;
  mask: url(../img/cast_img_base.png) no-repeat center/contain;
}
.p-character__contents-item-name {
  margin-top: 20px;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-character__contents-item-name {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}
.p-character__contents-item-name small {
  display: block;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 899px) {
  .p-character__contents-item-name small {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
}

.p-schedule {
  padding-top: 224px;
}
@media screen and (max-width: 899px) {
  .p-schedule {
    padding-top: 98px;
  }
}

.p-schedule__title-bg {
  width: 67%;
}
@media screen and (max-width: 899px) {
  .p-schedule__title-bg {
    width: 87%;
    top: 155%;
  }
}
.p-schedule__title-text img {
  width: 540px;
}
@media screen and (max-width: 899px) {
  .p-schedule__title-text img {
    width: 72%;
  }
}

.p-schedule__contents {
  position: relative;
  padding-top: 160px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents {
    padding-top: 77px;
  }
}
.p-schedule__contents-block + .p-schedule__contents-block {
  margin-top: 100px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-block + .p-schedule__contents-block {
    margin-top: 37px;
  }
}
.p-schedule__contents-head {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.6s var(--ease-main) 0.2s, transform 0.6s var(--ease-main) 0.2s;
}
.p-scroll.is-active .p-schedule__contents-head {
  opacity: 1;
  transform: translateX(0);
}
.p-schedule__contents-main {
  width: calc(100% - 293px);
  margin: 0 auto;
  max-width: 1440px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main {
    width: 100%;
    margin-left: auto;
  }
}
.p-schedule__contents-main-place {
  margin-top: 50px;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-main) 0.3s;
}
.p-scroll.is-active .p-schedule__contents-main-place {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-place {
    margin-top: 22px;
    font-size: 1.6rem;
  }
}
.p-schedule__contents-main-place a {
  color: var(--color-white);
  text-decoration: underline;
  text-underline-offset: 8px;
  transition: opacity 0.5s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-place a {
    text-underline-offset: 4px;
  }
}
@media (hover: hover) {
  .p-schedule__contents-main-place a:hover {
    opacity: 0.5;
  }
}
.p-schedule__contents-main-place small {
  display: block;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-place small {
    display: block;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
  }
}
.p-schedule__contents-main-table {
  margin: 53px auto 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-main) 0.4s;
}
.p-scroll.is-active .p-schedule__contents-main-table {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-table {
    margin: 39px auto 0;
  }
}
.p-schedule__contents-main-table-image {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-table-image {
    width: 90%;
  }
}
.p-schedule__contents-main-table-caution {
  width: 100%;
  margin: 35px auto 0;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-table-caution {
    width: 90%;
    margin: 25px auto 0;
  }
}
.p-schedule__contents-main-table-caution .p-in-list {
  margin-bottom: 10px;
}
.p-schedule__contents-main-table-caution .p-in-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-table-caution .p-in-item {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.p-schedule__contents-main-table-caution .p-in-box {
  padding: 44px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-table-caution .p-in-box {
    padding: 15px 0;
  }
}
.p-schedule__contents-main-table-caution .p-in-box-list {
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-table-caution .p-in-box-list {
    display: block;
  }
}
.p-schedule__contents-main-table-caution .p-in-box-item {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  width: 50%;
  padding: 0 52px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-table-caution .p-in-box-item {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    gap: 0 25px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .p-schedule__contents-main-table-caution .p-in-box-item:first-of-type {
    padding-top: 0;
    border-top: 0;
  }
  .p-schedule__contents-main-table-caution .p-in-box-item:last-of-type {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 900px) {
  .p-schedule__contents-main-table-caution .p-in-box-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.p-schedule__contents-main-table-caution .p-in-box-item-head {
  font-size: 1.8rem;
  line-height: 1.7;
  color: var(--color-red);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-table-caution .p-in-box-item-head {
    font-size: 1.4rem;
  }
}
.p-schedule__contents-main-table-caution .p-in-box-item-detail {
  flex: 1;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-table-caution .p-in-box-item-detail {
    font-size: 1.2rem;
  }
}
.p-schedule__contents-main-chart {
  margin-top: 64px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.5s, transform 0.6s var(--ease-main) 0.5s;
}
.p-scroll.is-active .p-schedule__contents-main-chart {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart {
    width: 90%;
    margin: 40px auto 0;
  }
}
.p-schedule__contents-main-chart-image {
  width: 100%;
}
.p-schedule__contents-main-chart-detail {
  margin-top: 36px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart-detail {
    margin-top: 30px;
  }
}
.p-schedule__contents-main-chart-detail-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.p-schedule__contents-main-chart-detail-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "head character" "detail character";
  padding: 40px 2.7% 36px;
  padding: 32px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart-detail-item {
    display: block;
    padding: 20px 0;
  }
}
.p-schedule__contents-main-chart-detail-item .p-in-head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  grid-area: head;
}
.p-schedule__contents-main-chart-detail-item .p-in-head-icon {
  width: 45px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart-detail-item .p-in-head-icon {
    width: 27px;
    font-size: 1.4rem;
  }
}
.p-schedule__contents-main-chart-detail-item .p-in-head-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  flex: 1;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart-detail-item .p-in-head-title {
    font-size: 1.4rem;
  }
}
.p-schedule__contents-main-chart-detail-item .p-in-head-title small {
  display: block;
  margin-top: 14px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart-detail-item .p-in-head-title small {
    margin-top: 9px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.p-schedule__contents-main-chart-detail-item .p-in-character {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: character;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 50px;
  margin-left: 10px;
}
@media screen and (min-width: 900px) {
  .p-schedule__contents-main-chart-detail-item .p-in-character {
    min-width: 250px;
  }
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart-detail-item .p-in-character {
    margin-top: 10px;
    margin-left: 34px;
    margin-right: 0;
    justify-content: flex-start;
  }
}
.p-schedule__contents-main-chart-detail-item .p-in-character-head {
  width: 26px;
  margin-right: 24px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart-detail-item .p-in-character-head {
    width: 6.2%;
    max-width: 28px;
    margin-right: 13px;
  }
}
.p-schedule__contents-main-chart-detail-item .p-in-character-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1;
}
@media screen and (min-width: 900px) {
  .p-schedule__contents-main-chart-detail-item .p-in-character-list {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart-detail-item .p-in-character-list {
    gap: 4%;
  }
}
.p-schedule__contents-main-chart-detail-item .p-in-character-item {
  width: 90px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart-detail-item .p-in-character-item {
    width: 24%;
    max-width: 100px;
  }
}
.p-schedule__contents-main-chart-detail-item .p-in-character-image {
  width: 100%;
  background: url(../img/chara_thumb_base.png) no-repeat center/contain;
  position: relative;
}
.p-schedule__contents-main-chart-detail-item .p-in-character-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/chara_thumb_frame.png) no-repeat center/contain;
}
.p-schedule__contents-main-chart-detail-item .p-in-character-title {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart-detail-item .p-in-character-title {
    margin-top: 7px;
    text-align: center;
    font-size: 1rem;
  }
}
.p-schedule__contents-main-chart-detail-item .p-in-detail {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: detail;
  margin-top: 16px;
  margin-left: 50px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-chart-detail-item .p-in-detail {
    margin-top: 10px;
    margin-left: 32px;
    font-size: 1.1rem;
    line-height: 1.7;
  }
}
.p-schedule__contents-main-about {
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about {
    width: 89.2%;
    margin: 40px auto 0;
  }
}
.p-schedule__contents-main-about-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.6s, transform 0.6s var(--ease-main) 0.6s;
}
.p-scroll.is-active .p-schedule__contents-main-about-item {
  opacity: 1;
  transform: translateY(0);
}
.p-schedule__contents-main-about-item + .p-schedule__contents-main-about-item {
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item + .p-schedule__contents-main-about-item {
    margin-top: 20px;
  }
}
.p-schedule__contents-main-about-item-detail {
  display: none;
  padding: 48px 47px 50px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail {
    padding: 22px 19px 40px;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item {
  margin-top: 46px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item {
    margin-top: 24px;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item:first-of-type {
  margin-top: 0;
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-head {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
  padding-bottom: 9px;
  gap: 26px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-head {
    margin-bottom: 15px;
    padding-bottom: 6px;
    gap: 14px;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-head::before {
  content: "";
  display: block;
  width: calc(100% - 260px);
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/line_repeat_pc.png) repeat-x left bottom/auto 100%;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-head::before {
    width: 100%;
    background: url(../img/line_sp.png) repeat-x left bottom/100% auto;
  }
}
@media screen and (min-width: 900px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-head::after {
    content: "";
    display: block;
    width: 260px;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/line_right_pc.png) repeat-x left bottom/auto 100%;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-head-num {
  font-family: var(--font-chakra);
  font-size: 3.7rem;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-head-num {
    font-size: 2rem;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-head-text {
  font-size: 2.6rem;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-head-text {
    font-size: 1.7rem;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-lead {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-lead {
    margin-bottom: 14px;
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  gap: 10px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item {
    padding: 14px 0;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-head {
  width: 153px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-head {
    width: 76px;
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-text {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-text {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-text li {
  margin-top: 14px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-text li {
    display: block;
    margin-top: 12px;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-text li:first-of-type {
  margin-top: 0;
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-text-caution {
  font-size: 1.3rem;
  line-height: 1.65;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-text-caution {
    margin-top: 4px;
    font-size: 1rem;
    line-height: 1.46;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-text-caution li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 4px;
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-text-main {
  margin-top: 10px;
  flex: 1;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-detail-item-text-main {
    margin-top: 2px;
    line-height: 1.5;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-box {
  margin-bottom: 32px;
  padding: 35px 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-box {
    padding: 14px 20px;
    margin-top: 19px;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-box-detail {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-box-detail .p-in-caution {
  margin-top: 18px;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-box-detail .p-in-caution {
    margin-top: 12px;
  }
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-box-detail {
    font-size: 1.2rem;
    line-height: 1.96;
  }
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-caution {
  margin-bottom: 26px;
  font-size: 1.3rem;
  line-height: 1.9;
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-caution:last-of-type {
  margin-bottom: 0;
}
.p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-caution-head {
  font-size: 1.6rem;
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-caution-head {
    margin-bottom: 4px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 899px) {
  .p-schedule__contents-main-about-item-detail-list .p-in-item .p-in-caution {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-ticket {
  padding-top: 230px;
}
@media screen and (max-width: 899px) {
  .p-ticket {
    padding-top: 97px;
  }
}

.p-ticket__title-bg {
  width: 85.5%;
}
@media screen and (max-width: 899px) {
  .--left .p-ticket__title-bg {
    width: 157%;
    left: -11%;
  }
}
.p-ticket__title-text img {
  width: 348px;
}
@media screen and (max-width: 899px) {
  .p-ticket__title-text img {
    width: 46%;
  }
}

.p-ticket__contents {
  padding-top: 148px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents {
    padding-top: 74px;
  }
}
.p-ticket__contents-about {
  width: calc(100% - 293px);
  margin: 0 auto;
  max-width: 1440px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.3s, transform 0.6s var(--ease-main) 0.3s;
}
.p-scroll.is-active .p-ticket__contents-about {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about {
    width: 89%;
  }
}
.p-ticket__contents-about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: min(2.8vw, 50px) 3.6%;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-list {
    display: block;
  }
}
.p-ticket__contents-about-item {
  width: 100%;
}
.p-ticket__contents-about-item:nth-of-type(1) {
  grid-area: 1/1/3/2;
}
.p-ticket__contents-about-item:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.p-ticket__contents-about-item:nth-of-type(3) {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-item + .p-ticket__contents-about-item {
    margin-top: 20px;
  }
}
.p-ticket__contents-about-item-inner {
  width: 100%;
  height: 100%;
  padding: 55px 20px;
  position: relative;
  background: url(../img/glid_bg.png) repeat left top/16px;
}
.p-ticket__contents-about-item-inner:first-of-type {
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-item-inner {
    width: 100%;
    padding: 33px 20px 25px;
  }
}
.p-ticket__contents-about-item-deco::before, .p-ticket__contents-about-item-deco::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  background: url(../img/corner_s.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-item-deco::before, .p-ticket__contents-about-item-deco::after {
    width: 6px;
    height: 6px;
  }
}
.p-ticket__contents-about-item-deco::before {
  left: 0;
}
.p-ticket__contents-about-item-deco::after {
  right: 0;
  transform: rotate(90deg);
}
.p-ticket__contents-about-item-deco .p-in-item::before, .p-ticket__contents-about-item-deco .p-in-item::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 0;
  background: url(../img/corner_s.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-item-deco .p-in-item::before, .p-ticket__contents-about-item-deco .p-in-item::after {
    width: 6px;
    height: 6px;
  }
}
.p-ticket__contents-about-item-deco .p-in-item::before {
  left: 0;
  transform: rotate(-90deg);
}
.p-ticket__contents-about-item-deco .p-in-item::after {
  right: 0;
  transform: rotate(-180deg);
}
.p-ticket__contents-about-item-head {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-item-head {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
}
.p-ticket__contents-about-item-price {
  margin-top: 27px;
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-item-price {
    margin-top: 17px;
    font-size: 1.6rem;
  }
}
.p-ticket__contents-about-item-price small {
  font-size: 2rem;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-item-price small {
    font-size: 1.1rem;
  }
}
.p-ticket__contents-about-item-name {
  width: 87.3%;
  margin: 35px auto 0;
  padding: 10px 5px 3px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  border: 1px solid var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-item-name {
    width: 100%;
    margin: 27px auto 0;
    padding: 7px 5px 5px;
    font-size: 1.1rem;
  }
}
.p-ticket__contents-about-item-detail {
  width: 100%;
  margin-top: 12px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.45;
}
.p-ticket__contents-about-item-detail .p-in-caution {
  width: 87.5%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-item-detail .p-in-caution {
    width: 100%;
  }
}
.p-ticket__contents-about-item-detail .p-in-caution li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-item-detail {
    margin-top: 6px;
    font-size: 1rem;
    letter-spacing: 0.08em;
    line-height: 1.9;
  }
}
.p-ticket__contents-about-caution {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-about-caution {
    font-size: 1rem;
    text-align: left;
    margin-top: 15px;
  }
}
.p-ticket__contents-schedule {
  margin-top: 80px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.6s, transform 0.6s var(--ease-main) 0.6s;
}
.p-scroll.is-active .p-ticket__contents-schedule {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule {
    margin-top: 50px;
  }
}
.p-ticket__contents-schedule-item {
  width: calc(100% - 293px);
  margin: 0 auto;
  max-width: 1440px;
  margin-top: 50px;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-item {
    width: 89%;
    margin: 24px auto 0;
  }
}
.p-ticket__contents-schedule-item-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  padding: 12px 29px 11px;
  background-color: var(--color-blue);
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-main) 0.4s;
}
.p-scroll.is-active .p-ticket__contents-schedule-item-head {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-item-head {
    margin-bottom: 0;
    padding: 9px 16px 8px;
  }
}
.p-ticket__contents-schedule-item-head .p-in-deco::before, .p-ticket__contents-schedule-item-head .p-in-deco::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 3px;
  background: url(../img/corner_s.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-item-head .p-in-deco::before, .p-ticket__contents-schedule-item-head .p-in-deco::after {
    width: 6px;
    height: 6px;
  }
}
.p-ticket__contents-schedule-item-head .p-in-deco::before {
  left: 3px;
}
.p-ticket__contents-schedule-item-head .p-in-deco::after {
  right: 3px;
  transform: rotate(90deg);
}
.p-ticket__contents-schedule-item-head .p-in-deco-item::before, .p-ticket__contents-schedule-item-head .p-in-deco-item::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 3px;
  background: url(../img/corner_s.png) no-repeat center/contain;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-item-head .p-in-deco-item::before, .p-ticket__contents-schedule-item-head .p-in-deco-item::after {
    width: 6px;
    height: 6px;
  }
}
.p-ticket__contents-schedule-item-head .p-in-deco-item::before {
  left: 3px;
  transform: rotate(-90deg);
}
.p-ticket__contents-schedule-item-head .p-in-deco-item::after {
  right: 3px;
  transform: rotate(-180deg);
}
.p-ticket__contents-schedule-item-head .p-in-text {
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-item-head .p-in-text {
    font-size: 1.3rem;
  }
}
.p-ticket__contents-schedule-item-main .p-in-item {
  display: flex;
  align-items: flex-start;
  gap: 0 72px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s var(--ease-main) 0.4s, transform 0.6s var(--ease-main) 0.4s;
}
.p-ticket__contents-schedule-item-main .p-in-item:nth-of-type(1) {
  transition-delay: 0.5s;
}
.p-ticket__contents-schedule-item-main .p-in-item:nth-of-type(2) {
  transition-delay: 0.6s;
}
.p-ticket__contents-schedule-item-main .p-in-item:nth-of-type(3) {
  transition-delay: 0.7s;
}
.p-ticket__contents-schedule-item-main .p-in-item:nth-of-type(4) {
  transition-delay: 0.8s;
}
.p-ticket__contents-schedule-item-main .p-in-item:nth-of-type(5) {
  transition-delay: 0.9s;
}
.p-ticket__contents-schedule-item-main .p-in-item:nth-of-type(6) {
  transition-delay: 1s;
}
.p-ticket__contents-schedule-item-main .p-in-item:nth-of-type(7) {
  transition-delay: 1.1s;
}
.p-ticket__contents-schedule-item-main .p-in-item:nth-of-type(8) {
  transition-delay: 1.2s;
}
.p-ticket__contents-schedule-item-main .p-in-item:nth-of-type(9) {
  transition-delay: 1.3s;
}
.p-ticket__contents-schedule-item-main .p-in-item:nth-of-type(10) {
  transition-delay: 1.4s;
}
.p-scroll.is-active .p-ticket__contents-schedule-item-main .p-in-item {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-item-main .p-in-item {
    display: block;
    padding: 17px 0;
  }
}
.p-ticket__contents-schedule-item-main .p-in-item-head {
  width: 220px;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-item-main .p-in-item-head {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}
.p-ticket__contents-schedule-item-main .p-in-item-detail {
  flex: 1;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-item-main .p-in-item-detail {
    font-size: 1.2rem;
  }
  .p-ticket__contents-schedule-item-main .p-in-item-detail span {
    vertical-align: baseline;
    display: block;
  }
}
.p-ticket__contents-schedule-item-main .p-in-item-detail a {
  color: var(--color-white);
  text-decoration: underline;
  transition: opacity 0.5s var(--ease-main);
}
@media (hover: hover) {
  .p-ticket__contents-schedule-item-main .p-in-item-detail a:hover {
    opacity: 0.5;
  }
}
.p-ticket__contents-schedule-item-main .p-in-item-detail-caution {
  margin-top: 11px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 900px) {
  .p-ticket__contents-schedule-item-main .p-in-item-detail-caution:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-item-main .p-in-item-detail-caution {
    margin-top: 13px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-ticket__contents-schedule-item-main .p-in-item-detail-caution li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 11px;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-item-main .p-in-item-detail-caution li {
    margin-bottom: 5px;
  }
}
.p-ticket__contents-schedule-item-main .p-in-item-detail-caution li:last-of-type {
  margin-bottom: 0;
}
.p-ticket__contents-schedule-other {
  display: flex;
  gap: 0 72px;
  width: calc(100% - 293px);
  margin: 0 auto;
  padding: 51px 48px 46px;
  max-width: 1440px;
  margin-top: 58px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-other {
    display: block;
    width: 89%;
    margin: 32px auto 0;
    padding: 17px 18px;
  }
}
.p-ticket__contents-schedule-other-head {
  width: 220px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-other-head {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}
.p-ticket__contents-schedule-other-detail {
  flex: 1;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-other-detail {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-ticket__contents-schedule-other-detail a {
  color: var(--color-white);
  text-decoration: underline;
  transition: opacity 0.5s var(--ease-main);
}
@media (hover: hover) {
  .p-ticket__contents-schedule-other-detail a:hover {
    opacity: 0.5;
  }
}
.p-ticket__contents-schedule-other-detail .p-in-caution {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-other-detail .p-in-caution {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-ticket__contents-schedule-other-detail .p-in-caution li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 11px;
}
@media screen and (max-width: 899px) {
  .p-ticket__contents-schedule-other-detail .p-in-caution li {
    margin-bottom: 5px;
  }
}
.p-ticket__contents-schedule-other-detail .p-in-caution li:last-of-type {
  margin-bottom: 0;
}