/* =============================================
   page-privacypolicy.css
   ============================================= */

/* ページ背景色 */
body#privacypolicy,
body#privacypolicy #wrap {
    background-color: #FCFAF2;
}

/* ── Title ── */
.pv-title-wrap {
    text-align: center;
    padding: 72px 20px 56px;
}
.pv-title-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(38px, 6vw, 80px);
    font-weight: 400;
    color: #3a3028;
    letter-spacing: 0.06em;
    line-height: 1;
    margin-bottom: 16px;
}
.pv-title-ja {
    font-size: 12px;
    color: #8a7a6a;
    letter-spacing: 0.12em;
        text-align: center;
}

/* ── Body ── */
.pv-body {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px 100px;
}

/* 前文 */
.pv-lead {
    font-size: 14px;
    line-height: 2.3;
    color: #555;
    letter-spacing: 0.04em;
    margin-bottom: 56px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dedad4;
}

/* 各条項 */
.pv-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dedad4;
}
.pv-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.pv-section-heading {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 16px;
}
.pv-section-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    color: #c8bfb0;
    line-height: 1;
    flex-shrink: 0;
}
.pv-section-title {
    font-size: 15px;
    font-weight: 500;
    color: #3a3028;
    letter-spacing: 0.06em;
    line-height: 1.5;
}
.pv-section-body {
    font-size: 13.5px;
    line-height: 2.2;
    color: #555;
    letter-spacing: 0.04em;
    padding-left: 44px;
}
.pv-section-body p + p {
    margin-top: 8px;
}
.pv-section-body ul {
    list-style: none;
    padding: 0;
    margin: 8px 0;
}
.pv-section-body ul li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
}

/* お問い合わせ先 */
.pv-contact-block {
    margin-top: 16px;
    padding: 20px 24px;
    background: #fff;
    font-size: 13.5px;
    line-height: 2.1;
    color: #555;
    letter-spacing: 0.04em;
}

/* 制定日 */
.pv-date {
    text-align: right;
    font-size: 12px;
    color: #999;
    letter-spacing: 0.06em;
    margin-top: 48px;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .pv-title-wrap { padding: 48px 20px 40px; }
    .pv-body { padding: 0 20px 72px; }
    .pv-lead { margin-bottom: 40px; padding-bottom: 32px; }
    .pv-section { margin-bottom: 32px; padding-bottom: 32px; }
    .pv-section-body { padding-left: 0; }
    .pv-section-num { font-size: 22px; }
}
