@charset "UTF-8";

/* PROFILE: p-cast */
.p-cast {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}

.p-cast + .p-cast {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: .1rem solid #eee;
}

@media (max-width:768px) {
  .p-cast {
    flex-flow: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 45rem;
    margin: 0 auto;
  }

  .p-cast + .p-cast {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}

.p-cast__thumb {
  flex: 0 0 30rem;
  width: 30rem;
}

.p-cast__thumb img {
  width: 100%;
  margin: 0 !important;
}

@media (max-width:768px) {
  .p-cast__thumb {
    flex: 0 0 auto;
    width: 100%;
  }

  .p-cast__body {
    width: 100%;
  }
}

.p-cast__body {
  flex: 1 1 auto;
}

.p-cast__name {
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-cast__name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: .3rem;
  background: linear-gradient(to right, #7b3a8c 0%, #514a9d 50%, #2e7bbd 100%);
  content: '';
}

.p-cast__txt {
  font-size: 1.5rem;
  line-height: 1.75;
}

.p-cast__txt a {
  text-decoration: underline;
}

@media (max-width:768px) {
  .p-cast__name {
    font-size: 1.6rem;
  }

  .p-cast__txt {
    font-size: 1.4rem;
    line-height: 1.7143;
  }
}

body.dark .p-cast + .p-cast {
  border-top-color: #666;
}

/* LIVE: p-event */
.p-event {
  width: 100%;
}

.p-event__row {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-bottom: .1rem solid #ddd;
}

@media (min-width:769px) {
  .p-event__row:first-child {
    border-top: .1rem solid #ddd;
  }
}

.p-event__dt {
  display: flex;
  flex: 0 0 18rem;
  justify-content: center;
  align-items: center;
  width: 18rem;
  padding: 2rem 1rem;
  color: #1a2c78;
  font-weight: 700;
  text-align: center;
  background: #eef1f8;
  box-sizing: border-box;
}

.p-event__dd {
  flex: 1 1 auto;
  padding: 2rem 1rem 2rem 3rem;
  line-height: 1.75;
  box-sizing: border-box;
}

.p-event__dd a {
  text-decoration: underline;
}

.p-event__seat {
  display: block;
}

.p-event__seat b {
  font-size: 1.3em;
  font-weight: 700;
}

.p-event__note {
  display: block;
  margin-top: .8rem;
  font-size: .85em;
}

@media (max-width:768px) {
  .p-event__row {
    flex-flow: column;
    align-items: flex-start;
    border-bottom: none;
  }

  .p-event__dt {
    flex: 0 0 auto;
    width: 100%;
    padding: 1rem;
    font-size: 1.4rem;
  }

  .p-event__dd {
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }
}

body.dark .p-event__row {
  border-bottom-color: #666;
}

@media (min-width:769px) {
  body.dark .p-event__row:first-child {
    border-top-color: #666;
  }
}

body.dark .p-event__dt {
  color: #fff;
  background: #333;
}

/* TICKET: p-ticket */
.p-ticket {
  width: 100%;
}

.p-ticket__box {
  border: .1rem solid #1a2c78;
}

.p-ticket__box + .p-ticket__box {
  margin-top: 3rem;
}

.p-ticket__subttl {
  padding: 1.5rem 0;
  color: #1a2c78;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background: #eef1f8;
}

.p-ticket__inner {
  padding: 3rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  list-style: none;
}

.p-ticket__inner li + li {
  margin-top: 1rem;
}

.p-ticket__notice {
  color: #e2001b;
  font-size: 1.3em;
}

@media (max-width:768px) {
  .p-ticket__box + .p-ticket__box {
    margin-top: 2rem;
  }

  .p-ticket__subttl {
    padding: 1rem 0;
    font-size: 1.6rem;
  }

  .p-ticket__inner {
    padding: 2rem 1.5rem;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

body.dark .p-ticket__box {
  border-color: #666;
}

body.dark .p-ticket__subttl {
  color: #fff;
  background: #333;
}

.p-ticket__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  max-width: 85%;
  height: 8rem;
  margin: 0 auto 3rem;
  padding-bottom: 0.4rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  background: linear-gradient(to right, #71327f 0%, #237dbc 100%);
  box-shadow: 0 .8rem 1.5rem rgba(0, 0, 0, .15);
}

.p-ticket__btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.7rem;
  display: inline-block;
  width: 1.1rem;
  height: fit-content;
  aspect-ratio: 1100 / 1364;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 146.23 181.3'%3E%3Cpolygon points='55.58 0 0 0 90.65 90.65 0 181.3 55.58 181.3 146.23 90.65 55.58 0' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

@media (max-width:768px) {
  .p-ticket__btn {
    width: 90%;
    max-width: 35rem;
    height: 5.6rem;
    margin: 0 auto 2rem;
    padding-bottom: 0;
    font-size: clamp(1.4rem, -0.4286rem + 5.714vw, 2rem);
    box-shadow: 0 .6rem 1.2rem rgba(0, 0, 0, .15);
  }

  .p-ticket__btn::after {
    right: 1.8rem;
    width: .9rem;
  }
}

body.dark .p-ticket__btn {
  box-shadow: 0 .8rem 1.5rem rgba(0, 0, 0, .4);
}

.p-ticket__btn--disabled {
  background: #ccc;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

.p-ticket__btn--disabled::after {
  opacity: .6;
}

body.dark .p-ticket__btn--disabled {
  background: #555;
}
