.fdc-page {
    --bg-dark: #100f0d;
    --bg-dark-alt: #17140f;
    --bg-header: #0c0b0a;
    --gold: #c9a968;
    --gold-bright: #e3cd97;
    --text-main: #f3efe6;
    --text-body: #c9c2b3;
    --text-strong: #e9e5dd;
    --hairline: rgba(201, 169, 104, 0.35);
    --font-jp: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    --font-en: "Times New Roman", "YuMincho", "Hiragino Mincho ProN";
}

.fdc-page,
.fdc-page * {
    box-sizing: border-box;
}

.fdc-page a {
    width: 45rem;
    margin-inline: auto;
}
.fdc-page a:hover {
    color: var(--gold-bright);
}

.fdc-page .ttl-english.text-c {
    text-align: center;
    margin-bottom: 10rem;
}

.fdc-page {
    margin: 0 auto;
    overflow: hidden;
    font-family: var(--font-jp);
}

/* ---------- 共通：セクション ---------- */
.fdc-section {
    position: relative;
    padding: 8rem 6.4rem;
}

.fdc-watermark {
    position: absolute;
    top: -13rem;
    font-family: var(--font-en);
    font-size: 18rem;
    color: rgba(201, 169, 104, 0.1);
    letter-spacing: 0.4rem;
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
}
.fdc-watermark.left {
    left: -30rem;
}
.fdc-watermark.right {
    right: 5.6rem;
}

.fdc-inner {
    position: relative;
    z-index: 1;
    max-width: 76rem;
}
.fdc-inner.push-right {
    margin-left: auto;
}
.fdc-inner.with-photo {
    display: flex;
    gap: 5.6rem;
    align-items: flex-start;
    max-width: 111.2rem;
}
.fdc-inner.with-photo .fdc-copy {
    flex: 1;
    max-width: 64rem;
}

.fdc-tag {
    display: inline-block;
    border: 1px solid var(--gold);
    color: var(--gold);
    font-family: var(--font-en);
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
    padding: 0.6rem 1.5rem;
    margin-bottom: 2rem;
}

.fdc-section h2 {
    font-family: var(--font-jp);
    font-size: 3.2rem;
    color: var(--text-main);
    margin: 0 0 1.2rem;
    line-height: 1.5;
}

.fdc-caption-en {
    font-family: var(--font-en);
    color: var(--gold);
    letter-spacing: 0.3rem;
    font-size: 1.3rem;
    margin: 0 0 2.8rem;
}

.fdc-section p {
    font-family: var(--font-jp);
    font-size: 2rem;
    line-height: 1.8;
    color: var(--text-body);
    margin: 0 0 1.8rem;
}
.fdc-section p:last-child {
    margin-bottom: 0;
}

.fdc-grid2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 2.6rem;
    padding: 0;
    list-style: none;
}
.fdc-grid2 li {
    position: relative;
    padding: 1.4rem 0 1.4rem 2.2rem;
    font-size: 2rem;
    font-family: var(--font-jp);
    border-bottom: 1px solid var(--hairline);
}
.fdc-grid2 li:last-child {
    border-bottom: none;
}
.fdc-grid2 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: var(--gold);
}

.fdc-chips {
    display: flex;
    gap: 1.4rem;
    margin: 0 0 2.6rem;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
.fdc-chips li {
    display: inline-block;
    padding: 0 0.3rem;
    font-size: 2rem;
    font-family: var(--font-jp);
    background: linear-gradient(to top, rgba(201, 169, 104, 0.4) 0%, rgba(201, 169, 104, 0.4) 38%, transparent 38%, transparent 100%);
}

.fdc-quote {
    display: inline;
    font-family: var(--font-en);
    font-size: 2.2rem;
    line-height: 2.2;
    color: var(--text-strong);
    margin: 0;
    padding: 0.2rem 0.4rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: linear-gradient(to top, rgba(201, 169, 104, 0.4) 0%, rgba(201, 169, 104, 0.4) 38%, transparent 38%, transparent 100%);
}

/* ---------- 写真プレースホルダー ---------- */
.fdc-page .photo-placeholder {
    width: 100%;
    aspect-ratio: 3/4;
    background: repeating-linear-gradient(135deg, #221f1a, #221f1a 1rem, #292520 1rem, #292520 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 169, 104, 0.3);
    flex: none;
}
.fdc-page .photo-placeholder.tall {
    aspect-ratio: 4/5;
}
.fdc-page .photo-placeholder.wide {
    aspect-ratio: 4/3;
}
.fdc-page .photo-placeholder.landscape {
    aspect-ratio: 3/4;
}
.fdc-page .photo-placeholder span {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 1.1rem;
    color: #a79d8c;
    text-align: center;
    line-height: 1.6;
    padding: 0 1rem;
}
.fdc-photo-col {
    width: 42rem;
    flex: none;
}

/* ---------- 写真ストリップ ---------- */
.fdc-photo-strip {
    padding: 6.4rem;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.fdc-photo-strip .label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
    font-family: var(--font-en);
    font-size: 3.4rem;
    letter-spacing: 0.4rem;
    text-align: center;
    margin-bottom: 4rem;
}
.fdc-photo-strip .label::before,
.fdc-photo-strip .label::after {
    content: "";
    width: 14rem;
    height: 1px;
    background: var(--hairline);
}
.fdc-photo-strip .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.fdc-photo-strip .row .photo-placeholder {
    border-color: rgba(201, 169, 104, 0.25);
}

/* ---------- クロージングCTA ---------- */
.fdc-cta {
    position: relative;
    padding: 9.6rem 6.4rem;
    text-align: center;
    background: linear-gradient(160deg, #241b10 0%, #3a2a12 45%, #1c150c 100%);
}
.fdc-cta .fdc-en-label {
    font-family: var(--font-en);
    font-size: 1.3rem;
    letter-spacing: 0.4rem;
    color: var(--gold-bright);
    margin-bottom: 1.6rem;
}
.fdc-cta h2 {
    font-family: var(--font-jp);
    font-weight: 700;
    font-size: 3rem;
    color: #f8f2e4;
    margin: 0 0 2.6rem;
}
.fdc-cta p {
    max-width: 64rem;
    margin: 0 auto 3.6rem;
    font-family: var(--font-jp);
    font-size: 1.55rem;
    line-height: 2.1;
    color: #e6ddc8;
}
.fdc-cta-button {
    display: inline-block;
    border: 1px solid var(--gold-bright);
    color: #f8f2e4;
    font-family: var(--font-jp);
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding: 1.8rem 4.4rem;
    text-decoration: none;
}
.fdc-cta-button:hover {
    color: #f8f2e4;
    background: rgba(227, 205, 151, 0.08);
}
@media (max-width: 1536px) {
    .fdc-watermark.left {
        left: 0;
    }
}
@media (max-width: 900px) {
    .fdc-section {
        padding: 5.6rem 3.2rem;
    }
    .fdc-inner.with-photo {
        flex-direction: column;
    }
    .fdc-photo-col {
        width: 100%;
    }
    .fdc-grid2 {
        grid-template-columns: 1fr;
    }
    .fdc-photo-strip .row {
        grid-template-columns: 1fr;
    }
    .fdc-watermark {
        font-size: 5.6rem;
    }
}
.under-sec01 .contents2Wrap {
    align-items: flex-start;
    margin-bottom: 20rem;
}
.under-sec01 .contents2Wrap .flexR {
    margin-top: 6rem;
}
.under-sec01 .sec-ttl {
    font-size: 4.2rem;
}
.wide {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    margin-bottom: 15rem;
}
.ttl-G3 {
    margin-bottom: 10rem;
}
@media (max-width: 559px) {
    .under-sec01 .sec-ttl {
        font-size: 2.3rem;
    }
    .ttl-G3 .sec-ttl3 {
        font-size: 2.9rem;
    }
    .under-sec01 .contents2Wrap {
        margin-bottom: 10rem;
    }
    .wide {
        margin-bottom: 6rem;
    }
    .fdc-watermark {
        top: 0;
    }
    .fdc-watermark.right {
        right: inherit;
        left: 0;
    }
    .fdc-watermark.left {
        left: 0;
    }
    .fdc-section {
        padding: 5rem 0 3rem;
    }
    .fdc-section h2 {
        font-size: 2.6rem;
        line-height: 1.75;
    }
    .fdc-photo-strip .label {
        font-size: 2.6rem;
        line-height: 1.4;
    }
    .fdc-photo-strip {
        padding-inline: 3rem;
    }
    .under-sec05 p {
        text-align: left;
    }
    .fdc-page a {
        width: 100%;
        margin-block: 4rem 6rem;
    }
    .fdc-section p,
    .fdc-chips li,.fdc-grid2 li {
        font-size: 1.6rem;
    }
    .fdc-quote {
        font-size: 1.8rem;
    }
}
