/* ===================== プライバシーポリシーページ専用スタイル ===================== */

/* プライバシーポリシーページ全体のコンテナ（全幅、背景色#F5F1EB） */
.privacy-policy-page {
  width: 100%;
  max-width: 100%;
  background: #F5F1EB;
  min-height: 100vh;
}

/* プライバシーポリシーページ内のCTAセクションを非表示 */
.privacy-policy-page .top__cta,
.privacy-policy-page .top__cta.top__section,
.privacy-policy-page .top__cta.io-fadeup,
.privacy-policy-page .top__cta.alignfull,
.privacy-policy-page .top__cta.is-inview,
.privacy-policy-page section#ec,
.privacy-policy-page section.top__cta,
.privacy-policy-page #ec,
.privacy-policy-page .top__cta-container,
.privacy-policy-page .top__cta-item,
.privacy-policy-page .top__cta-item--contact,
.privacy-policy-page .top__cta-item--download,
.privacy-policy-page a.top__cta-item,
.privacy-policy-page a.top__cta-item--contact,
.privacy-policy-page a.top__cta-item--download,
.privacy-policy-page section[aria-label="お問い合わせと公式販売サイト"],
.privacy-policy-page section[aria-label*="お問い合わせと公式販売サイト"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  min-height: 0 !important;
}

/* ===================== ヘッダーセクション（ページタイトル） ===================== */
/* プライバシーポリシーページのヘッダーセクション（全幅、白背景、中央揃え） */
.privacy-policy-page__header-section {
  width: 100%;
  margin: 0;
  padding: 80px 1rem 40px;
  text-align: center;
  background: #fff;
}

/* プライバシーポリシーページのヘッダータイトル（超大サイズ、太字、黒色） */
.privacy-policy-page__header-title {
  font-weight: 900;
  font-size: 80px;
  line-height: 1.3;
  letter-spacing: 0.28em;
  margin: 0 0 24px;
  color: #000000;
}

/* プライバシーポリシーページのヘッダーサブタイトル（小サイズ、オレンジ色） */
.privacy-policy-page__header-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #888888;
}

/* ===================== イントロテキスト ===================== */
/* プライバシーポリシーイントロテキスト（コンテンツ内に配置） */
.privacy-policy-page__intro-text {
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.8;
  color: #444444;
  margin: 0 0 clamp(32px, 4vw, 48px);
}

/* ===================== コンテンツセクション ===================== */
/* プライバシーポリシーコンテンツセクション（最大幅1400px、中央揃え、背景色#F5F1EB） */
.privacy-policy-page__content-section {
  max-width: 1400px;
  margin: clamp(20px, 4vw, 48px) auto;
  padding: clamp(32px, 5vw, 72px) 2rem;
  background: #F5F1EB;
  min-height: 60vh;
}

.privacy-policy-page__content {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: clamp(40px, 5vw, 60px);
  border-radius: 8px;
}

.privacy-policy-page__section {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.privacy-policy-page__section:last-child {
  margin-bottom: 0;
}

.privacy-policy-page__section-title {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 28px);
  line-height: 1.5;
  margin: 0 0 16px;
  color: #000000;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 12px;
}

.privacy-policy-page__section-text {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.8;
  color: #333333;
  margin: 0 0 16px;
}

.privacy-policy-page__section-text:last-child {
  margin-bottom: 0;
}

/* ===================== リストスタイル ===================== */
.privacy-policy-page__list {
  margin: 16px 0;
  padding-left: 24px;
  list-style-type: decimal;
}

.privacy-policy-page__list li {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.8;
  color: #333333;
  margin-bottom: 12px;
}

.privacy-policy-page__list li:last-child {
  margin-bottom: 0;
}

/* ===================== お問い合わせ窓口セクション ===================== */
.privacy-policy-page__contact-list {
  margin: 24px 0;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px 24px;
  align-items: start;
}

.privacy-policy-page__contact-term {
  font-weight: 600;
  font-size: clamp(14px, 2vw, 16px);
  color: #000000;
  margin: 0;
  padding-top: 4px;
}

.privacy-policy-page__contact-desc {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.8;
  color: #333333;
  margin: 0;
}

.privacy-policy-page__contact-link {
  color: #0066cc;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.privacy-policy-page__contact-link:hover {
  color: #004499;
}

/* ===================== フッターセクション ===================== */
.privacy-policy-page__footer {
  margin-top: clamp(48px, 6vw, 64px);
  padding-top: clamp(32px, 4vw, 48px);
  border-top: 2px solid #e0e0e0;
}

.privacy-policy-page__footer-title {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.5;
  margin: 0 0 16px;
  color: #000000;
}

.privacy-policy-page__footer-text {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.8;
  color: #333333;
  margin: 0;
}

/* ===================== エディタコンテンツセクション ===================== */
/* エディタコンテンツがある場合、privacy-policy-pageクラスでラップされるため、既存のスタイルが適用されます */

.privacy-policy-page__editor-content-inner h1,
.privacy-policy-page__editor-content-inner h2,
.privacy-policy-page__editor-content-inner h3,
.privacy-policy-page__editor-content-inner h4,
.privacy-policy-page__editor-content-inner h5,
.privacy-policy-page__editor-content-inner h6 {
  font-weight: 700;
  color: #000000;
  margin-top: clamp(32px, 4vw, 48px);
  margin-bottom: 16px;
}

.privacy-policy-page__editor-content-inner h1 {
  font-size: clamp(28px, 4vw, 36px);
}

.privacy-policy-page__editor-content-inner h2 {
  font-size: clamp(24px, 3vw, 28px);
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 12px;
}

.privacy-policy-page__editor-content-inner h3 {
  font-size: clamp(20px, 2.5vw, 24px);
}

.privacy-policy-page__editor-content-inner p {
  margin-bottom: 16px;
}

.privacy-policy-page__editor-content-inner ol,
.privacy-policy-page__editor-content-inner ul {
  margin: 16px 0;
  padding-left: 24px;
}

.privacy-policy-page__editor-content-inner li {
  margin-bottom: 12px;
}

.privacy-policy-page__editor-content-inner a {
  color: #0066cc;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.privacy-policy-page__editor-content-inner a:hover {
  color: #004499;
}

/* ===================== レスポンシブ対応 ===================== */
@media (max-width: 768px) {
  .privacy-policy-page__header-section {
    padding: 60px 1.25rem 28px;
  }

  .privacy-policy-page__header-title {
    font-size: 42px;
    letter-spacing: 0.18em;
    margin-bottom: 16px;
  }

  .privacy-policy-page__header-subtitle {
    font-size: 12px;
  }

  .privacy-policy-page__contact-list {
    grid-template-columns: 1fr;
    gap: 8px 0;
  }

  .privacy-policy-page__contact-term {
    padding-top: 0;
    margin-bottom: 4px;
  }

  .privacy-policy-page__contact-desc {
    margin-bottom: 16px;
  }

  /* スマホでは見出しのみ中央、本文は左揃えで可読性を確保 */
  .privacy-policy-page__header-section,
  .privacy-policy-page__header-title,
  .privacy-policy-page__header-subtitle {
    text-align: center;
  }

  .privacy-policy-page__content,
  .privacy-policy-page__section,
  .privacy-policy-page__section-title,
  .privacy-policy-page__section-text,
  .privacy-policy-page__intro-text,
  .privacy-policy-page__list,
  .privacy-policy-page__footer,
  .privacy-policy-page__footer-title,
  .privacy-policy-page__footer-text {
    text-align: left;
  }

  /* リストは左揃えで適度なインデントを維持 */
  .privacy-policy-page__list {
    padding-left: 1.25rem;
    list-style-position: outside;
  }
}
