/* 古着衛門 お支払い方法ページ v1.0.0 */
body.he-subpage--payment .outline { padding-top: 38px; }
.he-payment-page { width: min(1080px, 100%); margin: 0 auto; }

.he-payment-hero {
  padding: 44px 42px;
  border: 1px solid #d7d7d7;
  border-top: 9px solid var(--he-red);
  background: #fff;
  box-shadow: var(--he-shadow);
}
.he-payment-kicker,
.he-payment-section-head > p,
.he-payment-visit > div > p {
  margin: 0 0 9px;
  color: var(--he-red-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
}
.he-payment-hero h1 {
  margin: 0;
  color: var(--he-ink);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.he-payment-lead {
  margin: 18px 0 0;
  color: #555;
  font-size: 17px;
  line-height: 1.8;
}

.he-payment-local-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  border: 1px solid #d7d7d7;
  background: #fff;
}
body.he-subpage .outline .he-payment-local-nav a {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-right: 1px solid #e2e2e2;
  color: #222;
  text-decoration: none;
}
body.he-subpage .outline .he-payment-local-nav a:last-child { border-right: 0; }
.he-payment-local-nav span { color: var(--he-red); font-size: 12px; font-weight: 900; }
.he-payment-local-nav strong { font-size: 16px; }

.he-payment-section {
  margin-top: 24px;
  padding: 36px 38px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0,0,0,.045);
  scroll-margin-top: 90px;
}
.he-payment-section-alt { background: #f8f8f8; }
.he-payment-section-head { margin-bottom: 26px; }
.he-payment-section-head h2,
.he-payment-visit h2 {
  margin: 0;
  color: #171717;
  font-size: clamp(27px, 3.5vw, 40px);
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -.03em;
}
.he-payment-section-head > span {
  display: block;
  margin-top: 8px;
  color: #555;
  line-height: 1.8;
}

.he-payment-shop-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .85fr);
  gap: 24px;
  align-items: start;
}
.he-payment-method-list { display: grid; gap: 12px; }
.he-payment-method-list article {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  gap: 14px;
  padding: 18px;
  border: 1px solid #ddd;
  background: #fafafa;
}
.he-payment-method-list article > span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--he-red);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}
.he-payment-method-list h3 {
  margin: 0;
  color: #171717;
  font-size: 21px;
  font-weight: 950;
}
.he-payment-method-list p {
  margin: 6px 0 0;
  color: #555;
  line-height: 1.7;
}
.he-payment-note {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-left: 5px solid var(--he-red);
  background: #f5f5f5;
  color: #555;
  font-size: 13px;
  line-height: 1.7;
}
.he-payment-image { margin: 0; }
.he-payment-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.he-payment-image figcaption {
  margin-top: 7px;
  color: #777;
  font-size: 12px;
  text-align: center;
}

.he-payment-bank {
  display: grid;
  grid-template-columns: 160px minmax(0,1fr);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 2px solid #111;
  background: #fff;
}
.he-payment-bank-mark {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: .08em;
}
.he-payment-bank h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 950;
}
.he-payment-bank p {
  margin: 10px 0 0;
  color: #555;
  line-height: 1.75;
}
.he-payment-bank strong {
  display: block;
  margin-top: 14px;
  color: var(--he-red-dark);
  line-height: 1.7;
}

.he-payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.he-payment-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-payment-button-red {
  border-color: var(--he-red);
  background: var(--he-red);
  color: #fff;
}
body.he-subpage .outline .he-payment-button-dark {
  border-color: #111;
  background: #111;
  color: #fff;
}

.he-payment-visit {
  margin-top: 24px;
  padding: 38px;
  background: #111;
  color: #fff;
}
.he-payment-visit h2 { color: #fff; }
.he-payment-visit dl { display: grid; gap: 9px; margin: 24px 0 0; }
.he-payment-visit dl div {
  display: grid;
  grid-template-columns: 110px minmax(0,1fr);
  gap: 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid #444;
}
.he-payment-visit dt { color: #ccc; font-weight: 900; }
.he-payment-visit dd { margin: 0; font-weight: 700; }

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

@media (max-width: 640px) {
  body.he-subpage--payment .outline { padding-top: 18px; }
  .he-payment-hero,
  .he-payment-section,
  .he-payment-visit { padding: 25px 20px; }
  .he-payment-local-nav { grid-template-columns: 1fr; }
  body.he-subpage .outline .he-payment-local-nav a {
    border-right: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  body.he-subpage .outline .he-payment-local-nav a:last-child { border-bottom: 0; }
  .he-payment-bank { grid-template-columns: 1fr; }
  .he-payment-bank-mark { min-height: 82px; }
  .he-payment-actions { flex-direction: column; }
  .he-payment-button { width: 100%; }
  .he-payment-visit dl div { grid-template-columns: 1fr; gap: 3px; }
}
