/* チケット情報ページ — Figma 215:8668 ヒーロー */

.ticketHero {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 220px;
  overflow: hidden;
  background-color: #1a1a1a;
}

.ticketHero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ticketHero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.ticketHero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ticketHero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 220px;
  padding: 36px var(--sp-pad-x, 16px) 40px;
  text-align: center;
}

.ticketHero__title {
  margin: 0;
  color: #ffffff;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

/* 英字は開催概要の overview と同一（page-overview .overviewHero__en） */
.ticketHero__en {
  margin: 12px 0 0;
  color: #ffffff;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: lowercase;
}

@media (min-width: 541px) {
  .ticketHero {
    height: 240px;
    min-height: 240px;
  }

  .ticketHero__inner {
    min-height: 100%;
    height: 100%;
    padding: 20px 24px 24px;
  }
}

@media (min-width: 951px) {
  .ticketHero__inner {
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media (max-width: 540px) {
  .ticketHero__en {
    margin-top: 8px;
  }
}

/* ── 早割キャッチ〜公式バナー（Figma 215:8673 〜 8702、コンビニ見出しより上） */

.ticketIntro {
  box-sizing: border-box;
  --ticket-pad-x: var(--sp-pad-x, 16px);
  padding: 40px var(--ticket-pad-x) 40px;
  text-align: center;
}

.ticketIntro .ticketSectionHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: 0 0 32px;
}

.ticketIntro__title {
  margin: 0;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: clamp(22px, 5.4vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #231815;
}

.ticketIntro .ticketSectionHead__rule {
  display: flex;
  justify-content: center;
}

.ticketIntro .ticketSectionHead__ruleImage {
  display: block;
  width: 39px;
  height: auto;
}

.ticketIntro__lead {
  margin: 0 auto;
  max-width: 28em;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #231815;
}

.ticketMain {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 var(--ticket-pad-x, var(--sp-pad-x, 16px)) 64px;
}

.ticketMain__kv {
  margin: 0;
}

.ticketMain__kvImage {
  display: block;
  width: 100%;
  height: auto;
}

.ticketMain__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}

@media (min-width: 541px) {
  .ticketMain__body {
    margin-top: 48px;
  }
}

@media (min-width: 951px) {
  .ticketIntro {
    --ticket-pad-x: 7%;
  }

  .ticketMain {
    --ticket-pad-x: 7%;
  }

  .ticketConvenience,
  .ticketOnline,
  .ticketNotice {
    --ticket-pad-x: 7%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
  }

  .ticketMain__body {
    margin-top: 60px;
  }
}

/* ── セクション共通見出し（ticketIntro 以外でも使用） */
.ticketSectionHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin: 0 0 32px;
}

.ticketSectionHead__title {
  margin: 0;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  /* 出展ブース一覧「特別協力」（.sectionTitleA）に合わせる */
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
}

.ticketSectionHead__rule {
  display: flex;
  justify-content: center;
}

.ticketSectionHead__ruleImage {
  display: block;
  width: 39px;
  height: auto;
}

/* ── コンビニで購入する（ticketConvenience） */
.ticketConvenience {
  box-sizing: border-box;
  width: 100%;
  padding: 80px var(--ticket-pad-x, var(--sp-pad-x, 16px)) 0;
  background-color: #f5f5f5;
}

.ticketConvenience__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ticketStoreCard {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  min-height: 277px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.13);
}

.ticketStoreCard__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 83px; /* ロゴの高さを揃える */
}

.ticketStoreCard__logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 83px;
  max-height: 83px;
  object-fit: contain;
  object-position: center;
}

.ticketStoreCard__instruction {
  margin: 14px 0 0;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #231815;
  text-align: center;
}

.ticketStoreCard__instructionPara {
  margin: 0;
}

.ticketStoreCard__instructionLead,
.ticketStoreCard__instructionTail {
  font-weight: 700;
}

.ticketStoreCard__inlineLogo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  height: auto;
  width: 64px;
}

.ticketStoreCard__inlineLogoText {
  display: inline-block;
  margin: 0 8px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1;
  color: #1d1d1d;
  vertical-align: middle;
}

.ticketStoreCard__code {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #231815;
  text-align: center;
}

.ticketStoreCard__code strong {
  color: #231815;
}

.ticketStoreCard__code {
  text-align: center;
}

/* ── インターネットで購入する（ticketOnline） */
.ticketOnline {
  box-sizing: border-box;
  width: 100%;
  padding: 80px var(--ticket-pad-x, var(--sp-pad-x, 16px)) 0;
  background-color: #f5f5f5;
}

.ticketOnline__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ticketChannelCard {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  min-height: 302px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.13);
}

.ticketChannelCard__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 83px; /* ロゴの高さを揃える */
}

.ticketChannelCard__logo {
  display: block;
  max-width: 100%;
  height: 83px;
  max-height: 83px;
  object-fit: contain;
  object-position: center;
}

.ticketChannelCard__label {
  margin: 14px 0 0;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #231815;
  text-align: center;
}

.ticketChannelCard__methods {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #231815;
  text-align: center;
}

.ticketChannelCard__action {
  margin-top: 12px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ticketChannelCard__link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 336px;
  min-height: 60px;
  padding: 16px 32px;
  border: 1px solid #000000;
  background-color: #141414;
  color: #ffffff;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.22s ease;
}

.ticketChannelCard__link::after {
  content: "";
  position: absolute;
  top: -45%;
  left: -220%;
  z-index: 0;
  width: 170%;
  height: 190%;
  background-color: #ffffff;
  transform: skewX(-24deg);
  transition: left 0.22s ease-out;
  pointer-events: none;
}

.ticketChannelCard__link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #d80c18;
  border-left: 14px solid transparent;
  z-index: 2;
}

.ticketChannelCard__link > * {
  position: relative;
  z-index: 1;
}

.ticketChannelCard__linkLabel {
  position: relative;
  z-index: 1;
}

.ticketChannelCard__link:hover {
  color: #000000;
  opacity: 1;
}

.ticketChannelCard__link:hover::after,
.ticketChannelCard__link:focus-visible::after {
  left: -20%;
}

.ticketChannelCard__link:focus-visible {
  outline: 2px solid #231815;
  outline-offset: 3px;
}

/* ── ご来場注意（ticketNotice） */
.ticketNotice {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 80px var(--ticket-pad-x, var(--sp-pad-x, 16px)) 64px;
  background-color: #f5f5f5;
  overflow: hidden;
}

.ticketNotice::after {
  content: "";
  position: absolute;
  right: max(0px, env(safe-area-inset-right, 0px));
  bottom: 0;
  width: clamp(160px, 44vw, 420px);
  height: clamp(120px, 34vw, 290px);
  background: url("../img/bg_page.png") no-repeat right bottom / contain;
  pointer-events: none;
  opacity: 0.8;
}

.ticketNotice__title {
  position: relative;
  z-index: 1;
  margin: 0 0 32px;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #000000;
  text-align: center;
}

.ticketNotice__list {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 1.25em;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #231815;
  list-style-type: disc;
}

.ticketNotice__item {
  margin: 0 0 0.6em;
}

.ticketNotice__item:last-child {
  margin-bottom: 0;
}

.ticketBackTop {
  box-sizing: border-box;
  margin: 0;
  padding: 0 var(--ticket-pad-x, var(--sp-pad-x, 16px)) 80px;
  background-color: #f5f5f5;
  text-align: center;
}

/* Figma 348:951 見た目 + TOPニュース「一覧をみる」と同じホバー（.newsSec__link） */
.ticketBackTop__link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  padding: 12px 32px;
  border: none;
  border-radius: 999px;
  background-color: #141414;
  color: #ffffff;
  text-decoration: none;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.ticketBackTop__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #d80c18;
  transform: translateX(0);
  transition: transform 0.38s ease;
}

.ticketBackTop__link:hover::before,
.ticketBackTop__link:focus-visible::before {
  transform: translateX(100%);
}

.ticketBackTop__label {
  position: relative;
  z-index: 1;
}

.ticketBackTop__link:hover,
.ticketBackTop__link:focus-visible {
  color: #ffffff;
  opacity: 1;
}

.ticketBackTop__link:focus-visible {
  outline: 2px solid #231815;
  outline-offset: 3px;
}

@media (max-width: 540px) {
  .ticketConvenience {
    padding-top: 48px;
  }

  .ticketConvenience__grid {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .ticketStoreCard {
    min-height: auto;
    padding: 24px 16px;
  }

  .ticketOnline {
    padding-top: 48px;
  }

  .ticketOnline__grid {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .ticketChannelCard {
    min-height: auto;
    padding: 24px 16px;
  }

  .ticketChannelCard__link {
    max-width: 100%;
    min-height: 52px;
    font-size: 16px;
  }

  .ticketStoreCard__inlineLogo {
    width: 56px;
  }

  .ticketNotice {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .ticketNotice::after {
    width: clamp(130px, 46vw, 260px);
    height: clamp(96px, 34vw, 200px);
    opacity: 0.62;
  }

  .ticketNotice__title {
    margin-bottom: 24px;
  }

  .ticketNotice__list {
    font-size: 14px;
    line-height: 1.75;
  }

  .ticketBackTop {
    padding-bottom: 48px;
  }

  .ticketBackTop__link {
    padding: 12px 28px;
    background-color: #d80c18;
    font-size: 16px;
    white-space: normal;
    text-align: center;
  }

  .ticketBackTop__link::before {
    display: none;
  }

  .ticketBackTop__link:hover,
  .ticketBackTop__link:focus-visible {
    opacity: 0.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticketBackTop__link::before {
    transition: none;
  }
}

.ticketPricing {
  margin: 0;
}

.ticketPricing__heading {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 13px;
}

.ticketPricing__bar {
  flex-shrink: 0;
  width: 5px;
  height: 26px;
  margin-top: 0.15em;
  background-color: #d80c18;
}

.ticketPricing__headingText {
  flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #231815;
}

.ticketPricing__prices {
  margin: 0;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: clamp(18px, 2.6vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #231815;
}

.ticketPricing__note {
  margin: 13px 0 0;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #e11b1b;
}

.ticketPricing__value {
  margin: 0;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: clamp(18px, 2.6vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #231815;
}

.ticketPricing__notes {
  margin: 16px 0 0;
  padding: 0 0 0 1.25em;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #231815;
  list-style-type: disc;
}

.ticketPricing__notesItem {
  margin: 0 0 0.35em;
}

.ticketPricing__notesItem:last-child {
  margin-bottom: 0;
}

.ticketMain__banner {
  margin: 40px 0 0;
}

@media (min-width: 951px) {
  .ticketMain__banner {
    margin-top: 60px;
  }
}

.ticketMain__bannerLink {
  display: block;
  line-height: 0;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.13);
}

.ticketMain__bannerLink:focus-visible {
  outline: 2px solid #231815;
  outline-offset: 3px;
}

.ticketMain__bannerImage {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 540px) {
  .ticketIntro {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .ticketIntro .ticketSectionHead {
    margin-bottom: 24px;
  }

  .ticketMain {
    padding-bottom: 48px;
  }
}
