/* 古着衛門 宅配寄付専用ページ v1.0.0 */
body.he-subpage--takuhaikihu .outline { padding-top: 38px; }
.he-tk-page { width: min(1080px,100%); margin: 0 auto; }

.he-tk-hero {
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  overflow:hidden;
  border:1px solid #d7d7d7;
  border-top:9px solid var(--he-red);
  background:#fff;
  box-shadow:var(--he-shadow);
}
.he-tk-hero-copy { padding:44px 42px 40px; }
.he-tk-kicker,.he-tk-section-head>p,.he-tk-address>div>p {
  margin:0 0 9px;
  color:var(--he-red-dark);
  font-size:13px;
  font-weight:900;
  letter-spacing:.1em;
}
.he-tk-hero h1 {
  margin:0;
  color:var(--he-ink);
  font-size:clamp(37px,4.9vw,58px);
  font-weight:950;
  line-height:1.1;
  letter-spacing:-.045em;
}
.he-tk-hero h1 span { display:block; }
.he-tk-lead { margin:20px 0 0; color:var(--he-text); font-size:17px; line-height:1.85; }

.he-tk-facts { display:grid; gap:8px; margin-top:22px; }
.he-tk-facts div {
  display:grid;
  grid-template-columns:165px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:10px 12px;
  border-left:5px solid var(--he-red);
  background:#f6f6f6;
}
.he-tk-facts strong { color:#111; font-weight:950; }
.he-tk-facts span { color:#555; font-size:13px; line-height:1.55; }

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

.he-tk-hero-visual {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:500px;
  padding:30px;
  background:linear-gradient(145deg,#f1f1f1,#dedede);
}
.he-tk-hero-visual figure { margin:0; width:100%; }
.he-tk-hero-visual figure img {
  display:block;
  width:100%;
  height:auto;
  border:7px solid #fff;
  box-shadow:0 12px 34px rgba(0,0,0,.22);
}
.he-tk-hero-visual figcaption { margin-top:10px; color:#666; font-size:12px; text-align:center; }
.he-tk-character {
  position:absolute;
  right:14px;
  bottom:14px;
  width:88px !important;
  max-width:88px !important;
  height:auto !important;
  filter:drop-shadow(0 5px 8px rgba(0,0,0,.22));
}

.he-tk-local-nav {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:18px;
  border:1px solid #d7d7d7;
  background:#fff;
}
body.he-subpage .outline .he-tk-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-tk-local-nav a:last-child { border-right:0; }
.he-tk-local-nav span { color:var(--he-red); font-size:12px; font-weight:900; }

.he-tk-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-tk-section-alt { background:#f8f8f8; }
.he-tk-section-head { margin-bottom:26px; }
.he-tk-section-head h2,.he-tk-address h2 {
  margin:0;
  color:#171717;
  font-size:clamp(27px,3.5vw,40px);
  font-weight:950;
  line-height:1.25;
  letter-spacing:-.03em;
}
.he-tk-section-head>span { display:block; margin-top:8px; color:#555; line-height:1.8; }

.he-tk-step-grid,.he-tk-item-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.he-tk-item-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.he-tk-step-grid article,.he-tk-item-grid article {
  padding:24px;
  border:1px solid #ddd;
  border-top:5px solid var(--he-red);
  background:#fff;
}
.he-tk-step-grid 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-tk-step-grid h3,.he-tk-item-grid h3 {
  margin:12px 0 0;
  color:#171717;
  font-size:21px;
  font-weight:950;
  line-height:1.35;
}
.he-tk-step-grid p,.he-tk-item-grid p { margin:8px 0 0; color:#555; line-height:1.7; }

.he-tk-warning {
  margin-top:18px;
  padding:20px 22px;
  border:1px solid #ddd;
  background:#fff;
}
.he-tk-warning h3 { margin:0; font-size:20px; font-weight:950; }
.he-tk-warning p { margin:8px 0 0; color:#555; line-height:1.75; }

.he-tk-after-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.he-tk-after-grid article {
  padding:28px;
  border:1px solid #ddd;
  background:#fff;
}
.he-tk-after-grid strong { color:var(--he-red-dark); font-size:12px; letter-spacing:.1em; }
.he-tk-after-grid h3 { margin:8px 0 0; font-size:24px; font-weight:950; }
.he-tk-after-grid p { margin:8px 0 0; color:#555; line-height:1.75; }

.he-tk-note {
  margin:18px 0 0;
  padding:13px 15px;
  border-left:5px solid var(--he-red);
  background:#f5f5f5;
  color:#555;
  font-size:13px;
  line-height:1.75;
}

.he-tk-address {
  margin-top:24px;
  padding:38px;
  background:#111;
  color:#fff;
}
.he-tk-address h2 { color:#fff; }
.he-tk-address address {
  margin-top:22px;
  padding:20px 22px;
  border:1px solid #444;
  background:#1d1d1d;
  color:#fff;
  font-style:normal;
  font-size:18px;
  font-weight:800;
  line-height:1.8;
}
.he-tk-address-notes { margin-top:18px; }
.he-tk-address-notes p { margin:6px 0 0; color:#ddd; line-height:1.7; }

@media (max-width:900px) {
  .he-tk-hero { grid-template-columns:1fr; }
  .he-tk-hero-visual { min-height:0; }
  .he-tk-step-grid { grid-template-columns:1fr; }
  .he-tk-item-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:640px) {
  body.he-subpage--takuhaikihu .outline { padding-top:18px; }
  .he-tk-hero-copy,.he-tk-section,.he-tk-address { padding:25px 20px; }
  .he-tk-hero-visual { padding:20px; }
  .he-tk-local-nav,.he-tk-item-grid,.he-tk-after-grid { grid-template-columns:1fr; }
  body.he-subpage .outline .he-tk-local-nav a {
    min-height:56px;
    border-right:0;
    border-bottom:1px solid #e2e2e2;
  }
  body.he-subpage .outline .he-tk-local-nav a:last-child { border-bottom:0; }
  .he-tk-facts div { grid-template-columns:1fr; gap:3px; }
  .he-tk-actions { flex-direction:column; }
  .he-tk-button { width:100%; }
  .he-tk-character {
    right:8px;
    bottom:8px;
    width:66px !important;
    max-width:66px !important;
  }
}
