
:root{
  --navy:#020916;
  --navy2:#071a35;
  --navy3:#0b2345;
  --gold:#e7b83e;
  --gold2:#fff0a1;
  --red:#c91524;
  --red2:#7d0711;
  --blue:#075dcb;
  --cream:#f7f3e9;
  --white:#fff;
  --ink:#121826;
  --muted:#aeb9cc;
  --line:rgba(231,184,62,.34);
  --shadow:0 20px 55px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:82px}
body{margin:0;background:var(--navy);color:#fff;font-family:"Noto Sans JP","Yu Gothic",sans-serif;line-height:1.8}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,92%);margin:auto}
.narrow{width:min(850px,92%);margin:auto}
.section{padding:88px 0}
.eyebrow{margin:0 0 8px;color:var(--gold);font-size:.82rem;font-weight:900;letter-spacing:.18em}
.section-title{margin:0 0 42px;font-size:clamp(2rem,4vw,3.4rem);line-height:1.3;font-weight:900;text-align:center}
.section-lead{max-width:780px;margin:-20px auto 44px;color:var(--muted);text-align:center}
.gold{color:var(--gold)}
.red{color:#ff4050}
.badge{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border:1px solid var(--gold);color:var(--gold);font-weight:800;background:rgba(2,9,22,.7)}
.site-header{position:sticky;top:0;z-index:999;border-bottom:1px solid var(--line);background:rgba(2,9,22,.96);backdrop-filter:blur(12px)}
.header-inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.logo{display:flex;flex-direction:column;line-height:1.05}
.logo small{font-size:.66rem;font-weight:800}
.logo strong{font-size:2rem;font-weight:1000;letter-spacing:.08em;color:var(--gold);text-shadow:0 0 18px rgba(231,184,62,.35)}
.nav{display:flex;align-items:center;gap:25px;font-weight:800;font-size:.92rem}
.nav a{padding:26px 0;position:relative}
.nav a::after{content:"";position:absolute;left:0;right:0;bottom:15px;height:2px;background:var(--gold);transform:scaleX(0);transition:.2s}
.nav a:hover::after,.nav a.active::after{transform:scaleX(1)}
.nav .cta{padding:11px 17px;border-radius:8px;background:linear-gradient(135deg,var(--red),var(--red2));box-shadow:0 10px 25px rgba(201,21,36,.25)}
.nav .cta::after{display:none}
.menu-btn{display:none;border:0;color:#fff;background:transparent;font-size:1.8rem}
.hero{position:relative;min-height:720px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:
radial-gradient(circle at 70% 40%,rgba(0,83,199,.22),transparent 35%),
linear-gradient(90deg,#020916 0%,#020916 42%,rgba(2,9,22,.58) 68%,rgba(2,9,22,.18) 100%)}
.hero::before{content:"";position:absolute;inset:0 0 0 45%;background:url("assets/home-hero.jpg") center/cover no-repeat;z-index:-1}
.hero::after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(transparent,var(--navy))}
.hero-content{position:relative;z-index:2;max-width:720px}
.hero h1{margin:18px 0;font-size:clamp(3rem,6vw,6.2rem);line-height:1.08;font-weight:1000;letter-spacing:-.04em;text-shadow:0 7px 35px #000}
.hero h1 span{color:var(--gold);text-shadow:0 0 20px rgba(231,184,62,.45)}
.hero p{font-size:1.12rem}
.hero-actions{display:flex;gap:14px;margin:30px 0}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:57px;padding:13px 26px;border-radius:8px;font-weight:900;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-red{background:linear-gradient(135deg,#e22435,#9a0715);box-shadow:0 14px 32px rgba(201,21,36,.3)}
.btn-blue{background:linear-gradient(135deg,#1478ef,#043d8d);box-shadow:0 14px 32px rgba(7,93,203,.3)}
.btn-gold{color:#171000;background:linear-gradient(#fff1a2,#dba72a);box-shadow:0 14px 30px rgba(231,184,62,.25)}
.hero-points{display:flex;flex-wrap:wrap;gap:10px}
.hero-points span{padding:9px 13px;border:1px solid var(--line);background:rgba(4,17,40,.78);font-weight:800;font-size:.88rem}
.problem-band{margin-top:-40px;position:relative;z-index:5}
.problem-grid{display:grid;grid-template-columns:1fr 115px 1fr;border-radius:18px;overflow:hidden;color:var(--ink);background:#fff;box-shadow:var(--shadow)}
.problem{padding:34px;display:grid;grid-template-columns:130px 1fr;gap:22px;align-items:center}
.problem-art{width:125px;height:125px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#eef1f7,#d7deeb);font-size:4rem}
.problem-center{display:grid;place-items:center;background:#f1ede3;font-size:3.7rem;font-weight:1000;color:#9b8b71}
.problem h3{margin:0 0 8px;color:#071a35}
.problem p{margin:0;font-size:.93rem}
.dark-section{background:radial-gradient(circle at 50% 0,#12315d,transparent 45%),var(--navy)}
.light-section{color:var(--ink);background:var(--cream)}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{padding:27px 23px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,rgba(16,44,84,.95),rgba(3,13,31,.98));box-shadow:0 15px 35px rgba(0,0,0,.18)}
.card .icon{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;color:#061126;font-weight:1000;background:linear-gradient(135deg,var(--gold2),var(--gold))}
.card h3{color:var(--gold);font-size:1.25rem}
.card p{color:#d4dbea}
.flow{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.flow-item{padding:24px 18px;border-top:5px solid var(--gold);border-radius:13px;color:var(--ink);background:#fff;box-shadow:var(--shadow)}
.flow-item b{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;background:var(--gold)}
.flow-item h3{font-size:1.05rem}
.flow-item p{font-size:.88rem}
.notice{padding:25px;border:1px solid var(--gold);border-radius:12px;background:linear-gradient(135deg,rgba(231,184,62,.14),rgba(201,21,36,.07))}
.notice strong{color:var(--gold);font-size:1.25rem}
.results{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.result{padding:16px;border-radius:14px;background:#fff;box-shadow:0 13px 35px rgba(0,0,0,.1)}
.result img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:10px}
.result h3{margin:12px 0 7px}
.result dl{margin:0}
.result dl div{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #e4e7ec;font-size:.83rem}
.result dt,.result dd{margin:0}.result dd{font-weight:900}
.price{display:block;margin-top:13px;padding:9px;border-radius:999px;color:#fff;text-align:center;font-weight:900;background:linear-gradient(135deg,var(--red),var(--red2))}
.subhero{position:relative;min-height:465px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(90deg,#020916 0%,#020916 48%,rgba(2,9,22,.58) 72%,rgba(2,9,22,.2) 100%)}
.subhero::before{content:"";position:absolute;inset:0 0 0 42%;background:var(--sub-image,url("assets/home-hero.jpg")) center/cover no-repeat;z-index:-1}
.subhero h1{font-size:clamp(2.7rem,5.7vw,5.3rem);line-height:1.12;margin:12px 0}
.subhero p{max-width:670px;font-size:1.1rem}
.pawn-page .subhero{min-height:610px;background:linear-gradient(90deg,#07020a 0%,#07020a 47%,rgba(7,2,10,.58) 72%,rgba(7,2,10,.18))}
.pawn-page .subhero::before{inset:0 0 0 43%;background-image:url("assets/pawn-hero.jpg")}
.pawn-panel{margin-top:-58px;position:relative;z-index:5;padding:30px;border:2px solid var(--gold);border-radius:16px;background:linear-gradient(135deg,#5f0710,#190306);box-shadow:var(--shadow)}
.pawn-panel-inner{display:grid;grid-template-columns:240px 1fr;align-items:center;gap:30px}
.pawn-seal{text-align:center;font-weight:900;color:var(--gold)}
.pawn-seal b{display:block;font-size:3.4rem}
.pawn-panel h2{margin:0;font-size:clamp(1.8rem,4vw,3rem)}
.pawn-panel h2 span{color:var(--gold);font-size:1.5em}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}
.info-box{padding:30px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.05)}
.info-box h3{color:var(--gold)}
.table-wrap{overflow:auto}
.data-table{width:100%;border-collapse:collapse;background:#fff;color:var(--ink)}
.data-table th,.data-table td{padding:16px;border:1px solid #dfe3ea;text-align:left}
.data-table th{width:28%;background:#f0e9d8}
.form-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:start}
.form-card{padding:32px;border-radius:16px;color:var(--ink);background:#fff;box-shadow:var(--shadow)}
.field{display:block;margin-bottom:20px;font-weight:800}
.field span,.required{color:var(--red);font-size:.75rem}
input[type=text],input[type=email],input[type=tel],select,textarea,input[type=file]{width:100%;margin-top:8px;padding:13px;border:1px solid #ccd3df;border-radius:7px;background:#fff}
fieldset{margin:0 0 20px;padding:0;border:0}legend{font-weight:900;margin-bottom:8px}
.choice{display:inline-flex;align-items:center;gap:6px;margin:7px 16px 7px 0}
.privacy-check{display:flex;gap:10px;align-items:flex-start;margin:20px 0}.privacy-check a{color:#075dcb;text-decoration:underline}
.submit{width:100%;border:0;cursor:pointer}
.preview{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:-5px 0 20px}
.preview img{width:100%;aspect-ratio:1;border-radius:7px;object-fit:cover}
.faq details{margin:12px 0;padding:18px 22px;border-radius:10px;background:#fff;box-shadow:0 7px 22px rgba(0,0,0,.07)}
.faq summary{font-weight:900;cursor:pointer}.faq p{color:#4a5565}
.contact-box{padding:38px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,#102d58,#061329)}
.contact-list{display:grid;gap:15px}.contact-row{padding:18px;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.04)}
.footer{padding:58px 0 20px;border-top:1px solid var(--line);background:#010610}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:38px}
.footer h3{color:var(--gold);font-size:1rem}.footer a{display:block;color:var(--muted);margin:6px 0}.footer p{color:var(--muted)}
.copy{text-align:center;color:#718099;font-size:.8rem;margin-top:38px}
.legal{color:var(--ink);background:var(--cream)}.legal main{padding:65px 0 100px}.legal h1{font-size:clamp(2.3rem,5vw,4rem)}.legal h2{margin-top:40px;border-bottom:2px solid var(--gold);padding-bottom:8px}
@media(max-width:1000px){
 .menu-btn{display:block}.nav{position:absolute;top:80px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px 4%;background:#020916;border-bottom:1px solid var(--line)}.nav.open{display:flex}.nav a{padding:13px 8px}.nav a::after{bottom:5px}.nav .cta{text-align:center;margin-top:8px}
 .hero::before,.subhero::before,.pawn-page .subhero::before{inset:0}.hero,.subhero,.pawn-page .subhero{background:rgba(2,9,22,.8)}.hero::before,.subhero::before{opacity:.42}
 .problem-grid{grid-template-columns:1fr}.problem-center{display:none}.cards,.results{grid-template-columns:repeat(2,1fr)}.flow{grid-template-columns:repeat(2,1fr)}
 .two-col,.form-layout{grid-template-columns:1fr}.pawn-panel-inner{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
 .section{padding:65px 0}.header-inner{min-height:70px}.nav{top:70px}.logo strong{font-size:1.65rem}
 .hero{min-height:680px}.hero h1{font-size:2.9rem}.hero-actions{flex-direction:column}.btn{width:100%}
 .problem{grid-template-columns:1fr;text-align:center}.problem-art{margin:auto}
 .cards,.results,.flow,.footer-grid{grid-template-columns:1fr}.form-card{padding:22px 18px}.preview{grid-template-columns:repeat(3,1fr)}
 .pawn-page .subhero{min-height:620px}.pawn-panel{margin-top:-30px}
}


/* =========================================================
   参考画像と同じ見た目で表示するトップページ
   基準画像サイズ：863 × 1823
========================================================= */

.image-reference-body {
  margin: 0;
  min-width: 320px;
  background: #020916;
}

.reference-site {
  width: 100%;
  overflow-x: hidden;
  background: #020916;
}

.reference-canvas {
  position: relative;
  width: min(100%, 863px);
  margin: 0 auto;
  line-height: 0;
  background: #020916;
}

.reference-image {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 6px;
  line-height: normal;
}

.hotspot:focus-visible {
  outline: 3px solid #fff3a0;
  outline-offset: 2px;
  background: rgba(255,255,255,.12);
}

/* 座標は基準画像863×1823に対する割合 */
.hs-top         { left:18.0%; top:1.25%; width:5.3%; height:2.4%; }
.hs-buy         { left:25.7%; top:1.25%; width:8.1%; height:2.4%; }
.hs-pawn        { left:35.0%; top:1.25%; width:9.2%; height:2.4%; }
.hs-results     { left:46.0%; top:1.25%; width:8.4%; height:2.4%; }
.hs-flow        { left:56.0%; top:1.25%; width:8.7%; height:2.4%; }
.hs-faq         { left:66.0%; top:1.25%; width:8.5%; height:2.4%; }
.hs-contact-nav { left:76.0%; top:1.25%; width:8.1%; height:2.4%; }
.hs-speed       { left:81.0%; top:.65%;  width:16.5%; height:3.2%; }

.hs-buy-main    { left:4.5%;  top:16.15%; width:22.8%; height:3.8%; }
.hs-pawn-main   { left:28.2%; top:16.15%; width:22.9%; height:3.8%; }

.hs-form        { left:4.0%;  top:46.1%; width:58.0%; height:22.0%; }
.hs-results-more{ left:78.4%; top:69.2%; width:18.5%; height:2.2%; }
.hs-faq-more    { left:10.7%; top:88.5%; width:22.7%; height:2.2%; }
.hs-privacy     { left:84.5%; top:97.9%; width:13.0%; height:1.3%; }

/* 画像を使用した質入れページの完全一致セクション */
.exact-reference-section {
  margin: 0;
  padding: 0;
  background: #020916;
}

.exact-reference-wrap {
  width: min(100%, 1024px);
  margin: 0 auto;
  line-height: 0;
}

.exact-reference-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.pawn-flow-exact {
  padding-top: 36px;
  background:
    radial-gradient(circle at 50% 0, #12315d, transparent 45%),
    #020916;
}

.pawn-protection-exact {
  padding-bottom: 20px;
  background: #020916;
}

@media (min-width: 864px) {
  .reference-canvas {
    box-shadow: 0 0 70px rgba(0,0,0,.45);
  }
}

@media (max-width: 600px) {
  .hotspot {
    border-radius: 3px;
  }

  .pawn-flow-exact {
    padding-top: 16px;
  }
}


/* =========================================================
   買取ページ
========================================================= */

.buy-page {
  background: #020916;
}

.buy-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 42%, rgba(0,104,255,.28), transparent 34%),
    radial-gradient(circle at 20% 10%, rgba(231,184,62,.09), transparent 30%),
    linear-gradient(135deg, #020916 0%, #06152d 55%, #020916 100%);
}

.buy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background:
    repeating-linear-gradient(
      120deg,
      transparent 0,
      transparent 38px,
      rgba(76,128,255,.08) 39px,
      transparent 40px
    );
}

.buy-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 45px;
  align-items: center;
}

.buy-hero-copy h1 {
  margin: 18px 0;
  font-size: clamp(3rem, 6vw, 5.9rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 1000;
  text-shadow: 0 8px 35px rgba(0,0,0,.75);
}

.buy-hero-copy h1 span {
  color: var(--gold);
  text-shadow: 0 0 25px rgba(231,184,62,.45);
}

.buy-kicker {
  display: inline-block;
  padding: 8px 17px;
  border: 1px solid var(--gold);
  transform: skew(-7deg);
  color: var(--gold);
  font-size: .94rem;
  font-weight: 900;
  background: rgba(3,14,34,.86);
}

.buy-hero-copy > p {
  max-width: 680px;
  color: #e1e7f1;
  font-size: 1.08rem;
}

.buy-hero-actions {
  display: flex;
  gap: 14px;
  margin: 28px 0;
}

.buy-benefits {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.buy-benefits div {
  min-height: 95px;
  padding: 14px;
  border: 1px solid var(--line);
  background: rgba(4,18,43,.78);
}

.buy-benefits strong {
  display: block;
  color: var(--gold);
  font-size: 1.05rem;
}

.buy-benefits span {
  display: block;
  margin-top: 5px;
  color: #cbd4e2;
  font-size: .77rem;
  line-height: 1.5;
}

.buy-hero-visual {
  position: relative;
  min-height: 560px;
}

.buy-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  border-radius: 24px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08);
  box-shadow:
    0 25px 70px rgba(0,0,0,.48),
    0 0 60px rgba(0,104,255,.18);
}

.buy-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  box-shadow: inset 0 0 70px rgba(2,9,22,.72);
  pointer-events: none;
}

.buy-hero-tag {
  position: absolute;
  right: -15px;
  bottom: 30px;
  z-index: 3;
  padding: 16px 23px;
  border: 1px solid var(--gold);
  border-radius: 12px;
  background: rgba(2,9,22,.92);
  box-shadow: 0 14px 35px rgba(0,0,0,.4);
  font-size: .95rem;
}

.buy-hero-tag strong {
  color: var(--gold);
  font-size: 1.25rem;
}

.buy-problem-image {
  padding: 35px 0;
  background:
    linear-gradient(180deg, #020916, #071a35);
}

.buy-problem-image .exact-reference-wrap {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.buy-concern-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 55px;
  align-items: center;
}

.buy-concern-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 4.8vw, 4rem);
  line-height: 1.25;
  font-weight: 1000;
}

.buy-quote {
  margin: 10px 0;
  padding: 10px 15px;
  border-left: 4px solid var(--gold);
  font-weight: 900;
  background: rgba(231,184,62,.1);
}

.buy-emphasis {
  margin-top: 22px;
  color: #a87500;
  font-size: 1.25rem;
  font-weight: 1000;
}

.buy-analysis-panel {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(14,47,94,.97), rgba(2,12,30,.98));
  box-shadow: var(--shadow);
}

.buy-analysis-label {
  color: var(--gold);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.buy-analysis-panel h3 {
  margin: 7px 0 24px;
  font-size: 1.8rem;
}

.analysis-list {
  display: grid;
  gap: 11px;
}

.analysis-list > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(231,184,62,.2);
  background: rgba(255,255,255,.04);
}

.analysis-list b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #081126;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
}

.analysis-list strong,
.analysis-list span {
  display: block;
}

.analysis-list strong {
  color: var(--gold2);
}

.analysis-list span {
  color: #cbd4e4;
  font-size: .86rem;
}

.buy-future-section {
  background:
    radial-gradient(circle at 50% 0, #143767, transparent 46%),
    #020916;
}

.buy-price-compare {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.price-box {
  padding: 35px 25px;
  border-radius: 16px;
  text-align: center;
}

.price-box span,
.price-box small {
  display: block;
}

.price-box strong {
  display: block;
  margin: 8px 0;
  font-size: clamp(2.4rem,5vw,4.3rem);
  line-height: 1.2;
}

.price-box.current {
  border: 1px solid #6d7b91;
  background: linear-gradient(145deg,#18253a,#07101e);
}

.price-box.current strong {
  color: #fff;
}

.price-box.future {
  border: 2px solid var(--gold);
  background:
    radial-gradient(circle at center, rgba(231,184,62,.2), transparent 60%),
    linear-gradient(145deg,#6d0711,#190308);
  box-shadow: 0 0 45px rgba(231,184,62,.18);
}

.price-box.future strong {
  color: var(--gold);
  text-shadow: 0 0 20px rgba(231,184,62,.28);
}

.price-arrow {
  color: var(--gold);
  font-size: 3.4rem;
  font-weight: 1000;
  text-align: center;
}

.buy-price-note {
  margin-top: 20px;
  color: #8793a6;
  font-size: .78rem;
  text-align: center;
}

.buy-flow-reference,
.buy-results-reference {
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.buy-flow-reference img,
.buy-results-reference img {
  width: 100%;
}

.buy-five-flow {
  margin-top: 25px;
}

.buy-security-section {
  background:
    radial-gradient(circle at 50% 0, rgba(175,17,28,.26), transparent 38%),
    linear-gradient(180deg,#07152c,#020916);
}

.buy-security-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}

.buy-security-grid article {
  padding: 30px 24px;
  border: 1px solid var(--gold);
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(145deg,rgba(13,42,81,.97),rgba(2,12,29,.98));
  box-shadow: var(--shadow);
}

.security-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  font-size: 2.2rem;
  background: rgba(231,184,62,.12);
}

.buy-security-grid h3 {
  color: var(--gold);
  font-size: 1.4rem;
}

.buy-security-grid p {
  color: #d5dce8;
}

.buy-security-grid strong {
  display: block;
  margin-top: 15px;
  color: var(--gold2);
}

.buy-results-grid {
  margin-top: 30px;
}

.buy-final-cta {
  padding: 90px 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(231,184,62,.18), transparent 42%),
    linear-gradient(135deg,#4c0610,#100207);
}

.buy-final-cta p {
  color: var(--gold2);
  font-weight: 800;
}

.buy-final-cta h2 {
  margin: 12px 0 28px;
  font-size: clamp(2.3rem,5vw,4.2rem);
  line-height: 1.25;
}

@media (max-width: 1000px) {

  .buy-hero-inner,
  .buy-concern-grid {
    grid-template-columns: 1fr;
  }

  .buy-hero {
    padding: 75px 0;
  }

  .buy-hero-visual {
    min-height: 480px;
  }

  .buy-hero-visual img {
    min-height: 480px;
  }

  .buy-benefits,
  .buy-security-grid {
    grid-template-columns: 1fr;
  }

  .buy-price-compare {
    grid-template-columns: 1fr;
  }

  .price-arrow {
    transform: rotate(90deg);
  }

}

@media (max-width: 600px) {

  .buy-hero-copy h1 {
    font-size: 2.8rem;
  }

  .buy-hero-actions {
    flex-direction: column;
  }

  .buy-benefits {
    grid-template-columns: 1fr;
  }

  .buy-hero-visual,
  .buy-hero-visual img {
    min-height: 390px;
  }

  .buy-hero-tag {
    right: 8px;
    bottom: 12px;
  }

  .buy-analysis-panel {
    padding: 24px 18px;
  }

}


/* =========================================================
   買取ページ：ポケモン画像付きフロー
========================================================= */

.buy-flow-image-section {
  padding: 80px 0;
  background:
    radial-gradient(circle at 50% 0, rgba(34,78,143,.4), transparent 42%),
    linear-gradient(180deg, #071a35 0%, #020916 100%);
}

.buy-flow-full-image {
  overflow: hidden;
  border: 1px solid rgba(231,184,62,.55);
  border-radius: 18px;
  background: #020916;
  box-shadow:
    0 25px 60px rgba(0,0,0,.42),
    0 0 35px rgba(21,95,195,.18);
}

.buy-flow-full-image img {
  display: block;
  width: 100%;
  height: auto;
}

.buy-return-banner {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 26px;
  padding: 24px 30px;
  border: 2px solid #d41c2b;
  border-radius: 16px;
  color: #111827;
  background:
    linear-gradient(135deg, #ffffff 0%, #f8f3e8 72%, #fff 100%);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.buy-return-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  background: linear-gradient(135deg,#d61d2c,#880713);
}

.buy-return-banner strong {
  display: block;
  color: #121826;
  font-size: clamp(1.15rem,2.4vw,1.65rem);
  line-height: 1.45;
}

.buy-return-banner p {
  margin: 5px 0 0;
  color: #c91524;
  font-size: 1.1rem;
  font-weight: 900;
}

@media (max-width: 600px) {
  .buy-flow-image-section {
    padding: 55px 0;
  }

  .buy-return-banner {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    text-align: center;
  }

  .buy-return-icon {
    margin: auto;
  }
}



/* =========================================================
   buy.html 画像サイズ最終調整
========================================================= */

.buy-page img {
  max-width: 100%;
  height: auto;
}

/* ファーストビュー */
.buy-hero-inner {
  width: min(1180px, 92%);
}

.buy-hero-visual {
  width: 100%;
  max-width: 590px;
  min-height: 0;
  margin-left: auto;
}

.buy-hero-visual img {
  display: block;
  width: 100%;
  height: clamp(420px, 49vw, 610px);
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 22px;
}

.buy-image-frame {
  overflow: visible;
}

/* 悩み画像 */
.buy-problem-image .exact-reference-wrap {
  width: min(100%, 1080px);
}

.buy-problem-image img {
  width: 100%;
  max-height: 335px;
  object-fit: cover;
  object-position: center;
}

/* 買取の流れ画像 */
.buy-flow-full-image {
  width: min(100%, 1080px);
  margin-right: auto;
  margin-left: auto;
}

.buy-flow-full-image img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

/* 買取実績の参考画像 */
.buy-results-reference {
  width: min(100%, 1080px);
  margin-right: auto;
  margin-left: auto;
}

.buy-results-reference img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
}

/* 個別カード画像 */
.buy-results-grid .result img {
  width: 100%;
  height: clamp(250px, 28vw, 390px);
  object-fit: contain;
  padding: 8px;
  background:
    radial-gradient(circle at center, rgba(231,184,62,.08), transparent 58%),
    #07162f;
}

/* 横長画像共通 */
.buy-wide-image {
  overflow: hidden;
  border-radius: 16px;
}

/* 余白の調整 */
.buy-flow-image-section {
  padding-top: 68px;
  padding-bottom: 72px;
}

.buy-results-reference {
  margin-bottom: 34px;
}

/* タブレット */
@media (max-width: 1000px) {
  .buy-hero-visual {
    max-width: 760px;
    margin: 10px auto 0;
  }

  .buy-hero-visual img {
    height: clamp(390px, 68vw, 570px);
    object-position: center 42%;
  }

  .buy-problem-image img {
    max-height: 310px;
  }

  .buy-results-reference img {
    max-height: 320px;
  }
}

/* スマホ */
@media (max-width: 600px) {
  .buy-hero {
    padding-top: 55px;
    padding-bottom: 58px;
  }

  .buy-hero-visual {
    max-width: 100%;
  }

  .buy-hero-visual img {
    height: 360px;
    border-radius: 16px;
    object-position: center 38%;
  }

  .buy-hero-tag {
    right: 10px;
    left: 10px;
    bottom: 10px;
    text-align: center;
  }

  .buy-problem-image {
    padding: 20px 0;
  }

  .buy-problem-image img {
    max-height: none;
    object-fit: contain;
  }

  .buy-flow-full-image,
  .buy-results-reference {
    border-radius: 10px;
  }

  .buy-flow-full-image img,
  .buy-results-reference img {
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .buy-results-grid .result img {
    height: 330px;
  }

  .buy-flow-image-section {
    padding-top: 52px;
    padding-bottom: 58px;
  }
}



/* =========================================================
   買取ヒーロー画像：ピカチュウ・リザードン・ミュウ
========================================================= */

.buy-hero-visual {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 10 / 7;
  min-height: 0;
  margin-left: auto;
  overflow: hidden;
  border-radius: 24px;
}

.buy-hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 24px;
}

.buy-hero-visual::after {
  border-radius: 24px;
}

@media (max-width: 1000px) {
  .buy-hero-visual {
    width: min(100%, 760px);
    max-width: 760px;
    aspect-ratio: 10 / 7;
    margin-right: auto;
    margin-left: auto;
  }

  .buy-hero-visual img {
    object-position: center center;
  }
}

@media (max-width: 600px) {
  .buy-hero-visual {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .buy-hero-visual img {
    border-radius: 16px;
    object-position: center center;
  }

  .buy-hero-visual::after {
    border-radius: 16px;
  }
}



/* =========================================================
   buy.html 参考画像完全再現ページ
   基準サイズ：1024 × 1536
========================================================= */

.buy-reference-body {
  margin: 0;
  min-width: 320px;
  background: #020916;
}

.buy-reference-site {
  width: 100%;
  overflow-x: hidden;
  background: #020916;
}

.buy-reference-canvas {
  position: relative;
  width: min(100%, 1024px);
  margin: 0 auto;
  line-height: 0;
  background: #020916;
  box-shadow: 0 0 70px rgba(0,0,0,.42);
}

.buy-reference-image {
  display: block;
  width: 100%;
  height: auto;
}

.buy-hotspot {
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 6px;
  line-height: normal;
}

.buy-hotspot:focus-visible {
  outline: 3px solid #fff2a4;
  outline-offset: 2px;
  background: rgba(255,255,255,.12);
}

/* ナビゲーション */
.buy-hs-top      { left:20.3%; top:1.5%; width:5.0%; height:2.3%; }
.buy-hs-buy      { left:27.4%; top:1.5%; width:8.0%; height:2.3%; }
.buy-hs-pawn     { left:37.3%; top:1.5%; width:9.0%; height:2.3%; }
.buy-hs-products { left:48.2%; top:1.5%; width:8.0%; height:2.3%; }
.buy-hs-results  { left:58.0%; top:1.5%; width:8.0%; height:2.3%; }
.buy-hs-shop     { left:67.4%; top:1.5%; width:7.7%; height:2.3%; }
.buy-hs-faq      { left:77.0%; top:1.5%; width:8.3%; height:2.3%; }
.buy-hs-free-nav { left:82.2%; top:.7%; width:15.8%; height:3.2%; }

/* メインCTA */
.buy-hs-free-main { left:4.1%; top:23.3%; width:22.8%; height:4.5%; }
.buy-hs-buy-main  { left:28.2%; top:23.3%; width:21.2%; height:4.5%; }

/* 買取フロー */
.buy-hs-step1 { left:3.5%; top:53.4%; width:18.5%; height:13.2%; }
.buy-hs-step2 { left:22.7%; top:53.4%; width:18.0%; height:13.2%; }
.buy-hs-step3 { left:41.7%; top:53.4%; width:18.0%; height:13.2%; }
.buy-hs-step4 { left:60.7%; top:53.4%; width:18.0%; height:13.2%; }
.buy-hs-step5 { left:79.5%; top:53.4%; width:17.2%; height:13.2%; }

/* 買取実績 */
.buy-hs-result1 { left:4.0%; top:74.6%; width:15.0%; height:12.7%; }
.buy-hs-result2 { left:19.9%; top:74.6%; width:15.0%; height:12.7%; }
.buy-hs-result3 { left:35.8%; top:74.6%; width:15.0%; height:12.7%; }
.buy-hs-result4 { left:51.7%; top:74.6%; width:15.0%; height:12.7%; }
.buy-hs-result5 { left:67.6%; top:74.6%; width:15.0%; height:12.7%; }
.buy-hs-result6 { left:83.5%; top:74.6%; width:12.7%; height:12.7%; }

/* 最下部CTA */
.buy-hs-final-cta { left:49.5%; top:95.0%; width:39.8%; height:3.5%; }

@media (max-width: 600px) {
  .buy-hotspot {
    border-radius: 3px;
  }
}



/* =========================================================
   トップ・買取ページ PC / タブレット / スマホ最終対応
========================================================= */

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.image-reference-body,
.buy-reference-body {
  width: 100%;
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% 5%, rgba(20,55,105,.35), transparent 32%),
    #020916;
}

.reference-site,
.buy-reference-site {
  width: 100%;
  overflow-x: hidden;
}

/* PC */
.reference-canvas,
.buy-reference-canvas {
  position: relative;
  width: min(100%, 1440px);
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 0;
  background: #020916;
  box-shadow:
    0 0 80px rgba(0,0,0,.52),
    0 0 1px rgba(226,180,56,.55);
}

.reference-image,
.buy-reference-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.hotspot,
.buy-hotspot {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255,219,111,.2);
}

/* 大型PC */
@media (min-width: 1441px) {
  .reference-site,
  .buy-reference-site {
    padding: 0 24px;
  }
}

/* タブレット */
@media (min-width: 601px) and (max-width: 1024px) {
  .reference-canvas,
  .buy-reference-canvas {
    width: 100%;
    max-width: none;
    box-shadow: none;
  }

  .hotspot,
  .buy-hotspot {
    min-width: 28px;
    min-height: 24px;
  }
}

/* スマホ */
@media (max-width: 600px) {
  .reference-site,
  .buy-reference-site {
    width: 100%;
    overflow-x: hidden;
  }

  .reference-canvas,
  .buy-reference-canvas {
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .reference-image,
  .buy-reference-image {
    width: 100vw;
    max-width: 100vw;
    height: auto;
  }

  .hotspot,
  .buy-hotspot {
    border-radius: 3px;
  }

  .hotspot:focus-visible,
  .buy-hotspot:focus-visible {
    outline-width: 2px;
    outline-offset: 0;
  }
}



/* =========================================================
   全ページ共通ヘッダー・爆アドロゴ
========================================================= */

:root {
  --header-bg: #020817;
  --header-gold: #e8b63f;
  --header-gold-light: #ffe18b;
  --header-red: #a10f14;
}

.common-site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  min-height: 76px;
  border-bottom: 1px solid rgba(232,182,63,.45);
  background:
    linear-gradient(180deg, rgba(3,10,26,.98), rgba(2,8,23,.98));
  box-shadow: 0 8px 26px rgba(0,0,0,.28);
}

.common-header-inner {
  display: grid;
  grid-template-columns: minmax(160px, 215px) 1fr auto;
  gap: 24px;
  align-items: center;
  width: min(100% - 38px, 1380px);
  min-height: 76px;
  margin: 0 auto;
}

.common-brand {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: max-content;
  color: var(--header-gold-light);
  text-decoration: none;
  line-height: 1;
}

.common-brand-main {
  display: block;
  color: #f6c348;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.75rem, 2.2vw, 2.45rem);
  font-weight: 900;
  letter-spacing: -.07em;
  text-shadow:
    0 2px 0 #8b5700,
    0 0 14px rgba(255,194,64,.28);
}

.common-brand-sub {
  display: block;
  margin-top: 6px;
  color: #f5d67b;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
  white-space: nowrap;
}

.common-site-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
  height: 76px;
}

.common-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(9px, 1.15vw, 18px);
  color: #fff;
  font-size: clamp(.78rem, .92vw, .98rem);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease;
}

.common-nav-link::after {
  position: absolute;
  right: 22%;
  bottom: 0;
  left: 22%;
  height: 2px;
  content: "";
  background: transparent;
  box-shadow: none;
}

.common-nav-link:hover,
.common-nav-link.active {
  color: #f8cd60;
}

.common-nav-link.active::after {
  background: linear-gradient(90deg, transparent, #f5bd39, transparent);
  box-shadow: 0 0 10px rgba(245,189,57,.75);
}

.common-header-cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #d85330;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(180deg, #b72a1e, #7f080b);
  box-shadow:
    inset 0 1px rgba(255,255,255,.15),
    0 7px 20px rgba(84,0,0,.25);
  font-size: .94rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.common-header-cta:hover {
  filter: brightness(1.1);
}

.common-menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 9px 10px;
  border: 1px solid rgba(232,182,63,.52);
  border-radius: 7px;
  background: rgba(255,255,255,.035);
}

.common-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #f2c758;
}

/* 画像をページ全体として使うページでは、画像内の旧ヘッダー部分を少し上へ寄せて隠す */
.image-reference-body .reference-site,
.buy-reference-body .buy-reference-site {
  margin-top: 0;
}

@media (max-width: 1120px) {
  .common-header-inner {
    grid-template-columns: 185px 1fr auto;
    gap: 12px;
  }

  .common-nav-link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: .78rem;
  }

  .common-header-cta {
    padding-right: 12px;
    padding-left: 12px;
    font-size: .82rem;
  }
}

@media (max-width: 900px) {
  .common-site-header {
    min-height: 68px;
  }

  .common-header-inner {
    position: relative;
    grid-template-columns: 1fr auto;
    min-height: 68px;
  }

  .common-menu-toggle {
    display: block;
    grid-column: 2;
    grid-row: 1;
  }

  .common-header-cta {
    display: none;
  }

  .common-site-nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(232,182,63,.3);
    border-bottom: 1px solid rgba(232,182,63,.45);
    background: rgba(2,8,23,.985);
    box-shadow: 0 18px 32px rgba(0,0,0,.42);
  }

  .common-site-header.menu-open .common-site-nav {
    display: flex;
  }

  .common-nav-link {
    min-height: 51px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    font-size: .94rem;
  }

  .common-nav-link::after {
    right: 40%;
    left: 40%;
  }
}

@media (max-width: 480px) {
  .common-header-inner {
    width: min(100% - 24px, 1380px);
  }

  .common-brand-main {
    font-size: 1.8rem;
  }

  .common-brand-sub {
    font-size: .62rem;
  }
}






/* =========================================================
   トップページ HTML/CSS再構築版
========================================================= */
.home-code-body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: #fff;
  background: #031126;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
}

.home-code-body *,
.home-code-body *::before,
.home-code-body *::after {
  box-sizing: border-box;
}

.home-code-body a {
  color: inherit;
}

.home-shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.home-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-bottom: 1px solid rgba(229,177,51,.35);
  background:
    radial-gradient(circle at 78% 42%, rgba(19,102,215,.35), transparent 34%),
    radial-gradient(circle at 85% 68%, rgba(112,25,204,.24), transparent 28%),
    linear-gradient(135deg, #020817 0%, #051b3c 58%, #071128 100%);
}

.home-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255,196,60,.75) 0 1px, transparent 1.5px);
  background-position: 0 0, 38px 62px;
  background-size: 95px 95px, 130px 130px;
  opacity: .22;
  pointer-events: none;
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  align-items: center;
  min-height: 620px;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  padding: 60px 0 58px;
}

.home-eyebrow {
  margin: 0 0 20px;
  padding-left: 16px;
  border-left: 3px solid #e7b43a;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 800;
}

.home-hero h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2.5rem, 5.1vw, 5.1rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -.05em;
  text-shadow: 0 4px 18px rgba(0,0,0,.55);
}

.home-hero h1 strong {
  color: #f1bd43;
  font-size: 1.14em;
  text-shadow: 0 2px 0 #704000, 0 0 20px rgba(246,188,55,.35);
}

.home-hero-lead {
  max-width: 610px;
  margin: 24px 0 0;
  color: #e7edf8;
  font-weight: 700;
  line-height: 1.9;
}

.home-hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 30px;
}

.home-btn {
  display: flex;
  min-width: 230px;
  gap: 14px;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 7px;
  text-decoration: none;
  box-shadow: inset 0 1px rgba(255,255,255,.15), 0 12px 28px rgba(0,0,0,.28);
  transition: transform .2s ease, filter .2s ease;
}

.home-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.home-btn-red { background: linear-gradient(180deg, #c83a25, #86100c); }
.home-btn-blue { background: linear-gradient(180deg, #1562c2, #063576); }

.home-btn-icon {
  color: #f4cf67;
  font-size: 2rem;
}

.home-btn b,
.home-btn small {
  display: block;
}

.home-btn b { font-size: 1.15rem; }
.home-btn small { margin-top: 3px; font-size: .75rem; }

.home-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 650px;
  margin-top: 24px;
  border: 1px solid rgba(232,180,56,.7);
  border-radius: 6px;
  overflow: hidden;
  background: rgba(2,10,24,.75);
}

.home-benefits article {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 68px;
  padding: 10px 13px;
  border-right: 1px solid rgba(232,180,56,.48);
}

.home-benefits article:last-child { border-right: 0; }
.home-benefits span { color: #efbd45; font-size: 1.8rem; }
.home-benefits p { margin: 0; font-size: .75rem; line-height: 1.5; }
.home-benefits b { display: block; color: #f8cc5c; }

.home-hero-art {
  position: absolute;
  right: -4%;
  bottom: 0;
  width: 64%;
  height: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.home-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 73% center;
  filter: saturate(1.08) contrast(1.04);
}

.home-problem-section {
  padding: 24px 0;
  background: linear-gradient(#06162d, #07182f);
}

.home-problem-card {
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(238,202,115,.78);
  border-radius: 15px;
  color: #13223a;
  background: #f7f2e7;
  box-shadow: 0 16px 38px rgba(0,0,0,.22);
}

.home-person-card {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 14px;
  align-items: center;
  padding: 25px;
}

.home-person-card-right { grid-template-columns: 1fr 105px; }
.home-person-illustration { font-size: 5rem; text-align: center; filter: grayscale(.2); }
.home-mini-title { margin: 0 0 8px; font-size: 1rem; font-weight: 900; text-align: center; }
.home-thought {
  margin: 0 0 10px;
  padding: 12px 14px;
  border: 1px solid #dfd4bd;
  border-radius: 50%;
  background: #fff;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}
.home-person-card p:last-child { margin: 0; font-size: .8rem; font-weight: 800; line-height: 1.6; text-align: center; }

.home-problem-center {
  display: grid;
  place-content: center;
  text-align: center;
  background: radial-gradient(circle, rgba(209,197,174,.55), transparent 60%);
}

.home-problem-center p { margin: 0; font-size: 1.25rem; font-weight: 900; line-height: 1.45; }
.home-problem-center strong { font-size: 1.8rem; }
.home-problem-center span { color: #d2c8b7; font-size: 4rem; font-weight: 900; }

.home-flow-section { padding: 12px 0 28px; background: #07182f; }
.home-section-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin: 0 0 18px;
}
.home-section-heading span { height: 1px; background: linear-gradient(90deg, transparent, #d8a93a); }
.home-section-heading span:last-child { background: linear-gradient(90deg, #d8a93a, transparent); }
.home-section-heading h2 {
  margin: 0;
  color: #e9bb4e;
  font-family: "Yu Mincho", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  letter-spacing: .08em;
}
.home-section-heading small { font-family: sans-serif; font-size: .55em; }

.home-flow-grid {
  display: grid;
  grid-template-columns: 1fr 36px 1fr 36px 1fr 170px;
  gap: 14px;
  align-items: center;
}

.home-flow-card {
  position: relative;
  min-height: 215px;
  padding: 20px 18px;
  border: 1px solid #d2a43b;
  border-radius: 8px;
  color: #172238;
  background: #f8f5ed;
  text-align: center;
}

.home-step {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(#e9bb52, #b57b13);
  font-size: 1.25rem;
  font-weight: 900;
}

.home-flow-card h3 { margin: 3px 0 15px; font-size: 1.04rem; }
.home-flow-card p { margin: 0; min-height: 55px; font-size: .74rem; line-height: 1.55; }
.home-flow-visual { margin-top: 18px; font-size: 3rem; }
.home-flow-arrow { color: #efbd49; font-size: 1.6rem; text-align: center; }
.home-speed-badge {
  display: grid;
  width: 145px;
  height: 145px;
  place-content: center;
  justify-self: center;
  border: 2px solid #d5a642;
  border-radius: 50%;
  color: #e8b744;
  text-align: center;
}
.home-speed-badge b { font-size: 1.2rem; line-height: 1.45; }
.home-speed-badge span { font-size: .7rem; line-height: 1.5; }

.home-form-section { padding: 0 0 26px; background: #07182f; }
.home-form-frame {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  padding: 24px;
  border: 2px solid #c7972d;
  border-radius: 13px;
  box-shadow: inset 0 0 0 4px rgba(202,153,45,.12);
}
.home-form-main { min-width: 0; }
.home-form-intro { margin: -8px 0 18px; text-align: center; font-size: .8rem; }
.home-speed-form {
  padding: 22px;
  border-radius: 9px;
  color: #263449;
  background: #f8f6f1;
}
.home-speed-form fieldset {
  display: grid;
  grid-template-columns: 155px repeat(3, 1fr);
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 0 0 18px;
  border: 0;
}
.home-speed-form legend {
  float: left;
  width: 155px;
  font-weight: 900;
}
.home-speed-form em { color: #d2372b; font-size: .75rem; font-style: normal; }
.home-speed-form label { font-size: .82rem; font-weight: 700; }
.home-form-row {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}
.home-form-row > span { font-size: .85rem; font-weight: 900; }
.home-form-row input[type="text"],
.home-form-row input[type="email"] {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d7d4cc;
  border-radius: 5px;
  font: inherit;
  background: #fff;
}
.home-upload-row { align-items: start; }
.home-upload-row p { margin: 0 0 8px; font-size: .72rem; }
.home-upload-box {
  display: grid;
  min-height: 155px;
  place-items: center;
  align-content: center;
  gap: 7px;
  border: 2px dashed #c9c5bb;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  text-align: center;
}
.home-upload-box input { position: absolute; opacity: 0; pointer-events: none; }
.home-upload-icon { color: #6d7581; font-size: 2.5rem; }
.home-upload-box b { font-size: .84rem; }
.home-upload-box small { color: #777; }
.home-preview {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.home-preview img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 5px; }
.home-consent {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin: 16px 0;
  padding: 14px;
  border-top: 1px solid #dedbd3;
  font-size: .8rem;
}
.home-consent a { color: #1a5c9d; }
.home-confirm-btn {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 6px;
  color: #17110a;
  background: linear-gradient(180deg, #f4cb61, #c98e1d);
  box-shadow: 0 7px 16px rgba(151,99,14,.26);
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
}
.home-confirm-btn span { float: right; margin-right: 20px; font-size: 1.6rem; }

.home-reasons {
  padding: 24px 22px;
  border: 1px solid #d4a33b;
  border-radius: 9px;
  background: linear-gradient(180deg, #06162e, #071a35);
}
.home-reasons h2 { margin: 0 0 18px; font-family: "Yu Mincho", serif; text-align: center; }
.home-reasons ul { margin: 0; padding: 0; list-style: none; }
.home-reasons li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid rgba(228,179,61,.32);
}
.home-reasons li:last-child { border-bottom: 0; }
.home-reasons li span { color: #e7b43b; font-size: 2.5rem; text-align: center; }
.home-reasons li b { color: #f0c75e; font-size: .95rem; line-height: 1.55; }

.home-results-section,
.home-info-section { padding: 0 0 22px; background: #07182f; }
.home-light-panel {
  border: 1px solid #d7c9aa;
  border-radius: 12px;
  color: #172238;
  background: #f8f5ed;
}
.home-panel-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 18px 7px;
}
.home-panel-title h2 { margin: 0 auto; font-family: "Yu Mincho", serif; }
.home-panel-title a {
  padding: 7px 14px;
  border: 1px solid #8290a1;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
}
.home-results-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 10px 16px 18px;
}
.home-result-card {
  padding: 10px;
  border-right: 1px solid #ddd2bc;
  text-align: center;
}
.home-result-card:last-child { border-right: 0; }
.home-result-card img { width: 82px; height: 112px; object-fit: contain; }
.home-result-card h3 { min-height: 32px; margin: 5px 0; font-size: .74rem; }
.home-result-card p { margin: 4px 0; font-size: .68rem; }
.home-result-card p b { display: block; font-size: 1rem; }
.home-future-price { color: #d72d23; }
.home-future-price strong { display: block; font-size: 1.15rem; }
.home-result-card > span {
  display: block;
  margin-top: 9px;
  padding: 7px 5px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(#ce3a2e, #8f100c);
  font-size: .7rem;
  font-weight: 900;
}

.home-info-grid { display: grid; grid-template-columns: .85fr 1.35fr; gap: 18px; }
.home-faq-panel,
.home-contact-panel { padding: 22px 26px; }
.home-faq-panel h2,
.home-contact-panel h2 { margin: 0 0 14px; font-family: "Yu Mincho", serif; text-align: center; }
.home-faq-panel details { border-bottom: 1px solid #d6d0c5; }
.home-faq-panel summary {
  padding: 10px 0;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}
.home-faq-panel details p { margin: 0 0 12px; color: #536072; font-size: .75rem; line-height: 1.6; }
.home-outline-link {
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  padding: 8px 24px;
  border: 1px solid #728094;
  border-radius: 4px;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
.home-contact-panel { display: grid; grid-template-columns: 1fr 190px; align-items: center; }
.home-contact-panel > div > p:first-of-type { font-size: .8rem; }
.home-contact-line { display: flex; gap: 14px; align-items: center; margin: 20px 0 4px; }
.home-contact-line span { font-size: 1.8rem; }
.home-contact-line b { font-size: 1.5rem; }
.home-contact-character { position: relative; font-size: 7rem; text-align: center; }
.home-contact-character span {
  position: absolute;
  top: -12px;
  right: -20px;
  padding: 14px;
  border-radius: 50%;
  background: #efe7d7;
  font-size: .72rem;
  font-weight: 900;
}

.home-footer {
  border-top: 1px solid rgba(227,177,53,.35);
  background: #020817;
}
.home-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
  padding: 34px 0;
}
.home-footer-brand { margin-bottom: 15px; }
.home-footer-grid p { color: #aeb9ca; font-size: .74rem; line-height: 1.7; }
.home-footer-grid h3 { margin: 0 0 13px; color: #e6b848; font-size: .86rem; }
.home-footer-grid > div > a:not(.home-footer-brand) {
  display: block;
  margin: 8px 0;
  color: #c8d1df;
  font-size: .75rem;
  text-decoration: none;
}
.home-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #8190a6;
  font-size: .68rem;
}
.home-footer-bottom a { text-decoration: none; }

@media (max-width: 1000px) {
  .home-hero { min-height: auto; }
  .home-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .home-hero-copy { padding: 55px 0 420px; }
  .home-hero-art { right: 0; bottom: 0; width: 100%; height: 470px; mask-image: linear-gradient(180deg, transparent 0%, #000 22%, #000 100%); }
  .home-hero-art img { object-position: center 54%; }
  .home-problem-card { grid-template-columns: 1fr; }
  .home-problem-center { padding: 20px; order: -1; }
  .home-problem-center span { display: none; }
  .home-flow-grid { grid-template-columns: repeat(3, 1fr); }
  .home-flow-arrow { display: none; }
  .home-speed-badge { grid-column: 1 / -1; width: auto; height: auto; padding: 14px; border-radius: 999px; }
  .home-form-frame { grid-template-columns: 1fr; }
  .home-reasons ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px; }
  .home-results-grid { grid-template-columns: repeat(3, 1fr); }
  .home-result-card { border-bottom: 1px solid #ddd2bc; }
  .home-info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .home-shell { width: min(100% - 24px, 1160px); }
  .home-hero-copy { padding: 38px 0 320px; }
  .home-hero h1 { font-size: clamp(2.15rem, 11vw, 3.4rem); }
  .home-hero-art { height: 360px; }
  .home-hero-actions { flex-direction: column; }
  .home-btn { width: 100%; min-width: 0; }
  .home-benefits { grid-template-columns: 1fr; }
  .home-benefits article { border-right: 0; border-bottom: 1px solid rgba(232,180,56,.48); }
  .home-person-card,
  .home-person-card-right { grid-template-columns: 72px 1fr; padding: 18px; }
  .home-person-card-right .home-person-illustration { order: -1; }
  .home-person-illustration { font-size: 3.6rem; }
  .home-flow-grid { grid-template-columns: 1fr; }
  .home-flow-card { min-height: auto; }
  .home-form-frame { width: 100%; padding: 12px; border-radius: 0; }
  .home-speed-form { padding: 15px; }
  .home-speed-form fieldset { grid-template-columns: 1fr; }
  .home-speed-form legend { float: none; width: auto; margin-bottom: 8px; }
  .home-form-row { grid-template-columns: 1fr; gap: 7px; }
  .home-upload-box { min-height: 135px; padding: 14px; }
  .home-reasons { padding: 20px 15px; }
  .home-reasons ul { grid-template-columns: 1fr; }
  .home-results-grid { grid-template-columns: repeat(2, 1fr); }
  .home-result-card:nth-child(even) { border-right: 0; }
  .home-panel-title { align-items: flex-start; flex-direction: column; gap: 10px; }
  .home-panel-title h2 { margin: 0; }
  .home-contact-panel { grid-template-columns: 1fr; }
  .home-contact-character { display: none; }
  .home-contact-line b { font-size: 1.12rem; overflow-wrap: anywhere; }
  .home-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 440px) {
  .home-results-grid { grid-template-columns: 1fr; }
  .home-result-card { border-right: 0; }
  .home-footer-grid { grid-template-columns: 1fr; }
  .home-footer-bottom { flex-direction: column; gap: 8px; }
}



/* =========================================================
   買取・質入れページ HTML/CSS再構築版
========================================================= */
.service-page {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: #fff;
  background: #030b18;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
}
.service-page *, .service-page *::before, .service-page *::after { box-sizing: border-box; }
.service-page a { color: inherit; }
.service-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.service-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-bottom: 1px solid rgba(221,165,47,.45);
  background:
    radial-gradient(circle at 74% 50%, rgba(20,94,206,.34), transparent 33%),
    radial-gradient(circle at 91% 68%, rgba(164,42,196,.22), transparent 24%),
    linear-gradient(120deg, #020712 0%, #06152d 58%, #050a16 100%);
}
.pawn-service-hero {
  background:
    radial-gradient(circle at 76% 48%, rgba(155,25,37,.27), transparent 35%),
    radial-gradient(circle at 92% 68%, rgba(222,144,25,.18), transparent 22%),
    linear-gradient(120deg, #080308 0%, #22070b 53%, #09050a 100%);
}
.service-hero::before {
  position: absolute; inset: 0; content: "";
  background-image:
    radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(239,178,44,.8) 0 1px, transparent 1.6px);
  background-size: 98px 98px, 147px 147px;
  background-position: 0 0, 41px 67px;
  opacity: .22;
}
.service-hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr);
  align-items: center; min-height: 620px;
}
.service-hero-copy { position: relative; z-index: 2; padding: 60px 0; }
.service-kicker { margin: 0 0 16px; color: #fff; font-size: 1.08rem; font-weight: 900; letter-spacing: .04em; }
.service-hero h1 {
  margin: 0; font-family: "Yu Mincho","Hiragino Mincho ProN",serif;
  font-size: clamp(2.8rem,5.4vw,5.25rem); line-height: 1.18; letter-spacing: -.06em;
  text-shadow: 0 5px 22px rgba(0,0,0,.65);
}
.service-hero h1 strong, .service-hero h1 span { color: #e9b63c; }
.pawn-service-hero h1 span { color: #efb64c; }
.service-hero-copy > p:last-of-type {
  max-width: 620px; margin: 24px 0 0; color: #e5eaf2; font-weight: 700; line-height: 1.9;
}
.service-hero-actions { display: flex; gap: 15px; margin-top: 28px; }
.service-primary-btn, .service-secondary-btn {
  display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 20px;
  padding: 0 23px; border: 1px solid rgba(255,255,255,.28); border-radius: 6px;
  font-weight: 900; text-decoration: none; box-shadow: 0 10px 24px rgba(0,0,0,.32);
  transition: transform .2s ease, filter .2s ease;
}
.service-primary-btn { min-width: 255px; background: linear-gradient(#cf3725,#8a0d09); }
.pawn-code-page .service-primary-btn { background: linear-gradient(#a41520,#62060c); }
.service-secondary-btn { min-width: 210px; background: linear-gradient(#1464c4,#063977); }
.pawn-code-page .service-secondary-btn { background: linear-gradient(#806020,#49320b); }
.service-primary-btn:hover,.service-secondary-btn:hover { transform: translateY(-2px); filter: brightness(1.1); }
.service-primary-btn span,.service-secondary-btn span { font-size: 1.45rem; }
.service-trust-row {
  display: grid; grid-template-columns: repeat(3,1fr); max-width: 690px; margin-top: 23px;
  overflow: hidden; border: 1px solid #c9962c; border-radius: 5px; background: rgba(2,8,19,.82);
}
.service-trust-row article { min-height: 72px; padding: 12px; border-right: 1px solid rgba(212,159,43,.48); text-align: center; }
.service-trust-row article:last-child { border-right: 0; }
.service-trust-row b,.service-trust-row span { display: block; }
.service-trust-row b { color: #edbd4c; font-size: .84rem; }
.service-trust-row span { margin-top: 5px; font-size: .7rem; }
.service-hero-art {
  position: absolute; right: -3%; bottom: 0; width: 61%; height: 100%;
  overflow: hidden; mask-image: linear-gradient(90deg,transparent 0%,#000 17%,#000 100%);
}
.service-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.05) contrast(1.08); }
.pawn-art img { filter: saturate(.9) contrast(1.13) sepia(.08); }

.service-flow-section,.service-results-section,.pawn-protect-section { padding: 40px 0; background: #06152b; }
.pawn-flow-code { background: #16070a; }
.service-section-title { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; margin-bottom: 24px; }
.service-section-title span { height: 1px; background: linear-gradient(90deg,transparent,#d7a437); }
.service-section-title span:last-child { background: linear-gradient(90deg,#d7a437,transparent); }
.service-section-title h2 { margin: 0; color: #e8b841; font-family: "Yu Mincho",serif; font-size: clamp(1.7rem,3vw,2.4rem); letter-spacing: .09em; }

.service-flow-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.service-flow-grid article {
  position: relative; min-height: 265px; padding: 22px 15px 17px; border: 1px solid #b78525; border-radius: 6px;
  background: linear-gradient(180deg,#09182f,#030b18); text-align: center; box-shadow: inset 0 0 25px rgba(224,174,53,.05);
}
.service-flow-grid article:not(:last-child)::after {
  position: absolute; top: 50%; right: -19px; z-index: 2; content: "▶"; color: #e4ac32; font-size: 1.1rem; transform: translateY(-50%);
}
.step-number {
  position: absolute; top: 11px; left: 11px; display: grid; width: 31px; height: 31px; place-items: center;
  border-radius: 50%; color: #251501; background: linear-gradient(#f0cd6c,#b57c17); font-size: 1rem;
}
.flow-icon { display: grid; height: 112px; place-items: center; margin: 12px 0 7px; font-size: 4.7rem; }
.service-flow-grid h3 { margin: 0 0 10px; color: #efc75c; font-size: .95rem; }
.service-flow-grid p { margin: 0; color: #d6deea; font-size: .7rem; line-height: 1.65; }
.service-return-banner {
  display: grid; grid-template-columns: 75px 1fr 125px; gap: 18px; align-items: center;
  margin-top: 20px; padding: 17px 22px; border: 1px solid #bf8a25; background: #050d1b;
}
.return-icon { font-size: 3rem; text-align: center; }
.service-return-banner small,.service-return-banner strong { display: block; }
.service-return-banner small { color: #e8edf5; }
.service-return-banner strong { margin-top: 4px; color: #edb943; font-family: "Yu Mincho",serif; font-size: clamp(1.5rem,2.7vw,2.2rem); }
.service-return-banner > b {
  display: grid; width: 106px; height: 106px; place-items: center; justify-self: end; border: 2px solid #d9a634;
  border-radius: 50%; color: #fff; background: #9b1117; font-size: .78rem; text-align: center;
}

.service-results-section { background: #030b18; }
.service-result-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 9px; }
.service-result-grid article {
  padding: 12px 9px 9px; border: 1px solid #c19a48; border-radius: 5px;
  color: #172238; background: #f3efe4; text-align: center;
}
.service-result-grid img { width: 100%; height: 160px; object-fit: contain; }
.service-result-grid h3 { min-height: 34px; margin: 7px 0 4px; font-size: .78rem; }
.service-result-grid p { margin: 3px 0; font-size: .66rem; }
.service-result-grid p b { display: block; font-size: .95rem; }
.service-result-grid small { display: block; color: #d52d23; font-size: .58rem; font-weight: 800; }
.service-result-grid strong { display: block; color: #d52d23; font-size: 1.18rem; }
.service-result-grid span { display: block; margin-top: 9px; padding: 8px 3px; border-radius: 3px; color: #fff; background: linear-gradient(#ce3526,#8c0c08); font-size: .7rem; font-weight: 900; }

.service-guarantees { padding: 26px 0; background: #06152b; }
.service-guarantee-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #bd8e29; }
.service-guarantee-grid article { display: grid; grid-template-columns: 72px 1fr; gap: 15px; align-items: center; padding: 22px; border-right: 1px solid #bd8e29; }
.service-guarantee-grid article:last-child { border-right: 0; }
.service-guarantee-grid article > span { color: #e7b23b; font-size: 3.3rem; text-align: center; }
.service-guarantee-grid h3 { margin: 0 0 6px; color: #efbd48; font-size: 1.15rem; }
.service-guarantee-grid p { margin: 0; color: #d2dae6; font-size: .73rem; line-height: 1.6; }

.service-final-cta { padding: 34px 0; background: linear-gradient(135deg,#d29d2d,#ffe18a 45%,#a96814); color: #130b03; }
.service-final-cta .service-container { display: grid; grid-template-columns: 1fr 420px; gap: 30px; align-items: center; }
.service-final-cta p { margin: 0; font-family: "Yu Mincho",serif; font-size: clamp(1.7rem,3vw,2.5rem); font-weight: 900; text-align: center; }
.service-final-cta a { display: flex; min-height: 62px; align-items: center; justify-content: center; gap: 30px; border-radius: 5px; color: #fff; background: linear-gradient(#c52b22,#860a07); box-shadow: 0 8px 17px rgba(83,28,5,.34); font-size: 1.25rem; font-weight: 900; text-decoration: none; }
.pawn-final-cta { background: linear-gradient(135deg,#8c1119,#e0a73c 52%,#5d080d); }
.pawn-final-cta p { color: #fff; }

.pawn-value-section { padding: 30px 0; background: #13070a; }
.pawn-value-card {
  display: grid; grid-template-columns: 245px 1fr; gap: 35px; align-items: center;
  padding: 25px 35px; border: 1px solid #bd8d2e; border-radius: 11px; background: linear-gradient(120deg,#24080d,#090609);
}
.pawn-value-circle { display: grid; width: 200px; height: 200px; place-content: center; justify-self: center; border: 3px solid #dca63a; border-radius: 50%; text-align: center; box-shadow: 0 0 30px rgba(196,132,29,.18); }
.pawn-value-circle small,.pawn-value-circle strong,.pawn-value-circle span { display: block; }
.pawn-value-circle strong { color: #efbd4b; font-size: 3.2rem; }
.pawn-value-circle span { font-weight: 800; }
.pawn-value-card h2 { margin: 0 0 12px; color: #efbd4b; font-family: "Yu Mincho",serif; font-size: clamp(1.7rem,3vw,2.65rem); }
.pawn-value-card > div:last-child > p:last-child { color: #dce2ea; line-height: 1.8; }

.pawn-protect-section { background: #0c0709; }
.pawn-protect-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pawn-protect-grid article { padding: 28px 24px; border: 1px solid #a77b26; border-radius: 7px; background: linear-gradient(#1d0b0e,#080607); text-align: center; }
.pawn-protect-grid span { font-size: 3.5rem; }
.pawn-protect-grid h3 { margin: 12px 0 8px; color: #ebbb4a; }
.pawn-protect-grid p { margin: 0; color: #d7dde6; font-size: .8rem; line-height: 1.7; }

.pawn-important { padding: 55px 0; background: #e9e4da; color: #172238; }
.pawn-important-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: center; }
.pawn-important h2 { margin: 0 0 18px; color: #561017; font-family: "Yu Mincho",serif; font-size: clamp(2rem,4vw,3.2rem); }
.pawn-important p { line-height: 1.8; }
.pawn-notice { padding: 25px; border: 1px solid #bc8d31; border-radius: 8px; background: #fff; }
.pawn-notice h3 { margin: 0 0 15px; color: #8a1017; }
.pawn-notice dl,.pawn-notice div { margin: 0; }
.pawn-notice dl > div { display: grid; grid-template-columns: 155px 1fr; padding: 12px 0; border-bottom: 1px solid #e3ddd1; }
.pawn-notice dl > div:last-child { border-bottom: 0; }
.pawn-notice dt { font-weight: 900; }
.pawn-notice dd { margin: 0; }

.service-footer { padding: 35px 0 0; border-top: 1px solid rgba(215,164,55,.35); background: #020712; }
.service-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 30px; padding-bottom: 30px; }
.service-footer-grid p { color: #aab5c5; font-size: .75rem; line-height: 1.7; }
.service-footer-grid h3 { margin: 0 0 12px; color: #e4b23e; font-size: .88rem; }
.service-footer-grid > div > a:not(.common-brand) { display: block; margin: 8px 0; color: #c8d0dc; font-size: .74rem; text-decoration: none; }
.service-footer-bottom { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.08); color: #7f8ba0; font-size: .7rem; }

@media (max-width: 1050px) {
  .service-hero-grid { grid-template-columns: 1fr; }
  .service-hero-copy { padding: 50px 0 420px; }
  .service-hero-art { right: 0; width: 100%; height: 455px; mask-image: linear-gradient(180deg,transparent 0%,#000 18%,#000 100%); }
  .service-flow-grid { grid-template-columns: repeat(3,1fr); }
  .service-flow-grid article:not(:last-child)::after { display: none; }
  .service-result-grid { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 760px) {
  .service-container { width: min(100% - 24px,1180px); }
  .service-hero-copy { padding: 38px 0 315px; }
  .service-hero { min-height: auto; }
  .service-hero-art { height: 350px; }
  .service-hero h1 { font-size: clamp(2.25rem,11vw,3.6rem); }
  .service-hero-actions { flex-direction: column; }
  .service-primary-btn,.service-secondary-btn { width: 100%; min-width: 0; }
  .service-trust-row { grid-template-columns: 1fr; }
  .service-trust-row article { border-right: 0; border-bottom: 1px solid rgba(212,159,43,.48); }
  .service-flow-grid { grid-template-columns: 1fr; }
  .service-flow-grid article { min-height: 230px; }
  .service-return-banner { grid-template-columns: 55px 1fr; }
  .service-return-banner > b { grid-column: 1/-1; justify-self: center; }
  .service-result-grid { grid-template-columns: repeat(2,1fr); }
  .service-guarantee-grid { grid-template-columns: 1fr; }
  .service-guarantee-grid article { border-right: 0; border-bottom: 1px solid #bd8e29; }
  .service-guarantee-grid article:last-child { border-bottom: 0; }
  .service-final-cta .service-container { grid-template-columns: 1fr; }
  .pawn-value-card { grid-template-columns: 1fr; padding: 24px 18px; text-align: center; }
  .pawn-protect-grid { grid-template-columns: 1fr; }
  .pawn-important-grid { grid-template-columns: 1fr; }
  .service-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 430px) {
  .service-result-grid { grid-template-columns: 1fr; }
  .service-footer-grid { grid-template-columns: 1fr; }
  .pawn-notice dl > div { grid-template-columns: 1fr; gap: 5px; }
}



/* =========================================================
   トップHero：新画像全体表示 最適化
========================================================= */

.home-hero {
  min-height: 680px;
  overflow: hidden;
}

.home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.86fr) minmax(520px, 1.14fr);
  gap: 22px;
  align-items: center;
  min-height: 680px;
}

.home-hero-copy {
  position: relative;
  z-index: 3;
  padding: 64px 0;
}

.home-hero-art {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  min-width: 0;
  overflow: visible;
  align-self: center;
  -webkit-mask-image: none;
  mask-image: none;
}

.home-hero-art::before {
  position: absolute;
  inset: 4%;
  z-index: -1;
  content: "";
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(31, 99, 211, 0.26) 0%,
    rgba(122, 33, 182, 0.13) 48%,
    transparent 72%
  );
  filter: blur(30px);
}

.home-hero-art img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

/* PCでは画像を少し右へ広げ、左端だけ背景になじませる */
@media (min-width: 1001px) {
  .home-hero-art {
    width: calc(100% + 70px);
    margin-right: -70px;
  }

  .home-hero-art img {
    -webkit-mask-image: linear-gradient(
      90deg,
      rgba(0,0,0,.48) 0%,
      #000 9%,
      #000 100%
    );
    mask-image: linear-gradient(
      90deg,
      rgba(0,0,0,.48) 0%,
      #000 9%,
      #000 100%
    );
  }
}

/* タブレット */
@media (max-width: 1000px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding-bottom: 34px;
  }

  .home-hero-copy {
    padding: 48px 0 0;
  }

  .home-hero-art {
    position: relative;
    width: min(100%, 860px);
    height: auto;
    margin: 0 auto;
    transform: none;
  }

  .home-hero-art img {
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: contain;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* スマートフォン */
@media (max-width: 700px) {
  .home-hero-grid {
    width: min(100% - 20px, 1160px);
    gap: 14px;
    padding-bottom: 22px;
  }

  .home-hero-copy {
    padding: 34px 0 0;
  }

  .home-hero-art {
    width: calc(100% + 8px);
    margin-left: -4px;
  }

  .home-hero-art img {
    width: 100%;
    height: auto;
  }
}



/* =========================================================
   トップHero：背景画像＋文字重ね表示
========================================================= */

.home-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background: #020712;
}

.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(1, 6, 16, 0.98) 0%,
      rgba(1, 7, 18, 0.94) 28%,
      rgba(2, 10, 24, 0.78) 46%,
      rgba(3, 12, 28, 0.38) 67%,
      rgba(3, 12, 28, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,.12) 0%,
      rgba(0,0,0,0) 68%,
      rgba(0,0,0,.42) 100%
    );
  pointer-events: none;
}

.home-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  box-shadow:
    inset 0 1px rgba(239, 188, 72, .38),
    inset 0 -1px rgba(239, 188, 72, .26);
  pointer-events: none;
}

.home-hero-grid {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 720px;
}

.home-hero-copy {
  position: relative;
  z-index: 3;
  width: min(650px, 58%);
  padding: 78px 0 70px;
}

.home-hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.home-hero-art::before {
  display: none;
}

.home-hero-art img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.05) brightness(.86);
  -webkit-mask-image: none;
  mask-image: none;
}

.home-eyebrow {
  color: #fff4d2;
  text-shadow: 0 2px 10px rgba(0,0,0,.95);
}

.home-hero h1 {
  color: #fff;
  text-shadow:
    0 2px 0 rgba(0,0,0,.9),
    0 5px 18px rgba(0,0,0,.9),
    0 0 26px rgba(0,0,0,.7);
}

.home-hero h1 strong {
  color: #f0bd43;
  -webkit-text-stroke: .5px rgba(96, 54, 0, .9);
  text-shadow:
    0 2px 0 #6d3a00,
    0 4px 16px rgba(0,0,0,.9),
    0 0 22px rgba(239,184,61,.35);
}

.home-hero-lead {
  color: #fff;
  text-shadow:
    0 2px 8px rgba(0,0,0,.95),
    0 0 14px rgba(0,0,0,.8);
}

.home-btn {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.home-btn-red {
  background: linear-gradient(180deg, rgba(211,60,40,.96), rgba(126,11,8,.97));
  box-shadow:
    inset 0 1px rgba(255,255,255,.2),
    0 0 18px rgba(214,51,32,.28),
    0 12px 28px rgba(0,0,0,.46);
}

.home-btn-blue {
  background: linear-gradient(180deg, rgba(21,99,197,.96), rgba(4,45,104,.97));
  box-shadow:
    inset 0 1px rgba(255,255,255,.2),
    0 0 18px rgba(23,103,222,.26),
    0 12px 28px rgba(0,0,0,.46);
}

.home-benefits {
  background: rgba(2, 8, 20, .8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 10px 24px rgba(0,0,0,.34);
}

/* タブレット */
@media (max-width: 1000px) {
  .home-hero {
    min-height: 760px;
  }

  .home-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(1,6,16,.94) 0%,
        rgba(1,7,18,.86) 40%,
        rgba(2,10,24,.46) 67%,
        rgba(2,10,24,.18) 100%
      ),
      linear-gradient(
        90deg,
        rgba(1,6,16,.74) 0%,
        rgba(1,6,16,.34) 100%
      );
  }

  .home-hero-grid {
    min-height: 760px;
  }

  .home-hero-copy {
    width: min(680px, 92%);
    padding: 50px 0 330px;
  }

  .home-hero-art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .home-hero-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 61% center;
  }
}

/* スマートフォン */
@media (max-width: 700px) {
  .home-hero {
    min-height: 760px;
  }

  .home-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(1,6,16,.97) 0%,
        rgba(1,7,18,.93) 35%,
        rgba(2,10,24,.70) 58%,
        rgba(2,10,24,.30) 100%
      );
  }

  .home-hero-grid {
    width: min(100% - 24px, 1160px);
    min-height: 760px;
  }

  .home-hero-copy {
    width: 100%;
    padding: 34px 0 300px;
  }

  .home-hero-art img {
    object-position: 60% center;
    filter: saturate(1.05) contrast(1.04) brightness(.76);
  }

  .home-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.45rem);
  }

  .home-hero-lead {
    max-width: 100%;
  }
}



/* =========================================================
   トップHero：画像全体表示＋特徴欄を画像外へ移動
========================================================= */

.home-hero {
  position: relative;
  width: 100%;
  min-height: clamp(620px, 55.18vw, 900px);
  overflow: hidden;
  isolation: isolate;
  background: #020712;
}

/* 文字部分だけ暗くし、右側のポケモンは明るく見せる */
.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(1, 5, 14, .98) 0%,
      rgba(1, 6, 16, .94) 24%,
      rgba(2, 8, 19, .75) 40%,
      rgba(2, 9, 20, .30) 56%,
      rgba(2, 9, 20, .04) 75%,
      transparent 100%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,.10) 0%,
      transparent 68%,
      rgba(0,0,0,.30) 100%
    );
  pointer-events: none;
}

.home-hero-grid {
  position: relative;
  z-index: 2;
  display: block;
  min-height: clamp(620px, 55.18vw, 900px);
}

.home-hero-copy {
  position: relative;
  z-index: 3;
  width: min(620px, 48%);
  padding: clamp(55px, 6vw, 96px) 0 54px;
}

.home-hero-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.home-hero-art::before {
  display: none;
}

/*
  coverを使わず、画像の縦横比を維持して全体表示。
  Heroの比率も元画像（1680×927）に合わせているため、
  PCでは上下左右ともほぼ余白なく表示されます。
*/
.home-hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.04) contrast(1.03) brightness(.88);
  -webkit-mask-image: none;
  mask-image: none;
}

/* 特徴欄は画像に重ねず、独立した帯として表示 */
.home-benefits-section {
  position: relative;
  z-index: 4;
  padding: 18px 0;
  border-top: 1px solid rgba(232, 180, 56, .38);
  border-bottom: 1px solid rgba(232, 180, 56, .28);
  background:
    linear-gradient(180deg, #06172f, #041126);
}

.home-benefits-section .home-benefits {
  max-width: none;
  margin: 0;
  background: rgba(2, 10, 24, .94);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-benefits-section .home-benefits article {
  min-height: 78px;
  justify-content: center;
}

.home-benefits-section .home-benefits p {
  font-size: .82rem;
}

/* タブレット */
@media (max-width: 1000px) {
  .home-hero {
    min-height: 720px;
  }

  .home-hero-grid {
    min-height: 720px;
  }

  .home-hero-copy {
    width: min(650px, 90%);
    padding: 48px 0 290px;
  }

  .home-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(1,5,14,.97) 0%,
        rgba(1,6,16,.92) 35%,
        rgba(2,8,19,.60) 57%,
        rgba(2,9,20,.12) 82%,
        transparent 100%
      );
  }

  .home-hero-art img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: saturate(1.04) contrast(1.03) brightness(.82);
  }
}

/* スマートフォン */
@media (max-width: 700px) {
  .home-hero {
    min-height: 720px;
  }

  .home-hero-grid {
    width: min(100% - 24px, 1160px);
    min-height: 720px;
  }

  .home-hero-copy {
    width: 100%;
    padding: 32px 0 270px;
  }

  .home-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(1,5,14,.98) 0%,
        rgba(1,6,16,.96) 38%,
        rgba(2,8,19,.72) 58%,
        rgba(2,9,20,.28) 77%,
        rgba(2,9,20,.08) 100%
      );
  }

  .home-hero-art {
    align-items: flex-end;
  }

  .home-hero-art img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: saturate(1.04) contrast(1.03) brightness(.78);
  }

  .home-benefits-section {
    padding: 12px 0;
  }

  .home-benefits-section .home-benefits {
    grid-template-columns: 1fr;
  }

  .home-benefits-section .home-benefits article {
    min-height: 62px;
    justify-content: flex-start;
    padding-inline: 18px;
  }
}


/* Hero title fixed */
.home-hero-copy{
  width:min(760px,58%);
}
.home-hero h1{
  display:flex;
  flex-direction:column;
  line-height:1.12;
}
.home-hero h1 .line1,
.home-hero h1 .line2{
  display:block;
  white-space:nowrap;
}
@media (max-width:1000px){
  .home-hero-copy{width:min(92%,760px);}
}
@media (max-width:700px){
  .home-hero h1 .line1,
  .home-hero h1 .line2{
    white-space:normal;
  }
}



/* =========================================================
   Hero title premium styling
========================================================= */

.home-hero h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: max-content;
  max-width: 100%;
  margin-bottom: 22px;
  line-height: 1.08;
  text-align: center;
}

.home-hero h1 .line1,
.home-hero h1 .line2 {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}

.home-hero h1 .line1 {
  font-size: clamp(2.25rem, 4.4vw, 4.65rem);
  font-weight: 800;
  letter-spacing: .015em;
}

.home-hero h1 .line1 strong {
  display: inline-block;
  margin-right: .04em;
  color: #f2c24f;
  font-size: 1.16em;
  font-weight: 900;
  letter-spacing: .01em;
  -webkit-text-stroke: .7px rgba(91, 48, 0, .9);
  text-shadow:
    0 2px 0 #704000,
    0 5px 15px rgba(0,0,0,.95),
    0 0 25px rgba(242,194,79,.42);
}

.home-hero h1 .line2 {
  color: #fff;
  font-size: clamp(2.05rem, 4vw, 4.2rem);
  font-weight: 900;
  letter-spacing: .025em;
  text-shadow:
    0 2px 0 rgba(0,0,0,.9),
    0 6px 18px rgba(0,0,0,.95),
    0 0 24px rgba(0,0,0,.72);
}

@media (max-width: 1000px) {
  .home-hero h1 {
    align-items: center;
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .home-hero h1 {
    width: 100%;
    gap: 3px;
  }

  .home-hero h1 .line1,
  .home-hero h1 .line2 {
    white-space: nowrap;
  }

  .home-hero h1 .line1 {
    font-size: clamp(1.7rem, 8.1vw, 2.75rem);
  }

  .home-hero h1 .line2 {
    font-size: clamp(1.6rem, 7.6vw, 2.55rem);
  }
}

@media (max-width: 390px) {
  .home-hero h1 .line1 {
    font-size: clamp(1.48rem, 7.7vw, 2rem);
  }

  .home-hero h1 .line2 {
    font-size: clamp(1.42rem, 7.3vw, 1.9rem);
  }
}


/* --- Hero layout adjustments --- */
.home-hero-copy{
    padding-left: clamp(24px,4vw,70px);
    display:flex;
    flex-direction:column;
    min-height: clamp(620px,55vw,720px);
}

.home-hero-actions{
    margin-top:auto;
    padding-top:32px;
    display:flex;
    gap:16px;
}

@media (max-width:1000px){
  .home-hero-copy{
      padding-left:24px;
      padding-right:24px;
      min-height:650px;
  }
  .home-hero-actions{
      margin-top:auto;
      padding-top:24px;
  }
}

@media (max-width:700px){
  .home-hero-copy{
      padding-left:16px;
      padding-right:16px;
      min-height:600px;
  }
  .home-hero-actions{
      flex-direction:column;
      margin-top:auto;
      gap:12px;
  }
}


/* ===== Premium hero spacing ===== */

.home-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:clamp(640px,58vw,760px);
  padding-left:clamp(40px,5vw,90px);
  padding-top:clamp(60px,7vw,90px);
}

.home-hero-lead{
  max-width:34rem;
}

.home-hero-actions{
  margin-top:auto;
  margin-bottom:42px;
  width:max-content;
  display:flex;
  gap:20px;
}

@media (min-width:1001px){
  .home-hero-actions{
    transform:translateY(-10px);
  }
}

@media (max-width:1000px){
  .home-hero-copy{
    padding:48px 28px 40px;
    min-height:680px;
  }
  .home-hero-actions{
    margin-top:auto;
    margin-bottom:28px;
  }
}

@media (max-width:700px){
  .home-hero-copy{
    padding:30px 18px 30px;
    min-height:620px;
  }
  .home-hero-actions{
    width:100%;
    margin-bottom:20px;
    gap:14px;
  }
  .home-hero-actions .home-btn{
    width:100%;
  }
}



/* =========================================================
   Hero official-site finish
========================================================= */

.home-hero {
  position: relative;
  overflow: hidden;
}

.home-hero-art {
  will-change: transform;
  animation: hero-image-drift 14s ease-in-out infinite alternate;
}

.home-hero-copy {
  width: min(760px, 58%);
  min-height: clamp(650px, 58vw, 780px);
  padding:
    clamp(66px, 7vw, 100px)
    0
    clamp(36px, 4vw, 58px)
    clamp(44px, 5.5vw, 96px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-eyebrow {
  opacity: 0;
  transform: translateY(14px);
  animation: hero-fade-up .8s ease-out .08s forwards;
}

.home-hero h1 {
  opacity: 0;
  transform: translateY(18px);
  animation: hero-fade-up .9s ease-out .2s forwards;
}

.home-hero-lead {
  max-width: 36rem;
  margin-top: 22px;
  opacity: 0;
  transform: translateY(18px);
  animation: hero-fade-up .9s ease-out .38s forwards;
}

.home-hero-actions {
  width: min(660px, 92%);
  margin-top: auto;
  margin-bottom: clamp(24px, 3vw, 42px);
  display: flex;
  justify-content: center;
  gap: 22px;
  opacity: 0;
  transform: translateY(20px);
  animation: hero-fade-up .9s ease-out .62s forwards;
}

.home-hero-actions .home-btn {
  min-width: 230px;
  min-height: 58px;
  border-radius: 14px;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    filter .25s ease;
}

.home-hero-actions .home-btn:hover {
  transform: translateY(-4px) scale(1.02);
  filter: brightness(1.08);
}

.home-hero-actions .home-btn-red:hover {
  box-shadow:
    inset 0 1px rgba(255,255,255,.24),
    0 0 30px rgba(236,67,46,.58),
    0 16px 34px rgba(0,0,0,.52);
}

.home-hero-actions .home-btn-blue:hover {
  box-shadow:
    inset 0 1px rgba(255,255,255,.24),
    0 0 30px rgba(35,119,240,.58),
    0 16px 34px rgba(0,0,0,.52);
}

.home-hero-actions .home-btn:active {
  transform: translateY(-1px) scale(.99);
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-image-drift {
  from {
    transform: scale(1.01) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.045) translate3d(-0.7%, -0.4%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-art,
  .home-eyebrow,
  .home-hero h1,
  .home-hero-lead,
  .home-hero-actions {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .home-hero-actions .home-btn {
    transition: none;
  }
}

@media (max-width: 1000px) {
  .home-hero-copy {
    width: min(760px, 94%);
    min-height: 700px;
    padding:
      48px
      26px
      34px
      30px;
  }

  .home-hero-actions {
    width: min(620px, 100%);
    margin-inline: auto;
    margin-bottom: 24px;
  }
}

@media (max-width: 700px) {
  .home-hero-copy {
    width: 100%;
    min-height: 630px;
    padding:
      32px
      16px
      26px;
  }

  .home-hero-lead {
    margin-top: 16px;
  }

  .home-hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
  }

  .home-hero-actions .home-btn {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  .home-hero-art {
    animation-duration: 18s;
  }
}



/* =========================================================
   Hero buttons: force placement near image bottom
========================================================= */

/* ボタンの基準をヒーロー全体にする */
.home-hero-grid {
  position: relative;
}

.home-hero-copy {
  position: static;
  padding-bottom: 150px;
}

/* marginではなく絶対配置で最下部へ固定 */
.home-hero-actions {
  position: absolute;
  left: clamp(44px, 5.5vw, 96px);
  bottom: clamp(24px, 2.8vw, 44px);
  z-index: 5;

  width: min(660px, calc(58% - 80px));
  margin: 0;
  padding: 0;

  display: flex;
  justify-content: center;
  gap: 22px;

  opacity: 0;
  transform: translateY(20px);
  animation: hero-fade-up .9s ease-out .62s forwards;
}

/* 以前の位置調整を無効化 */
@media (min-width: 1001px) {
  .home-hero-actions {
    transform: translateY(20px);
  }
}

/* タブレット */
@media (max-width: 1000px) {
  .home-hero-copy {
    position: static;
    padding-bottom: 145px;
  }

  .home-hero-actions {
    left: 50%;
    bottom: 26px;
    width: min(620px, calc(100% - 52px));
    transform: translate(-50%, 20px);
  }

  @keyframes hero-actions-tablet {
    from {
      opacity: 0;
      transform: translate(-50%, 20px);
    }
    to {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }

  .home-hero-actions {
    animation-name: hero-actions-tablet;
  }
}

/* スマートフォン */
@media (max-width: 700px) {
  .home-hero-copy {
    padding-bottom: 155px;
  }

  .home-hero-actions {
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    flex-direction: column;
    gap: 10px;
    transform: translate(-50%, 20px);
  }

  .home-hero-actions .home-btn {
    width: 100%;
    min-height: 52px;
  }
}

/* アニメーションを減らす設定でも正しい位置を維持 */
@media (prefers-reduced-motion: reduce) {
  .home-hero-actions {
    opacity: 1;
  }

  @media (min-width: 1001px) {
    .home-hero-actions {
      transform: none;
    }
  }

  @media (max-width: 1000px) {
    .home-hero-actions {
      transform: translateX(-50%);
    }
  }
}



/* =========================================================
   FINAL FIX: hero text, image-bottom buttons, mobile menu
   このブロックを最終優先にして過去の競合指定を上書き
========================================================= */

/* ヒーロー全体をボタン配置の基準にする */
.home-hero {
  position: relative !important;
  min-height: clamp(650px, 55.18vw, 900px) !important;
  overflow: hidden !important;
  isolation: isolate;
}

.home-hero-grid {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: min(100% - 40px, 1160px) !important;
  min-height: clamp(650px, 55.18vw, 900px) !important;
  margin-inline: auto !important;
}

/* 背景画像はヒーローの内側いっぱいに表示 */
.home-hero-art {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  animation: none !important;
  transform: none !important;
}

.home-hero-art img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  transform: none !important;
}

/* タイトル・説明文を必ず画像より前に表示 */
.home-hero-copy {
  position: relative !important;
  z-index: 4 !important;
  display: block !important;
  width: min(760px, 61%) !important;
  min-height: 0 !important;
  padding:
    clamp(58px, 6vw, 94px)
    0
    170px
    clamp(38px, 5vw, 88px) !important;
}

.home-eyebrow,
.home-hero h1,
.home-hero-lead {
  position: relative !important;
  z-index: 5 !important;
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

.home-hero h1 {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 0 22px !important;
}

.home-hero h1 .line1,
.home-hero h1 .line2 {
  display: block !important;
  width: 100% !important;
  white-space: nowrap !important;
  text-align: center !important;
}

/* ボタンは画像セクションの最下部付近に固定 */
.home-hero-actions {
  position: absolute !important;
  left: clamp(38px, 5vw, 88px) !important;
  bottom: clamp(22px, 2.4vw, 38px) !important;
  z-index: 8 !important;

  display: flex !important;
  justify-content: flex-start !important;
  gap: 18px !important;

  width: min(650px, calc(61% - 50px)) !important;
  margin: 0 !important;
  padding: 0 !important;

  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
}

.home-hero-actions .home-btn {
  min-width: 230px;
}

/* ヒーロー内の文字・ボタンを画像より前面へ */
.home-hero::before {
  z-index: 1 !important;
}

.home-hero::after {
  z-index: 2 !important;
}

@media (max-width: 1000px) {
  .home-hero,
  .home-hero-grid {
    min-height: 740px !important;
  }

  .home-hero-grid {
    width: min(100% - 28px, 1160px) !important;
  }

  .home-hero-copy {
    width: min(760px, 96%) !important;
    padding: 44px 22px 170px !important;
  }

  .home-hero h1 {
    align-items: center !important;
    margin-inline: auto !important;
  }

  .home-hero-actions {
    left: 50% !important;
    bottom: 24px !important;
    width: min(620px, calc(100% - 44px)) !important;
    justify-content: center !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 700px) {
  .home-hero,
  .home-hero-grid {
    min-height: 720px !important;
  }

  .home-hero-grid {
    width: 100% !important;
  }

  .home-hero-copy {
    width: 100% !important;
    padding: 30px 16px 160px !important;
  }

  .home-hero h1 {
    width: 100% !important;
  }

  .home-hero h1 .line1,
  .home-hero h1 .line2 {
    white-space: nowrap !important;
  }

  .home-hero-actions {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    width: auto !important;
    flex-direction: column !important;
    gap: 10px !important;
    transform: none !important;
  }

  .home-hero-actions .home-btn {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 52px !important;
  }
}

@media (max-width: 390px) {
  .home-hero h1 .line1 {
    font-size: clamp(1.42rem, 7.5vw, 1.9rem) !important;
  }

  .home-hero h1 .line2 {
    font-size: clamp(1.36rem, 7.1vw, 1.82rem) !important;
  }
}

/* スマホメニューを確実に操作可能にする */
.common-site-header {
  z-index: 1000 !important;
}

.common-menu-toggle {
  position: relative !important;
  z-index: 1002 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

@media (max-width: 1100px) {
  .common-site-nav {
    z-index: 1001 !important;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }

  .common-site-header.menu-open .common-site-nav {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }

  .common-site-header.menu-open .common-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .common-site-header.menu-open .common-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .common-site-header.menu-open .common-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}



/* =========================================================
   REBUILT HERO — independent from all former hero rules
========================================================= */

.hero-rebuild {
  position: relative;
  width: 100%;
  background: #061022;
  overflow: hidden;
}

.hero-rebuild-stage {
  position: relative;
  width: 100%;
  max-width: 1680px;
  aspect-ratio: 1680 / 927;
  min-height: 590px;
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
}

.hero-rebuild-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-rebuild-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(2, 8, 20, .95) 0%,
      rgba(2, 8, 20, .82) 27%,
      rgba(2, 8, 20, .48) 48%,
      rgba(2, 8, 20, .08) 70%,
      rgba(2, 8, 20, 0) 100%
    ),
    linear-gradient(
      0deg,
      rgba(2, 8, 20, .72) 0%,
      rgba(2, 8, 20, 0) 30%
    );
  pointer-events: none;
}

.hero-rebuild-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding:
    clamp(48px, 5.5vw, 92px)
    clamp(34px, 5vw, 84px)
    clamp(24px, 2.8vw, 42px);
}

.hero-rebuild-copy {
  width: min(720px, 53%);
}

.hero-rebuild-eyebrow {
  margin: 0 0 16px;
  color: #fff2c7;
  font-weight: 800;
  font-size: clamp(.88rem, 1.15vw, 1.08rem);
  letter-spacing: .03em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .9);
}

.hero-rebuild-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .08em;
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.65vw, 4rem);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.035em;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, .52),
    0 7px 24px rgba(0, 0, 0, .95);
}

.hero-rebuild-title span {
  display: block;
  white-space: nowrap;
}

.hero-rebuild-title strong {
  color: #ffd85a;
  font-size: 1.16em;
  text-shadow:
    0 2px 0 #7e4b00,
    0 0 20px rgba(255, 202, 48, .48),
    0 7px 24px rgba(0, 0, 0, .95);
}

.hero-rebuild-lead {
  max-width: 36rem;
  margin: clamp(16px, 2vw, 28px) 0 0;
  color: #f4f7ff;
  font-size: clamp(.95rem, 1.25vw, 1.12rem);
  font-weight: 650;
  line-height: 1.9;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .95);
}

.hero-rebuild-actions {
  display: flex;
  gap: clamp(12px, 1.5vw, 22px);
  width: min(650px, 53%);
  margin-top: auto;
  padding-top: 28px;
}

.hero-rebuild-actions .home-btn {
  flex: 1 1 0;
  min-width: 0;
  min-height: 60px;
}

/* Tablet */
@media (max-width: 1000px) {
  .hero-rebuild-stage {
    min-height: 690px;
    aspect-ratio: auto;
  }

  .hero-rebuild-image {
    object-fit: cover;
    object-position: 62% center;
  }

  .hero-rebuild-shade {
    background:
      linear-gradient(
        90deg,
        rgba(2, 8, 20, .94) 0%,
        rgba(2, 8, 20, .76) 46%,
        rgba(2, 8, 20, .28) 76%,
        rgba(2, 8, 20, .1) 100%
      ),
      linear-gradient(
        0deg,
        rgba(2, 8, 20, .82) 0%,
        rgba(2, 8, 20, 0) 42%
      );
  }

  .hero-rebuild-content {
    padding: 46px 28px 28px;
  }

  .hero-rebuild-copy {
    width: min(650px, 78%);
  }

  .hero-rebuild-actions {
    width: min(620px, 78%);
  }
}

/* Smartphone: text and buttons remain in normal vertical order */
@media (max-width: 700px) {
  .hero-rebuild-stage {
    min-height: 760px;
  }

  .hero-rebuild-image {
    object-fit: cover;
    object-position: 64% center;
  }

  .hero-rebuild-shade {
    background:
      linear-gradient(
        180deg,
        rgba(2, 8, 20, .78) 0%,
        rgba(2, 8, 20, .4) 38%,
        rgba(2, 8, 20, .66) 61%,
        rgba(2, 8, 20, .97) 100%
      ),
      linear-gradient(
        90deg,
        rgba(2, 8, 20, .72) 0%,
        rgba(2, 8, 20, .18) 100%
      );
  }

  .hero-rebuild-content {
    position: relative;
    min-height: 760px;
    padding: 28px 16px 18px;
  }

  .hero-rebuild-copy {
    width: 100%;
  }

  .hero-rebuild-eyebrow {
    margin-bottom: 12px;
    font-size: .78rem;
  }

  .hero-rebuild-title {
    width: 100%;
    font-size: clamp(1.65rem, 7.6vw, 2.18rem);
    line-height: 1.14;
  }

  .hero-rebuild-title span {
    width: 100%;
    white-space: nowrap;
    text-align: left;
  }

  .hero-rebuild-lead {
    width: 100%;
    max-width: 31rem;
    margin-top: 14px;
    font-size: .9rem;
    line-height: 1.72;
  }

  .hero-rebuild-actions {
    flex-direction: column;
    width: 100%;
    margin-top: auto;
    padding-top: 26px;
    gap: 10px;
  }

  .hero-rebuild-actions .home-btn {
    width: 100%;
    min-height: 54px;
  }
}

@media (max-width: 390px) {
  .hero-rebuild-stage,
  .hero-rebuild-content {
    min-height: 735px;
  }

  .hero-rebuild-title {
    font-size: clamp(1.46rem, 7.2vw, 1.82rem);
  }

  .hero-rebuild-lead {
    font-size: .84rem;
  }
}



/* =========================================================
   SITE-WIDE FINAL UNIFICATION
========================================================= */

:root {
  --site-max: 1400px;
  --site-pad: clamp(16px, 2.5vw, 34px);
  --brand-navy: #07152d;
  --brand-navy-2: #0b2445;
  --brand-gold: #f3c74f;
  --brand-cream: #fff7df;
}

/* Sticky header */
.common-site-header {
  position: sticky !important;
  top: 0;
  z-index: 3000 !important;
  width: 100%;
  background: rgba(5, 16, 36, .94) !important;
  border-bottom: 1px solid rgba(243, 199, 79, .25);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.common-header-inner,
.home-shell,
.service-container,
.site-shell {
  width: min(calc(100% - (var(--site-pad) * 2)), var(--site-max)) !important;
  max-width: var(--site-max) !important;
  margin-inline: auto !important;
}

.common-header-inner {
  min-height: 76px;
}

/* Match hero widths to all following content */
.hero-rebuild-stage,
.service-hero-rebuild-stage {
  width: min(calc(100% - (var(--site-pad) * 2)), var(--site-max)) !important;
  max-width: var(--site-max) !important;
  margin-inline: auto !important;
}

/* Remove visual width mismatch around hero */
.hero-rebuild,
.service-hero-rebuild {
  background: #061022;
}

/* Shared service hero */
.service-hero-rebuild {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #061022;
}

.service-hero-rebuild-stage {
  position: relative;
  min-height: clamp(620px, 52vw, 780px);
  aspect-ratio: 16 / 8.8;
  overflow: hidden;
  isolation: isolate;
}

.service-hero-rebuild-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-hero-rebuild--pawn .service-hero-rebuild-image {
  object-position: center 42%;
}

.service-hero-rebuild-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(3, 11, 27, .96) 0%,
      rgba(3, 11, 27, .84) 28%,
      rgba(3, 11, 27, .52) 50%,
      rgba(3, 11, 27, .10) 76%,
      rgba(3, 11, 27, 0) 100%),
    linear-gradient(0deg,
      rgba(3, 11, 27, .74) 0%,
      rgba(3, 11, 27, 0) 34%);
  pointer-events: none;
}

.service-hero-rebuild-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding:
    clamp(50px, 5.4vw, 88px)
    clamp(32px, 5vw, 82px)
    clamp(24px, 2.7vw, 40px);
}

.service-hero-rebuild-copy {
  width: min(730px, 56%);
}

.service-hero-rebuild-eyebrow {
  margin: 0 0 16px;
  color: var(--brand-cream);
  font-size: clamp(.88rem, 1.1vw, 1.05rem);
  font-weight: 850;
  letter-spacing: .03em;
  text-shadow: 0 2px 12px rgba(0,0,0,.95);
}

.service-hero-rebuild-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.45vw, 3.8rem);
  line-height: 1.13;
  font-weight: 950;
  letter-spacing: -.035em;
  text-shadow: 0 4px 22px rgba(0,0,0,.98);
}

.service-hero-rebuild-title span {
  display: block;
  white-space: nowrap;
}

.service-hero-rebuild-title strong {
  color: var(--brand-gold);
  font-size: 1.12em;
  text-shadow:
    0 2px 0 #704200,
    0 0 20px rgba(243,199,79,.46),
    0 4px 22px rgba(0,0,0,.98);
}

.service-hero-rebuild-lead {
  max-width: 37rem;
  margin: clamp(18px, 2vw, 28px) 0 0;
  color: #f4f7ff;
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
  line-height: 1.9;
  font-weight: 650;
  text-shadow: 0 2px 12px rgba(0,0,0,.95);
}

.service-hero-rebuild-actions {
  display: flex;
  gap: clamp(12px, 1.5vw, 20px);
  width: min(650px, 56%);
  margin-top: auto;
  padding-top: 28px;
}

.service-hero-rebuild-actions .home-btn {
  flex: 1 1 0;
  min-width: 0;
  min-height: 60px;
}

/* Pawn page now follows the same navy/gold palette */
.pawn-code-page,
.pawn-code-page main,
.pawn-code-page section {
  --pawn-red: var(--brand-gold);
}

.pawn-code-page .pawn-value-section,
.pawn-code-page .pawn-important,
.pawn-code-page .service-guarantees,
.pawn-code-page .service-final-cta {
  background-color: #f7f8fb !important;
}

.pawn-code-page .pawn-value-card,
.pawn-code-page .pawn-important-card,
.pawn-code-page .service-guarantee-card {
  border-color: rgba(11, 36, 69, .18) !important;
}

.pawn-code-page h2,
.pawn-code-page h3 {
  color: var(--brand-navy) !important;
}

.pawn-code-page .service-kicker,
.pawn-code-page .pawn-value-circle strong {
  color: #b37a00 !important;
}

.pawn-code-page .pawn-value-circle {
  background:
    radial-gradient(circle at 35% 30%, #fffbe9 0%, #fff2b6 45%, #f1c958 100%) !important;
  border-color: #d3a526 !important;
  box-shadow: 0 16px 38px rgba(7, 21, 45, .16) !important;
}

/* Prior pawn reference images */
.pawn-reference-section {
  padding: clamp(34px, 5vw, 72px) 0;
  background: #f7f8fb;
}

.pawn-reference-section--protection {
  padding-top: 0;
}

.pawn-reference-section img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(7, 21, 45, .16);
}

/* Avoid old red gradients on pawn CTA */
.pawn-code-page .pawn-final-cta,
.pawn-code-page .service-final-cta {
  background:
    linear-gradient(135deg, #07152d 0%, #0b2445 62%, #133c68 100%) !important;
}

@media (max-width: 1000px) {
  .common-header-inner {
    min-height: 68px;
  }

  .service-hero-rebuild-stage {
    min-height: 700px;
    aspect-ratio: auto;
  }

  .service-hero-rebuild-image {
    object-position: 62% center;
  }

  .service-hero-rebuild--pawn .service-hero-rebuild-image {
    object-position: 58% center;
  }

  .service-hero-rebuild-content {
    padding: 44px 26px 26px;
  }

  .service-hero-rebuild-copy,
  .service-hero-rebuild-actions {
    width: min(680px, 80%);
  }
}

@media (max-width: 700px) {
  :root {
    --site-pad: 0px;
  }

  .common-header-inner,
  .home-shell,
  .service-container,
  .site-shell {
    width: calc(100% - 28px) !important;
  }

  .hero-rebuild-stage,
  .service-hero-rebuild-stage {
    width: 100% !important;
  }

  .service-hero-rebuild-stage {
    min-height: 760px;
  }

  .service-hero-rebuild-image {
    object-position: 64% center;
  }

  .service-hero-rebuild--pawn .service-hero-rebuild-image {
    object-position: 60% center;
  }

  .service-hero-rebuild-shade {
    background:
      linear-gradient(180deg,
        rgba(3,11,27,.82) 0%,
        rgba(3,11,27,.46) 38%,
        rgba(3,11,27,.68) 62%,
        rgba(3,11,27,.98) 100%),
      linear-gradient(90deg,
        rgba(3,11,27,.66) 0%,
        rgba(3,11,27,.16) 100%);
  }

  .service-hero-rebuild-content {
    position: relative;
    min-height: 760px;
    padding: 28px 16px 18px;
  }

  .service-hero-rebuild-copy {
    width: 100%;
  }

  .service-hero-rebuild-title {
    width: 100%;
    font-size: clamp(1.62rem, 7.4vw, 2.15rem);
  }

  .service-hero-rebuild-title span {
    width: 100%;
    white-space: nowrap;
  }

  .service-hero-rebuild-lead {
    width: 100%;
    margin-top: 14px;
    font-size: .9rem;
    line-height: 1.72;
  }

  .service-hero-rebuild-actions {
    flex-direction: column;
    width: 100%;
    margin-top: auto;
    padding-top: 26px;
    gap: 10px;
  }

  .service-hero-rebuild-actions .home-btn {
    width: 100%;
    min-height: 54px;
  }

  .pawn-reference-section {
    padding: 28px 0;
  }

  .pawn-reference-section img {
    border-radius: 12px;
  }
}

@media (max-width: 390px) {
  .service-hero-rebuild-stage,
  .service-hero-rebuild-content {
    min-height: 735px;
  }

  .service-hero-rebuild-title {
    font-size: clamp(1.42rem, 7vw, 1.78rem);
  }

  .service-hero-rebuild-lead {
    font-size: .84rem;
  }
}



/* =========================================================
   FINAL: Hero buttons below image + pawn background unified
========================================================= */

.hero-rebuild-content,
.service-hero-rebuild-content {
  padding-bottom: clamp(36px, 4vw, 64px) !important;
}

.hero-rebuild-actions,
.service-hero-rebuild-actions {
  position: static !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  transform: none !important;
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hero-below-actions-section {
  position: relative;
  z-index: 3;
  padding: 22px 0 28px;
  background: linear-gradient(180deg, #07152d 0%, #0b2445 100%);
  border-top: 1px solid rgba(243, 199, 79, .18);
  border-bottom: 1px solid rgba(243, 199, 79, .14);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .14);
}

.hero-below-actions-section .site-shell {
  display: flex;
  justify-content: center;
}

.hero-below-actions-section .hero-rebuild-actions,
.hero-below-actions-section .service-hero-rebuild-actions {
  display: flex !important;
  justify-content: center !important;
  gap: clamp(12px, 1.5vw, 22px) !important;
  width: min(720px, 100%) !important;
}

.hero-below-actions-section .home-btn {
  flex: 1 1 0;
  min-width: 0;
  min-height: 60px;
}

/* 質入ページを買取ページと同じ濃紺基調に統一 */
.pawn-code-page,
.pawn-code-page main {
  background: #07152d !important;
}

.pawn-code-page .pawn-value-section,
.pawn-code-page .pawn-reference-section,
.pawn-code-page .pawn-important,
.pawn-code-page .service-guarantees,
.pawn-code-page .service-final-cta {
  background: linear-gradient(180deg, #0a1d38 0%, #0d2747 100%) !important;
}

.pawn-code-page .pawn-value-card,
.pawn-code-page .pawn-important-card,
.pawn-code-page .service-guarantee-card {
  background: rgba(255, 255, 255, .96) !important;
}

.pawn-code-page .pawn-reference-section {
  border-top: 1px solid rgba(243, 199, 79, .10);
}

.pawn-code-page .pawn-reference-section img {
  box-shadow: 0 18px 50px rgba(0, 0, 0, .30) !important;
}

@media (max-width: 700px) {
  .hero-below-actions-section {
    padding: 16px 0 18px;
  }

  .hero-below-actions-section .site-shell {
    width: calc(100% - 28px) !important;
  }

  .hero-below-actions-section .hero-rebuild-actions,
  .hero-below-actions-section .service-hero-rebuild-actions {
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .hero-below-actions-section .home-btn {
    width: 100% !important;
    min-height: 54px;
  }

  .hero-rebuild-content,
  .service-hero-rebuild-content {
    padding-bottom: 28px !important;
  }
}



/* =========================================================
   COMPLETE FINAL: image-only heroes + fixed header
========================================================= */

:root {
  --fixed-header-height: 76px;
}

/* Always-visible fixed header */
.common-site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: rgba(5, 16, 36, .97) !important;
  border-bottom: 1px solid rgba(243, 199, 79, .28) !important;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .34) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: none !important;
}

/* Prevent the fixed header from covering page content */
html {
  scroll-padding-top: calc(var(--fixed-header-height) + 16px);
}

body {
  padding-top: var(--fixed-header-height) !important;
}

/* Image-only hero shared by home, buy and pawn */
.image-only-hero {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #050b17;
}

.image-only-hero-stage {
  width: min(calc(100% - (var(--site-pad) * 2)), var(--site-max));
  max-width: var(--site-max);
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}

.image-only-hero-stage img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

/* Remove any old overlay/content remnants */
.image-only-hero .hero-rebuild-shade,
.image-only-hero .hero-rebuild-content,
.image-only-hero .service-hero-rebuild-shade,
.image-only-hero .service-hero-rebuild-content {
  display: none !important;
}

/* Keep buttons as the separate section below the image */
.hero-below-actions-section {
  margin-top: 0 !important;
}

/* Ensure linked sections are not hidden behind the fixed header */
section[id] {
  scroll-margin-top: calc(var(--fixed-header-height) + 16px);
}

@media (max-width: 1000px) {
  :root {
    --fixed-header-height: 68px;
  }

  .common-header-inner {
    min-height: var(--fixed-header-height) !important;
  }
}

@media (max-width: 700px) {
  .image-only-hero-stage {
    width: 100% !important;
  }

  .image-only-hero-stage img {
    width: 100%;
    height: auto;
  }
}



/* =========================================================
   PAWN 70% PREMIUM BANNER
========================================================= */

.pawn-seven-section {
  padding: clamp(28px, 4vw, 56px) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(32, 62, 104, .45), transparent 55%),
    linear-gradient(180deg, #07152d 0%, #0a1d38 100%);
}

.pawn-seven-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(185px, 230px) 1fr;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  min-height: 185px;
  padding: clamp(22px, 3vw, 34px) clamp(24px, 4vw, 48px);
  overflow: hidden;
  color: #fff8df;
  background:
    radial-gradient(circle at 76% 45%, rgba(166, 41, 20, .28), transparent 42%),
    linear-gradient(90deg, #2a0404 0%, #5f0c08 42%, #330505 100%);
  border: 2px solid #d7a92e;
  border-radius: 18px;
  box-shadow:
    0 0 0 3px rgba(92, 10, 8, .95) inset,
    0 0 0 5px rgba(234, 190, 66, .50) inset,
    0 18px 48px rgba(0, 0, 0, .34);
}

.pawn-seven-banner::before,
.pawn-seven-banner::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 218, 112, .72);
  border-radius: 12px;
  pointer-events: none;
}

.pawn-seven-banner::after {
  inset: 13px;
  border-color: rgba(115, 12, 9, .95);
}

.pawn-seven-emblem {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  text-align: center;
  color: #f3cc61;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .78);
}

.pawn-seven-emblem::before,
.pawn-seven-emblem::after {
  content: "❧";
  position: absolute;
  top: 50%;
  font-size: 2.8rem;
  color: #d5a933;
  transform: translateY(-50%) rotate(-18deg);
}

.pawn-seven-emblem::before {
  left: 0;
}

.pawn-seven-emblem::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1) rotate(-18deg);
}

.pawn-seven-crown {
  margin-bottom: -2px;
  font-size: 2rem;
  line-height: 1;
}

.pawn-seven-emblem-small {
  font-size: .92rem;
  font-weight: 800;
  letter-spacing: .05em;
}

.pawn-seven-emblem strong {
  margin-top: 2px;
  font-size: 1.65rem;
  line-height: 1;
}

.pawn-seven-emblem-large {
  margin-top: 5px;
  font-size: 1.25rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.pawn-seven-content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.pawn-seven-heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: .22em;
  row-gap: .1em;
  line-height: 1;
  text-shadow: 0 3px 12px rgba(0, 0, 0, .72);
}

.pawn-seven-normal {
  color: #fff8e8;
  font-size: clamp(1.05rem, 2vw, 1.72rem);
  font-weight: 800;
  letter-spacing: .02em;
}

.pawn-seven-number {
  margin-inline: .05em;
  color: #f4c64e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 8vw, 7.2rem);
  font-weight: 700;
  line-height: .78;
  background: linear-gradient(180deg, #fff2a9 0%, #f3c84e 42%, #b97b11 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 3px 0 #5b2500);
}

.pawn-seven-rate {
  color: #f0c24b;
  font-family: Georgia, "Yu Mincho", serif;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.pawn-seven-ending {
  margin-left: .1em;
}

.pawn-seven-divider {
  width: 100%;
  height: 1px;
  margin: 18px 0 14px;
  background: linear-gradient(
    90deg,
    rgba(243, 199, 79, 0) 0%,
    rgba(243, 199, 79, .88) 12%,
    rgba(243, 199, 79, .88) 88%,
    rgba(243, 199, 79, 0) 100%
  );
}

.pawn-seven-description {
  margin: 0;
  color: #fff8e8;
  font-size: clamp(.9rem, 1.5vw, 1.15rem);
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: .02em;
}

@media (max-width: 800px) {
  .pawn-seven-banner {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 20px 26px;
    text-align: center;
  }

  .pawn-seven-emblem {
    min-height: 112px;
    max-width: 220px;
    margin-inline: auto;
  }

  .pawn-seven-heading {
    justify-content: center;
  }

  .pawn-seven-description {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .pawn-seven-section {
    padding: 22px 0 30px;
  }

  .pawn-seven-banner {
    border-radius: 12px;
  }

  .pawn-seven-normal {
    font-size: .98rem;
  }

  .pawn-seven-number {
    font-size: 4.2rem;
  }

  .pawn-seven-rate {
    font-size: 2rem;
  }
}

.flow-icon-image{display:flex;align-items:center;justify-content:center;background:none!important;padding:0!important}.flow-icon-image img{width:96px;height:96px;object-fit:contain;display:block}.flow-icon-image img{filter:drop-shadow(0 6px 12px rgba(0,0,0,.25))}@media(max-width:700px){.flow-icon-image img{width:72px;height:72px}}



/* =========================================================
   FINAL POLISH: pawn banner, coded flow, colors, readability
========================================================= */

/* Uploaded pawn assurance banner */
.pawn-assurance-image-section {
  padding: clamp(26px, 4vw, 52px) 0;
  background: linear-gradient(180deg, #07152d 0%, #0a1d38 100%);
}

.pawn-assurance-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.34));
}

/* Pawn flow now matches the coded buy flow */
.pawn-code-page .pawn-flow-code {
  background: #f5f7fb !important;
}

.pawn-code-page .pawn-flow-code .service-section-title h2 {
  color: #07152d !important;
}

.pawn-code-page .pawn-flow-code .service-section-title span {
  background: linear-gradient(90deg, transparent, #d2a62c, transparent) !important;
}

.pawn-code-page .pawn-flow-code .service-flow-grid article {
  background: #fff !important;
  border-color: rgba(7, 21, 45, .13) !important;
  box-shadow: 0 12px 30px rgba(7, 21, 45, .10) !important;
}

.pawn-code-page .pawn-flow-code .service-flow-grid h3 {
  color: #07152d !important;
}

.pawn-code-page .pawn-flow-code .service-flow-grid p {
  color: #4c5668 !important;
}

/* Important heading visibility */
.pawn-code-page .pawn-important .service-kicker,
.pawn-code-page .pawn-important h2 {
  color: #e4bc4d !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.28);
}

.pawn-code-page .pawn-important > .service-container > div:first-child > p:last-child {
  color: #f4f6fb !important;
}

/* Bottom guarantees use same white-card/navy-gold treatment as buy page */
.pawn-code-page .service-guarantees {
  background: #f5f7fb !important;
}

.pawn-code-page .service-guarantee-grid article {
  background: #fff !important;
  border: 1px solid rgba(7, 21, 45, .13) !important;
  box-shadow: 0 12px 30px rgba(7, 21, 45, .10) !important;
}

.pawn-code-page .service-guarantee-grid article > span {
  color: #d2a62c !important;
  background: rgba(210, 166, 44, .10) !important;
  border-color: rgba(210, 166, 44, .35) !important;
}

.pawn-code-page .service-guarantee-grid h3 {
  color: #07152d !important;
}

.pawn-code-page .service-guarantee-grid p {
  color: #4c5668 !important;
}

/* Improve smallest text across the whole site */
html {
  font-size: 17px;
}

small,
.common-brand-sub,
.home-btn small,
footer,
footer a,
footer p,
.service-page small,
[class*="caption"],
[class*="note"],
[class*="meta"] {
  font-size: max(.82rem, 13px) !important;
  line-height: 1.55;
}

.service-flow-grid p,
.service-guarantee-grid p,
.home-benefits p,
.pawn-important p,
.pawn-notice dt,
.pawn-notice dd {
  font-size: max(.94rem, 15px);
  line-height: 1.7;
}

@media (max-width: 700px) {
  html {
    font-size: 16px;
  }

  .pawn-assurance-image-section {
    padding: 20px 0 28px;
  }

  .pawn-assurance-image {
    border-radius: 9px;
  }

  small,
  .common-brand-sub,
  .home-btn small,
  footer,
  footer a,
  footer p {
    font-size: max(.78rem, 12.5px) !important;
  }
}



/* =========================================================
   FINAL CLEANUP ROUND
========================================================= */

/* Compact pawn assurance image without excess vertical whitespace */
.pawn-assurance-image-section {
  padding: clamp(18px, 2.5vw, 34px) 0 !important;
}

.pawn-assurance-image {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 12px !important;
}

/* Pawn flow exactly matches buy flow colors and card treatment */
.pawn-code-page .pawn-flow-code {
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 54, 96, .35), transparent 52%),
    linear-gradient(180deg, #07152d 0%, #08172b 100%) !important;
}

.pawn-code-page .pawn-flow-code .service-section-title h2 {
  color: #e8b841 !important;
}

.pawn-code-page .pawn-flow-code .service-section-title span {
  background: linear-gradient(90deg, transparent, #d7a437) !important;
}

.pawn-code-page .pawn-flow-code .service-section-title span:last-child {
  background: linear-gradient(90deg, #d7a437, transparent) !important;
}

.pawn-code-page .pawn-flow-code .service-flow-grid article {
  background: linear-gradient(180deg, #09182f, #030b18) !important;
  border: 1px solid #b78525 !important;
  box-shadow: inset 0 0 25px rgba(224,174,53,.05) !important;
}

.pawn-code-page .pawn-flow-code .service-flow-grid h3 {
  color: #f2c451 !important;
}

.pawn-code-page .pawn-flow-code .service-flow-grid p {
  color: #eef3fb !important;
}

.pawn-code-page .pawn-flow-code .step-number {
  color: #081426 !important;
  background: #e5b943 !important;
}

/* Return-shipping image banner */
.buy-return-banner-section {
  padding: clamp(20px, 3vw, 38px) 0;
  background: linear-gradient(180deg, #07152d 0%, #091a31 100%);
}

.buy-return-banner-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  filter: drop-shadow(0 12px 26px rgba(0,0,0,.30));
}

/* Remaining two guarantee cards stay centered */
.buy-code-page .service-guarantee-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 900px;
  margin-inline: auto;
}

/* Navigation remains balanced after removing the shop link */
.common-site-nav {
  justify-content: center;
}

@media (max-width: 700px) {
  .pawn-assurance-image-section,
  .buy-return-banner-section {
    padding: 14px 0 20px !important;
  }

  .pawn-assurance-image,
  .buy-return-banner-image {
    border-radius: 7px !important;
  }

  .buy-code-page .service-guarantee-grid {
    grid-template-columns: 1fr !important;
  }
}



/* =========================================================
   FINAL V2: larger flow images, guarantees, contact balance
========================================================= */

/* Larger flow icon images on both buy and pawn pages */
.buy-code-page .flow-icon-image img,
.pawn-code-page .flow-icon-image img {
  width: 132px !important;
  height: 132px !important;
  max-width: none !important;
  object-fit: contain !important;
}

.buy-code-page .service-flow-grid article,
.pawn-code-page .service-flow-grid article {
  min-height: 310px !important;
  padding-top: 24px !important;
}

/* Buy and pawn guarantee sections use exactly the same colors */
.buy-code-page .service-guarantees,
.pawn-code-page .service-guarantees {
  padding: 34px 0 !important;
  background: #f5f7fb !important;
}

.buy-code-page .service-guarantee-grid,
.pawn-code-page .service-guarantee-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: var(--site-max) !important;
  border: 0 !important;
  gap: 16px !important;
  margin-inline: auto !important;
}

.buy-code-page .service-guarantee-grid article,
.pawn-code-page .service-guarantee-grid article {
  min-width: 0;
  background: #fff !important;
  border: 1px solid rgba(7, 21, 45, .13) !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 30px rgba(7, 21, 45, .10) !important;
}

.buy-code-page .service-guarantee-grid article > span,
.pawn-code-page .service-guarantee-grid article > span {
  color: #d2a62c !important;
  background: rgba(210, 166, 44, .10) !important;
}

.buy-code-page .service-guarantee-grid h3,
.pawn-code-page .service-guarantee-grid h3 {
  color: #07152d !important;
}

.buy-code-page .service-guarantee-grid p,
.pawn-code-page .service-guarantee-grid p {
  color: #4c5668 !important;
}

/* Homepage contact section after removing the phone block */
.home-contact-panel {
  grid-template-columns: minmax(0, 1fr) 170px !important;
  gap: 28px !important;
}

.home-contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
}

.home-contact-content .home-contact-line {
  margin-top: 24px;
}

.home-contact-content > small {
  margin-left: 3.25rem;
}

@media (max-width: 1000px) {
  .buy-code-page .flow-icon-image img,
  .pawn-code-page .flow-icon-image img {
    width: 116px !important;
    height: 116px !important;
  }
}

@media (max-width: 700px) {
  .buy-code-page .flow-icon-image img,
  .pawn-code-page .flow-icon-image img {
    width: 96px !important;
    height: 96px !important;
  }

  .buy-code-page .service-flow-grid article,
  .pawn-code-page .service-flow-grid article {
    min-height: 260px !important;
  }

  .buy-code-page .service-guarantee-grid,
  .pawn-code-page .service-guarantee-grid {
    grid-template-columns: 1fr !important;
  }

  .home-contact-panel {
    grid-template-columns: 1fr !important;
    text-align: center;
  }

  .home-contact-content {
    min-height: auto;
    align-items: center;
  }

  .home-contact-content .home-contact-line {
    justify-content: center;
  }

  .home-contact-content > small {
    margin-left: 0;
  }
}



/* =========================================================
   COMPLETE FINAL: dark guarantees, compact mobile flow,
   sticky CTA below fixed header
========================================================= */

/* Pawn guarantees: restore dark navy / gold design */
.pawn-code-page .service-guarantees {
  padding: 30px 0 !important;
  background: linear-gradient(180deg, #07152d 0%, #091a31 100%) !important;
}

.pawn-code-page .service-guarantee-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: var(--site-max) !important;
  gap: 14px !important;
  border: 0 !important;
}

.pawn-code-page .service-guarantee-grid article {
  background: linear-gradient(180deg, #0a1d38 0%, #061326 100%) !important;
  border: 1px solid #b78525 !important;
  border-radius: 10px !important;
  box-shadow:
    inset 0 0 24px rgba(224, 174, 53, .05),
    0 12px 26px rgba(0, 0, 0, .20) !important;
}

.pawn-code-page .service-guarantee-grid article > span {
  color: #e7b23b !important;
  background: transparent !important;
  border: 0 !important;
  text-shadow: 0 0 16px rgba(231, 178, 59, .24);
}

.pawn-code-page .service-guarantee-grid h3 {
  color: #efbd48 !important;
}

.pawn-code-page .service-guarantee-grid p {
  color: #eef3fb !important;
}

/* Sticky CTA, hidden until the normal button area scrolls away */
.service-sticky-cta {
  position: fixed;
  top: var(--fixed-header-height);
  left: 0;
  right: 0;
  z-index: 99990;
  padding: 8px 14px;
  background: rgba(5, 16, 36, .98);
  border-bottom: 1px solid rgba(231, 184, 62, .30);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateY(-115%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform .24s ease,
    opacity .2s ease,
    visibility .2s ease;
}

.service-sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.service-sticky-cta-inner {
  width: min(calc(100% - 20px), 760px);
  margin-inline: auto;
}

.service-sticky-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 10px 22px;
  border: 1px solid #e1b341;
  border-radius: 8px;
  color: #160e00;
  background: linear-gradient(180deg, #fff2a6 0%, #dda92b 100%);
  box-shadow: 0 10px 24px rgba(231, 184, 62, .24);
  font-weight: 950;
  font-size: 1rem;
}

.service-sticky-cta-icon {
  font-size: 1.25rem;
}

/* Avoid anchor targets hiding under both header and sticky CTA */
body.has-sticky-service-cta section[id] {
  scroll-margin-top: calc(var(--fixed-header-height) + 74px);
}

/* Mobile flow cards: shorter cards, larger images */
@media (max-width: 700px) {
  .buy-code-page .service-flow-grid article,
  .pawn-code-page .service-flow-grid article {
    min-height: 0 !important;
    padding: 16px 14px 18px !important;
  }

  .buy-code-page .flow-icon-image,
  .pawn-code-page .flow-icon-image {
    margin: 2px auto 8px !important;
  }

  .buy-code-page .flow-icon-image img,
  .pawn-code-page .flow-icon-image img {
    width: 118px !important;
    height: 118px !important;
  }

  .buy-code-page .service-flow-grid h3,
  .pawn-code-page .service-flow-grid h3 {
    margin: 6px 0 6px !important;
    line-height: 1.35 !important;
  }

  .buy-code-page .service-flow-grid p,
  .pawn-code-page .service-flow-grid p {
    margin: 0 !important;
    line-height: 1.55 !important;
  }

  .pawn-code-page .service-guarantee-grid {
    grid-template-columns: 1fr !important;
  }

  .service-sticky-cta {
    padding: 7px 10px;
  }

  .service-sticky-cta-inner {
    width: 100%;
  }

  .service-sticky-cta-button {
    min-height: 48px;
    padding: 9px 16px;
    font-size: .95rem;
  }
}

@media (max-width: 390px) {
  .buy-code-page .flow-icon-image img,
  .pawn-code-page .flow-icon-image img {
    width: 108px !important;
    height: 108px !important;
  }
}



/* =========================================================
   FINAL V3: buy guarantees match pawn guarantees
========================================================= */
.buy-code-page .service-guarantees {
  padding: 30px 0 !important;
  background: linear-gradient(180deg, #07152d 0%, #091a31 100%) !important;
}

.buy-code-page .service-guarantee-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: var(--site-max) !important;
  gap: 14px !important;
  border: 0 !important;
}

.buy-code-page .service-guarantee-grid article {
  background: linear-gradient(180deg, #0a1d38 0%, #061326 100%) !important;
  border: 1px solid #b78525 !important;
  border-radius: 10px !important;
  box-shadow:
    inset 0 0 24px rgba(224, 174, 53, .05),
    0 12px 26px rgba(0, 0, 0, .20) !important;
}

.buy-code-page .service-guarantee-grid article > span {
  color: #e7b23b !important;
  background: transparent !important;
  border: 0 !important;
  text-shadow: 0 0 16px rgba(231, 178, 59, .24);
}

.buy-code-page .service-guarantee-grid h3 {
  color: #efbd48 !important;
}

.buy-code-page .service-guarantee-grid p {
  color: #eef3fb !important;
}

@media (max-width: 700px) {
  .buy-code-page .service-guarantee-grid {
    grid-template-columns: 1fr !important;
  }
}


/* Products page - 3 category cards balanced */
@media (min-width:701px){
.products-page .results,
body[class*="products"] .results{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:28px !important;
  max-width:980px;
  margin-inline:auto;
}
.products-page .results .result,
body[class*="products"] .results .result{
  width:100%;
}
}


/* FINAL V7 — products category layout */
.products-page #products-category-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 1050px !important;
  margin: 0 auto !important;
  align-items: stretch !important;
}

.products-page #products-category-grid > .result {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

@media (max-width: 700px) {
  .products-page #products-category-grid {
    grid-template-columns: 1fr !important;
    max-width: 520px !important;
    gap: 16px !important;
  }
}


/* =========================================================
   COMPLETE UPDATE: unified results, ranking, future price
========================================================= */
.home-benefit-link{display:flex;align-items:center;gap:14px;width:100%}
.home-benefit-link small{display:block;margin-top:3px;color:#68551f;font-size:.68rem}
.home-person-illustration{width:150px;height:180px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;font-size:0;background:transparent!important;border-radius:0!important}
.home-person-illustration img{width:100%;height:100%;object-fit:contain;object-position:center bottom}
.home-person-card-right .home-person-illustration img{object-position:center bottom}

.unified-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.unified-result-card{position:relative;overflow:hidden;border:1px solid rgba(231,184,62,.36);border-radius:16px;background:linear-gradient(145deg,#0d2547,#041124);box-shadow:0 16px 36px rgba(0,0,0,.22)}
.result-card-main{display:grid;grid-template-columns:minmax(145px,42%) 1fr;gap:18px;padding:20px}
.result-card-image{min-height:230px;border-radius:11px;overflow:hidden;background:radial-gradient(circle,#193b68,#020916)}
.result-card-image img{width:100%;height:100%;min-height:230px;object-fit:contain;padding:8px}
.result-card-info{min-width:0;display:flex;flex-direction:column}
.result-card-info h3{min-height:4.65em;margin:0 0 15px;color:#fff;font-size:1.05rem;line-height:1.55;font-weight:900}
.result-card-info dl{display:grid;gap:10px;margin:auto 0 0}
.result-card-info dl div{padding-bottom:9px;border-bottom:1px solid rgba(255,255,255,.12)}
.result-card-info dt{color:#abb9ce;font-size:.74rem;font-weight:700}
.result-card-info dd{margin:0;color:#fff;font-size:1.03rem;font-weight:900}
.result-card-info dl div:last-child dd{color:#f2c34e}
.result-purchase-price{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;border-top:1px solid rgba(231,184,62,.4);background:linear-gradient(90deg,#5e0a12,#b61d2a)}
.result-purchase-price small{font-weight:900}
.result-purchase-price strong{font-size:1.35rem;line-height:1;color:#fff7cc}

.home-ranking-grid .unified-result-card.rank-1{border-color:#f5d36d;box-shadow:0 18px 42px rgba(189,139,23,.28)}
.home-ranking-grid .rank-1 .result-rank-label,.home-ranking-grid .rank-1 .result-purchase-price{color:#211400;background:linear-gradient(135deg,#fff3a8,#c89318 52%,#ffe790)}
.home-ranking-grid .rank-1 .result-purchase-price strong{color:#251600}
.home-ranking-grid .unified-result-card.rank-2{border-color:#d8e0ec;box-shadow:0 16px 36px rgba(154,171,194,.2)}
.home-ranking-grid .rank-2 .result-rank-label,.home-ranking-grid .rank-2 .result-purchase-price{color:#192230;background:linear-gradient(135deg,#f5f7fb,#9eabbc 52%,#e8edf4)}
.home-ranking-grid .rank-2 .result-purchase-price strong{color:#18202d}
.home-ranking-grid .unified-result-card.rank-3{border-color:#ba7546}
.home-ranking-grid .rank-3 .result-rank-label,.home-ranking-grid .rank-3 .result-purchase-price{color:#fff2e8;background:linear-gradient(135deg,#9a5128,#c17b48 52%,#704020)}
.result-rank-label{position:absolute;z-index:3;top:10px;left:10px;padding:5px 13px;border-radius:999px;color:#fff;background:#09172c;font-size:.78rem;font-weight:900;box-shadow:0 4px 12px rgba(0,0,0,.25)}

.home-ranking-section .home-light-panel{background:#f7f3e9}
.home-ranking-kicker{margin:0;color:#a17918;font-size:.72rem;font-weight:900;letter-spacing:.16em}
.home-ranking-section .home-panel-title{align-items:flex-end}
.home-ranking-section .home-panel-title h2{margin:0}

.home-products-section{padding:74px 0;background:#06152b}
.home-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.home-products-grid a{overflow:hidden;border:1px solid rgba(231,184,62,.38);border-radius:15px;background:#fff;color:#121826;box-shadow:0 16px 35px rgba(0,0,0,.22);transition:.2s}
.home-products-grid a:hover{transform:translateY(-4px)}
.home-products-grid img{width:100%;height:210px;object-fit:cover}
.home-products-grid h3{margin:18px 20px 4px;font-size:1.25rem}
.home-products-grid p{margin:0 20px 20px;color:#596273;font-size:.85rem}

.home-stats-section{padding:48px 0;background:#020916}
.home-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.home-stats-grid article{padding:25px;text-align:center;border:1px solid var(--line)}
.home-stats-grid strong{display:block;color:var(--gold);font-size:2.2rem}

.home-consult-links{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0 10px}
.home-consult-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:11px 18px;border-radius:8px;color:#fff;font-weight:900}
.home-consult-mail{background:linear-gradient(135deg,#d92233,#8d0713)}
.home-consult-line{background:linear-gradient(135deg,#20c75a,#078c38)}
.home-consult-line span{padding:2px 6px;border-radius:4px;color:#0a8b38;background:#fff;font-size:.72rem}
.home-contact-character{font-size:0}
.home-contact-character img{width:100%;max-height:230px;object-fit:contain;object-position:center bottom}
.home-contact-content>small{display:block;color:#6c7480}

.category-check-field{margin-bottom:20px;padding:16px;border:1px solid #d9dde4;border-radius:10px}
.category-check-field legend{padding:0 8px;font-weight:900}
.category-check-field .choice{display:inline-flex;margin:5px 14px 5px 0}

.service-future-link-section{padding:35px 0;background:#06152b}
.service-future-link-card{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:28px;border:1px solid rgba(231,184,62,.38);border-radius:15px;background:linear-gradient(145deg,#0d274b,#051126)}
.service-future-link-card h2{margin:4px 0 8px}
.service-future-link-card p{margin:0;color:#bdc8d9}
.service-future-link-card>a{flex:0 0 auto;padding:13px 19px;border-radius:8px;color:#181000;background:linear-gradient(#fff0a1,#d9a82e);font-weight:900}

.future-hero{position:relative;overflow:hidden;padding:135px 0 110px;background:radial-gradient(circle at 74% 40%,rgba(231,184,62,.22),transparent 34%),linear-gradient(120deg,#020916,#0b2b54)}
.future-hero:after{content:"";position:absolute;inset:auto -10% -150px;height:260px;background:radial-gradient(ellipse,#d7a72c33,transparent 65%)}
.future-hero-inner{position:relative;z-index:1;max-width:850px;text-align:center}
.future-hero h1{margin:8px 0;font-size:clamp(3rem,7vw,6.4rem);line-height:1.05}
.future-hero p{max-width:760px;margin:20px auto;color:#d5deeb;font-size:1.04rem}
.future-primary-btn{display:inline-flex;margin-top:18px;padding:14px 25px;border-radius:8px;color:#1b1200;background:linear-gradient(#fff1a3,#d8a52b);font-weight:900}
.future-summary-section{padding:75px 0;background:#f7f3e9;color:#121826}
.future-summary-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}
.future-summary-grid h2{margin:5px 0;font-size:clamp(2rem,4vw,3.6rem);line-height:1.35}
.future-factors-section{padding:85px 0;background:#06152b}
.future-factor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.future-factor-grid article{padding:25px;border:1px solid rgba(231,184,62,.35);border-radius:14px;background:linear-gradient(145deg,#0c274a,#041125)}
.future-factor-grid b{color:var(--gold);font-size:1.65rem}
.future-factor-grid h3{margin:9px 0}
.future-factor-grid p{margin:0;color:#bdc7d7;font-size:.87rem}
.future-process-section{padding:85px 0;color:#121826;background:#f7f3e9}
.future-process-section .service-section-title h2{color:#121826}
.future-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.future-process-grid article{padding:28px;border-radius:14px;background:#fff;box-shadow:0 13px 30px rgba(0,0,0,.08)}
.future-process-grid span{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;color:#181000;background:var(--gold);font-weight:900}
.future-notice-section{padding:65px 0;background:#06152b}
.future-notice-card{padding:32px;border:1px solid #b88a2d;border-radius:14px;background:#081a32}
.future-notice-card h2{color:var(--gold)}

.results-page .unified-result-card{color:#fff}
.results-note{margin-top:25px;color:#6f7785;font-size:.8rem}
.results-all-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.service-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1050px;margin:auto}

@media(max-width:900px){
  .unified-results-grid,.results-all-grid,.service-latest-grid{grid-template-columns:1fr}
  .future-factor-grid{grid-template-columns:repeat(2,1fr)}
  .future-summary-grid{grid-template-columns:1fr;gap:20px}
  .home-products-grid{grid-template-columns:1fr}
  .service-future-link-card{align-items:flex-start;flex-direction:column}
}
@media(max-width:700px){
  .result-card-main{grid-template-columns:1fr}
  .result-card-image{min-height:285px}
  .result-card-image img{min-height:285px}
  .result-card-info h3{min-height:0}
  .result-purchase-price{padding:14px 16px}
  .home-contact-character{display:block!important}
  .home-contact-character img{max-height:190px}
  .home-consult-links{flex-direction:column}
  .home-consult-btn{width:100%}
  .future-factor-grid,.future-process-grid{grid-template-columns:1fr}
  .future-hero{padding:100px 0 78px}
  .home-person-illustration{width:125px;height:150px}
}


/* =========================================================
   REVISION V3
========================================================= */
@media (min-width:1101px){
  .common-header-inner{max-width:1440px;padding-left:22px;padding-right:22px}
  .common-site-nav{gap:2px}
  .common-nav-link{padding-left:9px;padding-right:9px;font-size:.76rem;white-space:nowrap}
  .common-header-cta{padding-left:13px;padding-right:13px;white-space:nowrap}
}
.home-future-feature-cta{display:inline-flex!important;align-items:center;gap:7px;width:max-content;margin-top:8px!important;padding:7px 12px;border-radius:999px;color:#211600!important;background:linear-gradient(135deg,#fff1a2,#dba92e);box-shadow:0 5px 14px rgba(142,99,0,.2);font-size:.72rem!important;font-weight:900}
.home-future-feature-cta b{font-size:1rem}

.home-flow-section{padding:8px 0 22px}
.home-flow-card{min-height:235px!important;padding:17px 18px!important}
.home-flow-card h3{margin:2px 0 8px!important}
.home-flow-card p{min-height:36px!important;line-height:1.45!important}
.home-flow-visual{margin-top:10px!important;font-size:4rem!important;line-height:1!important}

.home-info-grid{align-items:stretch}
.home-info-grid>article{min-height:100%}
.home-contact-panel{grid-template-columns:minmax(0,1fr) 300px!important;align-items:end!important;padding:22px 28px 0!important}
.home-contact-content{align-self:start}
.home-contact-panel h2{min-height:42px;display:flex;align-items:center;justify-content:center;margin:0 0 14px!important}
.home-contact-character{align-self:end;height:320px;display:flex;align-items:flex-end}
.home-contact-character img{width:100%!important;max-height:none!important;height:100%!important;object-fit:contain!important;object-position:center bottom!important}

.home-ranking-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:13px!important}
.service-latest-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:13px!important;max-width:none!important}
.results-all-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.home-ranking-grid .result-card-main,.service-latest-grid .result-card-main,.results-all-grid .result-card-main{grid-template-columns:1fr!important;gap:10px!important;padding:13px!important}
.home-ranking-grid .result-card-image,.service-latest-grid .result-card-image,.results-all-grid .result-card-image{min-height:185px!important}
.home-ranking-grid .result-card-image img,.service-latest-grid .result-card-image img,.results-all-grid .result-card-image img{min-height:185px!important;padding:5px!important}
.home-ranking-grid .result-card-info h3,.service-latest-grid .result-card-info h3,.results-all-grid .result-card-info h3{min-height:4.5em!important;margin:0 0 8px!important;font-size:.84rem!important;line-height:1.5!important}
.home-ranking-grid .result-card-info dl,.service-latest-grid .result-card-info dl,.results-all-grid .result-card-info dl{gap:5px!important}
.home-ranking-grid .result-card-info dt,.service-latest-grid .result-card-info dt,.results-all-grid .result-card-info dt{font-size:.64rem!important}
.home-ranking-grid .result-card-info dd,.service-latest-grid .result-card-info dd,.results-all-grid .result-card-info dd{font-size:.82rem!important}
.home-ranking-grid .result-purchase-price,.service-latest-grid .result-purchase-price,.results-all-grid .result-purchase-price{display:block!important;padding:10px 12px!important;text-align:center!important}
.home-ranking-grid .result-purchase-price small,.service-latest-grid .result-purchase-price small,.results-all-grid .result-purchase-price small{display:block;margin-bottom:3px}
.home-ranking-grid .result-purchase-price strong,.service-latest-grid .result-purchase-price strong,.results-all-grid .result-purchase-price strong{font-size:1.04rem!important}
.home-ranking-grid .result-rank-label{top:7px;left:7px;padding:4px 9px;font-size:.68rem}

.results-pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin:34px 0 8px}
.results-pagination button{min-width:105px;padding:11px 17px;border:1px solid #c99826;border-radius:7px;color:#fff;background:#07182f;font-weight:900;cursor:pointer}
.results-pagination button:disabled{opacity:.35;cursor:not-allowed}
.results-pagination span{font-weight:900;color:#162033}

.box-market-hero{background:radial-gradient(circle at 80% 35%,rgba(231,184,62,.2),transparent 36%),linear-gradient(120deg,#020916,#0b2b54)}
.box-market-updated{display:inline-block;margin-top:15px!important;padding:7px 12px;border:1px solid rgba(231,184,62,.6);border-radius:999px;color:#f4d36e!important;font-size:.78rem}
.box-market-intro{max-width:760px;margin:0 auto 34px;text-align:center}
.box-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.box-market-card{position:relative;padding:27px;border:1px solid #d6b451;border-radius:14px;background:#fff;box-shadow:0 15px 35px rgba(0,0,0,.08)}
.box-market-card h3{margin:0 0 18px;font-size:1.45rem}
.box-market-status{position:absolute;top:17px;right:17px;padding:5px 10px;border-radius:999px;color:#fff;background:#092042;font-size:.7rem;font-weight:900}
.box-market-card dl{display:grid;gap:10px;margin:0 0 17px}
.box-market-card dl div{display:flex;justify-content:space-between;gap:15px;padding-bottom:9px;border-bottom:1px solid #e3e5e9}
.box-market-card dt{color:#6a7280;font-size:.78rem}
.box-market-card dd{margin:0;font-weight:900}
.box-market-card p{margin:0;color:#5c6572}
.box-market-guide-section{padding:62px 0;background:#06152b}
.box-market-guide{display:flex;align-items:center;justify-content:space-between;gap:30px}
.box-market-guide h2{font-size:clamp(1.8rem,4vw,3rem)}
.box-market-guide p{max-width:720px;color:#bdc7d7}
.product-box-market-link{display:block;color:inherit;text-decoration:none}
.product-box-market-link span{display:inline-block;margin:0 18px 18px;color:#9c7115;font-weight:900}

@media(max-width:700px){
  .home-problem-card{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
  .home-person-card,.home-person-card-right{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:12px!important;min-height:0!important;padding:14px!important;align-items:center!important}
  .home-person-card-right .home-person-illustration{order:0!important}
  .home-person-card-right>div:first-child{order:2!important}
  .home-person-illustration{position:static!important;width:88px!important;height:125px!important;align-self:end!important}
  .home-person-card p,.home-person-card p:last-child{position:relative!important;z-index:2!important;text-align:left!important}
  .home-problem-center{order:-1!important}

  .home-flow-card{min-height:185px!important;padding:14px 16px!important}
  .home-flow-card p{min-height:0!important}
  .home-flow-visual{margin-top:8px!important;font-size:4.2rem!important}

  .home-contact-panel{grid-template-columns:1fr!important;padding:20px 20px 0!important}
  .home-contact-character{height:280px!important;margin-top:8px}
  .home-contact-panel h2{min-height:42px}

  .home-ranking-grid,.service-latest-grid,.results-all-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .home-ranking-grid .result-card-main,.service-latest-grid .result-card-main,.results-all-grid .result-card-main{padding:8px!important;gap:6px!important}
  .home-ranking-grid .result-card-image,.service-latest-grid .result-card-image,.results-all-grid .result-card-image{min-height:150px!important}
  .home-ranking-grid .result-card-image img,.service-latest-grid .result-card-image img,.results-all-grid .result-card-image img{min-height:150px!important;padding:3px!important}
  .home-ranking-grid .result-card-info h3,.service-latest-grid .result-card-info h3,.results-all-grid .result-card-info h3{min-height:4.4em!important;margin-bottom:5px!important;font-size:.69rem!important;line-height:1.45!important}
  .home-ranking-grid .result-card-info dl div,.service-latest-grid .result-card-info dl div,.results-all-grid .result-card-info dl div{padding-bottom:5px!important}
  .home-ranking-grid .result-card-info dt,.service-latest-grid .result-card-info dt,.results-all-grid .result-card-info dt{font-size:.55rem!important}
  .home-ranking-grid .result-card-info dd,.service-latest-grid .result-card-info dd,.results-all-grid .result-card-info dd{font-size:.68rem!important}
  .home-ranking-grid .result-purchase-price,.service-latest-grid .result-purchase-price,.results-all-grid .result-purchase-price{padding:8px 5px!important}
  .home-ranking-grid .result-purchase-price small,.service-latest-grid .result-purchase-price small,.results-all-grid .result-purchase-price small{font-size:.57rem!important}
  .home-ranking-grid .result-purchase-price strong,.service-latest-grid .result-purchase-price strong,.results-all-grid .result-purchase-price strong{font-size:.8rem!important}
  .result-rank-label{top:5px!important;left:5px!important;padding:3px 7px!important;font-size:.58rem!important}

  .box-market-grid{grid-template-columns:1fr}
  .box-market-guide{align-items:flex-start;flex-direction:column}
}


/* REVISION V4 */
.home-benefit-future .home-benefit-link{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px}
.home-benefit-future .home-benefit-copy{margin:0!important;min-width:0}
.home-benefit-future .home-future-feature-cta{margin:0!important;min-width:132px;justify-content:center;text-align:center;line-height:1.35;white-space:normal}
.service-future-link-card .service-future-kicker{color:#e7b83e!important}
.service-future-link-card .service-future-heading{color:#fff!important}
.pawn-page img[src$="sitiire-top.png"]{width:100%;height:auto;display:block;object-fit:cover}
.pawn-page img[src$="sitiire-7wari.png"]{width:100%;height:auto;display:block;object-fit:contain}
.box-market-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}
.box-market-card{padding:0!important;overflow:hidden;background:#fff}
.box-market-image{min-height:205px;background:linear-gradient(145deg,#0d2547,#041124)}
.box-market-image img{width:100%;height:205px;padding:10px;object-fit:contain}
.box-market-card h3{min-height:3.1em;margin:16px 16px 10px!important;font-size:1rem!important;line-height:1.55}
.box-market-card dl{margin:0 16px 18px!important}
.box-market-card dl div{display:block!important;padding:10px 0!important}
.box-market-card dt{display:block;margin-bottom:3px;font-size:.72rem!important}
.box-market-card dd{font-size:1rem}
.box-market-card dl div:last-child dd{color:#a77811}
.box-market-status,.box-market-card>p{display:none!important}
@media(max-width:1100px){.box-market-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:700px){
.home-benefit-future .home-benefit-link{grid-template-columns:auto minmax(0,1fr)!important}
.home-benefit-future .home-future-feature-cta{grid-column:2;justify-self:start;min-width:0}
.box-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
.box-market-image,.box-market-image img{height:150px;min-height:150px}
.box-market-card h3{min-height:4.4em;margin:10px 10px 6px!important;font-size:.72rem!important}
.box-market-card dl{margin:0 10px 12px!important}
.box-market-card dt{font-size:.58rem!important}.box-market-card dd{font-size:.72rem!important}
}


/* =========================================================
   REVISION V5
========================================================= */
.unified-footer-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:34px!important;
}
.footer-business-overview dl{margin:0}
.footer-business-overview dl div{margin:0 0 12px}
.footer-business-overview dt{
  margin-bottom:3px;color:#8e9bae;font-size:.68rem;font-weight:700
}
.footer-business-overview dd{
  margin:0;color:#c8d0dc;font-size:.74rem;line-height:1.65;overflow-wrap:anywhere
}
.footer-business-overview dd a{color:#c8d0dc;text-decoration:none}
.footer-business-overview dd a:hover{color:#e4b23e}
.home-contact-content > small{
  display:block;width:100%;margin:12px 0 0!important;padding:0!important;text-align:left
}
@media(max-width:700px){
  .home-benefit-future .home-benefit-link{
    grid-template-columns:auto minmax(0,1fr) auto!important;
    gap:8px!important;
  }
  .home-benefit-future .home-future-feature-cta{
    grid-column:auto!important;justify-self:end!important;min-width:84px!important;
    padding:7px 8px!important;font-size:.58rem!important;line-height:1.3!important
  }
  .home-benefit-future .home-benefit-copy{
    font-size:.68rem!important;line-height:1.5!important
  }
}
@media(max-width:1000px){
  .unified-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
  .unified-footer-grid{grid-template-columns:1fr 1fr!important;gap:26px 18px!important}
  .footer-business-overview dd{font-size:.68rem}
}


/* =========================================================
   REVISION V6.1 — APPROVED REFINEMENTS ONLY
========================================================= */
html,body{width:100%;max-width:100%;overflow-x:hidden}
.service-container,.container,.home-shell{width:min(1180px,calc(100% - 40px));max-width:100%;box-sizing:border-box}
.common-site-header{position:sticky;top:0;z-index:1000;background:rgba(3,12,28,.88)!important;border-bottom:1px solid rgba(228,181,62,.18)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 8px 28px rgba(0,0,0,.16)}
.common-nav-link{position:relative;transition:color .22s ease,background-color .22s ease}
.common-nav-link::after{content:"";position:absolute;left:18%;right:18%;bottom:4px;height:1px;background:linear-gradient(90deg,transparent,#e4b53e,transparent);transform:scaleX(0);transition:transform .22s ease}
.common-nav-link:hover,.common-nav-link.active{color:#ffe683!important;background:rgba(255,255,255,.035)}
.common-nav-link:hover::after,.common-nav-link.active::after{transform:scaleX(1)}
.btn,.home-btn,.service-sticky-cta-button,.home-consult-btn,.common-header-cta{position:relative;overflow:hidden;isolation:isolate}
.btn::before,.home-btn::before,.service-sticky-cta-button::before,.home-consult-btn::before,.common-header-cta::before{content:"";position:absolute;z-index:-1;top:-70%;left:-32%;width:18%;height:240%;transform:rotate(18deg);background:rgba(255,255,255,.25);transition:left .48s ease}
@media(hover:hover){.btn:hover::before,.home-btn:hover::before,.service-sticky-cta-button:hover::before,.home-consult-btn:hover::before,.common-header-cta:hover::before{left:118%}}
img,svg,video,canvas,iframe{max-width:100%}
.home-benefit-link,.home-benefit-future,.home-contact-content,.service-future-link-card,.service-sticky-cta-inner,.common-header-inner,.unified-footer-grid{min-width:0;max-width:100%;box-sizing:border-box}
.home-benefit-copy,.home-future-feature-cta,.home-contact-content>*,.service-future-link-card>*,.common-header-inner>*{min-width:0}
.image-only-hero-stage,.image-only-hero-stage img{width:100%;max-width:100%}
.home-future-feature-cta{white-space:normal!important;overflow-wrap:anywhere}
.future-cost-section{padding:76px 0;background:#f5f7fb}
.future-cost-panel{padding:34px;border:1px solid rgba(16,38,72,.12);border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(4,18,40,.08)}
.future-cost-panel .service-kicker{margin-bottom:10px}
.future-cost-panel .service-section-title{margin-bottom:18px}
.future-cost-lead{max-width:900px;margin:0;color:#41506a;line-height:1.9}
.future-cost-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.future-cost-item{padding:24px 20px;border:1px solid rgba(16,38,72,.1);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fafc)}
.future-cost-number{display:flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:14px;border-radius:50%;background:#07172e;color:#e4b53e;font-weight:800}
.future-cost-item h3{margin:0 0 8px;color:#10213e;font-size:1.02rem}
.future-cost-item p{margin:0;color:#5d6879;font-size:.9rem;line-height:1.75}
@media(max-width:900px){.service-container,.container,.home-shell{width:min(100% - 28px,1180px)}.common-site-nav{max-width:calc(100vw - 24px);box-sizing:border-box}.future-cost-grid{grid-template-columns:1fr}}
@media(max-width:700px){.section,.light-section,.dark-section,.service-flow-section,.service-guarantees,.home-benefits-section,.future-cost-section{padding-top:56px!important;padding-bottom:56px!important}.section-title,.service-section-title,.home-section-heading{font-size:clamp(1.4rem,6.7vw,1.95rem)!important;line-height:1.45!important}.future-cost-panel{padding:24px 18px}.future-cost-item{padding:20px 17px}.home-benefit-future .home-benefit-link{grid-template-columns:auto minmax(0,1fr) auto!important;width:100%;gap:7px!important}.home-benefit-future .home-future-feature-cta{grid-column:auto!important;justify-self:end!important;min-width:0!important;max-width:96px!important;padding:7px 7px!important;font-size:.56rem!important;line-height:1.3!important}.home-benefit-future .home-benefit-copy{font-size:.67rem!important;line-height:1.45!important;overflow-wrap:anywhere}}
@media(max-width:430px){.service-container,.container,.home-shell{width:calc(100% - 22px)}.unified-footer-grid{grid-template-columns:1fr!important}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


/* =========================================================
   PNG ICON UPDATE
========================================================= */

.home-benefit-icon-image,
.home-reason-icon-image,
.service-guarantee-icon-image,
.pawn-trust-main-icon,
.pawn-trust-corner-icon,
.pawn-trust-staff-image{
  display:block;
  object-fit:contain;
}

.home-benefit-icon-image{
  width:46px;
  height:46px;
  flex:0 0 46px;
}
.home-benefit-png-wrap{
  display:flex!important;
  align-items:center;
  justify-content:center;
}
.home-benefit-png-wrap .home-benefit-icon-image{
  width:48px;
  height:48px;
}

.home-reason-icon-wrap{
  display:flex!important;
  align-items:center;
  justify-content:center;
}
.home-reason-icon-image{
  width:52px;
  height:52px;
}

.service-guarantee-icon-wrap{
  display:flex!important;
  flex:0 0 58px;
  width:58px;
  height:58px;
  align-items:center;
  justify-content:center;
}
.service-guarantee-icon-image{
  width:56px;
  height:56px;
}

/* Pawn reassurance cards */
.pawn-trust-section{
  padding:72px 0;
  background:#031126;
}
.pawn-trust-title{
  margin-bottom:30px;
}
.pawn-trust-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.pawn-trust-card{
  position:relative;
  min-width:0;
  min-height:260px;
  padding:28px 28px 26px;
  overflow:hidden;
  border:1px solid #c89227;
  border-radius:14px;
  background:
    radial-gradient(circle at 90% 10%,rgba(222,174,61,.07),transparent 38%),
    linear-gradient(145deg,#061831,#020b18);
  box-shadow:0 18px 38px rgba(0,0,0,.2);
}
.pawn-trust-heading{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
}
.pawn-trust-main-icon{
  width:52px;
  height:52px;
  flex:0 0 52px;
}
.pawn-trust-card h3{
  margin:0;
  color:#e8bd59;
  font-size:clamp(1.25rem,2vw,1.65rem);
  line-height:1.35;
}
.pawn-trust-card p{
  position:relative;
  z-index:2;
  margin:0;
  color:#e9eef7;
  font-size:.96rem;
  line-height:1.95;
}
.pawn-trust-card strong{
  position:relative;
  z-index:2;
  display:block;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(218,166,51,.52);
  color:#f0b92e;
  font-size:.95rem;
  line-height:1.65;
}
.pawn-trust-corner-icon{
  position:absolute;
  right:18px;
  bottom:12px;
  width:80px;
  height:80px;
  opacity:.72;
}
.pawn-trust-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-top:28px;
  color:#cfd9ee;
  font-size:.92rem;
  text-decoration:none;
}
.pawn-trust-link span{
  color:#e2ad38;
  font-size:1.5rem;
  line-height:1;
}
.pawn-trust-link:hover{
  color:#f0bf55;
}
.pawn-trust-specialist-content{
  display:grid;
  grid-template-columns:minmax(0,1fr) 104px;
  align-items:end;
  gap:10px;
}
.pawn-trust-wordmark{
  margin-top:20px;
  color:#e5b84e;
  font-size:clamp(2rem,4vw,3.25rem);
  font-weight:900;
  letter-spacing:.07em;
  line-height:1;
  text-shadow:0 3px 16px rgba(226,173,56,.2);
}
.pawn-trust-staff-image{
  width:104px;
  height:122px;
  align-self:end;
  opacity:.82;
}

@media(max-width:900px){
  .pawn-trust-grid{
    grid-template-columns:1fr;
  }
  .pawn-trust-card{
    min-height:0;
  }
}

@media(max-width:700px){
  .home-benefit-icon-image{
    width:38px;
    height:38px;
    flex-basis:38px;
  }
  .home-benefit-png-wrap .home-benefit-icon-image{
    width:40px;
    height:40px;
  }
  .home-reason-icon-image{
    width:44px;
    height:44px;
  }
  .service-guarantee-icon-wrap{
    flex-basis:48px;
    width:48px;
    height:48px;
  }
  .service-guarantee-icon-image{
    width:46px;
    height:46px;
  }
  .pawn-trust-section{
    padding:54px 0;
  }
  .pawn-trust-card{
    padding:24px 20px;
  }
  .pawn-trust-main-icon{
    width:46px;
    height:46px;
    flex-basis:46px;
  }
  .pawn-trust-specialist-content{
    grid-template-columns:minmax(0,1fr) 86px;
  }
  .pawn-trust-staff-image{
    width:86px;
    height:102px;
  }
}

@media(max-width:430px){
  .pawn-trust-specialist-content{
    grid-template-columns:minmax(0,1fr) 72px;
  }
  .pawn-trust-staff-image{
    width:72px;
    height:90px;
  }
}


/* =========================================================
   REVISION V6.3
========================================================= */
.cta-png-icon{
  display:block;
  width:28px;
  height:28px;
  object-fit:contain;
  flex:0 0 28px;
}
.home-flow-png-icon{
  display:block;
  width:56px;
  height:56px;
  margin:0 auto 12px;
  object-fit:contain;
}
.pawn-trust-title h2{
  color:inherit!important;
}
.pawn-trust-card h3{
  color:#e8bd59!important;
}
@media(max-width:700px){
  .cta-png-icon{
    width:24px;
    height:24px;
    flex-basis:24px;
  }
  .home-flow-png-icon{
    width:48px;
    height:48px;
  }
}


/* =========================================================
   REVISION V6.5
========================================================= */

/* Larger icons in top buy / pawn buttons */
.hero-rebuild-actions .cta-png-icon{
  width:42px!important;
  height:42px!important;
  flex-basis:42px!important;
}

/* Keep step 1 and 2 image pairs side-by-side inside each card */
.home-flow-visual--pair{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:nowrap;
}
.home-flow-visual--pair .home-flow-png-icon{
  width:56px;
  height:56px;
  margin:0;
  flex:0 0 56px;
}

/* Free appraisal CTA icons */
.service-final-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.service-final-cta-icon{
  display:block;
  width:34px;
  height:34px;
  object-fit:contain;
  flex:0 0 34px;
}

/* Match the trust heading to the pawn flow title */
.pawn-trust-title h2{
  color:#e9bb4e!important;
}
.pawn-trust-title > span{
  background:linear-gradient(90deg,transparent,#d8a93a)!important;
}
.pawn-trust-title > span:last-child{
  background:linear-gradient(90deg,#d8a93a,transparent)!important;
}
.pawn-trust-card h3{
  color:#e9bb4e!important;
}

/* Footer headings use the same gold on every page */
.service-footer-grid h3,
.unified-footer-grid h3,
.footer-business-overview h3{
  color:#e4b23e!important;
}

/* Pawn footer must use the exact shared footer colors */
.pawn-code-page .service-footer{
  background:#020712!important;
  border-top:1px solid rgba(215,164,55,.35)!important;
}
.pawn-code-page .service-footer-grid h3{
  color:#e4b23e!important;
}
.pawn-code-page .service-footer-grid > div > a,
.pawn-code-page .footer-business-overview dd,
.pawn-code-page .footer-business-overview dd a{
  color:#c8d0dc!important;
}
.pawn-code-page .service-footer-bottom{
  color:#7f8ba0!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}

@media(max-width:700px){
  .hero-rebuild-actions .cta-png-icon{
    width:36px!important;
    height:36px!important;
    flex-basis:36px!important;
  }
  .home-flow-visual--pair{
    gap:14px;
  }
  .home-flow-visual--pair .home-flow-png-icon{
    width:48px;
    height:48px;
    flex-basis:48px;
  }
  .service-final-cta-icon{
    width:29px;
    height:29px;
    flex-basis:29px;
  }
}


/* REVISION V6.6 */
.hero-rebuild-actions .home-btn-icon{
  display:flex;align-items:center;justify-content:center;
  width:62px;height:62px;flex:0 0 62px;
}
.hero-rebuild-actions .cta-png-icon{
  width:58px!important;height:58px!important;flex-basis:58px!important;
}
.home-flow-card{
  min-height:0!important;height:auto!important;
  padding-top:20px!important;padding-bottom:20px!important;
}
.home-flow-card .home-flow-visual{margin-bottom:8px!important}
.home-flow-card h3{margin-top:8px!important;margin-bottom:6px!important}
.home-flow-card p{margin-top:0!important;margin-bottom:0!important}

.future-cost-section{background:#031126!important}
.future-cost-panel{
  padding:0!important;border:0!important;border-radius:0!important;
  background:transparent!important;box-shadow:none!important;
}
.future-cost-title h2{color:#e9bb4e!important}
.future-cost-title>span{
  background:linear-gradient(90deg,transparent,#d8a93a)!important;
}
.future-cost-title>span:last-child{
  background:linear-gradient(90deg,#d8a93a,transparent)!important;
}
.future-cost-lead{color:#e8edf6!important}
.future-cost-item{
  border:1px solid rgba(207,155,44,.55)!important;
  background:linear-gradient(145deg,#061831,#020b18)!important;
}
.future-cost-item h3{color:#e9bb4e!important}
.future-cost-item p{color:#e8edf6!important}
.future-cost-number{background:#e4b23e!important;color:#07172e!important}

.service-final-cta-icon{
  display:inline-block!important;width:38px!important;height:38px!important;
  margin-right:10px!important;object-fit:contain!important;vertical-align:middle!important;
}
@media(max-width:700px){
  .hero-rebuild-actions .home-btn-icon{width:54px;height:54px;flex-basis:54px}
  .hero-rebuild-actions .cta-png-icon{
    width:50px!important;height:50px!important;flex-basis:50px!important;
  }
  .service-final-cta-icon{width:32px!important;height:32px!important}
}

.future-flow-section{background:#031126!important}
.future-flow-section .future-cost-title h2{color:#e9bb4e!important}
.future-flow-section .future-cost-title>span{background:linear-gradient(90deg,transparent,#d8a93a)!important}
.future-flow-section .future-cost-title>span:last-child{background:linear-gradient(90deg,#d8a93a,transparent)!important}


/* =========================================================
   BAKUADO V7 - UNIFIED DESIGN SYSTEM
========================================================= */

:root{
  --bakuado-navy:#031126;
  --bakuado-navy-dark:#020712;
  --bakuado-card:#061831;
  --bakuado-gold:#e9bb4e;
  --bakuado-gold-deep:#d8a93a;
  --bakuado-text:#e8edf6;
  --bakuado-muted:#c8d0dc;
  --bakuado-border:rgba(207,155,44,.55);
  --bakuado-radius:18px;
}

/* Header CTA: all pages use text icon only, never PNG */
.common-header-cta img{
  display:none!important;
}
.common-header-cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
}
.common-header-cta > span[aria-hidden="true"]{
  display:inline!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  font-size:1em!important;
  line-height:1!important;
}

/* Shared main service CTA button */
.service-hero-rebuild-actions .home-btn{
  display:flex!important;
  align-items:center!important;
}
.service-hero-cta-png{
  display:block!important;
  width:54px!important;
  height:54px!important;
  flex:0 0 54px!important;
  margin-right:14px!important;
  object-fit:contain!important;
}

/* Final CTA shared between buy and pawn */
.service-final-cta{
  background:linear-gradient(135deg,#071a35,#020916)!important;
  border-top:1px solid rgba(233,187,78,.28)!important;
  border-bottom:1px solid rgba(233,187,78,.28)!important;
}
.service-final-cta .service-container{
  text-align:center!important;
}
.service-final-cta p{
  color:#fff!important;
}
.service-final-cta a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
}
.service-final-cta-icon{
  display:block!important;
  width:48px!important;
  height:48px!important;
  flex:0 0 48px!important;
  margin:0!important;
  object-fit:contain!important;
}

/* Unified major title */
.future-unified-title{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:18px!important;
  margin-bottom:28px!important;
}
.future-unified-title h2{
  margin:0!important;
  color:var(--bakuado-gold)!important;
  text-align:center!important;
}
.future-unified-title > span{
  display:block!important;
  width:min(120px,18vw)!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,var(--bakuado-gold-deep))!important;
}
.future-unified-title > span:last-child{
  background:linear-gradient(90deg,var(--bakuado-gold-deep),transparent)!important;
}

/* Process and high-price-reason sections use one visual system */
.future-process-section,
.future-cost-section{
  background:var(--bakuado-navy)!important;
}
.future-process-section .service-container,
.future-cost-section .service-container{
  padding-top:72px!important;
  padding-bottom:72px!important;
}
.future-process-grid,
.future-cost-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
}
.future-process-grid article,
.future-cost-item{
  min-height:100%!important;
  padding:28px 24px!important;
  border:1px solid var(--bakuado-border)!important;
  border-radius:var(--bakuado-radius)!important;
  background:linear-gradient(145deg,var(--bakuado-card),#020b18)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.2)!important;
  text-align:center!important;
}
.future-process-grid article > span,
.future-cost-number{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:46px!important;
  height:46px!important;
  margin:0 auto 16px!important;
  border-radius:50%!important;
  background:var(--bakuado-gold)!important;
  color:#07172e!important;
  font-weight:900!important;
}
.future-process-grid h3,
.future-cost-item h3{
  color:var(--bakuado-gold)!important;
}
.future-process-grid p,
.future-cost-item p,
.future-cost-lead{
  color:var(--bakuado-text)!important;
}

/* Shared footer headings */
.service-footer-grid h3,
.unified-footer-grid h3,
.footer-business-overview h3{
  color:var(--bakuado-gold)!important;
}

@media(max-width:700px){
  .service-hero-cta-png{
    width:46px!important;
    height:46px!important;
    flex-basis:46px!important;
    margin-right:10px!important;
  }
  .service-final-cta-icon{
    width:42px!important;
    height:42px!important;
    flex-basis:42px!important;
  }
  .future-process-section .service-container,
  .future-cost-section .service-container{
    padding-top:48px!important;
    padding-bottom:48px!important;
  }
  .future-process-grid,
  .future-cost-grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .future-unified-title{
    gap:10px!important;
  }
}


/* V7.1 Sticky CTA uses same blue as header CTA */
.service-sticky-cta,
.service-sticky-cta a,
.sticky-cta,
.sticky-cta a{
background:#0b5ed7!important;
border:1px solid #0b5ed7!important;
color:#fff!important;
}
.service-sticky-cta a:hover,
.sticky-cta a:hover{
background:#0952bd!important;
border-color:#0952bd!important;
}


/* V7.1.1 - Requested fixes only */

/* Smartphone: hide header CTA (restore previous behavior) */
@media (max-width:768px){
  .common-header-cta{
    display:none !important;
  }

  /* Reduce vertical whitespace on cards */
  .home-flow-card,
  .service-card,
  .future-cost-item,
  .future-process-grid article,
  .pawn-trust-card,
  .buy-guarantee-card,
  .feature-card{
    padding-top:16px !important;
    padding-bottom:16px !important;
    min-height:auto !important;
  }

  .home-flow-card h3,
  .service-card h3,
  .future-cost-item h3,
  .future-process-grid h3{
    margin-top:6px !important;
    margin-bottom:6px !important;
  }

  .home-flow-card p,
  .service-card p,
  .future-cost-item p,
  .future-process-grid p{
    margin:0 !important;
    line-height:1.5;
  }
}

/* 査定フォーム確認画面（既存デザインに合わせた追加のみ） */
.confirm-container{max-width:920px}
.confirm-card,.confirm-error{margin:0 auto}
.confirm-list{margin:0}
.confirm-list>div{display:grid;grid-template-columns:190px 1fr;gap:24px;padding:20px 0;border-bottom:1px solid #d9dde4}
.confirm-list>div:first-child{padding-top:0}
.confirm-list dt{font-weight:900;color:#061126}
.confirm-list dd{margin:0;overflow-wrap:anywhere}
.confirm-images{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.confirm-images figure{margin:0}
.confirm-images img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;border:1px solid #d9dde4}
.confirm-images figcaption{margin-top:5px;font-size:.72rem;overflow-wrap:anywhere}
.confirm-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:28px}
.confirm-actions form{margin:0}
.confirm-back{background:#e7e9ed;color:#061126}
.confirm-error h2{margin-top:0}
.confirm-error li{margin:8px 0;color:#a21414;font-weight:700}
@media(max-width:700px){
  .confirm-list>div{grid-template-columns:1fr;gap:8px;padding:16px 0}
  .confirm-images{grid-template-columns:repeat(3,minmax(0,1fr))}
  .confirm-actions{flex-direction:column-reverse;align-items:stretch}
  .confirm-actions form,.confirm-actions .btn{width:100%}
}
