/* ===========================================================================
   Assh — privacy.css
   個人情報保護方針ページ固有スタイル
   =========================================================================== */

html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--text-body); }
a { -webkit-tap-highlight-color: transparent; }

/* ---------- header ---------- */
.pp-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.86);
  -webkit-backdrop-filter: var(--blur-md); backdrop-filter: var(--blur-md);
  box-shadow: 0 4px 20px rgba(14,86,136,0.06);
}
.pp-header .inner {
  max-width: 1100px; margin: 0 auto; padding: 0 var(--gutter); height: 72px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo { display: flex; align-items: center; gap: 11px; }
.logo img { height: 34px; }
.logo span {
  font-family: var(--font-base); font-weight: 900; font-size: 25px;
  color: var(--ink-900); letter-spacing: .01em;
}
.back {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-base); font-weight: 700; font-size: 14px;
  color: var(--ink-700); padding: 10px 20px;
  border-radius: var(--r-pill); box-shadow: inset 0 0 0 2px var(--blue-200);
  transition: all var(--dur-base) var(--ease-out);
}
.back:hover { color: var(--primary); box-shadow: inset 0 0 0 2px var(--primary); }

/* ---------- hero ---------- */
.pp-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #EAF4FC 100%);
  padding: clamp(48px,6vw,84px) 0 clamp(56px,7vw,96px); text-align: center;
}
.pp-hero .dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(25,145,208,0.06) 1.4px, transparent 1.4px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(180deg,#000,transparent 70%);
  mask-image: linear-gradient(180deg,#000,transparent 70%);
}
.pp-hero .inner { position: relative; max-width: 1100px; margin: 0 auto; padding: 0 var(--gutter); }
.eyebrow-en {
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--primary);
}
.pp-hero h1 {
  font-family: var(--font-base); font-weight: 900;
  font-size: clamp(1.9rem,1.2rem + 2.4vw,2.9rem);
  color: var(--ink-900); margin: 12px 0 0; letter-spacing: .01em;
}
.pp-hero p {
  font-family: var(--font-base); font-size: var(--fs-lead); line-height: 1.95;
  color: var(--text-body); max-width: 720px; margin: 18px auto 0; font-weight: 500;
}

/* ---------- body ---------- */
.pp-body { max-width: 880px; margin: 0 auto; padding: clamp(48px,6vw,80px) var(--gutter) 0; }
.pp-body .lead {
  font-family: var(--font-base); font-size: 15.5px; line-height: 1.95;
  color: var(--text-body); margin: 0 0 8px;
}
.pp-body .section {
  padding: 34px 0; border-bottom: 1px solid var(--ink-100);
}
.pp-body .section:last-of-type { border-bottom: none; }
.pp-body .section h2 {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-base); font-weight: 700;
  font-size: clamp(1.15rem,1rem + 0.6vw,1.4rem);
  color: var(--ink-900); margin: 0 0 16px; line-height: 1.5;
}
.pp-num {
  flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--r-blob);
  background: var(--grad-brand); color: #fff;
  font-family: var(--font-num); font-weight: 700; font-size: 18px;
  box-shadow: var(--shadow-brand);
}
.pp-body .section p {
  font-family: var(--font-base); font-size: 15px; line-height: 1.95;
  color: var(--text-body); margin: 0 0 12px;
}
.pp-body .section p:last-child { margin-bottom: 0; }
.pp-body .section ul {
  margin: 6px 0 0; padding: 0; list-style: none;
  display: flex; flex-direction: column; gap: 10px;
}
.pp-body .section li {
  position: relative; padding-left: 26px;
  font-family: var(--font-base); font-size: 15px;
  line-height: 1.9; color: var(--text-body);
}
.pp-body .section li::before {
  content: ""; position: absolute; left: 4px; top: 12px;
  width: 9px; height: 9px; border-radius: 50%; background: var(--grad-brand);
}
.pp-em { color: var(--primary); font-weight: 700; }
.pp-pad { padding-left: 54px; }

/* ---------- contact card ---------- */
.pp-contact { max-width: 880px; margin: 40px auto 0; padding: 0 var(--gutter); }
.pp-contact .card {
  position: relative; overflow: hidden;
  background: var(--grad-deep); color: #fff;
  border-radius: var(--r-2xl); padding: clamp(28px,4vw,44px);
  box-shadow: var(--shadow-brand);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.pp-contact .card .deco {
  position: absolute; right: -40px; bottom: -30px; width: 200px; opacity: .1;
}
.pp-contact .card .t { position: relative; }
.pp-contact .card .en {
  font-family: var(--font-display); font-weight: 600; font-size: 12px;
  letter-spacing: .16em; opacity: .85;
}
.pp-contact .card h3 {
  font-family: var(--font-base); font-weight: 900; font-size: 22px;
  margin: 8px 0 0; color: #fff;
}
.pp-contact .card .info {
  position: relative; font-family: var(--font-base);
  line-height: 1.9; font-size: 14.5px;
}
.pp-contact .card .info b { font-family: var(--font-num); font-weight: 600; font-size: 19px; }

/* ---------- updated ---------- */
.pp-updated {
  max-width: 880px; margin: 28px auto 0; padding: 0 var(--gutter);
  font-family: var(--font-base); font-size: 13px;
  color: var(--text-muted); text-align: right;
}

/* ---------- footer ---------- */
.pp-footer { background: var(--ink-900); color: #fff; padding: 52px 0 26px; margin-top: clamp(56px,7vw,96px); }
.pp-footer .inner {
  max-width: 1100px; margin: 0 auto; padding: 0 var(--gutter);
  display: flex; justify-content: space-between; align-items: flex-start;
  flex-wrap: wrap; gap: 24px;
}
.pp-footer .logo span { color: #fff; }
.pp-footer .desc {
  font-size: 13px; line-height: 1.9; color: rgba(255,255,255,.6);
  max-width: 340px; margin: 16px 0 0;
}
.pp-footer nav { display: flex; gap: 24px; flex-wrap: wrap; }
.pp-footer nav a {
  font-family: var(--font-base); font-weight: 700; font-size: 13.5px;
  color: rgba(255,255,255,.8);
}
.pp-footer nav a:hover { color: #fff; }
.pp-copy {
  max-width: 1100px; margin: 34px auto 0; padding: 20px var(--gutter) 0;
  border-top: 1px solid rgba(255,255,255,.12);
  font-family: var(--font-display); font-size: 12px;
  letter-spacing: .06em; color: rgba(255,255,255,.5);
}

/* ---------- Responsive ---------- */
@media (max-width: 560px) {
  .pp-pad { padding-left: 0; }
  .pp-contact .card { flex-direction: column; align-items: flex-start; }
}
