@charset "utf-8";
/*********************************
HOBBY ROUND 33 2025.11.09 STYLE-TICKET
last update - 2025.08.26
*********************************/ 
#ctg-ticket {
  background-image: url(/event/afterrepo/assets/image/hr32/ar01_04.jpg);
}
.cont-title {
  font-size: calc(var(--fs) * 2.6);
  text-align: center;
  color: #fff;
  line-height: var(--fs-line);
  padding: 1.5em 1rem 1.2em;
  margin: 0 auto 2rem;
  background: var(--c-main);
  border-radius: 10rem;
  border: calc(var(--rs) * 0.5) solid #e9e9e9;
}
/* over-write */
@scope (.cont-phase) {
  .ev-link-btn {
    width: min(98%, 54rem);
  }
}
/*-------------------------------
 MAIN CONTENTS -- COMMON
---------------------------------*/
#info {
  container-type: inline-size;
  max-width: 96rem;
  padding: calc(var(--rs) * 6) 2vw;
  background: #F8CE3D;
}
/* チケット情報 */
.ticket-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  &:hover {
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
  }
}

/* 前売りチケットのセクション */
.pre-sale-card {
  background-color: #fff;
  .ticket-info {
    background-color: var(--c-main);
    color: #fff;
  }
  .price-value {
    font-size: calc(var(--fs) * 2.4);
    color: var(--c-main);
  }
}

/* 当日チケットのセクション */
.at-door-card {
  background-color: #fefefe;
  .ticket-info {
    background-color: #E6F2FF;
    color: #444;
  }
}

/* その他のスタイル（変更なし） */
.ticket-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 30rem), 1fr));
  gap: calc(var(--fs) * 2);
  padding: 2.5rem 0 1rem;
}
.ticket-info {
  font-size: calc(var(--fs) * 2);
  margin: 0 0 2rem 0;
  padding: 2rem 1.5rem 1.6rem;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: #d8eaff;
  border-radius: 12px 12px 0 0;
  line-height: 1;
}
.info-group {
  margin: 0 1.5rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  justify-items: flex-start;
  align-items: center;
  gap: 1em;
  &:last-of-type {
    border-bottom: none;
  }
}
.info-label {
  font-weight: bold;
  color: #888;
  text-transform: uppercase;
  text-align-last: justify;
  width: 4em;
}
.info-value {
  color: #333;
  line-height: 1.4;
}
.price-value {
  font-weight: bold;
}
@media (max-width: 768px) {
  .main-header {
    border-radius: 0;
  }
  .ticket-cards-wrapper {
    padding: 1.5rem 0rem;
    gap: 1.5rem;
  }
  .ticket-card {
    padding: 0;
    transform: none;
    &:hover {
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
  }
  .pre-sale-card {
    background-image: none;
  }
  .ticket-info {
    text-align: left;
    margin: 0;
  }
  .info-group {
    padding: 1.6rem 1.5rem 1rem;
    margin: 0;
  }
}
/* チケット注意事項 */
.ticket-note {
  font-size: calc(var(--fs) * 1.4);
  padding: 2rem 0 3rem;
  li {
    text-indent: -1em;
    padding: 0 0 0.5rem 1em;
    line-height: 1.3;
  }
}
/* チケット詳細情報 */
.ticket-container {
  margin: calc(var(--rs) * 4) auto 0;
  padding: calc(var(--rs) * 2) calc(var(--rs) * 1) calc(var(--rs) * 3);
  background: #fff;
}
.ticket-container > div:first-of-type {
  padding: 0 calc(var(--fs) * 1.1) 0
}
.ticket-tit {
  font-size: calc(var(--fs) * 2.2);
  font-weight: bold;
  color: var(--c-dark);
  border-bottom: 1px solid;
  margin-bottom: calc(var(--rs) * 2);
  border-left: calc(var(--fs) * 1.1) solid;
  padding: 0.5rem 0 0.3rem calc(var(--fs) * 1.1);
}
.ticket-tit.be-tit {
  font-size: calc(var(--fs) * 2.4);
  color: #fff;
  background: var(--c-main);
  padding: 1.2rem 0 0.7rem calc(var(--fs) * 1.1);
  border-left: none;
  border-bottom: 6px double #fff;
}
.item-price {
  font-size: calc(var(--fs) * 2.2);
  display: flex;
  align-items: baseline;
  gap: 0 1.5rem;
  padding: 0.5rem 0 0.5rem 0;
  flex-wrap: wrap;
}
.item-price li:first-of-type {
  font-weight: bold;
  color: var(--c-dark);
}
.ticket-image p {
  font-size: calc(var(--fs) * 1.6);
  padding-bottom: 0.5rem;
}
.item-price li {
  width: 100%;
}
@media screen and (min-width: 650px) {
  .item-price li { width: revert; }
}
.ticket-image {
  margin: 2rem 0 0 0;
}
.cont-phase {
  margin: 3rem 0 0 0;
}
.cont-phase dt {
  font-size: calc(var(--fs) * 1.8);
  color: #fff;
  font-weight: bold;
  background: var(--c-dark);
  padding: 1rem 1em 0.7rem;
  margin-bottom: 1rem;
  display: inline-block;
  line-height: 1;
}
.phase-wrap + .phase-wrap {
  padding-top: 3rem;
}
.phase-time {
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
}
.phase-time:before {
  content: "●";
  color: var(--c-dark);
}
.phase-wrap p {
  font-size: calc(var(--fs) * 1.6);
}
.shop-link i {
  padding-left: 0.5em;
}
.phase-wrap > ul {
  font-size: calc(var(--fs) * 1.4);
  padding: 0.5rem 0 2.5rem;
}
.phase-wrap > ul li {
  text-indent: -1em;
  margin-left: 1em;
}
.link-wrap {
  text-align: center;
  margin: 2rem auto 2rem;
}
.noteWrnsign {
  font-size: calc(var(--fs) * 1.6);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.ticket-container > div .noteWrnsign:nth-of-type(even) {
  border-top: 0.1rem dotted #cda41e;
  padding-top: 3rem;
  margin-top: 4rem;
}
.noteWrnsign dt {
  font-size: calc(var(--fs) * 1.8);
  color: var(--c-dark);
  padding-bottom: 0.5rem;
}
.noteWrnsign dd {

}
.noteWrnsign dd > ul {
  font-size: calc(var(--fs) * 1.4);
}
.note-contact {
  padding: 1rem 1em;
  background: #eee;
  margin-top: 1rem;
}
/*-------------------------------
VS・VIP・GL誘導
-------------------------------*/
.members__note__wrap {
  color: #fff;
  background: #4586de;;
  border-radius: 1rem;
  padding: 1.5rem 1rem 1.5rem 1rem;
  position: relative;
  margin: 2em auto 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.members__note__icon {
  flex: revert;
  max-width: 100%;
  margin: 0 auto 0 auto;
}
.members__note__text  {
  flex: 1 1 auto;
}
@media screen and (min-width: 767px) {
  .members__note__icon {
    flex: 1;
    margin: 0 2rem 0 0;
  }
  .members__note__text {
    flex: 5;
  }
}
.preorder-note li {
  text-indent: -1em;
  padding-left: 1em;

}
.link-btn--white {
  color: #fff;
}
.link-btn--white i {
  padding: 0 0 0 0.5em;
}
/*-------------------------------
 ENTRANCE
---------------------------------*/
#entrance {
  container-type: inline-size;
  max-width: 96rem;
  padding: calc(var(--rs) * 6) 2vw;
  background: #fffbed;
}






