/* AQUA GIFT block-product LP chrome.
   Scope all resets and layout rules to the shared topbar/header/footer only. */

:root {
  --bg:#FFFFFF;
  --border:#E4E9EE;
  --ink:#0A1A2B;
  --ink-2:#2A3A4C;
  --muted:#5B6B7D;
  --muted-2:#8794A2;
  --accent:#0B5277;
  --accent-2:#093E5B;
  --max:1320px;
  --pad:48px;
  --ff-jp:'Noto Sans JP',system-ui,-apple-system,sans-serif;
  --ff-en:'Manrope','Inter',system-ui,sans-serif;
}

body.ag-lp-chrome {
  background:var(--bg);
}

body.ag-lp-chrome > .topbar,
body.ag-lp-chrome > header.site,
body.ag-lp-chrome > footer {
  font-family:var(--ff-jp);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  font-feature-settings:"palt";
}

body.ag-lp-chrome > .topbar a,
body.ag-lp-chrome > header.site a,
body.ag-lp-chrome > footer a {
  color:inherit;
  text-decoration:none;
}

body.ag-lp-chrome > header.site button {
  font:inherit;
  color:inherit;
  background:none;
  border:0;
  cursor:pointer;
}

body.ag-lp-chrome > .topbar > .container,
body.ag-lp-chrome > header.site > .container,
body.ag-lp-chrome > footer > .container {
  max-width:var(--max);
  margin:0 auto;
  padding:0 var(--pad);
}

/* Announcement bar */
body.ag-lp-chrome > .topbar {
  height:36px;
  display:flex;
  align-items:center;
  background:#0A1A2B;
  color:#E2E8EE;
  font-size:12px;
}

body.ag-lp-chrome > .topbar > .container {
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

body.ag-lp-chrome > .topbar .info {
  display:flex;
  align-items:center;
  gap:10px;
}

body.ag-lp-chrome > .topbar .dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#F0B43A;
  box-shadow:0 0 0 4px rgba(240,180,58,.18);
}

body.ag-lp-chrome > .topbar nav {
  display:flex;
  gap:22px;
}

body.ag-lp-chrome > .topbar nav a {
  color:#A8B5C2;
  display:inline-flex;
  align-items:center;
  gap:6px;
}

body.ag-lp-chrome > .topbar nav a:hover {
  color:#fff;
}

body.ag-lp-chrome > .topbar .arrow {
  opacity:.6;
  font-size:10px;
}

/* Header */
body.ag-lp-chrome > header.site {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(140%) blur(10px);
  border-bottom:1px solid var(--border);
  color:var(--ink);
}

body.ag-lp-chrome > header.site > .row {
  height:84px;
  display:flex;
  align-items:center;
  gap:36px;
}

body.ag-lp-chrome > header.site .logo {
  display:flex;
  align-items:baseline;
  gap:10px;
  text-decoration:none;
}

body.ag-lp-chrome > header.site .logo .mark {
  position:relative;
  width:38px;
  height:38px;
  overflow:hidden;
  align-self:center;
  border-radius:11px;
  background:linear-gradient(155deg,#0B5277,#062538);
  display:grid;
  place-items:center;
  color:#7ED0E8;
  font-family:var(--ff-en);
  font-weight:800;
  font-size:18px;
  letter-spacing:-.02em;
}

body.ag-lp-chrome > header.site .logo .mark::after {
  content:"";
  position:absolute;
  left:-30%;
  right:-30%;
  bottom:-40%;
  height:60%;
  background:radial-gradient(ellipse at center,rgba(126,208,232,.45),transparent 60%);
}

body.ag-lp-chrome > header.site .logo .word {
  color:var(--ink);
  font-family:var(--ff-en);
  font-weight:800;
  font-size:22px;
  line-height:1;
  letter-spacing:-.01em;
}

body.ag-lp-chrome > header.site .logo .sub {
  margin-left:2px;
  color:var(--muted);
  font-family:var(--ff-en);
  font-size:11px;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
}

body.ag-lp-chrome > header.site nav.primary {
  margin-left:14px;
  display:flex;
  flex-shrink:0;
  gap:26px;
}

body.ag-lp-chrome > header.site nav.primary a {
  position:relative;
  padding:6px 0;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  gap:1px;
  color:var(--ink-2);
  font-size:14px;
  font-weight:500;
  line-height:1.25;
  white-space:nowrap;
}

body.ag-lp-chrome > header.site nav.primary a small {
  flex-shrink:0;
  color:var(--muted-2);
  font-family:var(--ff-en);
  font-size:10px;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.ag-lp-chrome > header.site nav.primary a:hover {
  color:var(--accent);
}

body.ag-lp-chrome > header.site nav.primary a.active::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:var(--accent);
}

body.ag-lp-chrome > header.site .utility {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:10px;
}

body.ag-lp-chrome > header.site .mall-btn {
  padding:9px 14px;
  border-radius:10px;
  display:inline-flex;
  flex-shrink:0;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:12px;
  font-weight:600;
  line-height:1;
  letter-spacing:.02em;
  white-space:nowrap;
}

body.ag-lp-chrome > header.site .mall-btn.official {
  background:var(--accent);
}

body.ag-lp-chrome > header.site .mall-btn.official:hover {
  background:var(--accent-2);
}

body.ag-lp-chrome > header.site .mall-btn.rakuten {
  background:#BF0000;
}

body.ag-lp-chrome > header.site .mall-btn.rakuten:hover {
  background:#9F0000;
}

body.ag-lp-chrome > header.site .mall-btn.yahoo {
  background:#FF0033;
}

body.ag-lp-chrome > header.site .mall-btn.yahoo:hover {
  background:#D9002B;
}

body.ag-lp-chrome > header.site .mall-btn .mk {
  width:18px;
  height:18px;
  border-radius:5px;
  background:rgba(255,255,255,.18);
  display:grid;
  place-items:center;
  font-family:var(--ff-en);
  font-weight:800;
  font-size:13px;
}

body.ag-lp-chrome > header.site .mall-btn .arrow {
  margin-left:2px;
  opacity:.85;
  font-size:11px;
}

/* Footer */
body.ag-lp-chrome > footer {
  padding:80px 0 32px;
  background:#06121E;
  color:#A8B5C2;
  font-size:13px;
}

body.ag-lp-chrome > footer .grid {
  padding-bottom:60px;
  border-bottom:1px solid rgba(255,255,255,.08);
  display:grid;
  grid-template-columns:1.4fr repeat(3,1fr);
  gap:48px;
}

body.ag-lp-chrome > footer .brand .word {
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-family:var(--ff-en);
  font-size:24px;
  font-weight:800;
  letter-spacing:-.01em;
}

body.ag-lp-chrome > footer .brand .word .mk {
  width:32px;
  height:32px;
  border-radius:9px;
  background:linear-gradient(155deg,#0B5277,#062538);
  display:grid;
  place-items:center;
  color:#7ED0E8;
  font-family:var(--ff-en);
  font-size:15px;
}

body.ag-lp-chrome > footer .brand p {
  max-width:340px;
  margin-top:18px;
  color:#8FA0B2;
  line-height:1.85;
}

body.ag-lp-chrome > footer .brand .tel {
  margin-top:18px;
  color:#fff;
  font-family:var(--ff-en);
  font-size:22px;
  font-weight:700;
  letter-spacing:-.01em;
}

body.ag-lp-chrome > footer .col h5 {
  margin-bottom:18px;
  color:#fff;
  font-size:13px;
  font-weight:600;
  letter-spacing:.06em;
}

body.ag-lp-chrome > footer .col a {
  padding:6px 0;
  display:block;
  color:#A8B5C2;
}

body.ag-lp-chrome > footer .col a:hover {
  color:#fff;
}

body.ag-lp-chrome > footer .bot {
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  color:#5B6B7D;
  font-size:12px;
}

/* Mobile header controls */
body.ag-lp-chrome > header.site .burger {
  width:44px;
  height:44px;
  margin-left:auto;
  display:none;
  flex-shrink:0;
  flex-direction:column;
  justify-content:center;
  gap:5px;
}

body.ag-lp-chrome > header.site .burger span {
  width:24px;
  height:2px;
  margin:0 auto;
  border-radius:2px;
  display:block;
  background:var(--ink);
  transition:transform .25s ease,opacity .2s ease;
}

body.ag-lp-chrome > header.site .burger span.on:nth-child(1) {
  transform:translateY(7px) rotate(45deg);
}

body.ag-lp-chrome > header.site .burger span.on:nth-child(2) {
  opacity:0;
}

body.ag-lp-chrome > header.site .burger span.on:nth-child(3) {
  transform:translateY(-7px) rotate(-45deg);
}

body.ag-lp-chrome > header.site .mobile-drawer {
  display:none;
}

@media (max-width:980px) {
  :root {
    --pad:24px;
  }

  body.ag-lp-chrome > header.site > .row {
    height:64px;
    gap:16px;
  }

  body.ag-lp-chrome > header.site nav.primary,
  body.ag-lp-chrome > header.site .utility {
    display:none;
  }

  body.ag-lp-chrome > header.site .burger {
    display:flex;
  }

  body.ag-lp-chrome > header.site .logo .mark {
    width:34px;
    height:34px;
    font-size:16px;
  }

  body.ag-lp-chrome > header.site .logo .word {
    font-size:19px;
  }

  body.ag-lp-chrome > header.site .logo .sub {
    display:none;
  }

  body.ag-lp-chrome > header.site .mobile-drawer {
    position:fixed;
    inset:0;
    z-index:80;
    overflow:hidden;
    display:block;
    background:rgba(6,18,30,.45);
    opacity:0;
    pointer-events:none;
    transition:opacity .25s ease;
  }

  body.ag-lp-chrome > header.site .mobile-drawer.open {
    opacity:1;
    pointer-events:auto;
  }

  body.ag-lp-chrome > header.site .mobile-drawer .sheet {
    position:absolute;
    top:0;
    right:0;
    width:min(86vw,360px);
    height:100%;
    padding:84px 22px 28px;
    overflow-y:auto;
    background:#fff;
    box-shadow:-12px 0 40px -20px rgba(10,26,43,.5);
    display:flex;
    flex-direction:column;
    gap:24px;
    transform:translateX(100%);
    transition:transform .3s cubic-bezier(.4,0,.2,1);
  }

  body.ag-lp-chrome > header.site .mobile-drawer.open .sheet {
    transform:translateX(0);
  }

  body.ag-lp-chrome > header.site .m-nav {
    display:flex;
    flex-direction:column;
  }

  body.ag-lp-chrome > header.site .m-nav a {
    padding:16px 4px;
    border-bottom:1px solid var(--border);
    display:flex;
    align-items:baseline;
    gap:10px;
    color:var(--ink);
    font-size:17px;
    font-weight:600;
  }

  body.ag-lp-chrome > header.site .m-nav a small {
    color:var(--muted-2);
    font-family:var(--ff-en);
    font-size:11px;
    font-weight:600;
    letter-spacing:.12em;
    text-transform:uppercase;
  }

  body.ag-lp-chrome > header.site .m-nav a.active {
    color:var(--accent);
  }

  body.ag-lp-chrome > header.site .m-malls {
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  body.ag-lp-chrome > header.site .m-malls .mall-btn {
    padding:13px 16px;
    justify-content:center;
    font-size:13px;
  }

  body.ag-lp-chrome > .topbar {
    height:auto;
    padding:7px 0;
  }

  body.ag-lp-chrome > .topbar > .container {
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
  }

  body.ag-lp-chrome > .topbar nav {
    display:none;
  }

  body.ag-lp-chrome > .topbar .info {
    font-size:11px;
    line-height:1.5;
  }

  body.ag-lp-chrome > footer {
    padding:56px 0 28px;
  }

  body.ag-lp-chrome > footer .grid {
    padding-bottom:40px;
    grid-template-columns:1fr 1fr;
    gap:32px;
  }

  body.ag-lp-chrome > footer .brand {
    grid-column:1 / -1;
  }

  body.ag-lp-chrome > footer .bot {
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}

@media (max-width:560px) {
  :root {
    --pad:18px;
  }

  body.ag-lp-chrome > footer .grid {
    grid-template-columns:1fr;
  }
}
