/* ============================================================
   機械屋-SOGABE Official Website
   Theme: Light / White base × Navy × Honda Red
   ============================================================ */

@import url("default.css");

* {-webkit-text-size-adjust:100%;}
a:link {text-decoration:none; color:#333;}
a:visited{text-decoration:none; color:#333;}
a:hover{text-decoration:none; color:#333;}
a:active{text-decoration:none; color:#333;}

.grecaptcha-badge { opacity: 0; pointer-events: none; }
.full-width { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }
.allWrapper { overflow: hidden; }
.container-fluid { width:100%; max-width:1200px; margin-left:auto; margin-right:auto; padding-left:24px; padding-right:24px; }

body { min-width: 1200px; font-size: 15px; line-height: 1.8; color: #333; background-color: #fff; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; font-weight: 500; }
header { position: fixed; left: 0; top: 0; width: 100%; z-index: 100; background: #fff; padding: 0 30px; transition: .3s; }
header .logo img { height: 35px; }
header .wrap { display: flex; justify-content: space-between; align-items: center; }
header .gnav ul { display: flex; align-items: center; }
header .gnav ul li { padding: 0 20px; position: relative; }
header .gnav ul li:before { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; width: 1px; height: 15px; background: #383838; }
header .gnav ul li:last-child:before { display: none; }
header .gnav ul a { padding: 30px 0; display: block; position: relative; transition: .3s; }
header .menu-trg-area { position: fixed; top: 10px; right: 15px; margin: auto; display: none; width: 40px; height: 40px; background: #007acf; border-radius: var(--radius); cursor: pointer;}
header .menu-trigger,
header .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box;}
header .menu-trigger { position: absolute; top: 13px; width: 17px; height: 13px; z-index: 2; left: 0; right: 0; margin: auto;}
header .menu-trigger span { position: absolute; left: 0; width: 100%; height: 1px; background-color: #fff;}
header .menu-trigger span:nth-of-type(1) { top: 0;}
header .menu-trigger span:nth-of-type(2) { top: 6px;}
header .menu-trigger span:nth-of-type(3) { bottom: 0;}
header .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); top: -14px;}
header .menu-trigger.active span:nth-of-type(2) { left: 50%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards;}
header .menu-trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-20px) rotate(45deg); transform: translateY(-20px) rotate(45deg); bottom: -14px;}
.css { height: 80vh; display: flex; align-items: center; justify-content: center; }
.css_block { width: 100px; margin-left: auto; margin-right: auto; border: 2px solid #333; overflow: visible; padding: 1em 2em; border-radius: var(--radius); }
.css_block p { white-space: nowrap; font-size: 17px; font-weight: bold; line-height: 1.6; }
.page-breadcrumb{
  background:#fff;
  margin-top:0;
  padding:14px 0;
}

/* 指示があるまで、サイト全体で影は使用しない。 */
*,
*::before,
*::after{
  box-shadow:none !important;
}
.bread { display: flex; font-size: 13px; margin: 0; flex-wrap: wrap; }
.bread { justify-content:end; }
.bread li { position: relative; display: flex; align-items: center; padding-left: 15px;}
.bread li:first-child { padding-left: 0; }
.bread li:after { content: ""; display: block; border-top: 1px solid #252525; border-right: 1px solid #252525; transform: rotate(45deg); height: 6px; width: 6px; margin-left: 10px; }
.bread li:last-child:after { display: none; }
.bread li a { text-decoration: underline; }


@media (max-width: 991px) {
}
@media (max-width: 767px) {
	body { min-width: 375px; }
	header { padding: 0; background: rgba(255,255,255,.9); }
	header .wrap { height: 60px; }
	header .logo img { width: 200px; }
	header .gnav { position: fixed; left: 0; top: 0; width: 100%; top: 60px; background: rgba(255,255,255,.9); height: 100%; opacity: 0; visibility: hidden; transition: .3s; }
	header .gnav.active { opacity: 1; visibility: visible; }
	header .gnav ul { display: block; padding: 50px 30px; }
	header .gnav ul li { padding-left: 0; padding-right: 0; }
	header .gnav ul li:before { display: none; }
	header .gnav ul li a { padding: 15px 0; border-bottom: 1px solid #E0E2E3; font-weight: bold; position: relative; }
	header .gnav ul li a:after { content: "→"; position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; display: flex; align-items: center; }
	header .gnav ul li:last-child a { border-bottom: 0; }
	header .menu-trg-area { display: block; }
}

/* ---------- Reset & Base ---------- */
*,*::before,*::after{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  scroll-padding-top:90px;
  -webkit-text-size-adjust:100%;
  overflow-x:clip;
}
body{
  margin:0;
  font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN',sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.8;
  color:#1a2333;
  background:#ffffff;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:clip;
  padding-top:69px;
}
img,svg{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none;transition:color .2s ease,opacity .2s ease}
ul{margin:0;padding:0;list-style:none}
button{font-family:inherit;cursor:pointer;border:0;background:transparent;color:inherit}
h1,h2,h3,h4,p{margin:0}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius)}

/* ---------- Variables ---------- */
:root{
  --bg:#ffffff;
  --bg-soft:#f6f8fb;
  --bg-alt:#eef2f8;
  --bg-navy:#0a2348;
  --bg-navy-deep:#061732;
  --line:#e3e8f0;
  --line-strong:#cdd5e2;
  --text:#1a2333;
  --text-body:#3d4a5c;
  --text-mid:#6b7588;
  --text-dim:#9aa3b5;
  --navy:#0a2348;
  --navy-light:#1a3a6a;
  --accent:#0099d6;             /* Water blue (readable) */
  --accent-bright:#02c6ff;      /* Showpiece bright cyan */
  --accent-dark:#006fa6;
  --accent-soft:#e6f6ff;
  --accent-glow:rgba(2,198,255,.35);
  --rakuten:#0a2348;   /* 楽天ボタン: ネイビー */
  --yahoo:#0099d6;     /* Yahoo!ボタン: 水色 */
  --container:1200px;
  --radius:6px;
  --radius-lg:6px;
  --shadow-sm:0 2px 8px rgba(10,35,72,.06);
  --shadow:0 8px 24px rgba(10,35,72,.08);
  --shadow-lg:0 24px 60px rgba(10,35,72,.12);
}

.en,.eyebrow,.section__eyebrow,
.cat-card__no,.feature__no,.trust__no,
.hero__eyebrow,.hero__title-en,.hero__meta strong{
  font-family:'Oswald','Inter',sans-serif;
  letter-spacing:.06em;
}

/* ---------- Utilities ---------- */
.skip-link{position:absolute;left:-9999px;top:0;background:#000;color:#fff;padding:8px 16px;z-index:9999}
.skip-link:focus{left:8px;top:8px}

.section__head{padding:0;text-align:center}
.section__eyebrow{
  font-size:13px;font-weight:600;color:var(--accent);
  margin-bottom:14px;
  display:inline-flex;align-items:center;gap:10px;
}
.section__eyebrow::before,.section__eyebrow::after{
  content:'';display:inline-block;width:30px;height:1px;background:var(--accent);
}
.section__title,
.page-hero__title{
  font-weight:900;
  line-height:1.35;
  letter-spacing:.02em;
  margin-bottom:18px;
  color:var(--navy);
}
.section__title{
  font-size:clamp(28px,4vw,38px);
}
.page-hero__title{
  font-size:42px;
}
.section__lead{
  font-size:16px;
  color:var(--text-body);
  line-height:1.95;
}
.section__head-copy{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.section__head-copy .section__eyebrow{
  margin-bottom:6px;
}
.section__head-copy .section__title{
  margin-bottom:18px;
}
.section__head--left .section__head-copy{
  align-items:flex-start;
}
.section__head--left .section__head-copy .section__eyebrow{
  justify-content:flex-start;
}
.section__head--split{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,2fr);
  gap:10px;
  align-items:end;
  text-align:left;
}
.section__head--split .section__head-copy{
  grid-column:1;
  grid-row:1 / span 2;
  align-items:flex-start;
}
.section__head--split .section__head-copy .section__eyebrow,
.section__head--split .section__head-copy .section__title{
  text-align:left;
  justify-content:flex-start;
}
.section__head--split .section__lead{
  grid-column:2;
  grid-row:1 / span 2;
  text-align:left;
  margin:0;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 22px;border-radius:var(--radius);
  font-weight:700;font-size:14px;letter-spacing:.04em;
  transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,background .2s ease,color .2s ease;
  white-space:nowrap;
}
.btn:hover{
  transform:translateY(-2px);opacity:1;
  box-shadow:0 12px 24px rgba(10,35,72,.14);
}
.btn--sm{padding:8px 14px;font-size:14px}
.btn--lg{padding:16px 30px;font-size:16px}
.btn--l{padding:16px 30px;font-size:16px}
.btn--link{
  background:linear-gradient(135deg,#0a2348 0%,#0a4d8c 55%,#02c6ff 100%);
  background-size:200% 100%;
  background-position:0 0;
  color:#fff;
  border-radius:8px;
  width:180px;
}
.btn--link.btn--lg{color:#fff;}
.btn--link-light{
  background:var(--bg-soft);
  color:var(--navy);
  border:1.5px solid var(--navy);
  border-radius:8px;
}
.btn--link-light.btn--lg{
  color:var(--navy);
}
.btn--link-light:hover{
  background:#f4f7fb;
  color:var(--navy);
}
.btn--navy{
  background:var(--navy);
  color:#fff;
  border:1.5px solid var(--navy);
  border-radius:8px;
}
.btn--navy:hover{
  background:#0c2a56;
  color:#fff;
}
.btn--navy.btn--lg{
  color:#fff;
}
.btn--ghost{
  background:transparent;color:var(--navy);
  border:1.5px solid var(--navy);
}
.btn--ghost:hover{background:var(--navy);color:#fff}
.header__cta .btn--rakuten{background:#bf0000;color:#fff}
.header__cta .btn--rakuten:hover{background:#980000}
.btn--yahoo{background:var(--yahoo);color:#fff}
.btn--yahoo:hover{background:#02c6ff}

/* ============================================================
   Header
============================================================ */
.header{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid var(--line);
}
.header .container-fluid{
  max-width:1400px;
}
.header.is-scrolled{box-shadow:var(--shadow-sm)}
.header__inner{
  display:flex;align-items:center;gap:30px;
}
.logo{display:flex;align-items:center;gap:12px}
.logo__mark{display:flex}
.logo__text{display:flex;flex-direction:column;line-height:1.1}
.logo__main{font-size:22px;font-weight:900;letter-spacing:.02em;color:var(--navy)}
.logo__main em{font-style:normal;color:var(--accent);font-family:'Oswald',sans-serif;font-weight:700}
.logo__sub{font-size:12px;color:var(--navy);font-family:'Noto Sans JP',sans-serif;letter-spacing:.06em;margin-top:2px}

.gnav{margin-left:auto}
.gnav__list{display:flex;gap:4px}
.gnav__link{
  display:inline-flex;align-items:center;gap:6px;
  padding:10px 14px;
  font-size:14px;font-weight:700;color:var(--navy);
  border-radius:var(--radius);
  position:relative;
  transition:color .2s ease;
}
.gnav__link::after{
  content:'';
  position:absolute;
  left:14px;
  right:14px;
  bottom:20px;
  height:2px;
  background:var(--navy);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}
.gnav__link:hover{
  background:transparent;
  color:#0a2348;
}
.gnav__link:hover::after{transform:scaleX(1)}

.header__cta{display:flex;gap:8px;margin-left:8px}
.header__cta a{color:#fff}
.header__cta .btn{border-radius:8px}

.hamburger{
  display:none;width:40px;height:40px;
  flex-direction:column;justify-content:center;align-items:center;gap:5px;
}
.hamburger span{
  display:block;width:22px;height:2px;background:var(--navy);
  transition:transform .25s ease,opacity .25s ease;
}
.hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger[aria-expanded="true"] span:nth-child(2){opacity:0;transform:scaleX(0);visibility:hidden}
.hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media(max-width:1100px){.header__cta{display:none}}
@media(max-width:900px){
  body{padding-top:65px}
  .header{
    z-index:10002;
  }
  .logo__sub{font-size:10px}
  .gnav{
    position:fixed;top:0;left:0;right:0;bottom:0;
    z-index:10000;
    display:block;
    background:#fff;
    backdrop-filter:none;
    padding:0;
    overflow-y:auto;
    margin-left:0;
    box-shadow:0 12px 24px rgba(10,35,72,.08);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-10px);
    transition:opacity .35s ease,transform .35s ease,visibility 0s linear .35s;
  }
  .gnav.is-open{
    display:block;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
    transition:opacity .35s ease,transform .35s ease,visibility 0s;
  }
  .gnav__list{
    flex-direction:column;
    gap:0;
    width:100%;
    min-height:100vh;
    padding:80px 30px 24px;
    background:#fff;
  }
  .gnav__link{
    padding:18px 0;
    border-bottom:1px solid var(--line);
    width:100%;
    font-size:16px;
  }
  .hamburger{display:flex;margin-left:auto;position:relative;z-index:10003}
}

/* ============================================================
   Mega Menu
============================================================ */
.megamenu{
  position:absolute;left:0;right:0;top:100%;
  background:#ffffff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  box-shadow:var(--shadow-lg);
  opacity:0;visibility:hidden;
  transform:translateY(-10px);
  transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s;
}
.megamenu.is-open{
  opacity:1;visibility:visible;transform:translateY(0);
  transition:opacity .3s ease,transform .3s ease,visibility 0s;
}
.megamenu[hidden]{display:block}
.megamenu__inner{padding:40px 24px}
.megamenu__head{margin-bottom:28px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap}
.megamenu__title{
  font-size:22px;font-weight:900;color:var(--navy);
  display:flex;align-items:baseline;gap:14px;
}
.megamenu__title span{
  font-family:'Oswald',sans-serif;font-size:13px;color:var(--accent);
  letter-spacing:.2em;font-weight:500;
}
.megamenu__lead{color:var(--text-mid);font-size:14px}
.megamenu__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.mega-card{
  display:flex;align-items:center;gap:14px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 0 0 rgba(10,35,72,0);
  transition:transform .25s ease,box-shadow .3s ease,background .25s ease,border-color .25s ease;
  position:relative;overflow:hidden;
}
.mega-card::before{
  content:'';position:absolute;left:0;top:0;bottom:0;width:3px;
  background:var(--accent);
  transform:scaleY(0);transform-origin:top;
  transition:transform .3s ease;
}
.mega-card:hover{
  background:var(--accent-soft);
  border-color:rgba(2,198,255,.3);
  transform:translateY(-2px);opacity:1;
  box-shadow:0 4px 10px rgba(10,35,72,.08);
}
.mega-card:hover::before{transform:scaleY(1)}
.mega-card__icon{
  width:48px;height:48px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:var(--accent-soft);
  border-radius:var(--radius);
  color:var(--accent);
}
.mega-card__icon svg{width:28px;height:28px}
.mega-card__title{display:block;font-size:14px;font-weight:700;color:var(--navy);margin-bottom:2px}
.mega-card__desc{display:block;font-size:11px;color:var(--text-mid);line-height:1.5}
.megamenu__foot{
  margin-top:28px;padding-top:24px;
  border-top:1px solid var(--line);
  text-align:right;
}
.megamenu__all{
  font-family:'Oswald',sans-serif;
  font-size:14px;letter-spacing:.1em;
  color:var(--accent);font-weight:700;
}
@media(max-width:1100px){.megamenu__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:768px){
  .megamenu__grid{grid-template-columns:repeat(2,1fr)}
  .megamenu__inner{padding:24px 20px}
}

@media(max-width:480px){.megamenu__grid{grid-template-columns:1fr}}

/* ============================================================
   Hero Slider
============================================================ */
.hero{
  position:relative;
  min-height:min(90vh,820px);
  overflow:hidden;
  background:#06121f;
  isolation:isolate;
}

.hero__slider{
  position:absolute;inset:0;
  z-index:0;
}

.hero__slide{
  position:absolute;inset:0;
  display:flex;align-items:center;
  padding:130px 24px 180px;
  opacity:0;
  visibility:hidden;
  transition:opacity 1s ease,visibility 0s linear 1s;
  pointer-events:none;
}
.hero__slide.is-active{
  opacity:1;
  visibility:visible;
  transition:opacity 1s ease,visibility 0s;
  pointer-events:auto;
}

/* Background photo */
.hero__slide-bg{
  position:absolute;inset:0;
  background-size:cover;
  background-position:center;
  background-color:#0a2348;
  transform:scale(1.08);
  transition:transform 8s ease-out;
  z-index:0;
}
.hero__slide.is-active .hero__slide-bg{transform:scale(1.0)}

/* Subtle overlay — keep product photo visible, darken only text area */
.hero__slide-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(0deg,
      rgba(0,0,0,.22) 0%,
      rgba(0,0,0,.22) 100%
    ),
    /* horizontal: gentle darken on left where text sits, clear on right where product shows */
    linear-gradient(100deg,
      rgba(6,18,31,.55) 0%,
      rgba(6,18,31,.28) 30%,
      rgba(6,18,31,.08) 55%,
      transparent 80%
    ),
    /* vertical: clear top, faint darken at bottom for meta strip readability */
    linear-gradient(180deg,
      transparent 0%,
      transparent 55%,
      rgba(6,18,31,.4) 100%
    );
  z-index:1;
}
.hero__slide-overlay--left{
  background:
    linear-gradient(0deg,
      rgba(0,0,0,.18) 0%,
      rgba(0,0,0,.18) 100%
    ),
    linear-gradient(100deg,
      rgba(6,18,31,.45) 0%,
      rgba(6,18,31,.2) 35%,
      transparent 70%
    ),
    linear-gradient(180deg,
      transparent 0%,
      transparent 60%,
      rgba(6,18,31,.4) 100%
    );
}

/* Content */
.hero__inner{
  position:relative;z-index:2;
  width:100%;
  color:#fff;
  transform:translateY(20px);
  opacity:0;
  transition:transform .9s cubic-bezier(.2,.7,.2,1) .2s,opacity .9s ease .2s;
}
.hero__slide.is-active .hero__inner{
  transform:translateY(0);opacity:1;
}

/* ---------- Brand slide (slide 1) ---------- */
.hero__eyebrow{
  display:flex;align-items:center;gap:14px;
  font-size:13px;font-weight:700;letter-spacing:.06em;
  color:#02c6ff;
  margin-bottom:24px;
}
.hero__eyebrow-line{display:inline-block;width:50px;height:1px;background:#02c6ff}
.hero__title{
  margin-bottom:30px;
  text-shadow:0 2px 6px rgba(0,0,0,.7),0 10px 40px rgba(0,0,0,.55);
}
.hero__title-jp{
  display:block;
  font-size:clamp(44px,8vw,92px);
  font-weight:900;
  letter-spacing:.02em;
  line-height:1.12;
  color:#fff;
}
.hero__title-jp em{
  font-style:normal;
  font-weight:900;
}
.hero__title-keyword{
  color:#02c6ff;
  text-shadow:
    0 0 6px rgba(255,255,255,.26),
    0 0 16px rgba(255,255,255,.14),
    0 0 34px rgba(255,255,255,.06);
}
.hero__title-keyword--mountain{
  color:#69b84f;
}
.hero__title-en{
  display:block;
  font-family:'Oswald',sans-serif;
  font-size:clamp(16px,2vw,22px);
  font-weight:500;
  letter-spacing:.14em;
  color:rgba(255,255,255,.6);
  margin-top:14px;
}
.hero__lead{
  max-width:580px;
  font-size:16px;line-height:2;
  color:rgba(255,255,255,.95);
  margin-bottom:38px;
}
.hero__eyebrow,.hero__product-tag,.hero__product-sub{
  text-shadow:0 1px 3px rgba(0,0,0,.6);
}
.hero__cta{display:flex;gap:14px;flex-wrap:wrap}

/* ---------- Product slide (slide 2-4) ---------- */
.hero__product-tag{
  display:inline-flex;align-items:center;gap:10px;
  font-family:'Oswald',sans-serif;
  font-size:12px;letter-spacing:.2em;font-weight:500;
  color:rgba(255,255,255,.85);
  margin-bottom:22px;
}
.hero__product-tag span{
  display:inline-block;padding:4px 10px;
  background:#02c6ff;color:#06121f;
  font-weight:700;border-radius:3px;
  letter-spacing:.15em;
}
.hero__product-sub{
  display:block;
  font-family:'Oswald',sans-serif;
  font-size:clamp(14px,1.5vw,18px);
  letter-spacing:.1em;font-weight:500;
  color:#02c6ff;
  margin-bottom:10px;
}
.hero__product-name{
  font-size:clamp(32px,5.5vw,60px);
  font-weight:900;line-height:1.25;letter-spacing:.02em;
  color:#fff;
  margin-bottom:28px;
  text-shadow:0 2px 6px rgba(0,0,0,.7),0 10px 40px rgba(0,0,0,.55);
}
.hero__product-name em{
  font-style:normal;
  font-weight:900;
  color:#02c6ff;
  text-shadow:0 0 40px rgba(2,198,255,.6);
}
.hero__product-feats{
  display:flex;flex-wrap:wrap;gap:8px;
  margin-bottom:18px;
}
.hero__product-feats li{
  display:inline-flex;align-items:center;
  padding:8px 14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  border-radius:50px;
  font-size:12px;font-weight:500;color:#fff;
  letter-spacing:.05em;
}
.hero__product-feats li::before{
  content:'';display:inline-block;
  width:5px;height:5px;border-radius:50%;
  background:#02c6ff;margin-right:8px;
  box-shadow:0 0 8px rgba(2,198,255,.8);
}
.hero__product-copy{
  max-width:620px;
  margin:0 0 12px;
  color:rgba(255,255,255,.94);
  font-size:14px;
  line-height:1.7;
  text-shadow:0 1px 3px rgba(0,0,0,.6);
}

/* ---------- Slider Controls ---------- */
.hero__nav{
  position:absolute;top:50%;
  z-index:5;
  width:56px;height:56px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.2);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-radius:50%;
  color:#fff;
  cursor:pointer;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
  transform:translateY(-50%);
}
.hero__nav:hover{
  background:rgba(2,198,255,.2);
  border-color:#02c6ff;
}
.hero__nav--prev{left:30px}
.hero__nav--next{right:30px}

.hero__controls{
  position:absolute;
  left:50%;transform:translateX(-50%);
  bottom:140px;
  z-index:5;
  display:flex;align-items:center;gap:24px;
}
.hero__dots{display:flex;gap:8px}
.hero__dot{
  position:relative;
  width:32px;height:32px;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  padding:0;
}
.hero__dot span{
  display:block;width:28px;height:2px;
  background:rgba(255,255,255,.3);
  border-radius:2px;
  transition:background .3s ease,width .3s ease;
  overflow:hidden;position:relative;
}
.hero__dot:hover span{background:rgba(255,255,255,.6)}
.hero__dot.is-active span{
  background:rgba(255,255,255,.2);
  width:48px;
}
.hero__dot.is-active span::after{
  content:'';position:absolute;left:0;top:0;height:100%;
  background:#02c6ff;
  width:0%;
  animation:dotProgress 6s linear forwards;
  box-shadow:0 0 8px rgba(2,198,255,.7);
}
@keyframes dotProgress{
  from{width:0}
  to{width:100%}
}
.hero__counter{
  display:flex;align-items:center;gap:12px;
  font-family:'Oswald',sans-serif;
  font-size:13px;letter-spacing:.15em;
  color:rgba(255,255,255,.85);
}
.hero__counter [data-current]{color:#02c6ff;font-weight:700;font-size:16px}
.hero__counter-divider{
  display:inline-block;width:30px;height:1px;background:rgba(255,255,255,.4);
}

/* ---------- KPI Meta Strip ---------- */
.hero__meta{
  position:absolute;
  left:0;right:0;bottom:0;
  z-index:4;
  display:grid;grid-template-columns:repeat(4,1fr);
  background:linear-gradient(180deg,transparent,rgba(6,18,31,.7) 30%);
  padding:24px 24px 22px;
  max-width:100%;
  border-top:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
}
.hero__meta li{
  display:flex;flex-direction:column;align-items:center;gap:4px;
  padding:0 12px;
  border-right:1px solid rgba(255,255,255,.1);
}
.hero__meta li:last-child{border-right:none}
.hero__meta strong{
  font-size:clamp(20px,2.6vw,28px);
  font-weight:700;color:#fff;
  display:flex;align-items:baseline;
  font-family:'Oswald',sans-serif;letter-spacing:.04em;
}
.hero__meta strong span{font-size:20px;color:#02c6ff;margin-left:2px}
.hero__meta li span:last-child{font-size:16px;color:rgba(255,255,255,.6);letter-spacing:.12em}

.hero__scroll{
  position:absolute;
  right:30px;bottom:120px;
  z-index:5;
  font-family:'Oswald',sans-serif;
  font-size:11px;letter-spacing:.3em;
  color:rgba(255,255,255,.6);
  display:flex;align-items:center;gap:10px;
  writing-mode:vertical-rl;
}
.hero__scroll span{
  display:block;width:1px;height:40px;
  background:linear-gradient(180deg,rgba(255,255,255,.7),transparent);
  animation:scrolllline 2s ease-in-out infinite;
}
@keyframes scrolllline{
  0%{transform:scaleY(0);transform-origin:top}
  50%{transform:scaleY(1);transform-origin:top}
  51%{transform:scaleY(1);transform-origin:bottom}
  100%{transform:scaleY(0);transform-origin:bottom}
}

/* Light ghost button variant for use on photo bg */
.btn--ghost-light{
  background:#fff;
  color:var(--navy);
  border-color:#fff;
}
.btn--ghost-light:hover{background:#f4f7fb;border-color:#f4f7fb;color:var(--navy)}

/* Responsive */
@media(max-width:900px){
  .hero{min-height:min(86vh,700px)}
  .hero__nav{width:44px;height:44px}
  .hero__nav--prev{left:14px}
  .hero__nav--next{right:14px}
  .hero__controls{bottom:130px}
}
@media(max-width:768px){
  .hero{min-height:0;overflow-x:hidden;overflow-y:visible}
  .hero__slider{position:relative;inset:auto;height:100vh;min-height:680px}
  .hero__slide{padding:100px 0 200px}
  .hero__slide-overlay{display:block;position:absolute;inset:0;height:auto}
  .hero__title-jp{font-size:40px}
  .hero__product-name{font-size:30px}
  .hero__lead{font-size:14px}
  .hero__title,
  .hero__title-jp em,
  .hero__eyebrow,
  .hero__product-tag,
  .hero__product-sub,
  .hero__product-name{
    text-shadow:none;
  }
  .hero__meta{display:grid;grid-template-columns:repeat(2,1fr);position:static;left:auto;right:auto;bottom:auto;padding:16px 18px}
  .hero__meta li span:last-child{font-size:14px}
  .hero__meta li{border-right:none;border-bottom:1px solid rgba(255,255,255,.08);padding:6px 0}
  .hero__meta li:last-child{border-bottom:none}
  .hero__scroll{display:none}
  .hero__controls{top:calc(100vh - 80px);bottom:auto}
  .hero__cta .btn{width:100%}
  .hero__product-feats li{font-size:11px;padding:6px 12px}
}
@media(max-width:480px){
  .hero__nav{display:none}
}

/* ============================================================
   Trust Strip
============================================================ */
.trust{
  background:var(--navy);
  color:#fff;
  padding:30px 0;
}
.trust__list{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
}
.trust__list li{display:flex;align-items:center;gap:20px;justify-content:center}
.trust__list li.reveal{
  border-right:1px solid rgba(255,255,255,.18);
  padding-right:20px;
}
.trust__list li.reveal:last-child{
  border-right:0;
  padding-right:0;
}
.trust__no{
  font-family:'Oswald',sans-serif;font-size:30px;font-weight:700;
  color:#66e0ff;line-height:1;
}
.trust__list strong{display:block;color:#fff;font-size:18px;margin-bottom:2px}
.trust__list div{font-size:14px;color:rgba(255,255,255,.7)}
@media(max-width:768px){
  .trust__list{grid-template-columns:1fr;gap:16px}
  .trust__list li.reveal{
    justify-content:flex-start;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.18);
    padding-right:0;
    padding-bottom:16px;
  }
  .trust__no{
    width:48px;
    flex:0 0 48px;
    text-align:right;
  }
  .trust__list li.reveal:last-child{
    border-bottom:0;
    padding-bottom:0;
  }
}

/* ============================================================
   Categories
============================================================ */
.categories{padding:110px 0;background:#fff}
.company-overview{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);
  align-items:center;
  gap:64px;
  position:relative;
}
.company-overview__media{
  position:relative;
  min-height:640px;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
  gap:20px;
  align-items:stretch;
  margin-left:calc(-1 * (100vw - min(100vw, 1200px)) / 2 - 24px);
  padding-right:24px;
}
.company-overview__photo{
  margin:0;
  overflow:hidden;
  border-radius:var(--radius);
  box-shadow:0 22px 50px rgba(10,35,72,.16);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.company-overview__photo--main{
  width:100%;
  border-radius:0 var(--radius) var(--radius) 0;
  padding-top:100%;
}
.company-overview__photo--sub{
  width:100%;
  border-radius:var(--radius);
  padding-top:72%;
}
.company-overview__content{
  padding:22px 0 22px 0;
}
.section__head--left{
  text-align:left;
}
.section__head--left .section__eyebrow{
  justify-content:flex-start;
}
.section__head--left .section__lead{
  margin:0;
}
.company-overview__body{
  margin-top:36px;
}
.company-overview__text{
  color:var(--text-body);
  line-height:2;
  margin-bottom:10px;
}
.company-overview__text--mb30{
  margin-bottom:30px;
}
.company-overview__btn{
  display:flex;
  margin-left:auto;
}
@media(max-width:560px){
  .categories{padding:70px 0}
}

/* ============================================================
   Lower Pages
============================================================ */
.page-hero{
  position:relative;
  min-height:700px;
  overflow:hidden;
  background:#06121f;
  display:flex;
  align-items:flex-end;
  color:#fff;
}
.page-hero__bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.06);
}
.page-hero__content{
  position:relative;
  z-index:1;
  width:53%;
  max-width:calc(100% - 24px);
  padding:40px 100px;
  margin:0;
  background:rgba(255,255,255,.5);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  border-radius:0 var(--radius-lg) 0 0;
  overflow:hidden;
}
.page-hero .section__eyebrow{
  color:var(--accent);
}
.page-hero .section__head-copy{
  align-items:flex-start;
}
.page-hero .section__title{
  text-align:left;
  color:var(--navy);
}
.page-hero .section__lead{
  color:var(--text-body);
  margin-top:18px;
}
.page-section{
  padding:110px 0;
}
.page-section--alt{
  background:var(--bg-soft);
}
.news-page{
  background:#fff;
}
.news-page .page-hero{
  min-height:420px;
}
.news-page__section{
  padding:100px 0 120px;
}
.news-page__list{
  max-width:980px;
  margin:0 auto;
  border-top:1px solid var(--line);
}
.news-page__item{
  border-bottom:1px solid var(--line);
}
.news-page__link{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) 16px;
  gap:0;
  align-items:center;
  padding:28px 18px;
  color:var(--text-body);
  transition:background .25s ease,color .25s ease;
}
.news-page__link:hover{
  background:var(--bg-soft);
  color:var(--navy);
}
.news-page__date{
  width:auto;
  margin-right:18px;
  font-family:'Inter',sans-serif;
  font-size:14px;
  font-weight:600;
  letter-spacing:.04em;
}
.news-page__title{
  width:auto;
  margin-left:18px;
  font-size:17px;
  font-weight:700;
  line-height:1.7;
}
.news-page__arrow{
  color:var(--accent-dark);
  font-size:22px;
  line-height:1;
}
.news-pagination{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:44px;
}
.news-pagination__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 12px;
  border:1px solid var(--line-strong);
  border-radius:50%;
  background:#fff;
  color:var(--navy);
  font-family:'Inter',sans-serif;
  font-size:14px;
  font-weight:700;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.news-pagination__button:hover,
.news-pagination__button:focus-visible{
  border-color:var(--accent);
  background:var(--bg-soft);
}
.news-pagination__button[aria-current="page"]{
  border-color:var(--navy);
  background:var(--navy);
  color:#fff;
}
.news-pagination__button:disabled{
  cursor:not-allowed;
  opacity:.35;
}
.news-article{
  max-width:880px;
  margin:0 auto;
}
.news-article__header{
  padding-bottom:30px;
  border-bottom:1px solid var(--line);
}
.news-article__meta{
  display:flex;
  align-items:center;
  gap:16px;
  color:var(--text-muted);
  font-family:'Inter',sans-serif;
  font-size:14px;
}
.news-article__title{
  margin-top:20px;
  color:var(--navy);
  font-size:clamp(26px,4vw,32px);
  font-weight:900;
  line-height:1.45;
}
.news-article__body{
  padding:0 0 50px;
  color:var(--text-body);
  font-size:16px;
  line-height:2;
}
.news-article__body > .news-article__title{
  margin:0 0 26px;
}
.news-article__back{
  display:flex;
  width:max-content;
  margin:0 auto;
}
@media(max-width:768px){
  .news-page .page-hero{min-height:300px}
  .news-page__section{padding:54px 0 70px}
  .news-page__link{
    grid-template-columns:max-content minmax(0,1fr) 16px;
    gap:10px 14px;
    padding:22px 0;
  }
  .news-page__date{grid-column:1;grid-row:1;margin-right:0}
  .news-page__title{grid-column:1 / span 2;grid-row:2;width:auto;margin-left:0;font-size:15px}
  .news-page__arrow{grid-column:3;grid-row:1 / span 2;align-self:center}
  .news-pagination{margin-top:32px}
  .news-article{display:flex;flex-direction:column}
  .news-article__header{order:0}
  .news-article__header{padding-bottom:22px}
  .news-article__meta{gap:12px;font-size:13px}
  .news-article__body{order:1;padding:30px 0 40px;font-size:15px;line-height:1.9}
  .news-article__back{order:2}
}
.company-profile__grid{
  display:grid;
  grid-template-columns:minmax(420px,1.15fr) minmax(0,.85fr);
  gap:50px;
  align-items:start;
}
.company-profile__media{
  align-self:stretch;
}
.company-profile__image{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
}
.company-profile__copy{
  padding:0;
}
.company-profile__copy .section__head{
  text-align:left;
}
.company-profile__copy .section__eyebrow{
  justify-content:flex-start;
}
.company-profile__copy .section__head-copy{
  align-items:flex-start;
}
.company-profile__copy .section__lead{
  text-align:left;
  margin:0;
}
.company-profile__body{
  margin-top:28px;
}
.company-profile__text{
  color:var(--text-body);
  line-height:2;
}
.company-profile__text + .company-profile__text{
  margin-top:14px;
}
.company-timeline{
  display:grid;
  gap:18px;
  margin-top:36px;
}
.company-timeline__item{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:20px;
  padding:22px 24px;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.company-timeline__year{
  font-family:'Oswald',sans-serif;
  font-size:18px;
  color:var(--accent);
  letter-spacing:.08em;
}
.company-timeline__title{
  font-size:18px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:6px;
}
.company-timeline__founding-wrap,
.company-timeline__milestone-wrap{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
}
.company-timeline__founding-copy{
  flex:1;
}
.company-timeline__milestone-wrap .company-timeline__title{
  flex:1;
}
.company-timeline__milestone-wrap{
  align-items:stretch;
}
.company-timeline__milestone-wrap .company-timeline__title{
  display:flex;
  align-items:center;
  margin-bottom:0;
}
.company-timeline__item--established .company-timeline__year{
  align-self:center;
}
.company-timeline__founder-image,
.company-timeline__milestone-image{
  display:block;
  flex:0 0 250px;
  width:250px;
  aspect-ratio:3 / 2;
  object-fit:cover;
  border-radius:var(--radius-lg);
}
.company-timeline__text{
  color:var(--text-body);
  line-height:1.9;
}
#company-business{
  position:relative;
  overflow:hidden;
}
#business-content{
  /* Sticky panels use this section as their release boundary. */
  position:relative;
  overflow:visible;
  background:#fff;
}
#company-business::before,
#business-content::before{
  content:'';
  position:absolute;
  left:0;
  top:24%;
  width:100vw;
  height:60%;
  background:linear-gradient(180deg, rgba(10,35,72,.08) 0%, rgba(10,35,72,.04) 100%);
  transform:none;
  border-radius:0;
  pointer-events:none;
}
#company-business > .container-fluid,
#business-content > .container-fluid{
  position:relative;
  z-index:1;
}
.company-business__grid{
  display:block;
  margin-top:36px;
}
.company-business__list{
  display:grid;
  gap:160px;
}
.company-business__card{
  position:relative;
  min-height:230px;
  padding:34px 290px 34px 34px;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:#fff;
}
.company-business__card:nth-child(even){
  padding:34px 34px 34px 290px;
}
.company-business__card-content{
  position:relative;
  z-index:1;
  min-width:0;
  max-width:520px;
}
.company-business__card:nth-child(even) .company-business__card-content{
  margin-left:auto;
}
.company-business__card-media{
  position:absolute;
  right:-18px;
  bottom:-90px;
  width:570px;
  height:350px;
  overflow:hidden;
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
}
.company-business__card:nth-child(even) .company-business__card-media{
  right:auto;
  left:-18px;
  bottom:-90px;
}
.company-business__card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.company-business__no{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:var(--accent-soft);
  color:var(--accent);
  font-family:'Oswald',sans-serif;
  font-size:16px;
  font-weight:700;
  margin-bottom:16px;
}
.company-business__title{
  font-size:26px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:10px;
}
.company-business__text{
  color:var(--text-body);
  line-height:1.9;
}
.business-parallax{
  position:relative;
  margin-top:36px;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  display:grid;
  gap:32px;
}
.business-parallax__section{
  position:sticky;
  top:69px;
  align-self:start;
  min-height:calc(100vh - 69px);
  display:flex;
  align-items:center;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  overflow:hidden;
  isolation:isolate;
}
.business-parallax__section:nth-child(1){z-index:1}
.business-parallax__section:nth-child(2){z-index:2}
.business-parallax__section:nth-child(3){z-index:3}
.business-parallax__section:nth-child(4){z-index:4}
.business-parallax__section::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(6,23,50,.35), rgba(6,23,50,.55));
  z-index:0;
}
.business-parallax__shade{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 20%, rgba(255,255,255,.1), transparent 40%);
  z-index:0;
  pointer-events:none;
}
.business-parallax__inner{
  position:relative;
  z-index:1;
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:24px;
  background:rgba(255,255,255,.94);
  box-shadow:0 18px 48px rgba(6,23,50,.18);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:48px;
  align-items:center;
}
.business-parallax__media{
  width:100%;
  height:100%;
  min-height:420px;
  overflow:hidden;
}
.business-parallax__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.business-parallax__section--left .business-parallax__content{
  margin-right:auto;
  width:100%;
  max-width:none;
}
.business-parallax__section--right .business-parallax__content{
  margin-left:auto;
  width:100%;
  max-width:none;
}
.business-parallax__content{
  max-width:min(560px, 100%);
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  box-shadow:none;
}
.business-parallax__eyebrow{
  margin:4px 0 14px;
  color:var(--accent-dark);
  font-family:'Noto Sans JP',sans-serif;
  font-size:30px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:bold;
}
.business-parallax__title{
  margin-bottom:14px;
  color:var(--navy);
  font-size:clamp(26px, 3vw, 40px);
  line-height:1.35;
  font-weight:900;
}
.business-parallax .company-business__no{
  background:#0099d6;
  color:#fff;
  margin-bottom:0;
}
.business-parallax__section .business-parallax__eyebrow,
.business-parallax__section .business-parallax__title,
.business-parallax__section .company-business__text{
  color:var(--text-body);
}
.business-parallax__section .business-parallax__title{
  color:var(--navy);
}
.business-parallax__section .business-parallax__eyebrow{
  color:var(--accent-dark);
}
.company-access__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  gap:24px;
  align-items:start;
  margin-top:36px;
}
.company-access__divider{
  border:0;
  border-top:1px solid var(--line);
  margin:36px 0;
}
.company-access__card{
  border-radius:var(--radius-lg);
  background:#fff;
}
.company-access__card--map{
  padding:0;
  overflow:hidden;
}
.company-access__card--map iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
  border:0;
}
.company-access__list{
  display:grid;
  gap:16px;
}
.company-access__list dt{
  font-size:13px;
  font-weight:700;
  color:var(--accent);
  letter-spacing:.08em;
}
.company-access__list dd{
  margin-top:4px;
  color:var(--text-body);
  line-height:1.8;
}
.footer__contact .section__head-copy{
  align-items:flex-start;
}
@media(max-width:900px){
  .page-section{
    padding:40px 0;
  }
  #business-content{
    position:relative;
    top:auto;
    z-index:auto;
  }
  .business-parallax{
    gap:24px;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
  }
  .business-parallax__section{
    position:sticky;
    top:69px;
    min-height:calc(100svh - 69px);
    background-attachment:scroll;
  }
  .business-parallax__section--left .business-parallax__content,
  .business-parallax__section--right .business-parallax__content{
    margin:0;
    width:auto;
  }
  .business-parallax__inner{
    padding:16px;
    width:calc(100% - 48px);
    max-width:none;
    grid-template-columns:1fr;
    gap:16px;
    background:rgba(255,255,255,.9);
  }
  .business-parallax__media{
    min-height:0;
    aspect-ratio:16 / 7;
  }
  .business-parallax__eyebrow{
    font-size:24px;
    margin-bottom:10px;
  }
  .business-parallax__title{
    font-size:22px;
    margin-bottom:10px;
  }
  .business-parallax__content{
    max-width:none;
    padding:0;
  }
  .company-profile__grid,
  .company-access__grid{
    grid-template-columns:1fr;
  }
  .page-hero .section__head-copy,
  .company-profile__copy .section__head-copy,
  .footer__contact .section__head-copy{
    align-items:center;
  }
  .company-business__card{
    min-height:0;
    padding:28px 180px 28px 28px;
  }
  .company-business__card:nth-child(even){
    padding:28px 28px 28px 180px;
  }
  #company-business::before,
  #business-content::before{
    top:24%;
    height:60%;
  }
  .company-business__card-media{
    width:150px;
    height:150px;
    right:-10px;
    bottom:-10px;
  }
  .company-business__card:nth-child(even) .company-business__card-media{
    right:auto;
    left:-10px;
    bottom:-10px;
  }
  .company-timeline__item{
    grid-template-columns:1fr;
    gap:10px;
  }
}
@media(max-width:560px){
  .company-timeline__founding-wrap,
  .company-timeline__milestone-wrap{
    flex-direction:column;
  }
  .company-timeline__founder-image,
  .company-timeline__milestone-image{
    flex-basis:auto;
    width:100%;
  }
  .page-hero{
    min-height:520px;
  }
  .page-hero__content{
    padding:90px 24px 60px;
  }
  .company-profile__image{
    min-height:260px;
  }
  #company-business::before,
  #business-content::before{
    top:24%;
    height:60%;
  }
}

/* ============================================================
   Featured Products
============================================================ */
.featured{
  padding:0;
  background:var(--bg-soft);
}
.featured .features__inner{
  display:block;
  max-width:none;
  width:100%;
}
.featured .features__head{
  width:100%;
  max-width:1200px;
  padding:110px 24px 60px;
  margin:0 auto;
}
.featured .features__list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  padding:0;
}
.featured__action{
  display:flex;
  justify-content:center;
  padding:48px 24px 80px;
}
.featured__action .btn--link{
  width:auto;
  min-width:220px;
}
.featured .feature{
  display:flex;
  height:320px;
  border:0;
  border-radius:0;
}
.featured .feature__body{
  position:relative;
  z-index:1;
  flex:1 1 auto;
  width:100%;
  max-width:none;
  margin:0;
  padding:30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:transparent;
}
.featured .feature__visual{
  position:absolute;
  inset:0;
  min-height:0;
}
.prod-grid{
  margin:60px auto 0;
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
  align-items:stretch;
}
.prod-dots{display:none}
.prod{height:100%}
.prod__link{
  display:flex;flex-direction:column;
  height:100%;
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 0 0 rgba(10,35,72,0);
  transition:transform .3s ease,box-shadow .35s ease,border-color .3s ease;
}
.prod__link:hover{
  transform:translateY(-3px);opacity:1;
  border-color:rgba(2,198,255,.3);
  box-shadow:0 8px 18px rgba(10,35,72,.09);
}
.prod__visual{
  height:220px;flex:0 0 220px;position:relative;
  background:#fff;
  display:flex;align-items:center;justify-content:center;
  padding:18px;
}
.prod__visual img{
  width:100%;height:100%;
  object-fit:contain;
  display:block;
}
.prod__tag{
  display:none;
}
.prod__body{
  padding:20px;
  display:flex;flex-direction:column;
  flex:1;
}
.prod__cat{
  font-size:11px;color:var(--accent);
  font-family:'Oswald',sans-serif;letter-spacing:.15em;
  margin-bottom:8px;
}
.prod__title{
  font-size:16px;font-weight:700;color:var(--navy);
  margin-bottom:8px;line-height:1.55;
}
.prod__desc{color:var(--text-mid);line-height:1.7}
.prod-grid.slick-initialized{
  display:block;
  overflow:visible;
}
.prod-grid.slick-initialized .slick-list{
  margin:0 -9px;
}
.prod-grid.slick-initialized .slick-track{
  display:flex;
  align-items:stretch;
}
.prod-grid.slick-initialized .slick-slide{
  display:flex;
  height:auto;
}
.prod-grid.slick-initialized .prod{
  height:100%;
  padding:0 9px;
}
.prod-grid.slick-initialized .prod__link{
  min-height:100%;
  width:100%;
}
.prod-grid.slick-initialized .slick-dots{
  position:static;
  margin:10px 0 0;
}
.prod-grid.slick-initialized .slick-dots li button::before{
  color:var(--accent);
  opacity:.35;
}
.prod-grid.slick-initialized .slick-dots .slick-active button::before{
  color:var(--accent);
  opacity:1;
}
@media(max-width:900px){.prod-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.prod-grid{grid-template-columns:1fr}.featured{padding:70px 0}}

/* ============================================================
   Features (Why Us)
============================================================ */
.features{
  padding:120px 0;
  position:relative;overflow:hidden;
  background:#fff;
}
.features#features{
  scroll-margin-top:90px;
  background:#fff;
}
.features#features .section__title{
  color:var(--navy);
}
.features#features .section__lead{
  color:var(--text-body);
}
.features#features .brand-list li,
.features#features .brand-list li:hover{
  border:0;
  background:transparent;
  box-shadow:none;
  transform:none;
  transition:none;
}
.features::before{
  content:'';position:absolute;
  width:500px;height:500px;
  left:-150px;top:30%;
  background:radial-gradient(circle,rgba(2,198,255,.05),transparent 60%);
  filter:blur(40px);pointer-events:none;
}
.features__inner{
  position:relative;
  display:grid;grid-template-columns:1fr;gap:40px;
  align-items:start;
}
.features__head{text-align:center}
.features__head .section__eyebrow{justify-content:center}
.features__head .section__lead{text-align:left;margin:0}
.features__head .section__title{text-align:center}
.features__list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.feature{
  padding:0;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:#0a2348;
  position:relative;
  overflow:hidden;
  display:block;
  min-height:320px;
  box-shadow:0 12px 28px rgba(10,35,72,0);
  transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1),border-color .35s ease;
  will-change:transform,box-shadow;
}
.feature:hover{
  border-color:var(--line);
  box-shadow:0 12px 28px rgba(10,35,72,0);
  transform:none;
}
.feature__body{
  position:relative;
  z-index:1;
  padding:28px;
  width:min(100%,560px);
}
.feature__content{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:22px 24px;
  border:1px solid rgba(255,255,255,.48);
  background:rgba(10,35,72,.18);
}
.feature__visual{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  transform:scale(1);
  transition:transform .75s cubic-bezier(.22,1,.36,1),filter .75s cubic-bezier(.22,1,.36,1);
}
.feature__visual::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(10,35,72,.42),rgba(10,35,72,.76));
}
.feature:hover .feature__visual{
  transform:scale(1.12);
  filter:saturate(1.05) brightness(1.02);
}
.feature__no{
  font-family:'Oswald',sans-serif;
  font-size:42px;font-weight:700;
  color:#fff;line-height:1;
  margin-bottom:14px;opacity:.85;
}
.feature__title{font-size:23px;font-weight:900;color:#fff;margin-bottom:10px}
.feature__title-note{font-size:0.72em;font-weight:700}
.feature__desc{font-size:16px;color:rgba(255,255,255,.88);line-height:1.95}
@media(max-width:900px){
  .features{padding:80px 0}
  .features__inner{grid-template-columns:1fr;gap:40px}
  .features__list{grid-template-columns:1fr}
  .feature{min-height:0}
  .feature__body{padding:18px}
  .feature__content{
    padding:18px 20px;
  }
  .feature__visual{position:absolute;inset:0}
  .featured .features__head{
    padding:0 24px 40px;
  }
  .section__head--split{
    grid-template-columns:1fr;
    gap:14px;
    align-items:start;
  }
  .section__head-copy{
    align-items:center;
  }
  .section__head--left .section__head-copy{
    align-items:center;
  }
  .section__head--split .section__eyebrow,
  .section__head--split .section__title,
  .section__head--split .section__lead{
    grid-column:auto;
    grid-row:auto;
    text-align:left;
  }
  .section__head--split .section__head-copy{
    grid-column:auto;
    grid-row:auto;
    align-items:center;
  }
  .section__head--split .section__head-copy .section__eyebrow,
  .section__head--split .section__head-copy .section__title{
    text-align:center;
    justify-content:center;
  }
  .featured .features__list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:0;
  }
  .featured .feature{
    height:280px;
  }
  .featured .feature__body{
    padding:24px;
    width:100%;
    max-width:none;
  }
  .featured .feature__visual{
    min-height:0;
  }
}
@media(max-width:560px){
  .featured .features__list{
    grid-template-columns:1fr;
  }
  .featured .feature{
    height:auto;
    min-height:260px;
  }
}

/* ============================================================
   Brands
============================================================ */
.brands{padding:100px 0;background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.brand-list{
  margin:50px auto 0;
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;
}
.brand-logo-wrap{
  --honda-logo-width:240px;
  --honda-logo-height:90px;
  --honda-power-logo-width:240px;
  --honda-power-logo-height:60px;
  --honda-logo-gap:4px;
  --honda-logo-frame-height:calc(var(--honda-logo-height) + 24px);
  --honda-power-logo-frame-height:calc(var(--honda-power-logo-height) + var(--honda-power-logo-height) + var(--honda-logo-gap) + 24px);
  margin-top:50px;
  padding:30px 0 0;
  border-top:1px solid var(--line);
  background:transparent;
}
.brand-logo-wrap__title{
  margin-bottom:22px;
  color:var(--navy);
  font-size:22px;
  font-weight:900;
  text-align:left;
}
.brand-logo-wrap .brand-list{
  margin:0;
}
.brand-summary{
  max-width:none;
  margin:0;
  padding-top:30px;
  text-align:center;
}
.brand-summary__text{
  color:var(--text-body);
  font-size:16px;
  line-height:2;
  text-align:left;
}
.brand-summary__text + .brand-summary__text{
  margin-top:12px;
}
.manufacturer-marquee{
  --manufacturer-logo-height:64px;
  --manufacturer-square-logo-size:100px;
  width:100vw;
  margin:58px calc(50% - 50vw) 0;
  padding:50px 0 0;
  border-top:1px solid var(--line);
  background:#fff;
  overflow:hidden;
}
.manufacturer-marquee__head{
  width:min(calc(100% - 48px),var(--container));
  margin:0 auto 30px;
  text-align:center;
}
.manufacturer-marquee__eyebrow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:6px;
  color:var(--accent);
  font-family:'Oswald','Inter',sans-serif;
  font-size:12px;
  font-weight:600;
  letter-spacing:.12em;
}
.manufacturer-marquee__eyebrow::before,
.manufacturer-marquee__eyebrow::after{
  content:'';
  width:24px;
  height:1px;
  background:var(--accent);
}
.manufacturer-marquee__title{
  color:var(--navy);
  font-size:26px;
  font-weight:900;
  line-height:1.45;
}
.manufacturer-marquee__rows{
  display:grid;
  gap:14px;
}
.manufacturer-marquee__note{
  width:min(calc(100% - 48px),var(--container));
  margin:70px auto 0;
  color:var(--text-body);
  font-size:22px;
  font-weight:500;
  line-height:1.8;
  text-align:center;
}
.manufacturer-marquee__row{
  overflow:hidden;
}
.manufacturer-marquee__track{
  display:flex;
  width:max-content;
  animation:manufacturerLoop var(--manufacturer-loop-duration,60s) linear infinite;
  will-change:transform;
}
.manufacturer-marquee__row--reverse .manufacturer-marquee__track{
  animation-direction:reverse;
}
.manufacturer-marquee__row:nth-child(3) .manufacturer-marquee__track{
  animation-delay:-18s;
}
.manufacturer-marquee__group{
  display:flex;
  flex:0 0 auto;
  justify-content:space-around;
  min-width:100vw;
  padding-right:14px;
  gap:14px;
}
.manufacturer-logo{
  display:flex;
  flex:1 1 0;
  align-items:center;
  justify-content:center;
  min-width:210px;
  max-width:300px;
  height:106px;
  padding:18px 28px;
  border:0;
  border-radius:var(--radius);
  background:transparent;
  box-shadow:none;
}
.manufacturer-logo a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
}
.manufacturer-logo img{
  width:100%;
  max-width:220px;
  height:var(--manufacturer-logo-height);
  object-fit:contain;
}
.manufacturer-logo--square{
  padding-top:8px;
  padding-bottom:8px;
}
.manufacturer-logo--square img{
  width:var(--manufacturer-square-logo-size);
  max-width:var(--manufacturer-square-logo-size);
  height:var(--manufacturer-square-logo-size);
}
@keyframes manufacturerLoop{
  to{transform:translateX(-50%)}
}
.brand-dots{display:none}
.brand-list__separator{display:none !important}
.brand-list li{
  display:flex;align-items:center;justify-content:center;
  padding:0;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:0 0 0 rgba(10,35,72,0);
  transition:transform .3s ease,box-shadow .35s ease,border-color .3s ease;
}
.brand-list a{
  width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;
  text-align:center;
}
.brand-list li:hover{
  border-color:rgba(2,198,255,.3);
  box-shadow:0 4px 10px rgba(10,35,72,.08);
  transform:translateY(-2px);
}
.brand-list span{
  font-family:'Oswald','Inter',sans-serif;
  font-size:18px;font-weight:700;letter-spacing:.05em;
  color:var(--navy);
  line-height:1.5;
}
.brand-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  padding:0;
  background:transparent;
  text-align:center;
}
.brand-logo-wrap .brand-card__title{
  color:var(--navy);
}
.brand-logo-wrap .brand-card__text{
  color:var(--text-body);
}
.brand-card__logo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:var(--honda-logo-frame-height);
  margin-bottom:0;
  padding:12px 20px;
  background:transparent;
}
.brand-card__logo img{
  display:block;
  width:var(--honda-logo-width);
  height:var(--honda-logo-height);
  object-fit:contain;
}
.brand-card__logo--power{
  flex-direction:column;
  gap:var(--honda-logo-gap);
  height:var(--honda-power-logo-frame-height);
}
.brand-card__logo--power img{
  width:var(--honda-power-logo-width);
  height:var(--honda-power-logo-height);
}
.brand-card__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  margin-bottom:14px;
  padding:5px 14px;
  border-radius:999px;
  background:#0099d6;
  color:#fff;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
}
.brand-card__title{
  margin-bottom:10px;
  color:var(--navy);
  font-family:'Noto Sans JP',sans-serif;
  font-size:20px;
  font-weight:900;
  line-height:1.4;
}
.brand-card__text{
  color:var(--text-body);
  font-size:14px;
  line-height:1.9;
  text-align:left;
}
@media(max-width:768px){
  .brand-list{grid-template-columns:repeat(2,1fr)}
  .brands{padding:70px 0}
  .manufacturer-marquee{
    --manufacturer-square-logo-size:76px;
    margin-top:40px;
    padding:38px 0 0;
  }
  .manufacturer-marquee__head{
    width:calc(100% - 32px);
    margin-bottom:24px;
  }
  .manufacturer-marquee__title{font-size:21px}
  .manufacturer-marquee__note{
    width:min(calc(100% - 48px),var(--container));
    margin:40px auto 0;
    font-size:18px;
  }
  .manufacturer-marquee__rows{gap:10px}
  .manufacturer-logo{
    min-width:172px;
    height:86px;
    padding:14px 22px;
  }
  .manufacturer-logo img{
    max-width:136px;
    height:80px;
  }
  .manufacturer-logo.manufacturer-logo--square{
    padding-top:5px;
    padding-bottom:5px;
  }
}

/* ============================================================
   News
============================================================ */
.news{padding:110px 0;background:#fff}
.news > .container-fluid{max-width:900px}
.news__head{text-align:center;margin-bottom:50px}
.news__list{display:flex;flex-direction:column}
.news__list li{
  display:grid;grid-template-columns:130px 1fr;
  gap:24px;align-items:center;
  padding:22px 8px;
  border-bottom:1px solid var(--line);
  transition:background .2s ease;
}
.news__list li:first-child{border-top:1px solid var(--line)}
.news__list li:hover{background:var(--bg-soft)}
.news__list time{
  font-family:'Oswald',sans-serif;
  color:var(--text-mid);letter-spacing:.05em;
}
.news__list a{color:var(--navy);font-weight:500}
.news__list a:hover{color:var(--accent);opacity:1}
.news__cta{
  display:flex;
  justify-content:center;
  margin-top:40px;
}
.news__btn{
  width:220px;
  background:var(--navy);
  color:#fff;
  border:1.5px solid var(--navy);
  border-radius:8px;
  background-image:none;
}
.news__btn:hover{
  background:#0c2a56;
  color:#fff;
}
@media(max-width:680px){
  .news__list li{grid-template-columns:1fr;gap:6px;padding:18px 8px}
  .news{padding:70px 0}
  .news__btn{
    width:220px;
  }
}

/* ============================================================
   Shop CTA
============================================================ */
.shops{
  padding:110px 0;
  background:linear-gradient(180deg,var(--bg-soft) 0%,#fff 100%);
}
.shops__head{text-align:center;margin-bottom:60px}
.shop-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.shop-card{
  display:block;
  padding:50px 40px;
  border-radius:var(--radius);
  position:relative;overflow:hidden;
  box-shadow:0 14px 32px rgba(0,0,0,0);
  transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1);
  will-change:transform,box-shadow;
  color:#fff;
  text-align:center;
}
.shop-card:hover{transform:translateY(-4px);opacity:1;box-shadow:0 12px 24px rgba(0,0,0,.18)}
.shop-card--rakuten{background:linear-gradient(135deg,#0a2348 0%,#0a4d8c 100%)}
.shop-card--yahoo{background:linear-gradient(135deg,#005a8a 0%,#0099d6 60%,#02c6ff 100%)}
.shop-card::after{
  content:'';position:absolute;right:-100px;top:-100px;
  width:300px;height:300px;
  background:radial-gradient(circle,rgba(255,255,255,.18),transparent 60%);
  pointer-events:none;
}
.shop-card__label{
  display:inline-block;
  padding:5px 10px;background:rgba(0,0,0,.3);
  font-family:'Oswald',sans-serif;font-size:16px;letter-spacing:.15em;
  border-radius:var(--radius);margin-bottom:24px;
  color:#fff;
}
.shop-card__title{font-size:30px;font-weight:900;margin-bottom:18px;line-height:1.3;color:#fff}
.shop-card__desc{font-size:16px;color:rgba(255,255,255,.9);margin-bottom:30px;line-height:1.85}
.shop-card__cta{
  display:inline-flex;align-items:center;gap:8px;
  padding:14px 24px;
  background:#fff;color:var(--navy);
  font-weight:700;font-size:16px;
  border-radius:var(--radius);letter-spacing:.05em;
}
@media(max-width:768px){
  .shop-cards{grid-template-columns:1fr}
  .shops{padding:70px 0}
  .shop-card{padding:40px 28px}
  .shop-card__title{font-size:24px}
}

/* ============================================================
   Contact
============================================================ */
.contact{
  padding:80px 0 50px;
  background:#fff;
  border-top:none;
}
.contact__inner{
  display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  border-radius:0;
}
.contact__col .section__eyebrow{justify-content:flex-start}
.contact__col .section__title{text-align:left}
.contact__lead{color:var(--text-body);font-size:16px;line-height:1.95}
.contact__info{display:flex;flex-direction:column;gap:18px;margin-bottom:32px;font-size:16px}
.contact__info > div{
  display:grid;grid-template-columns:100px 1fr;gap:20px;
  padding-bottom:18px;border-bottom:1px solid var(--line);
}
.contact__info dt{color:var(--accent);font-weight:700;letter-spacing:.1em}
.contact__info dd{margin:0;color:var(--navy);line-height:1.7}
.contact__info a{color:var(--navy);text-decoration:underline;text-underline-offset:3px}
.contact__info a:hover{color:var(--accent);opacity:1}
@media(max-width:900px){
  .contact__inner{grid-template-columns:1fr;gap:40px}
  .contact{padding:60px 0 40px}
}

.footer .contact{
  padding:0 0 50px;
  background:transparent;
}
.footer .contact__inner{
  color:#fff;
}
.footer .contact__col .section__eyebrow,
.footer .contact__col .section__title,
.footer .contact__lead,
.footer .contact__info dt,
.footer .contact__info dd,
.footer .contact__info a{
  color:#fff;
}
.footer .contact__shop{
  font-size:22px;
  font-weight:900;
  color:#fff;
  margin-bottom:14px;
}
.footer .contact__meta{
  font-size:14px;
  color:rgba(255,255,255,.72);
  line-height:1.8;
  margin-top:8px;
}
.footer .contact__info a:hover{
  color:#66e0ff;
}
.footer .contact__info > div{
  border-bottom:1px solid rgba(255,255,255,.14);
}
.footer .contact__lead{
  color:rgba(255,255,255,.82);
}
.contact__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.contact__photo{
  margin:0;
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:16 / 10;
  overflow:hidden;
  border-radius:0;
  border:0;
  box-shadow:none;
}
.contact__photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.footer__contact{
  position:relative;
  overflow:visible;
  border-bottom:1px solid rgba(255,255,255,.22);
}
.footer__contact > .container-fluid{
  position:relative;
  z-index:1;
}
.footer__contact .contact__inner{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:56px;
  align-items:end;
  padding-right:0;
}
.footer__contact .contact__col{
  padding:70px 24px 70px 0;
}
.footer__contact .contact__col:first-child{
  max-width:560px;
  padding-bottom:0;
}
.footer__contact .contact__col--actions{
  padding-right:0;
  padding-bottom:0;
  justify-self:end;
  display:flex;
  align-items:flex-end;
  width:100%;
}
.footer__contact .contact__actions{
  flex-direction:column;
  align-items:flex-start;
  margin-top:0;
  width:100%;
}
.footer__contact .contact__actions .btn{
  width:100%;
}
.footer__contact .contact__phone-card{
  display:flex;
  align-items:center;
  justify-content:start;
  gap:90px;
  min-height:78px;
  padding:18px 24px;
  background:#fff;
  background-image:none;
  border:1px solid rgba(255,255,255,.42);
  border-radius:10px;
  box-shadow:none;
  color:var(--navy);
  letter-spacing:0;
  text-align:left;
  transition:none;
}
.footer__contact .contact__phone-card:hover{
  transform:none;
  box-shadow:none;
  background:#fff;
}
.footer__contact .contact__phone-copy{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.footer__contact .contact__phone-label{
  font-size:18px;
  font-weight:700;
  line-height:1.2;
}
.footer__contact .contact__phone-note{
  font-size:13px;
  color:rgba(10,35,72,.78);
  line-height:1.2;
}
.footer__contact .contact__phone-number{
  font-family:'Oswald',sans-serif;
  font-size:30px;
  font-weight:700;
  letter-spacing:.04em;
  white-space:nowrap;
  color:var(--navy);
}
.footer__contact .btn--link-light.btn--lg{
  background:#fff;
  border-color:var(--navy);
  color:var(--navy);
  font-size:20px;
  box-shadow:none;
  transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,background .35s ease,color .35s ease,border-color .35s ease;
}
.footer__contact .btn--link-light.btn--lg:hover{
  background:var(--navy);
  border-color:#fff;
  color:#fff;
  transform:none;
  box-shadow:0 10px 20px rgba(10,35,72,.14);
}
@media(max-width:900px){
  .footer__contact > .container-fluid{
    position:static;
  }
  .footer__contact .contact__col{
    padding:0;
  }
  .footer__contact .contact__inner{
    grid-template-columns:1fr;
    gap:24px;
    padding-right:0;
  }
  .footer__contact .contact__col:first-child{
    max-width:none;
  }
  .footer__contact .contact__col--actions{
    justify-self:stretch;
  }
  .footer__contact .contact__actions{
    align-items:flex-start;
  }
  .footer__contact .contact__phone-card{
    min-height:0;
    padding:16px 18px;
    gap:16px;
  }
  .footer__contact .contact__phone-label{
    font-size:14px;
  }
  .footer__contact .contact__phone-number{
    font-size:20px;
  }
  .footer__contact .contact__phone-note{
    font-size:12px;
  }
  .footer__contact .btn--link-light.btn--lg{
    font-size:18px;
  }
}

/* ============================================================
   Contact Page
============================================================ */
.contact-page{
  background:#fff;
}
.contact-page-main{
  padding-bottom:90px;
}
.contact-page-phone{
  padding:80px 0 36px;
}
.contact-page-phone__inner{
  max-width:940px;
  margin:0 auto;
  padding:18px 0 24px;
  text-align:center;
  border-bottom:1px solid var(--line);
}
.contact-page-phone__label{
  font-size:14px;
  color:var(--text-mid);
  letter-spacing:.16em;
  margin-bottom:10px;
}
.contact-page-phone__number{
  display:inline-block;
  font-family:'Oswald',sans-serif;
  font-size:45px;
  line-height:1.05;
  letter-spacing:.06em;
  color:#5f8b35;
  font-weight:700;
  margin-bottom:10px;
}
.contact-page-phone__meta{
  font-size:14px;
  color:var(--text-body);
  line-height:1.8;
  letter-spacing:.04em;
}
.contact-page-form-section{
  padding:18px 0 0;
}
.contact-page-form{
  max-width:940px;
  margin:0 auto;
}
.contact-page-form__list{
  border-top:1px solid var(--line);
}
.contact-page-form__row{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:24px;
  align-items:center;
  padding:22px 0;
  border-bottom:1px solid var(--line);
}
.contact-page-form__row--textarea{
  align-items:start;
}
.contact-page-form__row--address{
  align-items:start;
}
.contact-page-form__row--textarea .contact-page-form__field{
  min-height:220px;
}
.contact-page-form__label{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:16px;
  font-weight:700;
  color:#333;
}
.contact-page-form__required{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:36px;
  padding:2px 8px;
  border-radius:999px;
  background:#d85d4f;
  color:#fff;
  font-size:11px;
  line-height:1;
}

/* 自動送信判定用。通常の閲覧・操作には表示しない */
.contact-page-form__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.contact-page-form__field{
  min-width:0;
}
.contact-page-form__control{
  width:100%;
  min-height:56px;
  padding:16px 18px;
  border:1px solid #efefef;
  background:#f4f4f4;
  border-radius:0;
  color:#333;
  font-size:16px;
  line-height:1.6;
}
.contact-page-form__control::placeholder{
  color:#8b8b8b;
}
.contact-page-form__control:focus{
  outline:none;
  border-color:rgba(10,35,72,.2);
  box-shadow:0 0 0 2px rgba(10,35,72,.05);
}
.contact-page-form__error{
  margin-top:7px;
  color:#c93535;
  font-size:13px;
  font-weight:700;
  line-height:1.6;
}
.contact-page-form__control--select{
  appearance:none;
  padding-right:52px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%237a7a7a' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 18px center;
  background-size:14px 8px;
}
.contact-page-form__control--textarea{
  min-height:220px;
  resize:vertical;
}
.contact-page-form__field--address{
  display:grid;
  grid-template-columns:minmax(140px,1fr) minmax(150px,1.25fr) minmax(0,2.25fr);
  gap:14px;
  align-items:start;
}
.contact-page-form__field--address > *{
  min-width:0;
}
.contact-page-form__postal-group{
  display:flex;
  flex-direction:column;
  gap:6px;
  width:100%;
}
.contact-page-form__hint{
  font-size:12px;
  line-height:1.5;
  color:var(--text-mid);
}
.contact-page-form__control--city{
  min-width:0;
}
.contact-page-form__control--address{
  min-width:0;
  grid-column:1 / 3;
  text-align:left;
}
.contact-page-form__notes{
  max-width:760px;
  margin:34px auto 0;
  font-size:14px;
  line-height:1.9;
  color:var(--text-body);
}
.contact-page-form__status{
  max-width:760px;
  margin:0 auto 28px;
  padding:18px 22px;
  border:1px solid;
  border-radius:var(--radius);
  font-size:14px;
  line-height:1.7;
}
.contact-page-form__status--success{
  border-color:#7ebd8f;
  background:#f0f9f2;
  color:#195f31;
}
.contact-page-form__status--error{
  border-color:#df8c8c;
  background:#fff4f4;
  color:#9d2626;
}
.contact-page-form__status--error ul{
  margin-top:6px;
  padding-left:1.4em;
}
.contact-page-form__privacy{
  padding:26px 30px;
  border:1px solid var(--line-strong);
  border-radius:var(--radius);
  background:var(--bg-soft);
  text-align:left;
}
.contact-page-form__privacy-title{
  margin-bottom:14px;
  color:var(--navy);
  font-size:17px;
  font-weight:700;
}
.contact-page-form__privacy p + p{
  margin-top:12px;
}
.contact-page-form__privacy-consent{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:10px;
  margin-top:18px;
  font-weight:700;
  text-align:left;
  cursor:pointer;
}
.contact-page-form__privacy-consent input{
  flex:0 0 auto;
  width:18px;
  height:18px;
  margin:4px 0 0;
  accent-color:var(--accent-dark);
}
.contact-page-form__error--consent{
  text-align:center;
}
.contact-page-form__notes a{
  color:#0a66c2;
  text-decoration:underline;
  text-underline-offset:3px;
}
.contact-page-form__recaptcha{
  margin-top:18px;
  font-size:13px;
  color:#666;
  text-align:center;
}
.contact-page .contact-page-form__notes a,
.contact-page .contact-page-form__recaptcha a{
  color:#0a66c2;
}
.contact-page .contact-page-form__notes a:hover,
.contact-page .contact-page-form__recaptcha a:hover{
  color:#084b91;
}
.contact-page-form__actions{
  display:flex;
  justify-content:center;
  margin-top:34px;
}
.contact-page-form__submit{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:320px;
  padding:18px 30px 18px 54px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#0a2348 0%,#0a4d8c 55%,#02c6ff 100%);
  background-size:200% 100%;
  background-position:0 0;
  color:#fff;
  font-size:18px;
  font-weight:700;
  letter-spacing:.08em;
  box-shadow:none;
  transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease;
}
.contact-page-form__submit::before{
  content:'›';
  position:absolute;
  left:95px;
  top:47%;
  transform:translateY(-50%);
  font-size:22px;
  line-height:1;
}
.contact-page-form__submit:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 20px rgba(10,35,72,.14);
}
@media(max-width:900px){
  .contact-page-main{
    padding-bottom:70px;
  }
  .page-hero__title{
    font-size:30px;
  }
  .page-hero{
    min-height:520px;
  }
  .page-hero__content{
    width:100%;
    padding:24px;
  }
  .page-hero .section__lead{
    line-height:1.7;
  }
  .contact-page-phone__number{
    font-size:42px;
  }
  .contact-page-form__row{
    grid-template-columns:1fr;
    gap:12px;
    align-items:start;
  }
  .contact-page-form__field--address{
    grid-template-columns:1fr;
  }
  .contact-page-form__control--address{
    grid-column:auto;
  }
}
@media(max-width:560px){
  .page-hero{
    min-height:550px;
  }
  .page-hero .section__lead{
    line-height:1.8;
  }
  .contact-page-phone__number{
    font-size:34px;
  }
  .contact-page-form__submit{
    min-width:100%;
  }
}

/* ============================================================
   Footer
============================================================ */
.footer{
  position:relative;
  background:
    linear-gradient(180deg, rgba(10,35,72,.99) 0%, rgba(10,35,72,.95) 28%, rgba(10,35,72,.88) 68%, rgba(10,35,72,.78) 100%),
    url('../images/fv3.jpg') center top / cover no-repeat,
    var(--navy);
  color:#fff;
  padding:0;
  overflow:hidden;
}
.footer::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(10,35,72,.06) 0%, rgba(10,35,72,.03) 28%, rgba(10,35,72,.01) 68%, rgba(10,35,72,0) 100%);
  pointer-events:none;
}
.footer > *{
  position:relative;
  z-index:1;
}
.footer__inner{
  display:grid;
  grid-template-columns:1.2fr 2fr;
  gap:60px;
  padding-top:50px;
}
.footer__logo{font-size:22px;font-weight:900;color:#fff;margin-bottom:12px}
.footer__logo em{font-style:normal;color:#66e0ff;font-family:'Oswald',sans-serif}
.footer__tagline{font-size:14px;color:#66e0ff;margin-bottom:18px;letter-spacing:.05em}
.footer__address{font-size:16px;color:rgba(255,255,255,.7);line-height:1.95}
.footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:start}
.footer__col-title{
  font-family:'Oswald',sans-serif;
  font-size:16px;letter-spacing:.2em;color:#66e0ff;
  margin-bottom:18px;font-weight:700;
}
.footer__col ul{display:flex;flex-direction:column;gap:10px}
.footer__col a{font-size:16px;color:rgba(255,255,255,.7)}
.footer__col a:hover{color:#fff;opacity:1}
.footer__bottom{
  margin:60px 0 0;
  padding:24px 0;
  border-top:1px solid rgba(255,255,255,.12);
  text-align:center;
}
.footer__bottom small{font-size:14px;color:rgba(255,255,255,.5);font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN',sans-serif;letter-spacing:0}
@media(max-width:900px){
  .footer__inner{grid-template-columns:1fr;gap:40px}
  .footer__nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}
  .footer__col ul{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px 16px;
  }
}
@media(max-width:480px){
  .footer__nav{grid-template-columns:1fr;gap:35px}
  .footer__col ul{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px 12px;
  }
}

/* ============================================================
   Motion
============================================================ */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none !important;transition:none !important}
  html{scroll-behavior:auto}
  .manufacturer-marquee__track{transform:none !important}
  .manufacturer-marquee__group[aria-hidden="true"]{display:none}
}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease;will-change:opacity,transform}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.shop-card.reveal{
  transition:opacity .8s ease,transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease,border-color .35s ease;
}
.feature.reveal.is-visible{
  transform:translateY(0);
  box-shadow:0 12px 28px rgba(10,35,72,0);
  border-color:var(--line);
}
.feature.reveal.is-visible:hover{
  transform:translateY(0);
  box-shadow:0 12px 28px rgba(10,35,72,0);
  border-color:var(--line);
}
.shop-card.reveal.is-visible:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 24px rgba(0,0,0,.18);
}

@media(max-width:768px){
  body,
  .section__lead,
  .feature__desc,
  .shop-card__desc,
  .contact__lead,
  .contact__info,
  .footer__address,
  .footer__col-title,
  .footer__col a{
    font-size:14px;
    text-align:left;
  }
  .section__title{
    font-size:20px;
  }
  .feature__title{
    font-size:21px;
  }
  .section__head{padding:0}
  .categories,
  .featured,
  .features,
  .brands,
  .news,
  .shops,
  .contact{
    padding:50px 0;
  }
  .header__inner,
  .megamenu__inner{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:0;
    padding-right:0;
  }
  .logo__main{
    font-size:20px;
  }
  .footer{padding:50px 0 0}
  .shops__head{
    text-align:center;
    margin-bottom:30px;
  }
  .shop-card__title{
    font-size:21px;
  }
  .btn--link{
    display:flex;
    width:180px;
    font-size:14px;
    margin-left:auto;
    margin-right:auto;
  }
  .feature__title{
    font-size:23px;
  }
  .hero__cta{
    justify-content:center;
  }
  .hero__cta .btn{
    width:180px;
  }
  .company-overview{
    grid-template-columns:1fr;
    gap:28px;
  }
  .company-overview__media{
    min-height:auto;
    display:block;
    margin-left:0;
    padding-right:0;
  }
  .company-overview__photo{
    border-radius:var(--radius);
    height:auto;
  }
  .company-overview__photo--main{
    width:100%;
    border-radius:var(--radius);
  }
  .company-overview__photo--sub{
    width:100%;
    margin-top:16px;
    margin-left:0;
    border-radius:var(--radius);
  }
  .company-overview__content{
    padding:0;
  }
  .company-overview__body{
    margin-top:18px;
  }
  .company-overview__btn{
    margin-left:auto;
    margin-right:auto;
  }
  .trust__no{
    font-family:'Oswald',sans-serif;
    font-size:25px;
  }
  .prod-grid{
    display:flex;
    gap:16px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x pan-y;
    overscroll-behavior-x:contain;
    padding:0 0 8px;
    margin:40px 0 0;
    scrollbar-width:none;
  }
  .prod-grid::-webkit-scrollbar{
    display:none;
  }
  .prod{
    flex:0 0 100%;
    scroll-snap-align:start;
  }
  .prod__visual{
    height:250px;
    flex-basis:250px;
  }
  .prod-grid.slick-initialized{
    padding:0;
    overflow:visible;
  }
  .prod-grid.slick-initialized .prod{
    flex:0 0 auto;
  }
  .prod{
    height:auto;
  }
  .brand-list{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    overflow:visible;
    scroll-snap-type:none;
    touch-action:auto;
    padding:0;
    margin:0;
  }
  .brand-list li:not(.brand-list__separator){
    height:var(--honda-logo-frame-height);
    min-height:var(--honda-logo-frame-height);
  }
  .brand-list .brand-card__logo{
    height:var(--honda-logo-frame-height);
    margin-bottom:0;
  }
  .brand-list .brand-card__logo--power{
    height:var(--honda-power-logo-frame-height);
  }
  .brand-list li.brand-list__item--power{
    height:var(--honda-power-logo-frame-height);
    min-height:var(--honda-power-logo-frame-height);
  }
  .brand-list__separator{
    display:block !important;
    min-height:0 !important;
    height:1px;
    padding:0;
    border:0 !important;
  }
  .brand-list__separator hr{
    height:1px;
    margin:0;
    border:0;
    background:var(--line);
  }
  .brand-list span{
    font-family:'Oswald','Inter',sans-serif;
    font-size:16px;
  }
  .prod-dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:18px;
  }
  .prod-dots button{
    width:8px;
    height:8px;
    padding:0;
    border-radius:50%;
    background:var(--line-strong);
    transition:background .2s ease,transform .2s ease;
  }
  .prod-dots button.is-active{
    background:var(--accent);
    transform:scale(1.25);
  }
}
