@media (min-width: 1200px) {
    html body.editorial-home-page {
        min-width: 0;
        margin: 0;
        overflow-x: hidden;
        color: #071126;
        background: #f6fbff;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
    }

    html body.editorial-home-page .eh-shell {
        display: none;
    }

    html body.editorial-home-page .pc-final-home {
        --pfh-paper: #ffffff;
        --pfh-soft: #eef7ff;
        --pfh-ink: #071126;
        --pfh-muted: rgba(7, 29, 62, .62);
        --pfh-blue: #0b70e9;
        --pfh-blue-dark: #074ea8;
        --pfh-sky: #e8f5ff;
        --pfh-line: rgba(11, 112, 233, .18);
        --pfh-shadow: 0 18px 34px rgba(7, 60, 130, .12);
        display: block;
        position: relative;
        isolation: isolate;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 0;
        letter-spacing: 0;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .76) 0%, rgba(247, 252, 255, .64) 42%, rgba(255, 255, 255, .74) 100%),
            url("/images/editorial-home/site-bg-panel-01.webp") center 0 / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-02.webp") center 1080px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-03.webp") center 2160px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-04.webp") center 3240px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-01.webp") center 4320px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-02.webp") center 5400px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-03.webp") center 6480px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-04.webp") center 7560px / max(1920px, 100vw) auto no-repeat,
            #f6fbff;
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
    }

    html body.editorial-home-page .pc-final-home .pfh-header,
    html body.editorial-home-page .pc-final-home .pfh-shell,
    html body.editorial-home-page .pc-final-home .eh-footer {
        position: relative;
        z-index: 1;
    }

    html body.editorial-home-page .pc-final-home *,
    html body.editorial-home-page .pc-final-home *::before,
    html body.editorial-home-page .pc-final-home *::after {
        box-sizing: border-box;
    }

    html body.editorial-home-page .pc-final-home :where(a, button, input, textarea, select, small, span, b, em, strong, p, h1, h2, h3, li, dt, dd) {
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
    }

    html body.editorial-home-page .pc-final-home a {
        color: inherit;
        text-decoration: none;
    }

    html body.editorial-home-page .pfh-header {
        position: relative;
        z-index: 10;
        display: grid;
        grid-template-columns: minmax(280px, 1fr) auto minmax(280px, 1fr);
        grid-template-rows: 108px 72px;
        align-items: center;
        gap: 0;
        width: 100%;
        min-height: 180px;
        margin: 0 auto;
        padding: 0;
        border-bottom: 0;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .94) 72%, rgba(238, 247, 255, .90) 100%);
        box-shadow: none;
    }

    html body.editorial-home-page .pfh-logo {
        position: relative;
        z-index: 2;
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        display: block;
        width: 286px;
        height: 78px;
        overflow: hidden;
        filter: drop-shadow(0 8px 12px rgba(11, 112, 233, .14));
    }

    html body.editorial-home-page .pfh-logo img {
        display: block;
        width: 286px;
        height: auto;
    }

    html body.editorial-home-page .pfh-logo::before,
    html body.editorial-home-page .pfh-logo::after {
        content: none;
    }

    html body.editorial-home-page .pfh-nav {
        position: relative;
        z-index: 2;
        grid-column: 1 / -1;
        grid-row: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        min-width: 0;
        width: min(1180px, calc(100vw - 48px));
        height: 72px;
        margin: 0 auto;
        white-space: nowrap;
    }

    html body.editorial-home-page .pfh-nav a {
        position: relative;
        display: inline-flex;
        align-items: center;
        height: 100%;
        justify-content: center;
        min-width: 150px;
        padding: 0 24px;
        color: rgba(7, 29, 62, .88);
        text-transform: none;
    }

    html body.editorial-home-page .pfh-nav a.is-active,
    html body.editorial-home-page .pfh-nav a:hover,
    html body.editorial-home-page .pfh-nav a:focus-visible {
        color: var(--pfh-blue);
    }

    html body.editorial-home-page .pfh-search {
        position: relative;
        z-index: 2;
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        display: grid;
        grid-template-columns: 42px;
        align-items: center;
        width: 42px;
        height: 42px;
        margin-right: calc(max(24px, calc((100vw - 1200px) / 2)) + 104px);
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    html body.editorial-home-page .pfh-search input {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        border: 0;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    html body.editorial-home-page .pfh-search button {
        display: grid;
        place-items: center;
        width: 42px;
        height: 40px;
        padding: 0;
        border: 0;
        color: #0c6fe8;
        background: transparent;
    }

    html body.editorial-home-page .pfh-search:hover button,
    html body.editorial-home-page .pfh-search:focus-within button {
        color: var(--pfh-blue);
    }

    html body.editorial-home-page .pfh-search svg {
        width: 25px;
        height: 25px;
        stroke: currentColor;
        stroke-width: 2.2;
        fill: none;
    }

    html body.editorial-home-page .pfh-social {
        position: relative;
        z-index: 2;
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        display: flex;
        align-items: center;
        gap: 12px;
        margin-right: max(24px, calc((100vw - 1200px) / 2));
    }

    html body.editorial-home-page .pfh-social a {
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #ffffff;
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
        box-shadow: 0 10px 22px rgba(7, 60, 130, .14);
    }

    html body.editorial-home-page .pfh-social__x {
        background: #263141;
    }

    html body.editorial-home-page .pfh-social__rss {
        background: #2f9bff;
    }

    html body.editorial-home-page .pfh-social svg {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-width: 2.4;
    }

    html body.editorial-home-page .pfh-magazine {
        display: grid;
        grid-template-columns: minmax(0, 860px) 300px;
        grid-template-areas:
            "cover cover"
            "route route"
            "editors editors"
            "latest rail";
        align-items: start;
        gap: 18px 36px;
        width: min(1200px, calc(100vw - 40px));
        margin: 12px auto 0;
    }

    html body.editorial-home-page .pfh-cover {
        position: relative;
        display: grid;
        grid-area: cover;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        row-gap: 18px;
        min-height: 0;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 24px 0 58px;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    html body.editorial-home-page .pfh-cover__kicker {
        display: none;
        line-height: 1;
        writing-mode: horizontal-tb;
        text-orientation: initial;
    }

    html body.editorial-home-page .pfh-cover__image {
        background-image: var(--pfh-image);
        background-position: 50% 50%;
        background-size: cover;
    }

    html body.editorial-home-page .pfh-cover__slider {
        --pfh-slide-gap: 64px;
        --pfh-slide-width: clamp(960px, 61.2vw, 1536px);
        position: relative;
        z-index: 2;
        grid-column: 1;
        grid-row: 2;
        width: 100vw;
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 178px;
        overflow: hidden;
    }

    html body.editorial-home-page .pfh-cover__track {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: stretch;
        gap: var(--pfh-slide-gap);
        width: max-content;
        background: transparent;
        box-shadow: none;
        transition: transform .16s cubic-bezier(.2, .72, .18, 1);
        will-change: transform;
    }

    html body.editorial-home-page .pfh-cover__track.is-jumping {
        transition: none;
    }

    html body.editorial-home-page .pfh-cover__image {
        position: relative;
        flex: 0 0 var(--pfh-slide-width);
        display: block;
        width: var(--pfh-slide-width);
        aspect-ratio: 1200 / 630;
        overflow: visible;
        clip-path: none;
        border: 0;
        border-radius: 0;
        background-color: #dfe4ef;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        opacity: .42;
        pointer-events: auto;
        box-shadow: 0 20px 38px rgba(7, 29, 62, .18);
        filter: saturate(1.18) contrast(1.08) brightness(1.08);
        transition: opacity .22s ease, filter .22s ease, box-shadow .22s ease;
        will-change: opacity;
    }

    html body.editorial-home-page .pfh-cover__image.is-active {
        z-index: 1;
        opacity: 1;
        box-shadow: 0 26px 52px rgba(7, 29, 62, .22);
        filter: saturate(1.18) contrast(1.08) brightness(1.08);
    }

    html body.editorial-home-page .pfh-cover__image::after {
        content: none;
    }

    html body.editorial-home-page .pfh-slide-card {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        bottom: auto;
        z-index: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        align-items: center;
        column-gap: 28px;
        min-height: 132px;
        padding: 24px 24px 30px;
        border: 1px solid rgba(0, 87, 255, .10);
        color: #071126;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 18px 42px rgba(7, 29, 62, .10);
        pointer-events: auto;
    }

    html body.editorial-home-page .pfh-slide-card small {
        display: inline-flex;
        grid-column: 1;
        grid-row: 1;
        align-items: center;
        min-height: 22px;
        color: var(--pfh-blue);
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: .26em;
        line-height: 1;
    }

    html body.editorial-home-page .pfh-slide-card strong {
        grid-column: 1;
        grid-row: 2;
        display: -webkit-box;
        width: 100%;
        margin: 10px 0 0;
        overflow: hidden;
        color: #050505;
        font-size: clamp(24px, 2.15vw, 34px);
        line-height: 1.18;
        font-weight: 800;
        letter-spacing: .02em;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
    }

    html body.editorial-home-page .pfh-slide-card strong span {
        display: inline;
        white-space: normal;
    }

    html body.editorial-home-page .pfh-slide-card strong span + span::before {
        content: "\A";
        white-space: pre;
    }

    html body.editorial-home-page .pfh-slide-card > span {
        grid-column: 1;
        grid-row: 3;
        display: block;
        width: min(100%, 760px);
        margin: 10px 0 0;
        overflow: hidden;
        color: rgba(5, 5, 5, .82);
        font-size: 15px;
        line-height: 1.7;
        font-weight: 800;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    html body.editorial-home-page .pfh-slide-card em {
        display: inline-grid;
        grid-column: 2;
        grid-row: 1 / 3;
        align-self: end;
        grid-template-columns: auto 16px;
        align-items: center;
        gap: 13px;
        min-width: 168px;
        height: 46px;
        margin-top: 0;
        padding: 0 20px;
        color: #050505;
        background: #ffffff;
        border: 1px solid rgba(5, 5, 5, .16);
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 900;
        letter-spacing: .04em;
        box-shadow: none;
    }

    html body.editorial-home-page .pfh-slide-card em::after {
        content: "";
        width: 9px;
        height: 9px;
        border-right: 2px solid var(--pfh-blue);
        border-bottom: 2px solid var(--pfh-blue);
        transform: rotate(-45deg);
    }

    html body.editorial-home-page .pfh-cover__copy {
        display: none;
    }

    html body.editorial-home-page .pfh-cover__index {
        display: none;
    }

    html body.editorial-home-page .pfh-cover__arrow {
        position: absolute;
        top: 50%;
        z-index: 6;
        display: grid;
        place-items: center;
        width: 44px;
        height: 68px;
        padding: 0;
        border: 0;
        color: var(--pfh-blue);
        background: rgba(255, 255, 255, .92);
        box-shadow: 0 12px 24px rgba(13, 31, 64, .16);
        transform: translateY(-50%);
        cursor: pointer;
    }

    html body.editorial-home-page .pfh-cover__arrow::before {
        content: "";
        width: 14px;
        height: 14px;
        border-color: currentColor;
        border-style: solid;
        transform: rotate(45deg);
    }

    html body.editorial-home-page .pfh-cover__arrow--prev {
        left: max(24px, calc(50% - (var(--pfh-slide-width) / 2) - 58px));
    }

    html body.editorial-home-page .pfh-cover__arrow--prev::before {
        margin-left: 6px;
        border-width: 0 0 2px 2px;
    }

    html body.editorial-home-page .pfh-cover__arrow--next {
        right: max(24px, calc(50% - (var(--pfh-slide-width) / 2) - 58px));
    }

    html body.editorial-home-page .pfh-cover__arrow--next::before {
        margin-right: 6px;
        border-width: 2px 2px 0 0;
    }

    html body.editorial-home-page .pfh-cover__arrow:hover,
    html body.editorial-home-page .pfh-cover__arrow:focus-visible {
        background: #ffffff;
        outline: 2px solid var(--pfh-blue);
        outline-offset: 3px;
    }

    html body.editorial-home-page .pfh-rail {
        position: sticky;
        top: 18px;
        grid-area: rail;
        min-width: 0;
        margin-top: 168px;
        padding: 22px 22px 18px;
        background: #fffefb;
        border: 1px solid rgba(5, 5, 5, .1);
        box-shadow: -6px 6px 0 rgba(0, 87, 255, .08);
    }

    html body.editorial-home-page .pfh-rail__head {
        position: relative;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(5, 5, 5, .18);
    }

    html body.editorial-home-page .pfh-rail__head::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 70px;
        height: 4px;
        background: var(--pfh-blue);
        clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    }

    html body.editorial-home-page .pfh-rail__head span,
    html body.editorial-home-page .pfh-section-head span {
        display: block;
        color: var(--pfh-blue);
        font-family: var(--font-ui), Inter, Arial, sans-serif;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: .26em;
        line-height: 1.2;
    }

    html body.editorial-home-page .pfh-section-head span {
        font-size: 15px;
        letter-spacing: .14em;
        line-height: 1.35;
    }

    html body.editorial-home-page .pfh-rail__head h2 {
        margin: 8px 0 0;
        color: #050505;
        font-size: 21px;
        line-height: 1.45;
        font-weight: 800;
    }

    html body.editorial-home-page .pfh-rail ol {
        display: grid;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    html body.editorial-home-page .pfh-rail li {
        border-bottom: 1px solid rgba(5, 5, 5, .1);
    }

    html body.editorial-home-page .pfh-rail li:last-child {
        border-bottom: 0;
    }

    html body.editorial-home-page .pfh-rail a {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 16px 0;
    }

    html body.editorial-home-page .pfh-rail a > b {
        color: var(--pfh-blue);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 28px;
        font-style: italic;
        font-weight: 700;
        line-height: 1;
    }

    html body.editorial-home-page .pfh-rail small {
        display: block;
        overflow: hidden;
        color: rgba(5, 5, 5, .48);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 10.5px;
        font-style: italic;
        font-weight: 700;
        letter-spacing: .08em;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    html body.editorial-home-page .pfh-rail strong {
        display: -webkit-box;
        margin-top: 7px;
        overflow: hidden;
        color: #050505;
        font-size: 14px;
        line-height: 1.55;
        font-weight: 800;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    html body.editorial-home-page .pfh-route {
        display: grid;
        grid-area: route;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        margin-top: -26px;
        margin-bottom: 20px;
    }

    html body.editorial-home-page .pfh-route a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-width: 0;
        min-height: 260px;
        padding: 42px 46px 44px;
        overflow: hidden;
        border: 1px solid rgba(87, 168, 255, .38);
        border-radius: 8px;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .88) 56%, rgba(234, 247, 255, .84) 100%);
        box-shadow: 0 24px 54px rgba(7, 60, 130, .09);
        backdrop-filter: blur(10px);
    }

    html body.editorial-home-page .pfh-route a::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background:
            radial-gradient(circle at 82% 18%, rgba(96, 174, 255, .20) 0 1.5px, transparent 1.8px) 0 0 / 8px 8px,
            linear-gradient(135deg, transparent 0 73%, rgba(177, 220, 255, .35) 73% 82%, rgba(255, 255, 255, .30) 82% 100%);
        opacity: .68;
    }

    html body.editorial-home-page .pfh-route a::after {
        content: "";
        position: absolute;
        right: 42px;
        bottom: 62px;
        width: 54px;
        height: 54px;
        border: 1px solid rgba(11, 112, 233, .48);
        border-radius: 50%;
        background:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b70e9' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5l7 7-7 7'/%3E%3C/svg%3E") center / 18px 18px no-repeat,
            linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(237, 248, 255, .70));
    }

    html body.editorial-home-page .pfh-route a:hover::after,
    html body.editorial-home-page .pfh-route a:focus-visible::after {
        border-color: rgba(11, 112, 233, .72);
        background:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b70e9' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5l7 7-7 7'/%3E%3C/svg%3E") center / 18px 18px no-repeat,
            linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(230, 246, 255, .88));
    }

    html body.editorial-home-page .pfh-route a span::after {
        content: none;
        display: none;
    }

    html body.editorial-home-page .pfh-route a:nth-child(2)::before {
        background:
            linear-gradient(90deg, transparent 0 18px, rgba(126, 190, 255, .15) 18px 20px, transparent 20px) 73% 34px / 24px 132px no-repeat,
            linear-gradient(0deg, transparent 0 18px, rgba(126, 190, 255, .15) 18px 20px, transparent 20px) 73% 34px / 132px 24px no-repeat,
            linear-gradient(135deg, transparent 0 73%, rgba(177, 220, 255, .35) 73% 82%, rgba(255, 255, 255, .30) 82% 100%);
        opacity: .70;
    }

    html body.editorial-home-page .pfh-route a:nth-child(3)::before {
        background:
            linear-gradient(26deg, transparent 0 42%, rgba(128, 190, 255, .18) 42% 52%, transparent 52%) 74% 34px / 116px 124px no-repeat,
            radial-gradient(circle at 89% 24%, rgba(96, 174, 255, .18) 0 54px, transparent 55px),
            linear-gradient(135deg, transparent 0 73%, rgba(177, 220, 255, .35) 73% 82%, rgba(255, 255, 255, .30) 82% 100%);
        opacity: .70;
    }

    html body.editorial-home-page .pfh-route b {
        position: relative;
        z-index: 1;
        display: block;
        padding-right: 78px;
        color: var(--pfh-blue);
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 30px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 1.25;
        white-space: nowrap;
    }

    html body.editorial-home-page .pfh-route b::before {
        position: absolute;
        left: 0;
        top: -118px;
        color: rgba(11, 112, 233, .34);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 70px;
        font-style: italic;
        font-weight: 700;
        line-height: 1;
    }

    html body.editorial-home-page .pfh-route a:nth-child(1) b::before { content: "01"; }
    html body.editorial-home-page .pfh-route a:nth-child(2) b::before { content: "02"; }
    html body.editorial-home-page .pfh-route a:nth-child(3) b::before { content: "03"; }

    html body.editorial-home-page .pfh-route b::after {
        content: "";
        position: absolute;
        left: 0;
        top: -46px;
        width: 43px;
        height: 2px;
        background: rgba(11, 112, 233, .34);
    }

    html body.editorial-home-page .pfh-route span {
        position: relative;
        z-index: 1;
        display: block;
        margin-top: 16px;
        padding-right: 78px;
        color: rgba(5, 5, 5, .70);
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 17px;
        line-height: 1.45;
        font-weight: 800;
        white-space: nowrap;
    }

    html body.editorial-home-page .pfh-calendar-card {
        position: relative;
        grid-area: route;
        display: grid;
        grid-template-columns: 108px minmax(0, 1fr) 54px;
        grid-template-rows: auto auto auto;
        column-gap: 22px;
        align-items: center;
        width: min(760px, 100%);
        min-height: 124px;
        margin: -18px auto 22px;
        padding: 18px 24px 18px 22px;
        overflow: hidden;
        border: 1px solid rgba(11, 112, 233, .30);
        border-radius: 8px;
        color: var(--pfh-ink);
        background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0 72%, rgba(236, 248, 255, .90) 100%);
        box-shadow: 0 18px 38px rgba(7, 60, 130, .09);
    }

    html body.editorial-home-page .pfh-calendar-card__icon {
        grid-column: 1;
        grid-row: 1 / 4;
        display: block;
        width: 96px;
        height: 96px;
        background-image: url("/images/home-calendar-icon-192.webp");
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-3px);
    }

    html body.editorial-home-page .pfh-calendar-card > span:not(.pfh-calendar-card__icon) {
        grid-column: 2;
        grid-row: 1;
        color: var(--pfh-blue);
        font-family: "Instrument Sans", Arial, sans-serif;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .22em;
        line-height: 1;
    }

    html body.editorial-home-page .pfh-calendar-card strong {
        grid-column: 2;
        grid-row: 2;
        margin-top: 8px;
        color: #050505;
        font-size: 30px;
        font-weight: 900;
        line-height: 1.05;
        letter-spacing: 0;
    }

    html body.editorial-home-page .pfh-calendar-card small {
        grid-column: 2;
        grid-row: 3;
        margin-top: 10px;
        color: rgba(5, 5, 5, .62);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0;
    }

    html body.editorial-home-page .pfh-calendar-card i {
        grid-column: 3;
        grid-row: 1 / 4;
        justify-self: end;
        position: relative;
        display: block;
        width: 36px;
        height: 36px;
        border: 1.5px solid rgba(11, 112, 233, .55);
        border-radius: 50%;
        background: rgba(255, 255, 255, .78);
    }

    html body.editorial-home-page .pfh-calendar-card i::before {
        content: "";
        position: absolute;
        left: 12px;
        top: 11px;
        width: 8px;
        height: 8px;
        border-top: 2px solid rgba(11, 112, 233, .82);
        border-right: 2px solid rgba(11, 112, 233, .82);
        transform: rotate(45deg);
    }

    html body.editorial-home-page .pfh-editors {
        grid-area: editors;
        padding-top: 8px;
    }

    html body.editorial-home-page .pfh-latest {
        grid-area: latest;
        padding-top: 4px;
    }

    html body.editorial-home-page .pfh-section-head {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        gap: 18px;
        width: fit-content;
        max-width: min(760px, 100%);
        margin-bottom: 22px;
        padding: 18px 30px 22px 28px;
        border: 1px solid rgba(255, 255, 255, .76);
        border-radius: 2px;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .82) 62%, rgba(239, 248, 255, .76));
        box-shadow:
            0 22px 50px rgba(7, 60, 130, .11),
            0 1px 0 rgba(255, 255, 255, .92) inset;
        backdrop-filter: blur(10px);
    }

    html body.editorial-home-page .pfh-latest .pfh-section-head {
        width: min(650px, 100%);
        max-width: min(650px, 100%);
        padding: 30px 46px 28px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    html body.editorial-home-page .pfh-latest .pfh-section-head::before,
    html body.editorial-home-page .pfh-latest .pfh-section-head::after {
        content: "";
        position: absolute;
        pointer-events: none;
        border-color: rgba(11, 112, 233, .62);
        border-style: solid;
    }

    html body.editorial-home-page .pfh-latest .pfh-section-head::before {
        left: 0;
        top: 0;
        width: 188px;
        height: 120px;
        border-width: 1px 0 0 1px;
    }

    html body.editorial-home-page .pfh-latest .pfh-section-head::after {
        right: 0;
        bottom: 0;
        width: 194px;
        height: 106px;
        border-width: 0 1px 1px 0;
    }

    html body.editorial-home-page .pfh-section-head h2 {
        grid-column: 1;
        margin: 7px 0 0;
        color: #050505;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 44px;
        font-weight: 700;
        line-height: .95;
        letter-spacing: .04em;
        text-shadow: 4px 4px 0 rgba(0, 87, 255, .08);
        white-space: nowrap;
    }

    html body.editorial-home-page .pfh-section-head::after {
        content: none;
        display: none;
    }

    html body.editorial-home-page .pfh-section-head a {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: center;
        color: var(--pfh-blue);
        font-family: var(--font-ui), Inter, Arial, sans-serif;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .18em;
    }

    html body.editorial-home-page .pfh-editor-board {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    html body.editorial-home-page .pfh-editor-card {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 58%) minmax(360px, 42%);
        align-items: stretch;
        min-width: 0;
        min-height: 0;
        min-height: 326px;
        overflow: hidden;
        border: 1px solid rgba(5, 5, 5, .12);
        color: #050505;
        background:
            linear-gradient(135deg, rgba(0, 87, 255, .05), transparent 26%),
            #ffffff;
        box-shadow: 0 22px 44px rgba(15, 24, 44, .1);
        filter: none;
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    html body.editorial-home-page .pfh-editor-card::before {
        content: "";
        position: absolute;
        inset: 14px;
        z-index: 2;
        pointer-events: none;
        border: 1px solid rgba(0, 87, 255, .08);
    }

    html body.editorial-home-page .pfh-editor-card:nth-child(even) {
        grid-template-columns: minmax(360px, 42%) minmax(0, 58%);
    }

    html body.editorial-home-page .pfh-editor-card:hover,
    html body.editorial-home-page .pfh-editor-card:focus-visible {
        border-color: rgba(0, 87, 255, .24);
        box-shadow: 0 28px 54px rgba(15, 24, 44, .16);
        transform: translateY(-2px);
    }

    html body.editorial-home-page .pfh-editor-card figure {
        position: relative;
        display: block;
        width: 100%;
        aspect-ratio: 1200 / 630;
        height: auto;
        margin: 0;
        overflow: hidden;
        background:
            radial-gradient(circle at 12% 12%, rgba(0, 87, 255, .08), transparent 36%),
            #f4f6fa;
    }

    html body.editorial-home-page .pfh-editor-card figure::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(90deg, transparent 76%, rgba(255, 255, 255, .78));
    }

    html body.editorial-home-page .pfh-editor-card:nth-child(even) figure {
        grid-column: 2;
        grid-row: 1;
    }

    html body.editorial-home-page .pfh-editor-card:nth-child(even) figure::after {
        background: linear-gradient(270deg, transparent 76%, rgba(255, 255, 255, .78));
    }

    html body.editorial-home-page .pfh-editor-card img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        filter: saturate(1.18) contrast(1.06) brightness(1.06);
        transition: transform .22s ease;
    }

    html body.editorial-home-page .pfh-editor-card:hover img,
    html body.editorial-home-page .pfh-editor-card:focus-visible img {
        transform: scale(1.012);
    }

    html body.editorial-home-page .pfh-editor-card div {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        min-height: 100%;
        padding: 42px 52px 38px;
        background:
            linear-gradient(135deg, rgba(0, 87, 255, .045), transparent 34%),
            #ffffff;
        filter: none;
    }

    html body.editorial-home-page .pfh-editor-card:nth-child(even) div {
        grid-column: 1;
        grid-row: 1;
    }

    html body.editorial-home-page .pfh-editor-card span {
        display: block;
        color: var(--pfh-blue);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 50px;
        font-style: italic;
        font-weight: 700;
        line-height: .9;
    }

    html body.editorial-home-page .pfh-editor-card small {
        display: block;
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 14px;
        width: max-content;
        margin: 14px 0 0;
        color: var(--pfh-blue);
        font-family: var(--font-ui), Inter, Arial, sans-serif;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .18em;
        line-height: 1.2;
    }

    html body.editorial-home-page .pfh-editor-card small::before {
        content: "";
        width: 30px;
        height: 1px;
        background: rgba(0, 87, 255, .42);
    }

    html body.editorial-home-page .pfh-editor-card strong {
        display: -webkit-box;
        margin: 30px 0 0;
        overflow: hidden;
        color: #050505;
        font-size: 24px;
        line-height: 1.62;
        font-weight: 800;
        letter-spacing: .02em;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    html body.editorial-home-page .pfh-editor-card strong::after {
        content: "";
        display: block;
        width: 66px;
        height: 3px;
        margin-top: 20px;
        background: var(--pfh-blue);
    }

    html body.editorial-home-page .pfh-editor-card p {
        display: -webkit-box;
        margin: 24px 0 0;
        overflow: hidden;
        color: rgba(5, 5, 5, .62);
        font-size: 14px;
        line-height: 1.85;
        font-weight: 700;
        letter-spacing: .02em;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    html body.editorial-home-page .pfh-editor-card em {
        display: inline-flex;
        align-items: center;
        gap: 13px;
        width: max-content;
        margin-top: 30px;
        color: var(--pfh-blue);
        font-family: var(--font-ui), Inter, Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 900;
        letter-spacing: .08em;
    }

    html body.editorial-home-page .pfh-editor-card em::after {
        content: "";
        width: 9px;
        height: 9px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform .16s ease;
    }

    html body.editorial-home-page .pfh-editor-card:hover em::after,
    html body.editorial-home-page .pfh-editor-card:focus-visible em::after {
        transform: translateX(4px) rotate(45deg);
    }

    html body.editorial-home-page .pfh-editors {
        position: relative;
        isolation: isolate;
        margin-top: 6px;
        padding: 34px 0 24px;
        overflow: visible;
        background: transparent;
    }

    html body.editorial-home-page .pfh-editors::before {
        content: none;
        display: none;
        position: absolute;
        left: -10px;
        top: 276px;
        z-index: -1;
        color: rgba(0, 87, 255, .06);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 106px;
        font-style: italic;
        font-weight: 900;
        line-height: 1;
    }

    html body.editorial-home-page .pfh-editors::after {
        content: "ANIPEEK / EDITORIAL SELECTION / 2026";
        position: absolute;
        left: 43px;
        top: 275px;
        color: rgba(0, 63, 145, .72);
        font-family: var(--font-ui), Inter, Arial, sans-serif;
        font-size: 8px;
        font-weight: 800;
        letter-spacing: .08em;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }

    html body.editorial-home-page .pfh-editors .pfh-section-head {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: end;
        gap: 18px;
        width: min(520px, 100%);
        max-width: min(520px, 100%);
        margin: 0 0 34px;
        padding: 30px 46px 28px 46px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    html body.editorial-home-page .pfh-editors .pfh-section-head::before,
    html body.editorial-home-page .pfh-editors .pfh-section-head::after {
        content: "";
        position: absolute;
        pointer-events: none;
        border-color: rgba(11, 112, 233, .62);
        border-style: solid;
    }

    html body.editorial-home-page .pfh-editors .pfh-section-head::before {
        left: 0;
        top: 0;
        width: 188px;
        height: 120px;
        border-width: 1px 0 0 1px;
    }

    html body.editorial-home-page .pfh-editors .pfh-section-head::after {
        right: 0;
        bottom: 0;
        width: 194px;
        height: 106px;
        border-width: 0 1px 1px 0;
    }

    html body.editorial-home-page .pfh-editors .pfh-section-head span {
        grid-column: 1 / -1;
        color: var(--pfh-blue);
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 0;
    }

    html body.editorial-home-page .pfh-editors .pfh-section-head h2 {
        position: relative;
        grid-column: 1;
        margin: 0;
        color: #071126;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 46px;
        font-weight: 900;
        line-height: .92;
        letter-spacing: .01em;
    }

    html body.editorial-home-page .pfh-editors .pfh-section-head h2::after {
        content: none;
        display: none;
    }

    html body.editorial-home-page .pfh-editors .pfh-section-head,
    html body.editorial-home-page .pfh-latest .pfh-section-head {
        isolation: isolate;
        width: min(760px, calc(100vw - 40px));
        max-width: none;
        min-height: 150px;
        padding: 52px 78px 36px;
        border: 0;
        background: url("/images/editorial-home/section-heading-paper-crop.webp") center / 100% 100% no-repeat;
        box-shadow: none;
        backdrop-filter: none;
    }

    html body.editorial-home-page .pfh-editors .pfh-section-head::before,
    html body.editorial-home-page .pfh-latest .pfh-section-head::before {
        content: none;
        display: none;
    }

    html body.editorial-home-page .pfh-editors .pfh-section-head::after,
    html body.editorial-home-page .pfh-latest .pfh-section-head::after {
        content: none;
        display: none;
    }

    html body.editorial-home-page .pfh-section-head :where(span, h2, a) {
        position: relative;
        z-index: 1;
    }

    html body.editorial-home-page .pfh-editor-board {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        grid-template-rows: 488px 330px;
        gap: 150px 34px;
        width: 100%;
        margin: 0;
    }

    html body.editorial-home-page .pfh-editor-board::before {
        content: none;
        display: none;
        position: absolute;
        right: 46px;
        top: -90px;
        color: var(--pfh-blue);
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
        font-size: 14px;
        font-weight: 900;
        line-height: 1.25;
        white-space: pre;
    }

    html body.editorial-home-page .pfh-editor-board::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -27px;
        height: 1px;
        background: rgba(0, 87, 255, .16);
    }

    html body.editorial-home-page .pfh-editor-card {
        position: relative;
        display: block;
        min-height: 0;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
        color: inherit;
        text-decoration: none;
        transform: none;
    }

    html body.editorial-home-page .pfh-editor-card::before {
        content: "";
        position: absolute;
        inset: auto;
        z-index: 3;
        pointer-events: none;
        border: 0;
        background: var(--pfh-blue);
    }

    html body.editorial-home-page .pfh-editor-card::after {
        position: absolute;
        z-index: 3;
        color: var(--pfh-blue);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 66px;
        font-style: italic;
        font-weight: 900;
        line-height: .8;
        letter-spacing: -.06em;
        pointer-events: none;
    }

    html body.editorial-home-page .pfh-editor-card:hover,
    html body.editorial-home-page .pfh-editor-card:focus-visible {
        border-color: transparent;
        box-shadow: none;
        transform: none;
        outline: 0;
    }

    html body.editorial-home-page .pfh-editor-card figure {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        aspect-ratio: 1200 / 630;
        margin: 0;
        overflow: hidden;
        border: 1px solid rgba(0, 87, 255, .45);
        background: #fff;
        box-shadow: 0 18px 42px rgba(0, 44, 120, .14);
    }

    html body.editorial-home-page .pfh-editor-card figure::before {
        content: "";
        position: absolute;
        inset: -14px;
        z-index: -1;
        border: 2px solid var(--pfh-blue);
        pointer-events: none;
    }

    html body.editorial-home-page .pfh-editor-card figure::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(0, 18, 42, .16), transparent 28%, transparent 70%, rgba(255, 255, 255, .78));
    }

    html body.editorial-home-page .pfh-editor-card img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        filter: saturate(1.06) contrast(1.02);
        transform: none;
        transition: transform 180ms ease;
    }

    html body.editorial-home-page .pfh-editor-card:hover img,
    html body.editorial-home-page .pfh-editor-card:focus-visible img {
        transform: scale(1.01);
    }

    html body.editorial-home-page .pfh-editor-card div {
        position: relative;
        z-index: 2;
        display: grid;
        min-height: 0;
        padding: 11px 22px 16px;
        border: 1px solid rgba(0, 87, 255, .22);
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 18px 36px rgba(0, 44, 120, .10);
    }

    html body.editorial-home-page .pfh-editor-card span {
        display: none;
    }

    html body.editorial-home-page .pfh-editor-card small {
        display: block;
        width: auto;
        color: var(--pfh-blue);
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .02em;
        line-height: 1;
    }

    html body.editorial-home-page .pfh-editor-card small::before {
        content: none;
    }

    html body.editorial-home-page .pfh-editor-card strong {
        display: -webkit-box;
        margin: 10px 0 0;
        overflow: hidden;
        color: #071126;
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", serif;
        font-size: 21px;
        font-weight: 900;
        line-height: 1.42;
        letter-spacing: 0;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    html body.editorial-home-page .pfh-editor-card strong::after {
        content: none;
    }

    html body.editorial-home-page .pfh-editor-card p {
        display: none;
    }

    html body.editorial-home-page .pfh-editor-card em {
        justify-self: end;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        width: max-content;
        margin-top: 6px;
        color: var(--pfh-blue);
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
        letter-spacing: .02em;
    }

    html body.editorial-home-page .pfh-editor-card em::after {
        width: 9px;
        height: 9px;
    }

    html body.editorial-home-page .pfh-editor-card--1 {
        grid-column: 2 / 12;
        grid-row: 1;
        align-self: start;
    }

    html body.editorial-home-page .pfh-editor-card--1::before {
        left: -6px;
        top: -14px;
        width: 46px;
        height: 2px;
        box-shadow: -2px 0 0 var(--pfh-blue), 0 0 0 0 var(--pfh-blue);
    }

    html body.editorial-home-page .pfh-editor-card--1::after {
        content: "01";
        left: max(0px, calc(50% - 430px));
        top: -24px;
        z-index: 6;
        display: grid;
        place-items: center;
        width: 118px;
        height: 96px;
        color: var(--pfh-blue);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 64px;
        font-style: italic;
        font-weight: 900;
        line-height: .85;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 18px 34px rgba(16, 31, 60, .14);
    }

    html body.editorial-home-page .pfh-editor-card--1 figure {
        width: min(744px, 100%);
        margin-inline: auto;
    }

    html body.editorial-home-page .pfh-editor-card--1 div {
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 14px;
        width: min(640px, calc(100% - 96px));
        min-height: 92px;
        margin: -27px auto 0;
        padding: 11px 24px 15px;
    }

    html body.editorial-home-page .pfh-editor-card--1 small,
    html body.editorial-home-page .pfh-editor-card--1 strong {
        grid-column: 1 / -1;
    }

    html body.editorial-home-page .pfh-editor-card--1 em {
        grid-column: 2;
        margin-top: 6px;
    }

    html body.editorial-home-page .pfh-editor-card--1 strong {
        display: -webkit-box;
        overflow: hidden;
        font-size: 18px;
        line-height: 1.35;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    html body.editorial-home-page .pfh-editor-card--2 {
        grid-column: 6 / 13;
        grid-row: 2;
        align-self: start;
        justify-self: end;
        width: 88%;
        margin-top: -112px;
    }

    html body.editorial-home-page .pfh-editor-card--2::before {
        right: -22px;
        bottom: -6px;
        width: 42px;
        height: 6px;
        box-shadow: -384px 104px 0 -1px var(--pfh-blue);
    }

    html body.editorial-home-page .pfh-editor-card--2::after {
        content: "02";
        left: -24px;
        top: -18px;
        z-index: 6;
        display: grid;
        place-items: center;
        width: 104px;
        height: 86px;
        color: var(--pfh-blue);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 54px;
        font-style: italic;
        font-weight: 900;
        line-height: .85;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 16px 30px rgba(16, 31, 60, .13);
    }

    html body.editorial-home-page .pfh-editor-card--2 figure,
    html body.editorial-home-page .pfh-editor-card--3 figure {
        width: 100%;
        margin: 27px auto 0;
    }

    html body.editorial-home-page .pfh-editor-card--2 figure::after,
    html body.editorial-home-page .pfh-editor-card--3 figure::after {
        background: linear-gradient(90deg, rgba(0, 18, 42, .18), transparent 32%, transparent 72%, rgba(255, 255, 255, .36));
    }

    html body.editorial-home-page .pfh-editor-card--2 div,
    html body.editorial-home-page .pfh-editor-card--3 div {
        width: min(640px, calc(100% - 48px));
        min-height: 92px;
        margin: -27px auto 0;
        padding: 11px 24px 15px;
        border-top: 0;
    }

    html body.editorial-home-page .pfh-editor-card--3 div {
        width: min(690px, calc(100% - 24px));
    }

    html body.editorial-home-page .pfh-editor-card--2 strong,
    html body.editorial-home-page .pfh-editor-card--3 strong {
        font-size: 18px;
        line-height: 1.35;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    html body.editorial-home-page .pfh-editor-card--3 {
        grid-column: 1 / 6;
        grid-row: 2;
        align-self: start;
        margin-top: -72px;
    }

    html body.editorial-home-page .pfh-editor-card--3::before {
        left: -22px;
        top: -22px;
        width: 42px;
        height: 6px;
        box-shadow: 104px 14px 0 -2px var(--pfh-blue), 430px 90px 0 16px var(--pfh-blue);
    }

    html body.editorial-home-page .pfh-editor-card--3::after {
        content: "03";
        left: -24px;
        top: -18px;
        z-index: 6;
        display: grid;
        place-items: center;
        width: 104px;
        height: 86px;
        color: var(--pfh-blue);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 54px;
        font-style: italic;
        font-weight: 900;
        line-height: .85;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 16px 30px rgba(16, 31, 60, .13);
    }

    html body.editorial-home-page .pfh-editor-board::after,
    html body.editorial-home-page .pfh-editor-card::before,
    html body.editorial-home-page .pfh-editor-card figure::before {
        content: none;
        display: none;
    }

    html body.editorial-home-page .pfh-editor-card figure,
    html body.editorial-home-page .pfh-editor-card div {
        border: 0;
    }

    html body.editorial-home-page .pfh-editors::after,
    html body.editorial-home-page .pfh-editor-card figure::after,
    html body.editorial-home-page .pfh-editor-card--2 figure::after,
    html body.editorial-home-page .pfh-editor-card--3 figure::after {
        content: none;
        display: none;
        background: none;
    }

    html body.editorial-home-page .pfh-editor-card--2 div,
    html body.editorial-home-page .pfh-editor-card--3 div {
        border-top: 0;
        box-shadow: 0 14px 28px rgba(0, 44, 120, .08);
    }

    html body.editorial-home-page .pfh-latest-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    html body.editorial-home-page .pfh-latest-view-all {
        display: grid;
        grid-template-columns: auto 11px;
        align-items: center;
        gap: 10px;
        width: max-content;
        margin: 16px 0 0 auto;
        color: var(--pfh-blue);
        font-family: var(--font-ui), Inter, Arial, sans-serif;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .18em;
    }

    html body.editorial-home-page .pfh-latest-view-all::after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: rotate(45deg);
    }

    html body.editorial-home-page .pfh-latest-card {
        position: relative;
        min-width: 0;
        min-height: 0;
        display: block;
        color: #050505;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 18px 34px rgba(15, 24, 44, .16);
        transition: transform .18s ease, box-shadow .18s ease;
    }

    html body.editorial-home-page .pfh-latest-card:hover,
    html body.editorial-home-page .pfh-latest-card:focus-visible {
        box-shadow: 0 22px 42px rgba(15, 24, 44, .2);
        transform: translateY(-2px);
    }

    html body.editorial-home-page .pfh-latest-card figure {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        aspect-ratio: 1200 / 630;
        height: auto;
        margin: 0;
        overflow: hidden;
        background: #f4f6fa;
    }

    html body.editorial-home-page .pfh-latest-card figure > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        filter: saturate(1.18) contrast(1.06) brightness(1.06);
        transition: transform .22s ease;
    }

    html body.editorial-home-page .pfh-latest-card:hover figure > img,
    html body.editorial-home-page .pfh-latest-card:focus-visible figure > img {
        transform: scale(1.015);
    }

    html body.editorial-home-page .pfh-latest-card div {
        position: static;
        display: flex;
        flex-direction: column;
        min-height: 188px;
        padding: 16px 18px 18px;
        background: transparent;
        filter: none;
    }

    html body.editorial-home-page .pfh-latest-card strong {
        display: grid;
        align-items: center;
        min-height: calc(1.55em * 4);
        margin: 0;
        color: #050505;
        font-size: 16px;
        line-height: 1.55;
        font-weight: 900;
        letter-spacing: .02em;
    }

    html body.editorial-home-page .pfh-latest-card strong span {
        display: -webkit-box;
        overflow: hidden;
        color: #050505;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    html body.editorial-home-page .pfh-latest-card__note {
        display: block;
        margin-top: 14px;
        padding: 11px 0 0;
        border-top: 1px solid rgba(5, 5, 5, .08);
        background: transparent;
        box-shadow: none;
    }

    html body.editorial-home-page .pfh-latest-card__author {
        display: flex;
        align-items: center;
        min-width: 0;
        gap: 8px;
        margin: 0;
    }

    html body.editorial-home-page .pfh-latest-card__author img,
    html body.editorial-home-page .pfh-latest-card__author i {
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
        border-radius: 50%;
    }

    html body.editorial-home-page .pfh-latest-card__author img {
        display: block;
        opacity: 1;
        filter: none !important;
        mix-blend-mode: normal;
        object-fit: cover;
        object-position: center;
    }

    html body.editorial-home-page .pfh-latest-card__author i {
        display: grid;
        place-items: center;
        background: rgba(5, 5, 5, .06);
        color: rgba(5, 5, 5, .58);
        font-family: var(--font-ui), Inter, Arial, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 900;
        line-height: 1;
    }

    html body.editorial-home-page .pfh-latest-card__author em {
        min-width: 0;
        overflow: hidden;
        color: rgba(5, 5, 5, .58);
        font-family: var(--font-ui), Inter, Arial, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 900;
        letter-spacing: .08em;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    html body.editorial-home-page .pfh-latest-card p {
        display: -webkit-box;
        margin: 10px 0 0;
        overflow: hidden;
        color: rgba(5, 5, 5, .64);
        font-size: 14px;
        line-height: 1.55;
        font-weight: 800;
        letter-spacing: .02em;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    html body.editorial-home-page .pc-final-home .eh-footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        align-items: center;
        gap: 14px;
        width: 100vw;
        margin: 0 auto;
        margin-left: calc(50% - 50vw);
        padding: 92px max(28px, calc((100vw - 1200px) / 2)) 46px;
        border-top: 1px solid rgba(7, 60, 130, .08);
        text-align: center;
        color: #050505;
        background: #ffffff;
    }

    html body.editorial-home-page .pc-final-home .eh-footer-info,
    html body.editorial-home-page .pc-final-home .eh-footer-categories {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 14px 24px;
        min-width: 0;
    }

    html body.editorial-home-page .pc-final-home .eh-footer-info {
        grid-column: 1;
        grid-row: 1;
    }

    html body.editorial-home-page .pc-final-home .eh-footer-categories {
        grid-column: 1;
        grid-row: 2;
    }

    html body.editorial-home-page .pc-final-home .eh-footer a {
        color: rgba(5, 5, 5, .72);
        font-family: var(--font-ui), Inter, Arial, sans-serif;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .14em;
    }

    html body.editorial-home-page .pc-final-home .eh-footer-categories a {
        color: var(--pfh-blue);
    }

    html body.editorial-home-page .pc-final-home .eh-footer small {
        grid-column: 1;
        grid-row: 3;
        color: rgba(5, 5, 5, .46);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 12px;
        font-style: italic;
        font-weight: 700;
        white-space: nowrap;
    }

    @media (min-width: 1440px) {
        html body.editorial-home-page .pfh-magazine {
            width: min(1200px, calc(100vw - 56px));
        }

        html body.editorial-home-page .pfh-magazine {
            grid-template-columns: minmax(0, 860px) 300px;
            gap: 18px 36px;
        }

        html body.editorial-home-page .pfh-cover {
            grid-template-columns: minmax(0, 1fr);
        }

        html body.editorial-home-page .pfh-cover__slider {
            max-width: 100%;
        }
    }
}

html body.editorial-home-page .is-pc-header-hidden {
    display: none;
    pointer-events: none;
}
