/* ==========================================================
   コラム詳細ページ（ニュース詳細と同構造）
   ========================================================== */

.p-column-detail {
    position: relative;
    padding: 120rem 0;
    background-color: #fff;
    overflow: hidden;
}

.p-column-detail__svg-filters {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.p-column-detail__texture {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    max-width: none;
}

.p-column-detail__texture--top {
    top: -650rem;
    left: -160rem;
    width: 1873rem;
}

.p-column-detail__texture--bottom {
    bottom: -1000rem;
    right: -700rem;
    width: 2672rem;
}

.p-column-detail__heading {
    position: relative;
    z-index: 1;
    padding-left: 120rem;
    margin-bottom: 80rem;
    font-family: var(--font-body);
    font-size: var(--fs-16);
    font-weight: 100;
    letter-spacing: 0.3em;
    color: #333;
}

.p-column-detail__heading::after {
    content: '';
    display: block;
    width: 50%;
    height: 1rem;
    margin-top: 10rem;
    background-color: #333;
}

.p-column-detail__content {
    position: relative;
    z-index: 1;
    max-width: 700rem;
    margin: 0 auto;
    padding: 0 60rem;
    text-align: center;
}

.p-column-detail__date {
    font-size: var(--fs-14);
    color: #888;
    letter-spacing: 0.1em;
    margin-bottom: 8rem;
}

.p-column-detail__title {
    font-size: var(--fs-18);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #333;
    margin-bottom: 20rem;
}

.p-column-detail__photo {
    width: 100%;
    margin-bottom: 40rem;
    overflow: hidden;
}

.p-column-detail__photo img {
    width: 100%;
    height: auto;
    display: block;
}

.p-column-detail__body {
    text-align: left;
    font-size: var(--fs-14);
    line-height: 2.8;
    color: #333;
}

.p-column-detail .pagerWrap {
    position: relative;
    z-index: 1;
    max-width: 850rem;
    margin: 80rem auto 0;
    padding: 45rem 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.p-column-detail .pagerWrap .cl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.p-column-detail .pagerWrap .page_nav_nb_center {
    text-align: center;
}

.p-column-detail .pagerWrap a {
    font-size: var(--fs-fixed-14);
    color: #333;
    transition: opacity 0.3s ease;
}

.p-column-detail .pagerWrap a:hover {
    opacity: 0.6;
}

.p-column-detail__heading-sp {
    display: none;
}

@media (max-width: 768px) {
    .p-column-detail {
        padding: 60rem 0 80rem;
    }

    .p-column-detail__heading {
        display: none;
    }

    .p-column-detail__heading-sp {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0 30rem;
        margin-bottom: 50rem;
        position: relative;
        z-index: 1;
    }

    .p-column-detail__heading-sp-ja {
        writing-mode: vertical-rl;
        font-size: var(--fs-18);
        font-weight: 100;
        letter-spacing: 0.07em;
        color: #333;
    }

    .p-column-detail__heading-sp-right {
        display: flex;
        align-items: center;
        align-self: center;
        gap: 6rem;
    }

    .p-column-detail__heading-sp-line {
        display: block;
        width: 30rem;
        height: 1rem;
        background-color: #333;
    }

    .p-column-detail__heading-sp-en {
        font-family: var(--font-bask-old);
        font-size: var(--fs-18);
        letter-spacing: 0.3em;
        color: #333;
    }

    .p-column-detail__content {
        padding: 0 40rem;
        max-width: none;
    }

    .p-column-detail .pagerWrap {
        max-width: 80%;
        margin: 60rem auto 0;
        padding: 30rem 0;
    }

    .p-column-detail__body {
        font-size: var(--fs-12);
    }

    .p-column-detail__texture--top {
        top: -300rem;
        left: -100rem;
        width: 900rem;
    }

    .p-column-detail__texture--bottom {
        bottom: -500rem;
        right: -350rem;
        width: 1300rem;
    }
}
