/* 古着衛門 下層ページ共通デザイン v2.2.0
   トップページ v2.0.3 の赤・黒・白、左右の赤帯、見出し・カード密度を基準に設計。 */

:root {
  --he-red: #cf0018;
  --he-red-dark: #960011;
  --he-black: #111111;
  --he-ink: #171717;
  --he-text: #2a2a2a;
  --he-muted: #555555;
  --he-soft: #f3f3f3;
  --he-white: #ffffff;
  --he-line: #d7d7d7;
  --he-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

body.he-subpage {
  margin: 0;
  background: var(--he-red);
  color: var(--he-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body.he-subpage *,
body.he-subpage *::before,
body.he-subpage *::after {
  box-sizing: border-box;
}

/* ヘッダー・ナビ・フッターはトップページと同じ共通部品を優先 */
body.he-subpage .he-site-header,
body.he-subpage .he-concept,
body.he-subpage .he-site-footer {
  position: relative;
  z-index: 20;
}

/* 追随するのは黒い共通グローバルメニュー */
body.he-subpage .he-nav-wrap {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
}

body.he-subpage .he-site-header .he-brand,
body.he-subpage .he-site-header .he-store-summary,
body.he-subpage .he-nav-wrap a,
body.he-subpage .he-site-footer,
body.he-subpage .he-site-footer a {
  color: #fff;
}

body.he-subpage .he-nav-wrap a,
body.he-subpage .he-site-footer a {
  text-decoration: none;
}

body.he-subpage .he-site-footer .he-affiliate-note,
body.he-subpage .he-site-footer .he-copyright {
  color: #c9c4bf;
}

/* ページ全体。中央を薄いグレー、左右を古着衛門の赤にする */
body.he-subpage .outline {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 48px 64px;
  background: var(--he-soft);
}

body.he-subpage .outline > *:first-child {
  margin-top: 0;
}

body.he-subpage .outline a {
  color: var(--he-red-dark);
  text-underline-offset: 0.18em;
}

body.he-subpage .outline img {
  max-width: 100%;
  height: auto;
}

/* ページタイトル */
body.he-subpage .he-page-intro {
  width: min(1040px, 100%);
  margin: 0 auto 28px;
  padding: 26px 30px 24px;
  border: 1px solid var(--he-line);
  border-top: 8px solid var(--he-red);
  background: var(--he-white);
  box-shadow: var(--he-shadow);
}

body.he-subpage .he-page-intro-kicker {
  margin: 0 0 7px;
  color: var(--he-red-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.he-subpage .he-page-intro h1 {
  margin: 0;
  padding: 0;
  color: var(--he-ink);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.035em;
  text-align: left;
}

body.he-subpage .he-page-intro-lead {
  max-width: 820px;
  margin: 11px 0 0;
  color: var(--he-text);
  font-size: 16px;
  line-height: 1.8;
}

/* 本文セクション */
body.he-subpage .outline > .info,
body.he-subpage .outline > .box {
  width: min(1040px, 100%);
  margin: 24px auto 0;
  padding: 28px 30px;
  border: 1px solid var(--he-line);
  background: var(--he-white);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.045);
}

body.he-subpage .outline > .info:first-of-type,
body.he-subpage .outline > .box:first-of-type {
  margin-top: 0;
}

body.he-subpage .info > h1,
body.he-subpage .info > h2,
body.he-subpage .contentsbox > h1,
body.he-subpage .contentsbox > h2,
body.he-subpage .box > h1,
body.he-subpage .box > h2 {
  margin: 0 0 18px;
  padding: 3px 0 4px 15px;
  border-left: 8px solid var(--he-red);
  color: var(--he-ink);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.025em;
  text-align: left;
}

body.he-subpage .info h3,
body.he-subpage .contentsbox h3,
body.he-subpage .exp h1,
body.he-subpage .exp h2,
body.he-subpage .exp h3 {
  margin: 0 0 10px;
  color: var(--he-ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.45;
  text-align: left;
}

body.he-subpage .info p,
body.he-subpage .box p,
body.he-subpage .container p,
body.he-subpage .contentsbox p,
body.he-subpage .exp p {
  color: var(--he-text);
  text-align: left;
}

body.he-subpage .container p,
body.he-subpage .contentsbox p,
body.he-subpage .info p {
  padding: 0;
  text-align: left;
}

body.he-subpage .info > p:first-of-type {
  margin-top: 0;
}

/* 説明リスト */
body.he-subpage .container {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.he-subpage .container > dl {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
  border-top: 1px solid var(--he-line);
  border-left: 1px solid var(--he-line);
  background: #fff;
}

body.he-subpage .container > dl > dt,
body.he-subpage .container > dl > dd {
  min-width: 0;
  margin: 0;
  padding: 16px 18px;
  border-right: 1px solid var(--he-line);
  border-bottom: 1px solid var(--he-line);
}

body.he-subpage .container > dl > dt {
  background: #f7f7f7;
  color: var(--he-ink);
  font-weight: 900;
}

body.he-subpage .container > dl > dd {
  color: var(--he-text);
}

body.he-subpage .container ul,
body.he-subpage .info ul {
  margin-top: 8px;
  padding-left: 1.3em;
}

body.he-subpage .container li,
body.he-subpage .info li {
  margin: 5px 0;
}

/* 注意・補足 */
body.he-subpage .back,
body.he-subpage .fontkome,
body.he-subpage .tyuui,
body.he-subpage .osirase,
body.he-subpage .concept2,
body.he-subpage .privsetumei {
  color: var(--he-text);
  line-height: 1.8;
}

body.he-subpage .back {
  margin: 14px 0;
  padding: 14px 16px;
  display: block;
  border-left: 6px solid var(--he-red);
  background: #fff1f3;
  font-weight: 700;
}

body.he-subpage .fontkome {
  color: #454545;
  font-size: 13px;
}

body.he-subpage .tyuui,
body.he-subpage .osirase {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid #e1b353;
  border-left: 7px solid #e1a300;
  background: #fff8df;
}

body.he-subpage .color000,
body.he-subpage .colorred {
  color: var(--he-red-dark);
  font-weight: 900;
}

/* 店頭販売ページ v2.3.3
   トップページの赤・黒・白、写真と情報の密度を引き継ぎ、店頭販売専用に再設計。 */
body.he-subpage--shop .outline {
  width: min(1320px, calc(100% - 48px));
  padding: 0 48px 76px;
}

body.he-subpage--shop .he-shop-page {
  width: min(1160px, 100%);
  margin: 0 auto;
}

/* トップページと同じく、ページ上部を赤いファーストビュー帯として一体化 */
body.he-subpage--shop .he-shop-firstview {
  margin: 0;
  padding: 36px 0 0;
  background: var(--he-red);
  box-shadow: 0 0 0 100vmax var(--he-red);
  clip-path: inset(0 -100vmax);
}

body.he-subpage--shop .he-shop-page section,
body.he-subpage--shop .he-shop-page nav,
body.he-subpage--shop .he-shop-page article,
body.he-subpage--shop .he-shop-page figure,
body.he-subpage--shop .he-shop-page dl,
body.he-subpage--shop .he-shop-page ul {
  min-width: 0;
}

body.he-subpage--shop .he-shop-page p,
body.he-subpage--shop .he-shop-page h1,
body.he-subpage--shop .he-shop-page h2,
body.he-subpage--shop .he-shop-page h3,
body.he-subpage--shop .he-shop-page dl,
body.he-subpage--shop .he-shop-page figure {
  margin-top: 0;
}

body.he-subpage--shop .he-shop-page img {
  display: block;
}

body.he-subpage--shop .he-shop-kicker,
body.he-subpage--shop .he-shop-section-head > p,
body.he-subpage--shop .he-shop-visit-copy > p {
  margin-bottom: 8px;
  color: var(--he-red-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

/* ページ専用ファーストビュー */
body.he-subpage--shop .he-shop-hero {
  min-height: 475px;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  overflow: hidden;
  border: 1px solid #9e0012;
  background: var(--he-red);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.11);
}

body.he-subpage--shop .he-shop-hero-copy {
  padding: clamp(38px, 4vw, 58px) clamp(30px, 4vw, 52px) 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

body.he-subpage--shop .he-shop-hero .he-shop-kicker {
  color: #fff;
}

body.he-subpage--shop .he-shop-hero h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(40px, 3.55vw, 56px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

body.he-subpage--shop .he-shop-hero h1 span {
  display: block;
  white-space: nowrap;
}

body.he-subpage--shop .he-shop-hero-lead {
  max-width: 560px;
  margin: 20px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

body.he-subpage--shop .he-shop-hero-actions,
body.he-subpage--shop .he-shop-visit-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.he-subpage--shop .he-shop-button {
  min-height: 44px;
  padding: 9px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

body.he-subpage--shop .he-shop-button-light {
  border-color: #fff;
  background: #fff;
  color: #9b0011;
}

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

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

body.he-subpage--shop .he-shop-button:hover,
body.he-subpage--shop .he-shop-button:focus-visible {
  border-color: #111;
  background: #111;
  color: #fff;
}

body.he-subpage--shop .outline .he-shop-button-dark:hover,
body.he-subpage--shop .outline .he-shop-button-dark:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #9b0011;
}

body.he-subpage--shop .he-shop-hero-facts {
  margin: 26px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

body.he-subpage--shop .he-shop-hero-facts > div {
  min-height: 72px;
  padding: 12px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

body.he-subpage--shop .he-shop-hero-facts dt {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 700;
}

body.he-subpage--shop .he-shop-hero-facts dd {
  margin: 3px 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

body.he-subpage--shop .he-shop-hero-media {
  height: 100%;
  min-height: 475px;
  position: relative;
  overflow: hidden;
  background: #111;
}

body.he-subpage--shop .he-shop-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.he-subpage--shop .he-shop-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(150, 0, 17, 0.14), rgba(0, 0, 0, 0.02) 28%, rgba(0, 0, 0, 0.08));
  pointer-events: none;
}

body.he-subpage--shop .he-shop-hero-media figcaption {
  max-width: calc(100% - 40px);
  padding: 10px 14px;
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  border-left: 6px solid var(--he-red);
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

/* ページ内メニューはファーストビュー内に置き、追随させない */
body.he-subpage--shop .he-shop-local-nav-wrap {
  margin: 0;
  padding: 14px 0 16px;
  position: relative;
  top: auto;
  z-index: 2;
  background: var(--he-red);
  box-shadow: 0 0 0 100vmax var(--he-red);
  clip-path: inset(0 -100vmax);
}

body.he-subpage--shop .he-shop-local-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

body.he-subpage--shop .he-shop-local-nav a {
  min-height: 58px;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #111;
  background: #fff;
  color: var(--he-ink);
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body.he-subpage--shop .he-shop-local-nav a[aria-current="location"] {
  border-color: #111;
  background: #111;
  color: #fff;
}

body.he-subpage--shop .he-shop-local-nav a:hover,
body.he-subpage--shop .he-shop-local-nav a:focus-visible {
  border-color: #111;
  background: #111;
  color: #fff;
}

body.he-subpage--shop .he-shop-local-nav span {
  color: var(--he-red-dark);
  font-size: 11px;
  font-weight: 900;
}

body.he-subpage--shop .he-shop-local-nav a[aria-current="location"] span,
body.he-subpage--shop .he-shop-local-nav a:hover span,
body.he-subpage--shop .he-shop-local-nav a:focus-visible span {
  color: #fff;
}

body.he-subpage--shop .he-shop-local-nav strong {
  font-size: 16px;
  line-height: 1.3;
}

/* セクション */
body.he-subpage--shop .he-shop-section {
  margin-top: 56px;
  scroll-margin-top: 78px;
}

body.he-subpage--shop .he-shop-section-head {
  max-width: 830px;
  margin-bottom: 22px;
}

body.he-subpage--shop .he-shop-section-head h2 {
  margin: 0;
  color: var(--he-ink);
  font-size: clamp(31px, 3.5vw, 42px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

body.he-subpage--shop .he-shop-section-head > span {
  margin-top: 10px;
  display: block;
  color: var(--he-text);
  font-size: 15px;
  line-height: 1.8;
}

/* 初めての方へ */
body.he-subpage--shop .he-shop-guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  border: 1px solid var(--he-line);
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.045);
}

body.he-subpage--shop .he-shop-guide-photo {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #111;
}

body.he-subpage--shop .he-shop-guide-photo img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center;
}

body.he-subpage--shop .he-shop-guide-photo figcaption {
  padding: 9px 13px;
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

body.he-subpage--shop .he-shop-guide-content {
  padding: 26px 28px;
}

body.he-subpage--shop .he-shop-guide-point {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid var(--he-line);
}

body.he-subpage--shop .he-shop-guide-point:first-child {
  padding-top: 0;
  border-top: 0;
}

body.he-subpage--shop .he-shop-guide-point b {
  color: var(--he-red-dark);
  font-size: 14px;
}

body.he-subpage--shop .he-shop-guide-point p {
  margin: 0;
  color: var(--he-text);
  font-size: 14px;
  line-height: 1.75;
}

body.he-subpage--shop .he-shop-text-link {
  margin-top: 14px;
  display: inline-flex;
  color: var(--he-red-dark);
  font-weight: 900;
}

/* 価格表 */
body.he-subpage--shop .he-shop-price-summary {
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
  gap: 26px;
  align-items: center;
  border: 1px solid var(--he-line);
  border-top: 7px solid var(--he-red);
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.045);
}

body.he-subpage--shop .he-shop-price-summary-label {
  margin-bottom: 7px;
  color: var(--he-red-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.he-subpage--shop .he-shop-price-summary h3 {
  margin: 0;
  color: var(--he-ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
}

body.he-subpage--shop .he-shop-price-summary-copy > p:not(.he-shop-price-summary-label) {
  margin: 12px 0 0;
  color: var(--he-text);
  font-size: 14px;
}

body.he-subpage--shop .he-shop-price-summary ul {
  margin: 14px 0 0;
  padding-left: 1.25em;
  color: var(--he-text);
  font-size: 13px;
}

body.he-subpage--shop .he-shop-price-summary li {
  margin: 5px 0;
}

body.he-subpage--shop .he-shop-price-sheet {
  padding: 12px;
  display: block;
  border: 1px solid var(--he-line);
  background: #f8f8f8;
  color: var(--he-red-dark);
  text-align: center;
  text-decoration: none;
}

body.he-subpage--shop .he-shop-price-sheet img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  background: #fff;
}

body.he-subpage--shop .he-shop-price-sheet span {
  margin-top: 8px;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

/* 価格帯と商品カード */
body.he-subpage--shop .he-shop-price-tier {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid var(--he-line);
  background: #fff;
}

body.he-subpage--shop .he-shop-tier-head {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 18px;
}

body.he-subpage--shop .he-shop-tier-head > div {
  min-width: 190px;
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #111;
  color: #fff;
}

body.he-subpage--shop .he-shop-tier-head span {
  color: #d2d2d2;
  font-size: 11px;
  font-weight: 800;
}

body.he-subpage--shop .he-shop-tier-head strong {
  font-size: 24px;
  line-height: 1.3;
}

body.he-subpage--shop .he-shop-tier-head p {
  margin: 0;
  color: var(--he-text);
  font-size: 14px;
}

body.he-subpage--shop .he-shop-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.he-subpage--shop .he-shop-product-card {
  overflow: hidden;
  border: 1px solid var(--he-line);
  background: #fff;
}

body.he-subpage--shop .he-shop-product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  background: #eee;
}

body.he-subpage--shop .he-shop-product-card > div {
  padding: 12px 13px 14px;
}

body.he-subpage--shop .he-shop-product-card h3 {
  margin: 0;
  color: var(--he-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
}

body.he-subpage--shop .he-shop-product-card p {
  margin: 6px 0 0;
  color: #454545;
  font-size: 12.5px;
  line-height: 1.65;
}

body.he-subpage--shop .he-shop-product-card-tag {
  border: 2px solid var(--he-red);
}

/* 割引・会員サービス */
body.he-subpage--shop .he-shop-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.he-subpage--shop .he-shop-benefit-card {
  min-height: 170px;
  padding: 16px;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  border: 1px solid var(--he-line);
  background: #fff;
  color: var(--he-ink);
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

body.he-subpage--shop .he-shop-benefit-card:hover,
body.he-subpage--shop .he-shop-benefit-card:focus-visible {
  border-color: var(--he-red);
}

body.he-subpage--shop .he-shop-benefit-card img {
  width: 124px;
  height: 94px;
  object-fit: cover;
  background: #f3f3f3;
}

body.he-subpage--shop .he-shop-benefit-card span {
  color: var(--he-red-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

body.he-subpage--shop .he-shop-benefit-card h3 {
  margin: 3px 0 0;
  color: var(--he-ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.4;
}

body.he-subpage--shop .he-shop-benefit-card p {
  margin: 5px 0 0;
  color: #454545;
  font-size: 13px;
  line-height: 1.65;
}

body.he-subpage--shop .he-shop-benefit-card b {
  margin-top: 6px;
  display: inline-block;
  color: var(--he-red-dark);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 0.17em;
}

/* 店内設備 */
body.he-subpage--shop .he-shop-climate-note {
  margin-bottom: 16px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  border: 1px solid #d99500;
  border-left: 8px solid #d99500;
  background: #fff8df;
}

body.he-subpage--shop .he-shop-climate-note strong {
  color: #6e4400;
  font-size: 16px;
}

body.he-subpage--shop .he-shop-climate-note p {
  margin: 0;
  color: #4b3b1b;
  font-size: 13px;
}

body.he-subpage--shop .he-shop-facility-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.he-subpage--shop .he-shop-facility-card {
  overflow: hidden;
  border: 1px solid var(--he-line);
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

body.he-subpage--shop .he-shop-facility-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.he-subpage--shop .he-shop-facility-card > div {
  padding: 14px 16px 17px;
}

body.he-subpage--shop .he-shop-facility-card h3 {
  margin: 0;
  color: var(--he-ink);
  font-size: 18px;
  font-weight: 900;
}

body.he-subpage--shop .he-shop-facility-card p {
  margin: 7px 0 0;
  color: #454545;
  font-size: 13px;
  line-height: 1.7;
}

/* 来店導線 */
body.he-subpage--shop .he-shop-visit {
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  background: var(--he-red);
  color: #fff;
}

body.he-subpage--shop .he-shop-visit-copy {
  padding: 34px 38px;
}

body.he-subpage--shop .he-shop-visit-copy > p {
  color: #fff;
}

body.he-subpage--shop .he-shop-visit h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.03em;
}

body.he-subpage--shop .he-shop-visit dl {
  margin: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

body.he-subpage--shop .he-shop-visit dl > div {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

body.he-subpage--shop .he-shop-visit dt {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
}

body.he-subpage--shop .he-shop-visit dd {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

body.he-subpage--shop .he-shop-visit > img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

/* 店頭販売：タブレット */
@media (max-width: 900px) {
  body.he-subpage--shop .outline {
    width: min(100% - 24px, 820px);
    padding: 0 24px 60px;
  }

  body.he-subpage--shop .he-shop-firstview {
    padding-top: 30px;
  }

  body.he-subpage--shop .he-shop-hero,
  body.he-subpage--shop .he-shop-guide-grid,
  body.he-subpage--shop .he-shop-price-summary,
  body.he-subpage--shop .he-shop-visit {
    grid-template-columns: 1fr;
  }

  body.he-subpage--shop .he-shop-hero-media {
    min-height: 390px;
  }

  body.he-subpage--shop .he-shop-guide-photo img {
    min-height: 360px;
  }

  body.he-subpage--shop .he-shop-local-nav,
  body.he-subpage--shop .he-shop-product-grid,
  body.he-subpage--shop .he-shop-facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.he-subpage--shop .he-shop-price-summary {
    gap: 20px;
  }

  body.he-subpage--shop .he-shop-price-sheet img {
    max-height: none;
  }

  body.he-subpage--shop .he-shop-climate-note {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  body.he-subpage--shop .he-shop-visit > img {
    min-height: 340px;
  }
}

/* 店頭販売：スマートフォン */
@media (max-width: 640px) {
  body.he-subpage--shop .outline {
    width: 100%;
    padding: 0 12px 46px;
  }

  body.he-subpage--shop .he-shop-firstview {
    padding-top: 20px;
  }

  body.he-subpage--shop .he-shop-hero {
    min-height: 0;
  }

  body.he-subpage--shop .he-shop-hero-copy {
    padding: 30px 22px 25px;
  }

  body.he-subpage--shop .he-shop-hero h1 {
    font-size: 34px;
    line-height: 1.13;
  }

  body.he-subpage--shop .he-shop-hero-lead {
    font-size: 14px;
  }

  body.he-subpage--shop .he-shop-hero-actions,
  body.he-subpage--shop .he-shop-visit-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.he-subpage--shop .he-shop-button {
    width: 100%;
  }

  body.he-subpage--shop .he-shop-hero-facts dd {
    font-size: 14px;
  }

  body.he-subpage--shop .he-shop-hero-media {
    min-height: 280px;
  }

  body.he-subpage--shop .he-shop-hero-media figcaption {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }

  body.he-subpage--shop .he-shop-local-nav-wrap {
    top: auto;
    padding: 8px 0 9px;
  }

  body.he-subpage--shop .he-shop-local-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }

  body.he-subpage--shop .he-shop-local-nav a {
    min-height: 46px;
    padding: 6px 3px;
    justify-content: center;
    gap: 0;
    text-align: center;
  }

  body.he-subpage--shop .he-shop-local-nav span {
    display: none;
  }

  body.he-subpage--shop .he-shop-local-nav strong {
    font-size: 11px;
    line-height: 1.25;
  }

  body.he-subpage--shop .he-shop-section {
    margin-top: 44px;
    scroll-margin-top: 104px;
  }

  body.he-subpage--shop .he-shop-section-head h2 {
    font-size: 30px;
  }

  body.he-subpage--shop .he-shop-section-head > span {
    font-size: 14px;
  }

  body.he-subpage--shop .he-shop-guide-photo img {
    min-height: 260px;
  }

  body.he-subpage--shop .he-shop-guide-content {
    padding: 20px 18px;
  }

  body.he-subpage--shop .he-shop-guide-point {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body.he-subpage--shop .he-shop-price-summary,
  body.he-subpage--shop .he-shop-price-tier {
    padding: 16px;
  }

  body.he-subpage--shop .he-shop-tier-head {
    display: block;
  }

  body.he-subpage--shop .he-shop-tier-head > div {
    min-width: 0;
  }

  body.he-subpage--shop .he-shop-tier-head p {
    margin-top: 8px;
  }

  body.he-subpage--shop .he-shop-product-grid,
  body.he-subpage--shop .he-shop-benefit-grid,
  body.he-subpage--shop .he-shop-facility-grid {
    grid-template-columns: 1fr;
  }

  body.he-subpage--shop .he-shop-product-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
  }

  body.he-subpage--shop .he-shop-product-card img {
    height: 100%;
    min-height: 132px;
    aspect-ratio: auto;
  }

  body.he-subpage--shop .he-shop-benefit-card {
    min-height: 0;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 13px;
  }

  body.he-subpage--shop .he-shop-benefit-card img {
    width: 100px;
    height: 76px;
  }

  body.he-subpage--shop .he-shop-climate-note {
    padding: 14px 16px;
  }

  body.he-subpage--shop .he-shop-visit-copy {
    padding: 28px 22px;
  }

  body.he-subpage--shop .he-shop-visit dl > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  body.he-subpage--shop .he-shop-visit > img {
    min-height: 260px;
  }
}

/* 買取・寄付の手順 */
body.he-subpage--tenntoukaitori .info > .container,
body.he-subpage--donationacceptance .info > .container {
  margin-top: 16px;
}

body.he-subpage--tenntoukaitori .info > .container > section,
body.he-subpage--donationacceptance .info > .container > section {
  padding: 18px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  border: 1px solid var(--he-line);
  background: #fff;
}

body.he-subpage--tenntoukaitori .info > .container .pic,
body.he-subpage--donationacceptance .info > .container .pic {
  margin: 0;
}

body.he-subpage--tenntoukaitori .info > .container .pic img,
body.he-subpage--donationacceptance .info > .container .pic img {
  width: 100%;
  height: 185px;
  display: block;
  object-fit: cover;
}

body.he-subpage--tenntoukaitori .exp h1,
body.he-subpage--donationacceptance .exp h1 {
  color: var(--he-red-dark);
  font-size: 21px;
}

body.he-subpage--tenntoukaitori .Arrow,
body.he-subpage--donationacceptance .Arrow {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.he-subpage--tenntoukaitori .Arrow img,
body.he-subpage--donationacceptance .Arrow img {
  display: none;
}

body.he-subpage--tenntoukaitori .Arrow::after,
body.he-subpage--donationacceptance .Arrow::after {
  content: "↓";
  color: var(--he-red);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

body.he-subpage--tenntoukaitori .yen,
body.he-subpage--donationacceptance .yen {
  margin-top: 20px;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 20px;
  align-items: center;
  border: 2px solid var(--he-red);
  background: #fff7f8;
}

body.he-subpage--tenntoukaitori .yen h1,
body.he-subpage--donationacceptance .yen h1 {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--he-red-dark);
  font-size: 24px;
}

body.he-subpage--tenntoukaitori .yen img,
body.he-subpage--donationacceptance .yen img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

/* 卸売り */
body.he-subpage--gyouhan .contentsbox {
  margin-top: 18px;
}

body.he-subpage--gyouhan .contentsbox li {
  display: flex;
  flex-direction: column;
}

body.he-subpage--gyouhan .contentsbox h2 {
  order: 2;
}

body.he-subpage--gyouhan .contentsbox p {
  order: 3;
}

body.he-subpage--gyouhan .contentsbox img {
  order: 1;
}

body.he-subpage--gyouhan .info > .pic {
  margin: 24px auto;
  text-align: center;
}

body.he-subpage--gyouhan .info > .pic img {
  width: min(100%, 700px);
}

/* 出張回収・法人買取の主画像 */
body.he-subpage--syuttyouhikitori .info > .pic,
body.he-subpage--btobkaitori .info > .pic {
  margin: 18px auto 24px;
  text-align: center;
}

body.he-subpage--syuttyouhikitori .info > .pic img,
body.he-subpage--btobkaitori .info > .pic img {
  width: min(100%, 680px);
  max-height: 430px;
  object-fit: contain;
}

/* フォーム */
body.he-subpage form {
  width: 100%;
  margin: 0;
}

body.he-subpage .form-table,
body.he-subpage .form-table tbody {
  width: 100%;
  display: block;
  border-collapse: collapse;
}

body.he-subpage .form-table tr {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 1fr);
  border-top: 1px solid var(--he-line);
  border-right: 1px solid var(--he-line);
  border-left: 1px solid var(--he-line);
}

body.he-subpage .form-table tr:last-child {
  border-bottom: 1px solid var(--he-line);
}

body.he-subpage .form-table th,
body.he-subpage .form-table td {
  min-width: 0;
  padding: 14px 16px;
  display: block;
  border: 0;
  text-align: left;
  vertical-align: top;
}

body.he-subpage .form-table th {
  width: auto;
  max-width: none;
  border-right: 1px solid var(--he-line);
  background: #f7f7f7;
  color: var(--he-ink);
  font-weight: 900;
}

body.he-subpage .form-table td {
  background: #fff;
  color: var(--he-text);
}

body.he-subpage .form-table input[type="text"],
body.he-subpage .form-table input[type="email"],
body.he-subpage .form-table input[type="tel"],
body.he-subpage .form-table input[type="url"],
body.he-subpage .form-table input[type="date"],
body.he-subpage .form-table select,
body.he-subpage .form-table textarea {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font: inherit;
  line-height: 1.5;
}

body.he-subpage .form-table textarea {
  min-height: 130px;
  resize: vertical;
}

body.he-subpage .form-table input:focus,
body.he-subpage .form-table textarea:focus,
body.he-subpage .form-table select:focus {
  outline: 3px solid rgba(207, 0, 24, 0.16);
  border-color: var(--he-red);
}

body.he-subpage .form-table input[type="radio"],
body.he-subpage .form-table input[type="checkbox"] {
  width: auto;
  margin: 4px 5px 4px 12px;
  accent-color: var(--he-red);
}

body.he-subpage .form-table td > input[type="radio"]:first-child,
body.he-subpage .form-table td > input[type="checkbox"]:first-child {
  margin-left: 0;
}

body.he-subpage .btn {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.he-subpage .btn input[type="submit"],
body.he-subpage .btn input[type="reset"] {
  min-width: 150px;
  min-height: 46px;
  padding: 10px 22px;
  border: 2px solid var(--he-red);
  border-radius: 999px;
  background: var(--he-red);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

body.he-subpage .btn input[type="reset"] {
  border-color: #111;
  background: #fff;
  color: #111;
}

/* アクセス */
body.he-subpage--access .map {
  width: 100%;
  margin: 0;
}

body.he-subpage--access .map iframe {
  width: 100%;
  height: 460px;
  display: block;
  border: 0;
}

body.he-subpage--access .info > h2 {
  margin-bottom: 18px;
}

/* 会社案内・プライバシー */
body.he-subpage--company .concept2,
body.he-subpage--privacy .concept2,
body.he-subpage--privacy .privsetumei {
  font-size: 15px;
  margin: 18px 0;
  padding: 18px 20px;
  border-left: 7px solid var(--he-red);
  background: #f7f7f7;
}

body.he-subpage--privacy .privsetumei p {
  margin: 10px 0;
  padding: 0;
}

body.he-subpage--privacy .enkaku {
  margin-top: 24px;
}

/* 宅配買取・体験レポート・捨てない生活の紹介カード */
body.he-subpage--takuhaikaitori .box,
body.he-subpage--hurugireport .box {
  padding: 24px 28px;
  border-left: 8px solid var(--he-red);
}

body.he-subpage--takuhaikaitori .info .container,
body.he-subpage--hurugireport .info .container,
body.he-subpage--sutenaiseikatu .info .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.he-subpage--takuhaikaitori .info .container > section,
body.he-subpage--hurugireport .info .container > section,
body.he-subpage--sutenaiseikatu .info .container > section {
  min-width: 0;
  margin: 0;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border: 1px solid var(--he-line);
  background: #fff;
}

body.he-subpage--takuhaikaitori .info .container .pic,
body.he-subpage--hurugireport .info .container .pic,
body.he-subpage--sutenaiseikatu .info .container .pic {
  min-width: 0;
  margin: 0;
}

body.he-subpage--takuhaikaitori .info .container .pic img,
body.he-subpage--hurugireport .info .container .pic img,
body.he-subpage--sutenaiseikatu .info .container .pic img {
  width: 100%;
  max-height: 190px;
  display: block;
  object-fit: contain;
  background: #f7f7f7;
}

body.he-subpage--takuhaikaitori .info .container .pic img[width="1"],
body.he-subpage--hurugireport .info .container .pic img[width="1"],
body.he-subpage--sutenaiseikatu .info .container .pic img[width="1"],
body.he-subpage--takuhaikaitori .info .container .exp img[width="1"],
body.he-subpage--hurugireport .info .container .exp img[width="1"],
body.he-subpage--sutenaiseikatu .info .container .exp img[width="1"] {
  display: none;
}

body.he-subpage--takuhaikaitori .info .container .exp,
body.he-subpage--hurugireport .info .container .exp,
body.he-subpage--sutenaiseikatu .info .container .exp {
  min-width: 0;
  color: var(--he-text);
  font-size: 14px;
  line-height: 1.75;
}

body.he-subpage--takuhaikaitori .info .container .exp h1,
body.he-subpage--hurugireport .info .container .exp h1,
body.he-subpage--sutenaiseikatu .info .container .exp h1 {
  margin: 0 0 8px;
  color: var(--he-ink);
  font-size: 19px;
}

body.he-subpage--takuhaikaitori .info .container .exp a,
body.he-subpage--hurugireport .info .container .exp a,
body.he-subpage--sutenaiseikatu .info .container .exp a {
  color: inherit;
  text-decoration: none;
}

/* タブレット */
@media (max-width: 900px) {
  body.he-subpage .outline {
    width: min(100% - 24px, 760px);
    padding: 30px 24px 54px;
  }

  body.he-subpage .container > dl,
  body.he-subpage .form-table tr {
    grid-template-columns: 185px minmax(0, 1fr);
  }

  body.he-subpage--shop .contentsbox2 ul,
  body.he-subpage--shop .contentsbox3 ul,
  body.he-subpage--gyouhan .contentsbox ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.he-subpage--takuhaikaitori .info .container,
  body.he-subpage--hurugireport .info .container,
  body.he-subpage--sutenaiseikatu .info .container {
    grid-template-columns: 1fr;
  }
}

/* スマートフォン */
@media (max-width: 640px) {
  body.he-subpage {
    background: var(--he-soft);
  }

  body.he-subpage .outline {
    width: 100%;
    padding: 24px 12px 42px;
    border-right: 6px solid var(--he-red);
    border-left: 6px solid var(--he-red);
  }

  body.he-subpage .he-page-intro {
    margin-bottom: 20px;
    padding: 20px 18px 18px;
    border-top-width: 6px;
  }

  body.he-subpage .he-page-intro h1 {
    font-size: 31px;
  }

  body.he-subpage .he-page-intro-lead {
    font-size: 15px;
  }

  body.he-subpage .outline > .info,
  body.he-subpage .outline > .box {
    margin-top: 18px;
    padding: 22px 16px;
  }

  body.he-subpage .info > h1,
  body.he-subpage .info > h2,
  body.he-subpage .contentsbox > h1,
  body.he-subpage .contentsbox > h2,
  body.he-subpage .box > h1,
  body.he-subpage .box > h2 {
    font-size: 25px;
  }

  body.he-subpage .container > dl {
    display: block;
    border-top: 0;
    border-left: 0;
  }

  body.he-subpage .container > dl > dt,
  body.he-subpage .container > dl > dd {
    border: 1px solid var(--he-line);
  }

  body.he-subpage .container > dl > dt {
    margin-top: 10px;
    border-bottom: 0;
  }

  body.he-subpage .container > dl > dt:first-child {
    margin-top: 0;
  }

  body.he-subpage--shop .container2 ul,
  body.he-subpage--company .pic,
  body.he-subpage--access .pic,
  body.he-subpage--shop .contentsbox2 ul,
  body.he-subpage--shop .contentsbox3 ul,
  body.he-subpage--gyouhan .contentsbox ul {
    grid-template-columns: 1fr;
  }

  body.he-subpage--shop .container2 img,
  body.he-subpage--company .pic img,
  body.he-subpage--access .pic img {
    height: 220px;
  }

  body.he-subpage--shop .contentsbox2 img,
  body.he-subpage--shop .contentsbox3 img,
  body.he-subpage--gyouhan .contentsbox img {
    height: 165px;
  }

  body.he-subpage--tenntoukaitori .info > .container > section,
  body.he-subpage--donationacceptance .info > .container > section,
  body.he-subpage--tenntoukaitori .yen,
  body.he-subpage--donationacceptance .yen {
    grid-template-columns: 1fr;
  }

  body.he-subpage--tenntoukaitori .info > .container .pic img,
  body.he-subpage--donationacceptance .info > .container .pic img {
    height: 200px;
  }

  body.he-subpage .form-table tr {
    display: block;
    border-bottom: 1px solid var(--he-line);
  }

  body.he-subpage .form-table th {
    border-right: 0;
    border-bottom: 1px solid var(--he-line);
  }

  body.he-subpage .form-table input[type="radio"],
  body.he-subpage .form-table input[type="checkbox"] {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  body.he-subpage .btn {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.he-subpage .btn input[type="submit"],
  body.he-subpage .btn input[type="reset"] {
    width: 100%;
  }

  body.he-subpage--access .map iframe {
    height: 360px;
  }

  body.he-subpage--takuhaikaitori .info .container > section,
  body.he-subpage--hurugireport .info .container > section,
  body.he-subpage--sutenaiseikatu .info .container > section {
    grid-template-columns: 1fr;
  }

  body.he-subpage--takuhaikaitori .info .container .pic img,
  body.he-subpage--hurugireport .info .container .pic img,
  body.he-subpage--sutenaiseikatu .info .container .pic img {
    width: min(100%, 300px);
    margin: 0 auto;
  }
}
