﻿/*
Theme Name: Daikichi Fukutsu Visit LP v8
Theme URI: https://daikichi-reganetgarden.com/
Author: Codex
Description: 買取大吉 レガネットガーデン福津店の出張買取予約専用LPテーマ。外観→カスタマイズからFV、CTA、フォーム、買取実績、スタッフ、買取品目を編集できます。
Version: 1.0.8
Text Domain: daikichi-fukutsu-visit-lp-v8
*/

:root {
  --ink: #111111;
  --muted: #5f6270;
  --line: #e4e5ef;
  --paper: #ffffff;
  --wash: #f5f6fb;
  --navy: #232783;
  --blue: #232783;
  --blue-dark: #171a63;
  --black: #111111;
  --gold: #c7a13c;
  --gold-dark: #927226;
  --seal: #d71920;
  --green: #06c755;
  --shadow: 0 22px 70px rgba(18, 22, 84, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(35, 39, 131, 0.06), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f8f9ff 42%, #ffffff 100%);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.75;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(35, 39, 131, 0.16);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 34px rgba(17, 17, 17, 0.06);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 300px; }
.brand-logo {
  width: 154px;
  height: 52px;
  object-fit: contain;
  background: var(--blue);
  border-radius: 4px;
}
.brand strong, .brand small { display: block; line-height: 1.25; }
.brand strong { color: var(--blue); }
.brand small { color: var(--ink); font-size: 12px; font-weight: 800; }
nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; font-weight: 700; }
.header-tel {
  padding: 10px 16px;
  color: #fff;
  background: var(--blue);
  border: 1px solid var(--blue-dark);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(35, 39, 131, 0.18);
}

.hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 124px clamp(20px, 5vw, 72px) 72px;
  background:
    linear-gradient(135deg, rgba(35, 39, 131, 0.06), rgba(255, 255, 255, 0)),
    #f4f5fb;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--blue), #ffffff 45%, var(--blue));
  z-index: 2;
}
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center right; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.72) 34%, rgba(255,255,255,.12) 68%, rgba(255,255,255,0) 100%),
    linear-gradient(0deg, rgba(35,39,131,.12), rgba(35,39,131,0));
}
.hero-content { position: relative; z-index: 1; width: min(620px, 100%); }
.area {
  display: inline-block;
  margin: 0 0 20px;
  padding: 6px 12px;
  color: #fff;
  background: var(--blue);
  border-radius: 4px;
  font-weight: 900;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 24px;
  color: var(--black);
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 3px 0 rgba(35, 39, 131, 0.08);
}
.hero-content h1::after {
  content: "";
  display: block;
  width: 96px;
  height: 5px;
  margin-top: 22px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  border-radius: 999px;
}
.lead { max-width: 620px; color: #314057; font-size: clamp(17px, 2vw, 20px); font-weight: 600; }
.hero-actions, .quick-contact { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn, .quick-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
}
.btn.primary {
  color: #fff;
  background: linear-gradient(180deg, #31359b 0%, var(--blue) 52%, var(--blue-dark) 100%);
  border-color: var(--blue-dark);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.18), 0 16px 34px rgba(35,39,131,.25);
}
.btn.ghost { color: var(--navy); background: rgba(255,255,255,.86); border-color: rgba(13,40,83,.18); }
section:not(.hero) { padding: 96px clamp(20px, 5vw, 72px); }
.reservation-section {
  display: grid;
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
  gap: 0;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(35,39,131,.98), rgba(24,27,100,.98)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 1px, transparent 1px 14px);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.reservation-section::before {
  content: "RESERVATION";
  position: absolute;
  top: -38px;
  left: clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.06);
  font-size: clamp(62px, 12vw, 154px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}
.form-intro { position: sticky; top: 96px; }
.section-num {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--blue);
  background: #ffffff;
  border: 1px solid rgba(35, 39, 131, 0.2);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 900;
}
.form-intro h2, .section-heading h2, .store h2 { margin-bottom: 14px; font-size: clamp(30px, 4vw, 50px); line-height: 1.22; letter-spacing: 0; }
.form-intro p { color: rgba(255,255,255,.82); font-weight: 600; }
.quick-contact a { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.22); }
.quick-contact a:nth-child(2) { background: var(--green); border-color: var(--green); }
.reservation-form {
  position: relative;
  padding: clamp(22px, 4vw, 42px);
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  border: 4px solid rgba(255, 255, 255, 0.42);
  box-shadow: var(--shadow);
}
.reservation-form::before {
  content: "無料出張査定 予約フォーム";
  display: block;
  margin: -10px 0 18px;
  padding-bottom: 14px;
  color: var(--blue);
  border-bottom: 1px solid var(--line);
  font-size: 20px;
  font-weight: 900;
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { display: grid; gap: 7px; font-weight: 900; }
label span { font-size: 13px; }
.full { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfbfe;
  border: 1px solid #dfe1ef;
  border-radius: 8px;
  font: inherit;
  font-size: 15px;
}
textarea { min-height: 118px; resize: vertical; }
.submit { width: 100%; margin-top: 20px; border: 0; cursor: pointer; font-size: 16px; }
.privacy, .form-status { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.form-status { color: var(--blue); font-weight: 900; }

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}
.section-heading h2 {
  position: relative;
}
.section-heading h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  border-radius: 999px;
}
.section-heading p { color: var(--muted); font-weight: 600; }
.concerns, .reasons, .faq, .staff { background: var(--wash); }
.concern-grid, .reason-layout, .result-grid, .staff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.staff-grid { grid-template-columns: repeat(2, 1fr); }
.concern-grid article, .reason-layout article, .faq details, .result-card, .staff-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 18px 44px rgba(18,22,84,.08);
}
.result-card,
.staff-card {
  border-top: 6px solid var(--blue);
}
.result-card { padding: 0; overflow: hidden; }
.result-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #f5f7fb; }
.result-card div { padding: 22px; }
.result-card {
  position: relative;
}
.result-card::before {
  content: "買取実績";
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  padding: 5px 10px;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.result-card h3, .staff-card h3, .concern-grid h3, .reason-layout h3 { margin-bottom: 8px; font-size: 22px; }
.result-card strong {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  color: #fff;
  background: var(--blue);
  border-radius: 4px;
  font-size: 20px;
}
.result-card p, .staff-card p, .concern-grid p, .reason-layout p, .faq p { margin-bottom: 0; color: var(--muted); font-weight: 600; }
.staff-card { display: grid; grid-template-columns: 180px 1fr; gap: 22px; align-items: center; }
.staff-card img {
  width: 180px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  background: #eef2f7;
  border: 6px solid #f2f3fb;
}
.staff-card span { color: var(--blue); font-size: 13px; font-weight: 900; }

.item-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.item-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(35, 39, 131, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(18,22,84,.07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.item-card:hover {
  transform: translateY(-3px);
  border-color: rgba(35, 39, 131, 0.34);
  box-shadow: 0 22px 48px rgba(18,22,84,.12);
}
.item-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f5f6fb;
  border-bottom: 1px solid rgba(35, 39, 131, 0.1);
}
.item-card h3 {
  display: grid;
  min-height: 64px;
  place-items: center;
  margin: 0;
  padding: 12px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 900;
  text-align: center;
}
.reason-layout strong { color: var(--blue); font-size: 13px; }
.reason-layout article,
.concern-grid article {
  position: relative;
  overflow: hidden;
}
.reason-layout article::after,
.concern-grid article::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 96px;
  height: 96px;
  background: rgba(35, 39, 131, 0.06);
  border-radius: 999px;
}
.flow-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 0; margin: 0; list-style: none; }
.flow-list li {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(18,22,84,.08);
}
.flow-image {
  position: relative;
  background: #f3f5fb;
}
.flow-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.flow-list span {
  position: absolute;
  left: 18px;
  bottom: -21px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border: 4px solid #fff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(35,39,131,.28);
  font-weight: 900;
}
.flow-body { padding: 38px 24px 26px; }
.flow-list strong { display: block; margin-bottom: 10px; color: var(--blue); font-size: 22px; line-height: 1.35; }
.flow-list p { margin-bottom: 0; color: var(--muted); font-weight: 600; }
.flow-call {
  margin-top: 18px;
  padding: 16px;
  color: var(--ink);
  background: linear-gradient(180deg, #fffdf6, #fff8df);
  border: 1px solid rgba(199, 161, 60, 0.35);
  border-radius: 8px;
}
.flow-call a {
  display: block;
  color: var(--blue);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
.flow-call small { display: block; margin-top: 6px; color: var(--muted); font-weight: 800; }
.faq-list { display: grid; gap: 12px; }
summary { cursor: pointer; font-weight: 900; font-size: 18px; }
.store {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 40px;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.16), transparent 22rem),
    var(--blue);
  color: #fff;
}
dl { display: grid; grid-template-columns: 150px 1fr; gap: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
dt, dd { margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
dt { color: rgba(255,255,255,.62); font-weight: 900; }
dd { font-weight: 700; }
.store-info-body {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: stretch;
}
.store-photo {
  overflow: hidden;
  min-height: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.16);
}
.store-photo img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.store-map {
  grid-column: 1 / -1;
  overflow: hidden;
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.18);
}
.store-map iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 42vw, 460px);
}
.sticky-cta {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 6px;
  width: min(430px, calc(100% - 36px));
  padding: 8px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.sticky-cta a { display: grid; min-height: 48px; place-items: center; color: #fff; background: var(--black); border-radius: 6px; font-weight: 900; }
.sticky-cta a:nth-child(2) { background: var(--blue); }
.sticky-cta a:nth-child(3) { background: var(--green); }
footer { padding: 44px clamp(20px, 5vw, 72px) 100px; color: rgba(255,255,255,.72); background: var(--black); }
footer p { margin-bottom: 4px; color: #fff; font-weight: 900; }

@media (max-width: 980px) {
  nav { display: none; }
  .site-header { padding: 12px 18px; }
  .brand { min-width: 0; }
  .header-tel { font-size: 13px; }
  .hero { min-height: 690px; padding-top: 108px; padding-bottom: 72px; }
  .hero-image { object-position: 62% center; }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.76) 48%, rgba(255,255,255,.22) 100%),
      linear-gradient(0deg, rgba(35,39,131,.12), rgba(35,39,131,0));
  }
  .reservation-section, .store { grid-template-columns: 1fr; }
  .form-intro { position: static; }
  .concern-grid, .reason-layout, .flow-list, .result-grid, .staff-grid { grid-template-columns: 1fr; }
  .item-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .brand small { display: none; }
  .brand-logo { width: 118px; height: 40px; }
  .hero { align-items: flex-start; min-height: 720px; }
  h1 { font-size: 36px; }
  .lead { font-size: 16px; }
  .hero-actions .btn, .quick-contact a { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .item-list { grid-template-columns: repeat(2, 1fr); }
  .staff-card { grid-template-columns: 1fr; }
  .staff-card img { width: 100%; max-height: 260px; }
  .store-info-body {
    grid-template-columns: 1fr;
  }
  .store-photo img {
    min-height: 240px;
  }
  .reservation-form::before {
    font-size: 18px;
  }
  dl { grid-template-columns: 1fr; }
  dt { padding-bottom: 0; border-bottom: 0; }
  dd { padding-top: 4px; }
}






