:root {
  --bg-main: #1c1833;
  --color-gold: #867a46;
  --color-point: #cdabe8;
  --color-strong: #44376f;
}

@media screen and (min-width: 751px) {
  .l-page__body {
    margin-top: 83px;
  }
}
@media screen and (max-width: 750px) {
  .l-page__body {
    margin-top: 15%;
  }
}
.p-ticket__notice {
  margin-bottom: 4.5%;
}

@media screen and (max-width: 750px) {
  .p-ticket__notice {
    margin-bottom: 7%;
  }
}
.p-ticket__notice-bnr {
  width: 48%;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .p-ticket__notice-bnr {
    width: 88%;
  }
}
.p-ticket__notice-bnr a {
  display: block;
  width: 100%;
}

.p-ticket__notice-list {
  width: 90%;
  margin: 2% auto;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 751px) and (max-width: 1280px) {
  .p-ticket__notice-list {
    font-size: 15px;
    font-size: 1.17vw;
  }
}
@media screen and (max-width: 750px) {
  .p-ticket__notice-list {
    margin-top: 3.5%;
    width: 100%;
    font-size: 10px;
    font-size: 2.5vw;
    line-height: 1.8;
  }
}
.p-ticket__notice-list .p-in-item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-ticket .-red {
  color: #7f4085;
}

.p-hoshitori {
  padding-top: 50px;
}
@media screen and (min-width: 751px) {
  .p-hoshitori {
    min-width: 350px;
  }
}
@media screen and (max-width: 750px) {
  .p-hoshitori {
    padding-top: 30px;
  }
}
.p-hoshitori__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-hoshitori__in:first-child {
  width: 200px;
}
.p-hoshitori__in + .p-hoshitori__in {
  margin-top: 30px;
}
.p-hoshitori__time {
  width: 50px;
  padding-top: 53px;
  font-size: 13px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__time {
    padding-top: 40px;
    font-size: 11px;
  }
}
.p-hoshitori__time-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__time-item {
    height: 26px;
  }
}
.p-hoshitori__time-item:nth-child(2) {
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__time-item:nth-child(2) {
    margin-top: 12px;
  }
}
.p-hoshitori__main {
  position: relative;
  width: calc(100% - 50px);
}
.p-hoshitori__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__day {
    margin-bottom: 10px;
  }
}
.p-hoshitori__day-item {
  width: 40px;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__day-item {
    width: 32px;
  }
}
.p-hoshitori__day-item-no {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__day-item-no {
    font-size: 14px;
  }
}
.p-hoshitori__day-item-week {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__day-item-week {
    margin-top: 6px;
    font-size: 10px;
  }
}
.p-hoshitori__day-item-week.-sat {
  color: #a0aae7;
}
.p-hoshitori__day-item-week.-sun {
  color: #e47e7e;
}
.p-hoshitori__skd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: var(--color-point);
  text-align: center;
}
.p-hoshitori__skd::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 750px) {
  .p-hoshitori__skd::before {
    top: 13px;
  }
}
.p-hoshitori__skd::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 750px) {
  .p-hoshitori__skd::after {
    bottom: 13px;
  }
}
.p-hoshitori__skd-item {
  position: relative;
  z-index: 1;
  width: 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__skd-item {
    width: 32px;
  }
}
.p-hoshitori__skd-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
}
.p-hoshitori__skd-item-hiru {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__skd-item-hiru {
    height: 26px;
  }
}
.p-hoshitori__skd-item-hiru span.-takahashi {
  color: var(--color-gold);
}
.p-hoshitori__skd-item-yoru {
  position: relative;
  margin-top: 12px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__skd-item-yoru {
    height: 26px;
  }
}
.p-hoshitori__skd-item-yoru span.-takahashi {
  color: var(--color-gold);
}
.p-hoshitori__skd-item-kyu {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 82px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 800;
  color: #fff;
  width: 100%;
  letter-spacing: 0.2rem;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__skd-item-kyu {
    height: 65px;
    font-size: 16px;
  }
}
.p-hoshitori__bottom {
  padding-top: 20px;
  padding-left: 50px;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .p-hoshitori__bottom {
    font-size: 11px;
    font-size: 2.8vw;
  }
}
.p-hoshitori__bottom span {
  color: var(--color-point);
  vertical-align: baseline;
}
.p-hoshitori__bottom span.-takahashi {
  color: var(--color-gold);
}

@media screen and (min-width: 751px) {
  .c-block.-schedule .c-block__info-txt {
    width: calc(100% - 350px);
  }
}
.c-block.-schedule .p-in-date small {
  font-size: 80%;
  vertical-align: baseline;
}

.p-in-txt a {
  color: #fff;
}

.p-in-subcap {
  color: var(--color-point);
  font-size: 18px;
  font-size: 1.4vw;
  padding: 0 3.5% 0.4rem;
}
@media screen and (max-width: 750px) {
  .p-in-subcap {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 0 4% 0.4rem;
  }
}

.c-btn {
  max-width: 66.66%;
  margin-bottom: 2rem;
  color: #000 !important;
  background: var(--color-point);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-btn span {
  padding: 0 1rem;
  vertical-align: baseline;
}
@media screen and (min-width: 751px) {
  .c-btn:hover {
    background: var(--color-gold);
  }
}