/*
  style-privacy.css
  プライバシーポリシーページ専用スタイル
  Okoh Risnn — 白基調・シック
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold:       #c8a86a;
  --gold-light: #d4b483;
  --text-main:  #1a2c42;
  --text-sub:   rgba(26,44,66,0.70);
  --text-light: rgba(26,44,66,0.42);
  --bg:         #f2f8ff;
  --bg-card:    #F7FAFF;
  --border:     rgba(0,72,152,0.18);
  --ruri-light:  #4d8fcc;
}

html { scroll-behavior: smooth; }

body {
  background: linear-gradient(to bottom, rgba(0,72,152,0.1) 0px, var(--bg) 80px);
  color: var(--text-main);
  font-family: 'Noto Serif JP', serif;
  overflow-x: hidden;
  cursor: auto;
  -webkit-font-smoothing: antialiased;
}

/* ── Custom cursor ── */
.cursor {
  width: 6px; height: 6px;
  background: var(--ruri-light);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9999;
  transition: transform 0.15s ease;
  mix-blend-mode: multiply;
}
.cursor-ring {
  width: 32px; height: 32px;
  border: 1px solid rgba(0,72,152,0.4);
  border-radius: 50%;
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 9998;
  transition: transform 0.4s ease;
}

/* ── ナビゲーション（incense-* クラス） ── */
.incense-header {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  z-index: 200;
  height: 64px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--border);
  transition: background 0.5s ease, box-shadow 0.5s ease;
}
.admin-bar .incense-header { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .incense-header { top: 46px; }
}

.header-logo {
  font-family: 'Pinyon Script', cursive;
  font-size: 22px;
  color: var(--ruri-light);
  opacity: 0.75;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.header-logo:hover { opacity: 1; }

.incense-nav { display: flex; align-items: center; }

.incense-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0; padding: 0;
}
.incense-nav-list li a {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 0.45em;
  color: rgba(42, 37, 32, 0.62);
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s;
  white-space: nowrap;
}
.incense-nav-list li a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--ruri-light);
  transition: width 0.35s ease;
}
.incense-nav-list li a:hover { color: var(--ruri-light); }
.incense-nav-list li a:hover::after { width: 100%; }

/* ハンバーガー */
.incense-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 28px; height: 28px;
  background: none; border: none;
  cursor: pointer; padding: 0;
}
.incense-nav-toggle span {
  display: block;
  width: 100%; height: 1px;
  background: rgba(42, 37, 32, 0.55);
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.incense-nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.incense-nav-toggle.open span:nth-child(2) { opacity: 0; }
.incense-nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 768px) {
  .incense-nav-toggle { display: flex; }
  .incense-nav {
    position: fixed;
    top: 64px; left: 0;
    width: 100%;
    background: var(--bg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-top: 1px solid var(--border);
    padding: 32px 6% 40px;
    transform: translateY(-110%);
    opacity: 0;
    transition: transform 0.45s ease, opacity 0.45s ease;
    pointer-events: none;
  }
  .incense-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .incense-nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .incense-nav-list li a {
    font-size: 13px;
    letter-spacing: 0.5em;
    color: rgba(42, 37, 32, 0.75);
  }
}

/* ── ページヒーロー ── */
.pp-hero {
  padding: 148px 8% 80px;
  text-align: center;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.pp-hero::before {
  content: '';
  display: block;
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, transparent, var(--ruri-light));
  margin: 0 auto 40px;
}
.pp-hero-en {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(11px, 1.1vw, 13px);
  letter-spacing: 0.55em;
  color: var(--ruri-light);
  opacity: 0.7;
  display: block;
  margin-bottom: 18px;
}
.pp-hero-ja {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  font-size: clamp(26px, 3.5vw, 40px);
  letter-spacing: 0.45em;
  color: var(--text-main);
}
.pp-hero-date {
  margin-top: 24px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--text-light);
}

/* ── 本文エリア ── */
.pp-body {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 8% 120px;
}

/* リード文 */
.pp-lead {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 2.6;
  color: var(--text-sub);
  letter-spacing: 0.08em;
  text-align: justify;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 64px;
}

/* セクション */
.pp-section {
  margin-bottom: 64px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.pp-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.pp-section-title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: clamp(14px, 1.5vw, 17px);
  letter-spacing: 0.35em;
  color: var(--text-main);
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 14px;
}
.pp-section-title::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 1em;
  background: var(--ruri-light);
  opacity: 0.7;
  flex-shrink: 0;
}

.pp-text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 2.6;
  color: var(--text-sub);
  letter-spacing: 0.07em;
  text-align: justify;
}

/* 番号付きリスト */
.pp-list {
  list-style: none;
  margin-top: 16px;
}
.pp-list li {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 2.6;
  color: var(--text-sub);
  letter-spacing: 0.07em;
  padding-left: 1.8em;
  position: relative;
}
.pp-list li::before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  color: var(--ruri-light);
  opacity: 0.75;
  font-size: 11px;
}

/* サブリスト */
.pp-sublist {
  list-style: none;
  margin: 8px 0 8px 1.2em;
}
.pp-sublist li {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  font-size: clamp(11px, 1.2vw, 13px);
  line-height: 2.4;
  color: var(--text-sub);
  letter-spacing: 0.06em;
  padding-left: 1.4em;
  position: relative;
}
.pp-sublist li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--ruri-light);
  opacity: 0.5;
  font-size: 10px;
  top: 0.8em;
}

/* お問い合わせカード */
.pp-contact-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 40px 44px;
  margin-top: 24px;
}
.pp-contact-card p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 2.6;
  color: var(--text-sub);
  letter-spacing: 0.07em;
}
.pp-contact-card .contact-label {
  font-size: 11px;
  letter-spacing: 0.5em;
  color: var(--ruri-light);
  opacity: 0.7;
  display: block;
  margin-bottom: 20px;
  font-weight: 300;
}

/* 署名 */
.pp-signature {
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
  text-align: right;
}
.pp-signature p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 2.4;
  letter-spacing: 0.18em;
  color: var(--text-sub);
}
.pp-signature .sig-name {
  font-family: 'Pinyon Script', cursive;
  font-size: 28px;
  color: var(--ruri-light);
  opacity: 0.55;
  display: block;
  margin-top: 12px;
  letter-spacing: 0.05em;
  filter: url(#brush-filter);
}

/* フッター */
.pp-footer {
  text-align: center;
  padding: 60px 0 40px;
  border-top: 1px solid var(--border);
}
.pp-footer .brand {
  font-family: 'Pinyon Script', cursive;
  font-size: 24px;
  color: var(--ruri-light);
  opacity: 0.45;
}
.pp-footer .copy {
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: var(--text-light);
  margin-top: 12px;
  display: block;
}

/* ── レスポンシブ ── */
@media (max-width: 900px) {
  .cs-grid { grid-template-columns: 1fr; gap: 0; }
  .cs-include-list { grid-template-columns: 1fr; }
  .cs-include-item:nth-child(even) {
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 640px) {
  .cs-notes { padding: 32px 24px; }
  .cs-flow::before { display: none;  }
  }