/* ==========================================================
   ガネーシャ商会 プライバシーポリシー
   Scope: .gh-privacy-page
   ========================================================== */
.gh-privacy-page,
.gh-privacy-page * { box-sizing: border-box; }

.gh-privacy-page {
  overflow: hidden;
  background: #fffdfa;
  color: #5a514b;
  font-family: var(--gh-sans, "Noto Sans JP", sans-serif);
}

.gh-privacy-page a { color: inherit; }
.gh-privacy-page img { max-width: 100%; height: auto; }

/* Diver標準見出し装飾をこのページ内だけ解除 */
.gh-privacy-page h1,
.gh-privacy-page h2,
.gh-privacy-page h3,
.gh-privacy-page h4,
.gh-privacy-page h1::before,
.gh-privacy-page h1::after,
.gh-privacy-page h2::before,
.gh-privacy-page h2::after,
.gh-privacy-page h3::before,
.gh-privacy-page h3::after,
.gh-privacy-page h4::before,
.gh-privacy-page h4::after {
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.gpp-hero {
  border-bottom: 1px solid #ede2dd;
  background:
    radial-gradient(circle at 80% 28%, rgba(213,107,179,.12), transparent 26%),
    linear-gradient(110deg, #fffdfa 0%, #fff9f7 58%, #fff2f7 100%);
}

.gpp-hero__inner {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0,1fr) 300px;
  gap: 52px;
  align-items: center;
  padding-block: 48px;
}

.gpp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 26px;
  color: #9b8d85;
  font-size: 12px;
}

.gpp-breadcrumb a { text-decoration: none; }
.gpp-breadcrumb a:hover { color: #d56bb3; }
.gpp-eyebrow {
  margin: 0 0 10px;
  color: #d56bb3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .17em;
}

.gpp-hero h1 {
  margin: 0 !important;
  padding: 0 !important;
  color: #4a4039 !important;
  font-family: var(--gh-serif, "Noto Serif JP", serif) !important;
  font-size: clamp(42px, 4.3vw, 60px) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: .025em !important;
}

.gpp-title-line {
  width: 48px;
  height: 2px;
  margin-top: 20px;
  background: #d56bb3;
}

.gpp-hero__mark {
  position: relative;
  min-height: 220px;
  display: grid;
  place-items: center;
}

.gpp-hero__mark img {
  position: relative;
  z-index: 2;
  width: 145px;
  opacity: .62;
}

.gpp-hero__halo {
  position: absolute;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(213,107,179,.15);
  border-radius: 50%;
  background: rgba(255,255,255,.48);
}

.gpp-body-section { padding: 72px 0 90px; }

.gpp-document {
  width: min(100%, 860px);
  margin: 0 auto;
  padding: 52px 58px 58px;
  border: 1px solid #ede2dd;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 42px rgba(91,70,59,.055);
}

.gpp-content {
  color: #5a514b;
  font-size: 15px;
  line-height: 2;
  word-break: break-word;
}

.gpp-content > *:first-child { margin-top: 0 !important; }
.gpp-content > *:last-child { margin-bottom: 0 !important; }

.gpp-content p { margin: 0 0 1.55em; }

.gpp-content h2 {
  position: relative;
  margin: 3.1em 0 1.15em !important;
  padding: 0 0 .7em 18px !important;
  color: #4a4039 !important;
  font-family: var(--gh-serif, "Noto Serif JP", serif) !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  border-bottom: 1px solid #eadfda !important;
}

.gpp-content h2::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .22em !important;
  width: 3px !important;
  height: 1.15em !important;
  border-radius: 10px !important;
  background: #d56bb3 !important;
}

.gpp-content h3 {
  margin: 2.35em 0 .95em !important;
  padding: 0 !important;
  color: #4a4039 !important;
  font-family: var(--gh-serif, "Noto Serif JP", serif) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
}

.gpp-content h4 {
  margin: 2em 0 .75em !important;
  padding: 0 !important;
  color: #5a514b !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
}

.gpp-content ul,
.gpp-content ol {
  margin: 1em 0 1.7em;
  padding-left: 1.6em;
}

.gpp-content li { margin: .45em 0; }

.gpp-content a {
  color: #a15a8b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gpp-content a:hover { color: #d56bb3; }

.gpp-content strong { color: #4a4039; }

.gpp-content blockquote {
  margin: 2em 0;
  padding: 20px 24px;
  border: 1px solid #f0dfdc;
  border-left: 3px solid #d56bb3;
  border-radius: 8px;
  background: #fff8fa;
  color: #655a54;
}

.gpp-content hr {
  height: 1px;
  margin: 2.8em 0;
  border: 0;
  background: #ede2dd;
}

.gpp-content table {
  width: 100%;
  margin: 1.5em 0 2em;
  border-collapse: collapse;
  font-size: 14px;
}

.gpp-content th,
.gpp-content td {
  padding: 13px 14px;
  border: 1px solid #e9ddd8;
  vertical-align: top;
}

.gpp-content th {
  background: #fbf7f1;
  color: #4a4039;
  font-weight: 600;
}

@media (max-width: 760px) {
  .gpp-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 36px 32px;
  }

  .gpp-hero__mark {
    min-height: 125px;
    order: -1;
  }

  .gpp-hero__mark img { width: 92px; }
  .gpp-hero__halo { width: 140px; height: 140px; }
  .gpp-breadcrumb { margin-bottom: 16px; }
  .gpp-hero h1 { font-size: 34px !important; }

  .gpp-body-section { padding: 44px 0 62px; }
  .gpp-document {
    width: 100%;
    padding: 30px 20px 36px;
    border-radius: 10px;
  }
  .gpp-content { font-size: 14px; line-height: 1.95; }
  .gpp-content h2 {
    margin-top: 2.7em !important;
    padding-left: 14px !important;
    font-size: 21px !important;
  }
  .gpp-content h3 { font-size: 18px !important; }
  .gpp-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
