@charset "utf-8";

.p-ticket-box {
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  font-size: 3rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-weight: bold;
}

.p-ticket-center {
  text-align: center;
  font-size: 2rem;
}

.p-ticket-center strong {
  font-size: 3rem;
}

.p-ticket__text-box {
  width: fit-content;
  margin: 0 auto;
  padding: 3rem 4rem;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #333;

  @media (max-width: 768px) {
    padding: 3rem 1.5rem;
    font-size: 2.4rem;
  }
}

.p-ticket__text-box strong{
  color: #FF0000;
}


.p-ticket-btn {
  display: block;
  width: 100%;
  max-width: 45rem;
  margin: 0rem auto 1.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF !important;
  text-align: center;
  text-decoration: none !important;
  padding: 2rem 0.5rem;
  background-color: #ff7800;
  border-radius: 10rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .p-ticket-btn {
    margin: 0rem auto 3rem;
  }
}

.p-ticket-btn.is-soldout {
  background-color: #888888;
  pointer-events: none;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .p-ticket-box {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    font-size: 1.8rem;
    border: 1px solid #FFF;
    box-sizing: border-box;
    font-weight: bold;
  }

  .p-ticket-center {
    text-align: center;
    font-size: 1.4rem;
  }

  .p-ticket-center strong {
    font-size: 1.8rem;
  }

  .p-ticket-btn {
    max-width: 28rem;
    font-size: 1.8rem;
    padding: 1.8rem 0.5rem;
  }
}

strong {
  font-size: 1.25em;
}

/* 20260401 */
@media (max-width: 768px) {
  .guidelines {
    padding: 0 1em;
  }
}

.guidelines h3 {
  margin-bottom: .75em;
  text-wrap: inherit;
  line-height: 1.25;
  padding-bottom: .5em;
  border-bottom: 1px solid #666;
}

.guidelines ul {
  margin-bottom: 3em;
  padding-left: 1.2em;
}

.guidelines li {
  margin-bottom: .5em;
  font-weight: 300;
}

.guidelines em {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(transparent 90%, #efdf52 10%);
  padding: 0 0.2em;
}

hr {
  border-top: 1px solid #666;
}

b {
  font-weight: bold;
}

.p-about__personality-img {
  font-size: 0;
}

.bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-flow: wrap;
  max-width: 89.5rem;
  margin: 4.5rem auto 0;
  padding: 0 2rem;

  @media (max-width: 768px) {
    width: 89.3333vw;
    margin: 2rem auto 0;
    padding: 0;
  }

  a {
    width: 44rem;
    max-width: calc(50% - 0.75rem);
  }
}




.p-free a.link{
  color: #00aeff;
  font-weight: bold;
  text-decoration: underline;
}



