/* USA輸入古着ページ補助スタイル 2026-08-16
   基本レイアウト・見出し・ボタンは店頭販売ページと共通化 */

body.he-subpage--usa-import .he-usa-hero .he-shop-hero-media img {
  object-position: center 45%;
}

body.he-subpage--usa-import .he-usa-hero-facts dd {
  font-size: 18px;
}

body.he-subpage--usa-import .he-usa-bale-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  border: 1px solid var(--he-line);
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .045);
}

body.he-subpage--usa-import .he-usa-bale-photo {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #111;
}

body.he-subpage--usa-import .he-usa-bale-photo img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

body.he-subpage--usa-import .he-usa-bale-photo figcaption,
body.he-subpage--usa-import .he-usa-gallery figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 9px 12px;
  background: rgba(0, 0, 0, .82);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

body.he-subpage--usa-import .he-usa-bale-copy {
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.he-subpage--usa-import .he-usa-bale-copy > span {
  margin-bottom: 10px;
  color: var(--he-red-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

body.he-subpage--usa-import .he-usa-bale-copy h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.35;
}

body.he-subpage--usa-import .he-usa-bale-copy p {
  margin: 16px 0 0;
  color: var(--he-text);
  font-size: 15px;
  line-height: 1.85;
}

body.he-subpage--usa-import .he-usa-price-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

body.he-subpage--usa-import .he-usa-price-card {
  min-height: 132px;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--he-line);
  border-top: 6px solid var(--he-red);
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .04);
}

body.he-subpage--usa-import .he-usa-price-card span {
  color: var(--he-ink);
  font-size: 15px;
  font-weight: 900;
}

body.he-subpage--usa-import .he-usa-price-card strong {
  margin-top: 8px;
  color: var(--he-red-dark);
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.2;
}

body.he-subpage--usa-import .he-usa-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.he-subpage--usa-import .he-usa-gallery figure {
  min-height: 260px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #111;
}

body.he-subpage--usa-import .he-usa-gallery figure.he-usa-gallery-wide {
  grid-column: span 2;
}

body.he-subpage--usa-import .he-usa-gallery img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

body.he-subpage--usa-import .he-usa-sns {
  padding: 30px;
  border: 1px solid var(--he-line);
  background: #fff;
}

body.he-subpage--usa-import .he-usa-sns .he-shop-section-head {
  margin-bottom: 18px;
}

/* 店頭販売ページ側：USA輸入古着への入口を大きくする */
body.he-subpage--shop .he-shop-usa-feature-prominent {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 0;
  align-items: stretch;
  margin: 0 0 34px;
  padding: 0;
  overflow: hidden;
  border: 3px solid #111;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

body.he-subpage--shop .he-shop-usa-feature-photo {
  min-height: 320px;
  display: block;
  overflow: hidden;
  background: #111;
}

body.he-subpage--shop .he-shop-usa-feature-photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

body.he-subpage--shop .he-shop-usa-feature-copy {
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.he-subpage--shop .he-shop-usa-feature-prominent .he-shop-usa-feature-copy > span {
  margin-bottom: 8px;
  color: var(--he-red-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

body.he-subpage--shop .he-shop-usa-feature-prominent h3 {
  margin: 0;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.15;
}

body.he-subpage--shop .he-shop-usa-feature-lead {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.8;
}

body.he-subpage--shop .he-shop-usa-feature-prices {
  margin: 20px 0;
  display: grid;
  gap: 7px;
}

body.he-subpage--shop .he-shop-usa-feature-prices > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--he-line);
}

body.he-subpage--shop .he-shop-usa-feature-prices dt,
body.he-subpage--shop .he-shop-usa-feature-prices dd {
  margin: 0;
  font-weight: 900;
}

body.he-subpage--shop .he-shop-usa-feature-prices dd {
  color: var(--he-red-dark);
  white-space: nowrap;
}

body.he-subpage--shop .he-shop-usa-feature-prominent .he-shop-button {
  align-self: flex-start;
  margin-top: 2px;
}

@media (max-width: 980px) {
  body.he-subpage--usa-import .he-usa-bale-grid,
  body.he-subpage--shop .he-shop-usa-feature-prominent {
    grid-template-columns: 1fr;
  }

  body.he-subpage--usa-import .he-usa-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.he-subpage--usa-import .he-usa-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.he-subpage--usa-import .he-usa-gallery figure.he-usa-gallery-wide {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  body.he-subpage--usa-import .he-usa-price-grid,
  body.he-subpage--usa-import .he-usa-gallery {
    grid-template-columns: 1fr;
  }

  body.he-subpage--usa-import .he-usa-gallery figure.he-usa-gallery-wide {
    grid-column: auto;
  }

  body.he-subpage--usa-import .he-usa-bale-photo img {
    min-height: 300px;
  }

  body.he-subpage--shop .he-shop-usa-feature-photo,
  body.he-subpage--shop .he-shop-usa-feature-photo img {
    min-height: 240px;
  }

  body.he-subpage--shop .he-shop-usa-feature-prominent .he-shop-button {
    width: 100%;
    box-sizing: border-box;
  }
}


/* 公式SNS導線 */
body.he-subpage--usa-import .he-usa-sns-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.he-subpage--usa-import .he-usa-sns-links a {
  min-height: 76px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--he-line);
  border-left: 5px solid var(--he-red);
  background: #fff;
  color: var(--he-ink);
  text-decoration: none;
  box-sizing: border-box;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.he-subpage--usa-import .he-usa-sns-links strong {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
}

body.he-subpage--usa-import .he-usa-sns-links span {
  margin-top: 4px;
  color: #555;
  font-size: 12px;
  font-weight: 700;
}

@media (hover: hover) {
  body.he-subpage--usa-import .he-usa-sns-links a:hover {
    transform: translateY(-1px);
    border-color: #bbb;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .07);
  }
}

@media (max-width: 640px) {
  body.he-subpage--usa-import .he-usa-sns-links {
    grid-template-columns: 1fr;
  }
}


/* SNSリンク間隔・視認性調整 2026-08-16 */
body.he-subpage--usa-import .he-usa-sns-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}
body.he-subpage--usa-import .he-usa-sns-links a {
  flex: 1 1 190px;
  margin: 0;
}
@media (max-width: 640px) {
  body.he-subpage--usa-import .he-usa-sns-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* SNS links: keep each destination visually separated */
body.he-subpage--usa-import .he-usa-sns .he-usa-sns-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: 22px !important;
}
body.he-subpage--usa-import .he-usa-sns .he-usa-sns-links > a {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  min-width: 0 !important;
  padding: 16px 18px !important;
  border: 1px solid #d7d7d7 !important;
  background: #fff !important;
  color: #111 !important;
  text-decoration: none !important;
}
body.he-subpage--usa-import .he-usa-sns .he-usa-sns-links > a strong {
  color: #a80000 !important;
  font-size: 16px !important;
}
body.he-subpage--usa-import .he-usa-sns .he-usa-sns-links > a span {
  color: #444 !important;
  font-size: 14px !important;
}
@media (max-width: 640px) {
  body.he-subpage--usa-import .he-usa-sns .he-usa-sns-links {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}
