/* 古着衛門 100円引き券専用ページ v1.0.0 */
body.he-subpage--ticket100 .outline {
  padding-top: 38px;
}

.he-ticket-page {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.he-ticket-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  overflow: hidden;
  border: 1px solid #d7d7d7;
  border-top: 9px solid var(--he-red);
  background: #fff;
  box-shadow: var(--he-shadow);
}

.he-ticket-hero-copy {
  padding: 44px 42px 40px;
}

.he-ticket-kicker,
.he-ticket-section-head > p,
.he-ticket-visit > div > p {
  margin: 0 0 9px;
  color: var(--he-red-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.he-ticket-hero h1 {
  margin: 0;
  color: var(--he-ink);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.he-ticket-hero h1 span {
  display: block;
}

.he-ticket-lead {
  margin: 20px 0 0;
  color: var(--he-text);
  font-size: 17px;
  line-height: 1.85;
}

.he-ticket-facts {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.he-ticket-facts div {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-left: 5px solid var(--he-red);
  background: #f6f6f6;
}

.he-ticket-facts strong {
  color: #111;
  font-weight: 950;
}

.he-ticket-facts span {
  color: #555;
  font-size: 13px;
  line-height: 1.55;
}

.he-ticket-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.he-ticket-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 2px solid #111;
  border-radius: 4px;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none;
}

body.he-subpage .outline .he-ticket-button-red {
  border-color: var(--he-red);
  background: var(--he-red);
  color: #fff;
}

body.he-subpage .outline .he-ticket-button-dark {
  border-color: #111;
  background: #111;
  color: #fff;
}

body.he-subpage .outline .he-ticket-button-light {
  border-color: #fff;
  background: #fff;
  color: #111;
}

body.he-subpage .outline .he-ticket-button-outline {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.he-ticket-hero-photo {
  display: flex;
  min-height: 510px;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 26px;
  background: #efefef;
}

.he-ticket-hero-photo img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.he-ticket-hero-photo figcaption {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
  text-align: center;
}

.he-ticket-local-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.04);
}

body.he-subpage .outline .he-ticket-local-nav a {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-right: 1px solid #e2e2e2;
  color: #222;
  text-decoration: none;
}

body.he-subpage .outline .he-ticket-local-nav a:last-child {
  border-right: 0;
}

.he-ticket-local-nav span {
  color: var(--he-red);
  font-size: 12px;
  font-weight: 900;
}

.he-ticket-local-nav strong {
  font-size: 15px;
}

.he-ticket-section {
  margin-top: 24px;
  padding: 36px 38px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.045);
  scroll-margin-top: 90px;
}

.he-ticket-section-alt {
  background: #f8f8f8;
}

.he-ticket-section-head {
  margin-bottom: 26px;
}

.he-ticket-section-head h2,
.he-ticket-visit h2 {
  margin: 0;
  color: #171717;
  font-size: clamp(27px, 3.5vw, 40px);
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.he-ticket-section-head > span,
.he-ticket-visit > div > span {
  display: block;
  margin-top: 8px;
  color: #555;
  line-height: 1.8;
}

.he-ticket-benefit-grid,
.he-ticket-choice-grid,
.he-ticket-rule-grid {
  display: grid;
  gap: 16px;
}

.he-ticket-benefit-grid,
.he-ticket-rule-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.he-ticket-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.he-ticket-benefit-grid article,
.he-ticket-rule-grid article,
.he-ticket-choice-grid article {
  padding: 24px;
  border: 1px solid #ddd;
  border-top: 5px solid var(--he-red);
  background: #fff;
}

.he-ticket-benefit-grid article > span,
.he-ticket-choice-grid article > p {
  margin: 0 0 7px;
  color: var(--he-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.he-ticket-rule-grid article > b {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 9px;
  background: #111;
  color: #fff;
  font-size: 12px;
}

.he-ticket-benefit-grid h3,
.he-ticket-rule-grid h3,
.he-ticket-choice-grid h3 {
  margin: 0;
  color: #171717;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.35;
}

.he-ticket-benefit-grid p,
.he-ticket-rule-grid p,
.he-ticket-choice-grid span {
  display: block;
  margin: 10px 0 0;
  color: #555;
  line-height: 1.75;
}

body.he-subpage .outline .he-ticket-benefit-grid a {
  display: inline-block;
  margin-top: 13px;
  color: var(--he-red-dark);
  font-weight: 900;
}

.he-ticket-choice-grid strong {
  display: block;
  margin-top: 7px;
  color: #222;
  font-weight: 900;
}

.he-ticket-choice-grid .he-ticket-button {
  margin-top: 18px;
}

.he-ticket-notice {
  margin: 18px 0 0;
  padding: 13px 15px;
  border-left: 5px solid var(--he-red);
  background: #fff;
  color: #555;
  font-size: 13px;
  line-height: 1.7;
}

.he-ticket-visit {
  margin-top: 24px;
  padding: 38px;
  background: #111;
  color: #fff;
}

.he-ticket-visit h2 {
  color: #fff;
}

.he-ticket-visit > div > span {
  color: #ddd;
}

.he-ticket-visit dl {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
}

.he-ticket-visit dl div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid #444;
}

.he-ticket-visit dt {
  color: #ccc;
  font-weight: 900;
}

.he-ticket-visit dd {
  margin: 0;
  font-weight: 700;
}

@media (max-width: 900px) {
  .he-ticket-hero {
    grid-template-columns: 1fr;
  }

  .he-ticket-hero-photo {
    min-height: 0;
  }

  .he-ticket-benefit-grid,
  .he-ticket-rule-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.he-subpage--ticket100 .outline {
    padding-top: 18px;
  }

  .he-ticket-hero-copy,
  .he-ticket-section,
  .he-ticket-visit {
    padding: 25px 20px;
  }

  .he-ticket-hero-photo {
    padding: 18px;
  }

  .he-ticket-local-nav,
  .he-ticket-benefit-grid,
  .he-ticket-rule-grid,
  .he-ticket-choice-grid {
    grid-template-columns: 1fr;
  }

  body.he-subpage .outline .he-ticket-local-nav a {
    min-height: 56px;
    border-right: 0;
    border-bottom: 1px solid #e2e2e2;
  }

  body.he-subpage .outline .he-ticket-local-nav a:last-child {
    border-bottom: 0;
  }

  .he-ticket-facts div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .he-ticket-actions {
    flex-direction: column;
  }

  .he-ticket-button {
    width: 100%;
  }

  .he-ticket-visit dl div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}


/* v1.1.0 ふるりん案内表示 */
.he-ticket-hero-photo-branded {
  position: relative;
}

.he-ticket-hero-photo.he-ticket-hero-photo-branded .he-ticket-character {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 88px !important;
  max-width: 88px !important;
  height: auto !important;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,.22));
}

@media (max-width: 640px) {
  .he-ticket-hero-photo.he-ticket-hero-photo-branded .he-ticket-character {
    right: 8px;
    bottom: 8px;
    width: 66px !important;
    max-width: 66px !important;
    height: auto !important;
  }
}
