@charset "UTF-8";
/* --------------------------------------------------
   _utils.scss
   ユーティリティ向けの共通変数・関数・mixin定義
   （rem変換・ブレークポイント制御）
-------------------------------------------------- */
/* ==========================================================================
   _breakpoints.scss
   各ブレークポイントの管理用マップ
   - メディアクエリの条件指定（mq() mixin など）と連携して使用
   ========================================================================== */
/* ------------------------------
   rem変換用のルートフォントサイズ
------------------------------ */
/* ------------------------------
   px → rem 変換関数
   使用例：u.rem(16) → 1rem
------------------------------ */
/* ------------------------------
   メディアクエリ用 mixin
   min-width 専用
   ブレークポイントは abstracts/breakpoints を参照
   使用例：@include mq(sm) { ... }
------------------------------ */
/* ------------------------------
   メディアクエリ用 mixin
   max-width 専用
   指定ブレークポイント未満用
   ブレークポイントは abstracts/breakpoints を参照
   使用例：@include mq-down(sm) { ... }
------------------------------ */
.page-event-customcar {
  /* ==================================================
     Header
  ================================================== */
  /* ==================================================
     MV
  ================================================== */
  /* ==================================================
     About
  ================================================== */
  /* ==================================================
     Highlights
  ================================================== */
  /* ==================================================
     Venue
  ================================================== */
  /* ==================================================
     Tickets
  ================================================== */
  /* ==================================================
     Section anchors
  ================================================== */
  /* ==================================================
     Hero helpers
  ================================================== */
  /* ==================================================
     thanks page
  ================================================== */
}
.page-event-customcar .site-nav-overlay {
  background-color: rgba(0, 0, 0, 0.64);
}
@media screen and (max-width: 1159px) {
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
    inline-size: min(100%, 20rem);
    margin-inline: auto;
  }
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul > li {
    inline-size: 100%;
    padding-block-end: 0;
  }
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul > li::after {
    content: none;
  }
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul > li > a {
    inline-size: 100%;
    justify-content: center;
    padding-block: var(--space-3);
    padding-inline: var(--space-2);
    text-align: center;
  }
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul > li:has(.site-nav__cta) {
    grid-column: 1/-1;
    justify-self: center;
    inline-size: min(100%, 12rem);
    margin-block-start: 0;
  }
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul > li:has(.site-nav__cta) > a {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
    inline-size: min(100%, 20rem);
    margin-inline: auto;
  }
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul > li {
    inline-size: 100%;
    padding-block-end: 0;
  }
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul > li::after {
    content: none;
  }
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul > li > a {
    inline-size: 100%;
    justify-content: center;
    padding-block: var(--space-3);
    padding-inline: var(--space-2);
    text-align: center;
  }
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul > li:has(.site-nav__cta) {
    grid-column: 1/-1;
    justify-self: center;
    inline-size: min(100%, 12rem);
    margin-block-start: 0;
  }
  .page-event-customcar .site-header.site-header--drawer .site-nav .l-container > ul > li:has(.site-nav__cta) > a {
    justify-content: center;
  }
}
.page-event-customcar .c-hero--stack {
  inline-size: 100%;
  max-inline-size: 100%;
  overflow: hidden;
}
.page-event-customcar .c-hero--stack > * {
  min-inline-size: 0;
  max-inline-size: 100%;
}
.page-event-customcar .c-hero__head {
  align-items: center;
  text-align: center;
}
.page-event-customcar .c-hero__logo {
  margin: 0;
}
.page-event-customcar .c-hero__logo img {
  display: block;
  inline-size: min(100%, 760px);
  max-inline-size: 100%;
  block-size: auto;
  margin-inline: auto;
}
.page-event-customcar .c-hero__visual {
  inline-size: 100%;
  max-inline-size: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--ui-radius-12, 12px);
}
.page-event-customcar .c-hero__visual .c-hero__img {
  display: block;
  inline-size: 100%;
  max-inline-size: 100%;
  block-size: auto;
  border-radius: inherit;
}
.page-event-customcar .hero-actions,
.page-event-customcar .c-hero .u-force-flex {
  flex-wrap: wrap;
  max-inline-size: 100%;
}
.page-event-customcar .c-hero .c-badge {
  max-inline-size: 100%;
  white-space: normal;
}
.page-event-customcar .c-hero p {
  overflow-wrap: break-word;
}
.page-event-customcar .c-hero__content--event {
  inline-size: min(100%, 48rem);
  margin-inline: auto;
  text-align: left;
}
.page-event-customcar .c-hero__content--event .c-hero__actions,
.page-event-customcar .c-hero__content--event .c-hero__features {
  justify-content: flex-start;
}
.page-event-customcar .c-hero__content--event .c-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: var(--dist-8, 8px);
}
.page-event-customcar .event-hero-section {
  padding-block-start: clamp(40px, 6vw, 80px);
  padding-block-end: clamp(40px, 5vw, 72px);
}
.page-event-customcar #about figure {
  position: relative;
  margin: 0;
}
.page-event-customcar #about figure img {
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
}
.page-event-customcar #about figure figcaption {
  position: absolute;
  right: clamp(56px, 14vw, 260px);
  bottom: clamp(56px, 11vw, 180px);
  margin-top: 0;
  max-width: none;
  width: max-content;
  color: #fff;
  text-align: right;
  font-family: "Shippori Mincho", "Yu Mincho", serif;
  font-size: clamp(22px, 2.6vw, 44px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-shadow: var(--ui-shadow);
}
.page-event-customcar #about figure figcaption span {
  display: block;
  white-space: nowrap;
}
.page-event-customcar #about .about-figure__caption--outside {
  display: none;
}
.page-event-customcar #highlights .highlight-item {
  position: relative;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.page-event-customcar #highlights .highlight-item__num {
  margin: 0 0 12px;
  font-size: clamp(32px, 6vw, 72px);
  line-height: 1;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
}
.page-event-customcar #highlights .highlight-item__title {
  margin: 0 0 12px;
}
.page-event-customcar #highlights .highlight-item__text {
  margin: 0;
  max-width: 62ch;
}
.page-event-customcar #venue .l-grid.l-grid--cards-2 {
  inline-size: min(100%, 78rem);
  margin-inline: auto;
  gap: var(--dist-24, 24px);
  align-items: stretch;
}
.page-event-customcar #venue .c-notice {
  inline-size: min(100%, 42rem);
  margin-inline: auto;
}
.page-event-customcar #venue .l-grid.l-grid--cards-2 > .c-card {
  min-inline-size: 0;
}
.page-event-customcar #venue .c-card__body {
  min-inline-size: 0;
  gap: var(--dist-12, 12px);
}
.page-event-customcar #venue .c-card {
  --card-text-lines: unset;
}
.page-event-customcar #venue .c-card__text {
  display: block;
  max-inline-size: none;
  overflow: visible;
  overflow-wrap: anywhere;
  text-overflow: clip;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: initial;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  .page-event-customcar #venue .l-grid.l-grid--cards-2 {
    grid-template-columns: 1fr;
    inline-size: min(100%, 34rem);
  }
}
.page-event-customcar #tickets {
  background: var(--color-surface, #fff);
}
.page-event-customcar #tickets .l-container {
  max-inline-size: 1180px;
}
.page-event-customcar .ticket-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--dist-24, 24px);
}
.page-event-customcar .ticket-card {
  display: grid;
  gap: var(--dist-20, 20px);
  align-content: center;
  min-block-size: 220px;
  padding: var(--dist-32, 32px);
  text-align: center;
  background: var(--color-surface, #fff);
  border: 1px solid var(--line, #e5e7eb);
  border-radius: var(--ui-radius-16, 16px);
  box-shadow: var(--ui-shadow, var(--kw-none));
}
.page-event-customcar .ticket-card__target {
  justify-self: center;
  max-inline-size: 18em;
  margin: 0;
  color: var(--color-text-sub, #666);
  line-height: 1.8;
  text-align: left;
}
.page-event-customcar .ticket-card__list {
  justify-self: center;
  text-align: left;
}
.page-event-customcar .ticket-card__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em;
  align-items: start;
}
.page-event-customcar .ticket-card__list li::before {
  content: "・";
}
.page-event-customcar .ticket-card__label {
  display: inline-flex;
  justify-content: center;
  justify-self: center;
  min-inline-size: 8rem;
  margin: 0;
  padding: 0.35em 1em;
  color: var(--color-accent, #ffa500);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 999px;
}
.page-event-customcar .ticket-card--accent .ticket-card__label {
  color: #fff;
  background: var(--color-accent, #ffa500);
  border-color: var(--color-accent, #ffa500);
}
.page-event-customcar .ticket-card__price {
  margin: 0;
}
.page-event-customcar .ticket-card__text {
  margin: 0;
  color: var(--color-text-sub, #666);
  line-height: 1.7;
}
.page-event-customcar #tickets .c-cta-block__actions {
  justify-content: center;
  margin-top: var(--dist-24, 24px);
}
@media screen and (max-width: 1000px) {
  .page-event-customcar .ticket-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 670px) {
  .page-event-customcar .ticket-list {
    grid-template-columns: 1fr;
    max-inline-size: min(100%, 34rem);
    margin-inline: auto;
  }
}
.page-event-customcar #about,
.page-event-customcar #highlights,
.page-event-customcar #lineup,
.page-event-customcar #schedule,
.page-event-customcar #venue,
.page-event-customcar #tickets,
.page-event-customcar #faq,
.page-event-customcar #contact {
  scroll-margin-top: 100px;
}
.page-event-customcar .hero-date {
  display: inline-flex;
  justify-self: start;
  align-self: start;
  max-width: 100%;
}
.page-event-customcar .hero-actions {
  display: flex;
  gap: var(--dist-16);
}
@media screen and (min-width: 768px) {
  .page-event-customcar #highlights .highlight-item {
    padding-top: 32px;
  }
  .page-event-customcar #highlights .highlight-item__num {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-event-customcar .site-header .site-title {
    min-inline-size: 0;
    max-inline-size: calc(100% - 56px);
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: clamp(0.85rem, 4vw, 1rem);
    line-height: 1.3;
  }
  .page-event-customcar .site-header__inner {
    gap: var(--dist-12);
  }
  .page-event-customcar .mv-header__title img {
    width: min(100%, 480px);
  }
  .page-event-customcar #about figure figcaption {
    position: static;
    margin-top: 16px;
    max-width: none;
    color: inherit;
    text-align: left;
    font-size: clamp(18px, 4.6vw, 24px);
    text-shadow: none;
  }
  .page-event-customcar #about .about-figure__caption--overlay {
    display: none;
  }
  .page-event-customcar #about .about-figure__caption--outside {
    display: block;
  }
}
.page-event-customcar #thanks .thanks-panel {
  margin-inline: auto;
  text-align: center;
}
.page-event-customcar #thanks .thanks-panel__eyebrow {
  color: var(--color-text-sub);
}
.page-event-customcar #thanks .thanks-panel .c-heading__title {
  margin-inline: auto;
}
.page-event-customcar #thanks .thanks-panel__body {
  margin-inline: auto;
  text-align: left;
}
.page-event-customcar #thanks .thanks-panel__body p {
  line-height: 1.9;
}
.page-event-customcar #thanks .thanks-panel__body br {
  display: none;
}
.page-event-customcar #thanks .thanks-panel .c-cta-block__actions {
  margin-block-start: var(--dist-8);
}
@media screen and (max-width: 355px) {
  .page-event-customcar #thanks .thanks-panel .c-heading__title.u-measure-content {
    inline-size: min(100%, 92vw);
    max-inline-size: 100%;
  }
}
@media screen and (max-width: 500px) {
  .page-event-customcar #thanks .thanks-panel__body.u-measure-content {
    inline-size: min(100%, 88vw);
    max-inline-size: 100%;
  }
}

/*# sourceMappingURL=event-customcar.css.map */
