body.editorial-home-page .eh-hero::before {
    content: none;
    display: none;
}
body.editorial-home-page {
    --eh-paper: #fffefb;
    --eh-soft: #f6f5f0;
    --eh-ink: #050505;
    --eh-muted: #5f5f5f;
    --eh-blue: #0649ff;
    --eh-line: #d8d8d4;
    margin: 0;
    color: var(--eh-ink);
    background: #fff;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, system-ui, sans-serif;
    letter-spacing: 0;
}
body.editorial-home-page a { color: inherit; text-decoration: none; }
body.editorial-home-page img { display: block; }
body.editorial-home-page .pc-final-home { display: none; }
body.editorial-home-page .eh-shell {
    width: 100%;
    max-width: none;
    margin-inline: auto;
}
.eh-hero__copy {
    left: 50px;
    top: 118px;
    margin-top: 0;
    display: flex;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}
.eh-hero__copy::-webkit-scrollbar { display: none; }
.eh-hero__copy-slide {
    position: relative;
    flex: 0 0 100%;
    min-height: 220px;
    scroll-snap-align: start;
}
.eh-hero__copy h1 { white-space: normal; text-shadow: none; }
.eh-hero__copy h1 em { color: var(--eh-blue); font-style: normal; }
body.editorial-home-page .eh-vertical {
    position: absolute;
    z-index: 9;
    margin: 0;
    writing-mode: vertical-rl;
    color: var(--eh-ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.42em;
}
body.editorial-home-page .eh-vertical--scroll { display: none; }
body.editorial-home-page .eh-hero__controls {
    position: absolute;
    align-items: center;
    gap: 10px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    z-index: 28;
    display: block;
    transform: none;
    pointer-events: none;
}
body.editorial-home-page .eh-hero__controls .eh-hero__pager {
    display: flex;
    align-items: center;
    gap: 6px;
    transform: none;
    position: absolute;
    left: 54px;
    bottom: 4px;
    pointer-events: auto;
}
body.editorial-home-page .eh-hero__slide-nav {
    grid-template-columns: repeat(2, 24px);
    align-items: center;
    position: absolute;
    inset: 0;
    display: block;
    height: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
}
body.editorial-home-page .eh-hero__slide-arrow {
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 285px;
    display: grid;
    place-items: center;
    width: 48px;
    height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: #fff;
    background: rgba(5, 22, 55, 0.22);
    box-shadow: 0 14px 34px rgba(0, 20, 60, 0.18);
    backdrop-filter: blur(8px);
    pointer-events: auto;
    transform: translateY(-50%);
    transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
body.editorial-home-page .eh-hero__slide-arrow::before {
    content: "";
    width: 16px;
    height: 16px;
    background: transparent;
    transform: rotate(45deg);
}
body.editorial-home-page .eh-hero__slide-arrow::after {
    content: "";
    position: absolute;
    top: 7px;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    background: transparent;
}
body.editorial-home-page .eh-hero__slide-arrow--prev::after { left: 7px; border-left: 1.5px solid currentColor; transform: rotate(-45deg); }
body.editorial-home-page .eh-hero__slide-arrow--next::after { right: 7px; border-right: 1.5px solid currentColor; transform: rotate(45deg); }
body.editorial-home-page .eh-hero {
    max-height: none;
    overflow: hidden;
    border-bottom: 1px solid rgba(5, 5, 5, 0.1);
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.1) 0 1px, transparent 1px) 72px 0 / 1px 100% no-repeat,
        linear-gradient(180deg, rgba(5, 5, 5, 0.08) 0 1px, transparent 1px) 0 88px / 100% 1px no-repeat,
        radial-gradient(circle at 76% 16%, rgba(6, 73, 255, 0.08), transparent 240px),
        #fffefb;
    height: 508px;
    min-height: 508px;
}
body.editorial-home-page .eh-vertical--culture {
    left: 27px;
    top: 54px;
    z-index: 14;
    color: #050505;
    font-size: 13px;
    letter-spacing: 0.34em;
}
body.editorial-home-page .eh-hero__meta {
    left: 126px;
    top: 104px;
    z-index: 14;
    gap: 14px;
}
body.editorial-home-page .eh-hero__meta strong {
    color: var(--eh-blue);
    font-size: 72px;
    line-height: 0.9;
    position: relative;
    padding-right: 14px;
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-style: italic;
    font-weight: 700;
}
body.editorial-home-page .eh-hero__copy {
    left: 126px;
    top: 292px;
    z-index: 14;
    width: 390px;
}
body.editorial-home-page .eh-hero__copy h1 {
    color: #050505;
    line-height: 1.33;
    letter-spacing: 0.02em;
    font-size: 48px;
}
body.editorial-home-page .eh-hero__copy p {
    max-width: 292px;
    margin-top: 30px;
    padding-left: 22px;
    border-left: 4px solid var(--eh-blue);
    color: rgba(5, 5, 5, 0.82);
    font-size: 16px;
    line-height: 2;
}
body.editorial-home-page .eh-hero__visual {
    right: -26px;
    z-index: 2;
    width: 61%;
    clip-path: polygon(15% 0, 100% 0, 100% 93%, 9% 100%, 0 100%);
    background: #dfe4ef;
    top: 66px;
    height: 438px;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
    overflow: hidden;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: none;
    touch-action: pan-y;
}
body.editorial-home-page .eh-hero__visual img { object-position: center; filter: brightness(0.84) contrast(1.07) saturate(0.86); }
body.editorial-home-page .eh-hero__visual .eh-hero__slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(255, 254, 251, 0.75) 0%, rgba(255, 254, 251, 0.22) 18%, rgba(255, 254, 251, 0) 40%),
        linear-gradient(180deg, rgba(6, 73, 255, 0.18), rgba(1, 12, 42, 0.28));
    mix-blend-mode: multiply;
    pointer-events: none;
}
body.editorial-home-page .eh-hero__pager {
    left: 126px;
    z-index: 14;
    gap: 16px;
    transform: none;
    bottom: 4px;
}
body.editorial-home-page .eh-hero__pager span { width: 38px; height: 4px; }
@media (max-width: 1199px) {
    body.editorial-home-page .eh-shell { width: 100%; }
    body.editorial-home-page .eh-hero__meta {
        left: 42px;
        top: 18px;
        position: relative;
        inset: auto;
        z-index: 5;
        grid-column: 2;
        grid-row: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 286px;
        margin: 0 auto 31px;
        transform: none;
        gap: 5px;
    }
    body.editorial-home-page .eh-hero__visual {
        right: -36px;
        top: 40px;
        position: relative;
        inset: auto;
        z-index: 3;
        grid-row: 2;
        min-height: 0;
        margin: 0 auto;
        border: 0;
        background: transparent;
        box-shadow: none;
        clip-path: none;
        transform: none;
        grid-column: 1 / 4;
        width: 100%;
        height: min(74vw, 326px);
        aspect-ratio: auto;
        overflow: visible;
        border-radius: 0;
    }
    body.editorial-home-page .eh-hero__copy {
        left: 42px;
        top: 112px;
        position: relative;
        inset: auto;
        z-index: 4;
        grid-column: 1 / 4;
        grid-row: 3;
        width: min(390px, calc(100% - 24px));
        max-width: 390px;
        margin: 22px auto 0;
        overflow: hidden;
        text-align: center;
        transform: none;
    }
    body.editorial-home-page .eh-hero__copy p {
        margin-top: 13px;
        border-left-width: 3px;
        display: block;
        max-width: 390px;
        margin: 14px auto 0;
        color: rgba(5, 5, 5, .82);
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .05em;
        line-height: 1.8;
        text-align: center;
        padding-left: 0;
        border-left: 0;
    }
    body.editorial-home-page .eh-hero__pager {
        left: 50%;
        gap: 7px;
        transform: translateX(-50%);
        top: auto;
        bottom: 10px;
        z-index: 20;
    }
}
body.editorial-home-page .eh-hero__copy a,
body.editorial-home-page .eh-hero__stamp,
body.editorial-home-page .eh-hero__ink { display: none; }
body.editorial-home-page .eh-hero .eh-category { display: none; }
body.editorial-home-page .eh-hero__read {
    position: absolute;
    right: 46px;
    z-index: 24;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    width: 154px;
    min-height: 46px;
    padding: 9px 10px 9px 14px;
    overflow: hidden;
    border: 1px solid rgba(5, 5, 5, 0.72);
    color: #050505;
    background:
        linear-gradient(90deg, rgba(255, 254, 251, 0.92), rgba(255, 254, 251, 0.78)),
        #fffefb;
    box-shadow: -5px 5px 0 rgba(6, 73, 255, 0.18);
    text-decoration: none;
    transform: none;
    transition: color 0.16s ease, background 0.16s ease;
    bottom: 38px;
}
body.editorial-home-page .eh-hero__read::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--eh-blue);
}
body.editorial-home-page .eh-hero__read small {
    grid-column: 1;
    color: var(--eh-blue);
    font-family: var(--font-ui);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.16em;
    font-size: 10px;
}
body.editorial-home-page .eh-hero__read strong {
    grid-column: 1;
    margin-top: 3px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.04em;
    font-size: 17px;
}
body.editorial-home-page .eh-hero__read span {
    position: relative;
    grid-column: 2;
    grid-row: 1 / 3;
    justify-self: end;
    border-right: 2px solid var(--eh-blue);
    border-bottom: 2px solid var(--eh-blue);
    display: grid;
    place-items: center;
    width: 26px;
    height: 18px;
    border: 0;
    transform: none;
}
@media (max-width: 1199px) {
    body.editorial-home-page .eh-hero__read small { letter-spacing: 0.12em; font-size: 8px; }
    body.editorial-home-page .eh-hero__read strong {
        margin-top: 2px;
        color: #001eff;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
        font-size: 19px;
        font-weight: 800;
        letter-spacing: .08em;
        line-height: 1;
        white-space: nowrap;
    }
    body.editorial-home-page .eh-hero__read span {
        border-right-width: 1.5px;
        border-bottom-width: 1.5px;
        width: 20px;
        height: 16px;
    }
}
body.editorial-home-page .eh-hero__meta strong::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 34px;
    background: rgba(5, 5, 5, 0.34);
    transform: translateY(-50%) rotate(8deg);
}
body.editorial-home-page .eh-hero__meta span {
    transform: translateY(2px);
    color: #050505;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 1;
}
body.editorial-home-page .eh-hero__slide { flex: 0 0 100%; width: 100%; scroll-snap-align: center; }
body.editorial-home-page .eh-hero__track {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translate3d(0, 0, 0);
    transition: transform 360ms cubic-bezier(0.22, 0.8, 0.24, 1);
    will-change: transform;
}
body.editorial-home-page .eh-hero__track.is-dragging { transition-duration: 0ms; }
body.editorial-home-page .eh-hero__track .eh-hero__slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    height: 100%;
    scroll-snap-align: none;
}
body.editorial-home-page .ap-latest {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 20px 28px;
    background: #fffefb;
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}
body.editorial-home-page .ap-latest-head {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    min-height: 62px;
    padding: 0 22px 20px 0;
    border: 0;
    text-align: left;
}
body.editorial-home-page .ap-latest-head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: min(258px, calc(100% - 28px));
    height: 1px;
    background: rgba(5, 5, 5, 0.26);
}
body.editorial-home-page .ap-latest-head::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 72px;
    height: 4px;
    background: #0048ff;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
body.editorial-home-page .ap-latest-head h2 {
    display: grid;
    gap: 7px;
    max-width: 260px;
    margin: 0;
    color: #050505;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: 0.04em;
    text-align: left;
    text-shadow: 4px 4px 0 rgba(6, 73, 255, 0.08);
    text-transform: none;
    white-space: nowrap;
}
body.editorial-home-page .ap-latest-head h2::before {
    content: "最新記事";
    display: block;
    color: #0048ff;
    font-family: var(--font-ui);
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.28em;
}
body.editorial-home-page .ap-latest-head h2::after { content: none; }
body.editorial-home-page .ap-latest-head a { display: none; }
body.editorial-home-page .ap-latest-head a span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 1px;
    background: currentColor;
}
body.editorial-home-page .ap-latest-head a span::after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}
body.editorial-home-page .ap-latest-tabs {
    display: flex;
    gap: 22px;
    margin: 16px 0 18px;
    overflow-x: auto;
    scrollbar-width: none;
}
body.editorial-home-page .ap-latest-tabs::-webkit-scrollbar { display: none; }
body.editorial-home-page .ap-latest-tabs button {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: auto;
    padding: 0 0 6px;
    border: 0;
    color: rgba(5, 5, 5, 0.44);
    background: transparent;
    box-shadow: none;
    font-family: var(--font-ui);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.18em;
    white-space: nowrap;
    cursor: pointer;
}
body.editorial-home-page .ap-latest-tabs button.is-active { color: #0048ff; }
body.editorial-home-page .ap-latest-tabs button.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0.18em;
    bottom: 0;
    height: 2px;
    background: currentColor;
}
body.editorial-home-page .ap-article-list {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    font-family: inherit;
}
body.editorial-home-page .ap-article-list [hidden] {
    display: none;
}
body.editorial-home-page .ap-article-item {
    display: block;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    color: #050505;
    text-decoration: none;
}
body.editorial-home-page .ap-article-item + .ap-article-item { padding-top: 18px; }
body.editorial-home-page .ap-article-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46%;
    gap: 12px;
    align-items: start;
}
body.editorial-home-page .ap-article-text { min-width: 0; }
body.editorial-home-page .ap-category {
    margin: 0 0 13px;
    color: #0048ff;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1;
}
body.editorial-home-page .ap-title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
body.editorial-home-page .ap-comment {
    display: -webkit-box;
    margin: 6px 0 0;
    overflow: hidden;
    color: rgba(5, 5, 5, .58);
    font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: .02em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
body.editorial-home-page .ap-author {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
}
body.editorial-home-page .ap-author-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    overflow: hidden;
    border: 1px solid rgba(0, 72, 255, 0.2);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 520% 345%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}
body.editorial-home-page .ap-author-avatar:not(.ap-author-avatar--custom):not(:has(img)):not(:has(i)) {
    background-image: url("/images/editorial-home/thumb-sheet.png");
}
body.editorial-home-page .ap-author-avatar--custom,
body.editorial-home-page .ap-author-avatar:has(img),
body.editorial-home-page .ap-author-avatar:has(i) {
    background-image: none;
}
body.editorial-home-page .ap-author-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: none !important;
    mix-blend-mode: normal;
    object-fit: cover;
}
body.editorial-home-page .ap-author-avatar i {
    color: #0057ff;
    font-family: var(--font-ui);
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}
body.editorial-home-page .ap-author-avatar--1 { background-position: 5% 7%; }
body.editorial-home-page .ap-author-avatar--2 { background-position: 43% 9%; }
body.editorial-home-page .ap-author-avatar--3 { background-position: 98% 12%; }
body.editorial-home-page .ap-author-avatar--4 { background-position: 45% 95%; }
body.editorial-home-page .ap-author-avatar--5 { background-position: 96% 92%; }
body.editorial-home-page .ap-author-name {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-family: var(--font-ui);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.25;
}
body.editorial-home-page .ap-author-name time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(5, 5, 5, .42);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 9.5px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
    transform: skewX(-8deg);
}
body.editorial-home-page .ap-author-name time::before {
    content: "/";
    color: rgba(5, 5, 5, .28);
    font-family: var(--font-ui), "Instrument Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
}
body.editorial-home-page .ap-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 630;
    margin: 0;
    overflow: hidden;
    background: transparent;
    transform: translateY(8px) skewX(-8deg);
    transform-origin: center;
}
body.editorial-home-page .ap-thumb::before {
    content: "";
    position: absolute;
    inset: 0 -12px;
    display: block;
    background-repeat: no-repeat;
    background-size: 300% 200%;
    transform: translateY(12px) skewX(8deg);
    transform-origin: center;
}
body.editorial-home-page .ap-thumb:not(.has-image)::before {
    background-image: url("/images/editorial-home/thumb-sheet.png");
}
body.editorial-home-page .ap-thumb.has-image::before { content: none; }
body.editorial-home-page .ap-thumb img {
    position: absolute;
    inset: -14px -12px;
    width: calc(100% + 24px);
    height: calc(100% + 28px);
    max-width: none;
    object-fit: cover;
    object-position: center 86%;
    transform: translateY(10px) skewX(8deg);
    transform-origin: center;
}
body.editorial-home-page .ap-thumb::after { content: none; }
body.editorial-home-page .ap-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    margin-top: -18px;
    padding-right: 0;
}
body.editorial-home-page .ap-meta span:first-child { height: 1px; background: transparent; }
body.editorial-home-page .ap-meta time {
    color: #222;
    font-family: "Times New Roman", Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
}
body.editorial-home-page .ap-arrow {
    position: relative;
    display: block;
    width: 31px;
    height: 1px;
    overflow: hidden;
    color: #0048ff;
    background: currentColor;
    font-size: 0;
    line-height: 1;
}
body.editorial-home-page .ap-more-link {
    display: grid;
    grid-template-columns: auto 32px;
    align-items: center;
    gap: 10px;
    width: max-content;
    margin: 14px 0 0 auto;
    color: #0048ff;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1;
    text-decoration: none;
}
body.editorial-home-page .ap-more-link i {
    position: relative;
    display: block;
    width: 32px;
    height: 1px;
    background: currentColor;
}
body.editorial-home-page .ap-more-link i::after {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}
body.editorial-home-page .ap-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}
@media (max-width: 374px) {
    body.editorial-home-page .ap-article-list { padding-inline: 18px; }
    body.editorial-home-page .ap-article-main { grid-template-columns: minmax(0, 1fr) 44%; gap: 12px; }
    body.editorial-home-page .ap-title { font-size: 15px; }
    body.editorial-home-page .ap-meta time { font-size: 15px; }
}
body.editorial-home-page .eh-hero__read span::before {
    content: "\2192";
    color: var(--eh-blue);
    font-family: var(--font-ui);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}
@media (max-width: 1199px) {
    body.editorial-home-page .eh-hero__read span::before { font-size: 18px; }
}
body.editorial-home-page .eh-hero__slide-arrow + .eh-hero__slide-arrow { border-left: 1px solid rgba(255, 255, 255, 0.72); }
body.editorial-home-page .eh-hero__slide-arrow--prev { left: max(18px, calc(42% - 8px)); border-radius: 0 999px 999px 0; }
body.editorial-home-page .eh-hero__slide-arrow--next { right: max(18px, calc(0% + 22px)); border-radius: 999px 0 0 999px; }
body.editorial-home-page .eh-hero__slide-arrow--prev::before { margin-left: 6px; border-bottom: 2px solid currentColor; border-left: 2px solid currentColor; }
body.editorial-home-page .eh-hero__slide-arrow--next::before { margin-right: 6px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
body.editorial-home-page .eh-hero__slide-arrow:hover,
body.editorial-home-page .eh-hero__slide-arrow:focus-visible {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(calc(-50% - 1px));
    outline: 0;
}
@media (max-width: 1199px) {
    body.editorial-home-page .eh-hero__controls .eh-hero__pager {
        left: 34px;
        bottom: 12px;
        position: static;
        display: flex;
        gap: 9px;
        transform: none;
    }
    body.editorial-home-page .eh-hero__slide-arrow { top: 251px; width: 38px; height: 58px; }
    body.editorial-home-page .eh-hero__slide-arrow--prev { left: 30px; }
    body.editorial-home-page .eh-hero__slide-arrow--next { right: 0; }
    body.editorial-home-page .eh-hero__slide-arrow::before { width: 13px; height: 13px; }
}
@media (min-width: 500px) and (max-width: 899px) {
    body.editorial-home-page { overflow-x: hidden; background: #fff; }
    body.editorial-home-page .eh-shell {
        width: 100%;
        max-width: none;
        margin-inline: auto;
        transform: none;
        transform-origin: initial;
        margin-bottom: 0;
    }
    body.editorial-home-page .editorial-tablet-scale-shell {
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        transform: none;
        margin-bottom: 0;
    }
    body.editorial-home-page .eh-quick-nav,
    body.editorial-home-page .editor-pick-repro,
    body.editorial-home-page .ap-latest {
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        box-sizing: border-box;
    }
    body.editorial-home-page .editor-pick-repro { padding: 20px 24px 10px; overflow: hidden; background: #fff; }
    body.editorial-home-page .ap-latest { padding: 20px 20px 28px; background: #fffefb; }
    body.editorial-home-page .ap-article-list { display: block; grid-template-columns: none; }
}
@media (min-width: 500px) and (max-width: 899px) {
    body.editorial-home-page .ap-article-item {
        position: static;
        display: block;
        min-height: 0;
        padding: 0 0 10px;
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .16);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    body.editorial-home-page .ap-article-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 46%;
        grid-template-rows: auto;
        gap: 12px;
        align-items: start;
    }
    body.editorial-home-page .ap-article-text { grid-column: 1; grid-row: 1; padding: 0; }
    body.editorial-home-page .ap-thumb {
        position: relative;
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 1200 / 630;
        margin: 0;
        overflow: hidden;
        border-radius: 0;
        clip-path: none;
        transform: translateY(8px) skewX(-8deg);
        transform-origin: center;
    }
    body.editorial-home-page .ap-thumb::before { inset: 0 -12px; transform: translateY(12px) skewX(8deg); }
    body.editorial-home-page .ap-meta {
        position: static;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        width: auto;
        gap: 10px;
        margin-top: -18px;
        padding: 5px 0 0;
        pointer-events: auto;
        white-space: normal;
        transform: none;
    }
    body.editorial-home-page .ap-meta span:first-child { display: none; }
    body.editorial-home-page .ap-meta time {
        display: inline-flex;
        min-width: max-content;
        align-items: center;
        transform: translateY(4px);
        line-height: 1;
    }
}
body.editorial-home-page .ap-latest .ap-meta span:first-child { display: none; }
body.editorial-home-page .ap-latest .ap-meta .ap-arrow { display: none; }
body.editorial-home-page .ap-latest .ap-meta {
    display: none;
    justify-content: flex-end;
    align-items: center;
    margin-top: -2px;
    padding: 0 12px 0 0;
}
body.editorial-home-page .ap-latest .ap-meta time { transform: none; }
body.editorial-home-page .ap-latest .ap-category { display: flex; align-items: baseline; gap: 10px; }
body.editorial-home-page .ap-latest .ap-category time {
    color: rgba(5, 5, 5, .46);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: .08em;
    line-height: 1;
}
body.editorial-home-page .eh-hero .eh-hero__slide,
body.editorial-home-page .eh-hero .eh-hero__slide picture,
body.editorial-home-page .eh-hero .eh-hero__slide img { width: 100%; height: 100%; }
body.editorial-home-page .eh-hero .eh-hero__slide picture { display: block; border-radius: inherit; }
body.editorial-home-page .eh-hero .eh-hero__slide img {
    display: block;
    border-radius: inherit;
    object-fit: cover;
    object-position: 50% 50%;
    filter: saturate(1.34) contrast(1.08) brightness(1.17);
}
body.editorial-home-page .eh-hero__visual::before { content: none; display: none; }
body.editorial-home-page .eh-hero__pager span.is-active { background: #001eff; }
body.editorial-home-page .eh-hero__read::before,
body.editorial-home-page .eh-hero__read small { display: none; }
body.editorial-home-page .eh-hero__track.is-normalizing .eh-hero__slide { transition: none; }
body.editorial-home-page .eh-hero__copy h1 span { display: block; white-space: normal; }
body.editorial-home-page .eh-hero__read:hover,
body.editorial-home-page .eh-hero__read:focus,
body.editorial-home-page .eh-hero__read:focus-visible,
body.editorial-home-page .eh-hero__read:active { background: transparent; box-shadow: none; outline: 0; }
@media (max-width: 1199px) {
    body.editorial-home-page .eh-hero {
        position: relative;
        display: grid;
        grid-template-columns: 45px minmax(0, 1fr) 22px;
        grid-template-rows: auto auto auto auto;
        align-items: start;
        padding: 34px 0 34px;
        overflow: hidden;
        border-bottom: 1px solid rgba(0, 87, 255, .08);
        align-content: start;
        row-gap: 0;
        min-height: 0;
        height: clamp(610px, 145vw, 656px);
        background:
            radial-gradient(circle at 87% 0%, rgba(0, 87, 255, .16) 0 1px, transparent 1.35px) 0 0 / 17px 17px,
            radial-gradient(circle at 55% 42%, rgba(0, 87, 255, .10), transparent 44%),
            linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    }
    body.editorial-home-page .eh-vertical--culture {
        position: absolute;
        z-index: 7;
        display: block;
        margin: 0;
        color: #050505;
        font-weight: 900;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: none;
        left: 13px;
        top: 18px;
        font-size: 8px;
        letter-spacing: .22em;
        line-height: 1;
    }
    body.editorial-home-page .eh-hero__meta strong {
        color: #001eff;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 38px;
        font-style: italic;
        font-weight: 900;
        letter-spacing: .02em;
        line-height: .9;
    }
    body.editorial-home-page .eh-hero__meta strong::after {
        content: "";
        display: inline-block;
        width: 2px;
        background: rgba(5, 5, 5, .54);
        transform: rotate(11deg);
        position: relative;
        top: 1px;
        height: 25px;
        margin-left: 8px;
        margin-right: -6px;
        vertical-align: middle;
    }
    body.editorial-home-page .eh-hero__meta span {
        color: #050505;
        font-family: var(--font-ui), Inter, Arial, sans-serif;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: .32em;
        line-height: 1;
        position: relative;
        top: 2px;
    }
    body.editorial-home-page .eh-hero__slide {
        display: block;
        position: relative;
        z-index: 1;
        flex: 0 0 min(74vw, 326px);
        width: min(74vw, 326px);
        min-width: min(74vw, 326px);
        height: 100%;
        margin: 0;
        overflow: hidden;
        border-radius: 9px;
        background: #dfe7f5;
        box-shadow: 0 14px 32px rgba(13, 31, 64, .12);
        opacity: .54;
        transform: scale(.72);
        transition: transform 220ms ease, opacity 220ms ease, filter 220ms ease;
    }
    body.editorial-home-page .eh-hero__copy h1 {
        max-width: 390px;
        margin: 0 auto;
        color: #050505;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
        font-size: 21px;
        font-weight: 800;
        letter-spacing: .045em;
        line-height: 1.74;
        text-align: center;
    }
    body.editorial-home-page .eh-hero__controls {
        inset: auto;
        z-index: 5;
        grid-column: 1 / 4;
        grid-row: 4;
        width: auto;
        min-width: 0;
        height: auto;
        align-self: start;
        pointer-events: none;
        transform: none;
        position: absolute;
        left: 0;
        right: auto;
        top: auto;
        margin: 0 0 0 58px;
        bottom: 42px;
    }
    body.editorial-home-page .eh-hero__pager span {
        width: 42px;
        height: 4px;
        border-radius: 999px;
        background: rgba(5, 5, 5, .18);
    }
    body.editorial-home-page .eh-hero__read {
        z-index: 8;
        grid-column: 1 / 4;
        grid-row: 4;
        justify-self: end;
        align-self: start;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        width: auto;
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: #001eff;
        text-decoration: none;
        transform: none;
        position: absolute;
        right: 39px;
        top: auto;
        margin: 0;
        bottom: 39px;
        -webkit-tap-highlight-color: transparent;
        background: transparent;
        box-shadow: none;
    }
}
body.editorial-home-page .eh-hero .eh-hero__visual::after { content: none; display: none; }
@media (max-width: 1199px) {
    body.editorial-home-page .eh-hero__slide.is-prev,
    body.editorial-home-page .eh-hero__slide.is-next { opacity: .64; filter: grayscale(.42) saturate(.72) contrast(.96) brightness(1.18); }
    body.editorial-home-page .eh-hero__slide.is-active {
        z-index: 3;
        opacity: 1;
        filter: none;
        box-shadow: 0 17px 36px rgba(13, 31, 64, .16);
        transform: scale(1);
    }
    body.editorial-home-page .eh-hero .eh-hero__slide {
        flex-basis: min(74vw, 326px);
        width: min(74vw, 326px);
        min-width: min(74vw, 326px);
        margin-right: -72px;
    }
}
@media (max-width: 1199px) {
    body.editorial-home-page .eh-hero,
    body.editorial-home-page .eh-hero__visual {
        max-width: 100%;
        overflow: hidden;
    }
}
@media (max-width: 1199px) {
    body.editorial-home-page .eh-hero {
        height: clamp(574px, 137vw, 618px);
        padding-bottom: 24px;
    }

    body.editorial-home-page .eh-hero__visual {
        height: min(80vw, 344px);
    }

    body.editorial-home-page .eh-hero .eh-hero__slide {
        flex-basis: min(80vw, 344px);
        width: min(80vw, 344px);
        min-width: min(80vw, 344px);
        margin-right: -80px;
    }

    body.editorial-home-page .eh-hero__copy {
        margin-top: 12px;
    }

    body.editorial-home-page .eh-hero__copy-slide {
        min-height: 132px;
    }

    body.editorial-home-page .eh-hero__copy h1 {
        max-width: 360px;
        font-size: clamp(22px, 5.8vw, 24px);
        line-height: 1.66;
    }

    body.editorial-home-page .eh-hero__controls {
        bottom: 26px;
    }

    body.editorial-home-page .eh-hero__read {
        bottom: 23px;
    }
}
html body.editorial-home-page main .eh-quick-nav {
    --route-blue: #0057ff;
    --route-ink: #050505;
    --route-muted: #111;
    --route-line: #d1d1d1;
    --route-icon: #aeb4bc;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 108px 101px;
    gap: 16px 9px;
    width: min(470px, calc(100vw - 44px));
    max-width: calc(100vw - 44px);
    margin: 14px auto 8px;
    padding: 0;
    border: 0;
    background: #fff;
    box-shadow: none;
}
html body.editorial-home-page main .eh-quick-nav--calendar-only {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 101px;
}
@media (max-width: 1199px) {
    html body.editorial-home-page .eh-shell {
        width: 100%;
        max-width: none;
        margin-inline: auto;
    }
    html body.editorial-home-page main .eh-quick-nav,
    html body.editorial-home-page main .editorial-tablet-scale-shell,
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro,
    html body.editorial-home-page .ap-latest {
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        box-sizing: border-box;
    }
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card,
html body.editorial-home-page main .eh-quick-nav .eh-route-card::before,
html body.editorial-home-page main .eh-quick-nav .eh-route-card::after {
    background-color: #fff;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro { padding: 20px 24px 20px; overflow: visible; }
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__head {
    position: relative;
    z-index: 3;
    display: block;
    width: min(100%, 470px);
    max-width: calc(100vw - 44px);
    margin: 0 auto;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__head p {
    display: block;
    margin: 0 0 10px;
    color: #0057ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .22em;
    line-height: 1.2;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__head h2 {
    display: block;
    margin: 0;
    font-size: clamp(44px, 12.8vw, 56px);
    line-height: .92;
    letter-spacing: 0;
    white-space: nowrap;
    text-shadow: 3px 4px 0 rgba(0, 87, 255, .10);
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__rule {
    position: relative;
    z-index: 3;
    width: min(100%, 470px);
    max-width: calc(100vw - 44px);
    height: 18px;
    margin: 25px auto 24px;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__rule::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: min(258px, calc(100% - 28px));
    height: 1px;
    background: rgba(5, 5, 5, 0.26);
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__rule::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 72px;
    height: 4px;
    background: #0048ff;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__list {
    display: flex;
    gap: 14px;
    width: max-content;
    max-width: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    transform: translate3d(0, 0, 0);
    transition-property: transform;
    transition-duration: 220ms;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__list.is-normalizing,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__list.is-dragging { transition-duration: 0ms; }
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card {
    position: relative;
    flex: 0 0 min(72vw, 314px);
    width: min(72vw, 314px);
    border-bottom: 2px solid #eeeeee;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 {
    min-height: 0;
    padding-bottom: 122px;
    filter: drop-shadow(0 18px 24px rgba(15, 24, 44, .14));
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__image,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__image,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__image {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1200 / 630;
    height: auto;
    min-height: 0;
    margin: 0;
    clip-path: polygon(7% 0, 100% 0, 100% 87%, 93% 100%, 0 100%, 0 8%);
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__image img,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__image img,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__image img { height: 100%; }
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__panel,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__panel,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__panel {
    z-index: 2;
    left: 2px;
    right: 8px;
    bottom: -10px;
    display: block;
    width: auto;
    min-height: 128px;
    padding: 18px 26px 13px 24px;
    clip-path: polygon(7% 0, 100% 0, 100% 76%, 94% 100%, 0 100%, 0 23%);
    filter: drop-shadow(0 12px 18px rgba(15, 24, 44, .16));
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__panel::before,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__panel::before,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__panel::before {
    content: "";
    position: absolute;
    top: 21px;
    right: 32px;
    bottom: auto;
    width: 28px;
    height: 16px;
    border: 0;
    background: repeating-linear-gradient(115deg, #0057ff 0 2px, transparent 2px 7px);
    transform: none;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__panel::after,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__panel::after,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__panel::after {
    content: none;
    display: none;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__number,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__number,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__number { display: none; }
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__copy,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__copy,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__copy {
    display: block;
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 92px;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__copy b,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__copy b,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__copy b {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    margin: 0 0 8px;
    font-size: 11px;
    letter-spacing: .26em;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__copy h3,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__copy h3,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__copy h3 {
    display: block;
    width: 100%;
    margin: 0;
    overflow: visible;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .02em;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__copy time,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__copy time,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__copy time {
    position: static;
    z-index: 2;
    display: inline-block;
    width: auto;
    max-width: none;
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: -8px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", Georgia, "Times New Roman", serif;
    font-size: 10.5px;
    line-height: 1;
    letter-spacing: .18em;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__copy time::after,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__copy time::after,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__copy time::after {
    content: none;
    display: none;
}
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--1 .editor-pick-card__copy time::before,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--2 .editor-pick-card__copy time::before,
html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card--3 .editor-pick-card__copy time::before {
    content: none;
    display: none;
}
html body.editorial-home-page .ap-latest .ap-thumb {
    aspect-ratio: 1200 / 760;
    height: auto;
    min-height: 0;
    margin-top: 0;
    overflow: hidden;
    clip-path: none;
    border-radius: 0;
    transform: none;
    grid-column: 1;
    grid-row: 1;
    box-shadow: 0 1px 0 rgba(0, 87, 255, .08);
}
html body.editorial-home-page .ap-latest .ap-article-item {
    position: relative;
    padding-bottom: 0;
    border-bottom: 0;
}
html body.editorial-home-page .ap-latest .ap-article-item + .ap-article-item { padding-top: 10px; }
html body.editorial-home-page .ap-latest .ap-article-main {
    position: relative;
    grid-template-columns: 36% minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 0;
    align-items: start;
}
html body.editorial-home-page .ap-latest .ap-article-text {
    display: contents;
}
html body.editorial-home-page .ap-latest .ap-tag {
    display: none;
}
html body.editorial-home-page .ap-latest .ap-thumb::before {
    inset: 0;
    clip-path: none;
    border-radius: 0;
    transform: none;
}
html body.editorial-home-page .ap-latest .ap-thumb img { clip-path: none; border-radius: 0; transform: none; }
html body.editorial-home-page .ap-latest .ap-thumb::after,
html body.editorial-home-page .ap-latest .ap-article-item::before,
html body.editorial-home-page .ap-latest .ap-article-item::after { clip-path: none; transform: none; }
html body.editorial-home-page .ap-latest .ap-title {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin-top: 0;
    padding-right: 14px;
    color: #050505;
    font-size: 14px;
    line-height: 1.58;
    -webkit-line-clamp: 3;
}
html body.editorial-home-page .ap-latest .ap-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid rgba(0, 87, 255, .5);
    border-right: 2px solid rgba(0, 87, 255, .5);
    transform: translateY(-50%) rotate(45deg);
}
html body.editorial-home-page .ap-latest .ap-category {
    display: none;
}
html body.editorial-home-page .ap-latest .ap-category span {
    position: static;
    display: inline-flex;
    align-items: center;
    min-height: 19px;
    padding: 0 8px;
    border: 1px solid rgba(0, 87, 255, .24);
    border-radius: 4px;
    color: #0057ff;
    background: rgba(255, 255, 255, .64);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    font-family: var(--font-ui), "Instrument Sans", Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1;
}
html body.editorial-home-page .ap-latest .ap-category time {
    display: inline-flex;
    align-items: center;
    color: rgba(5, 5, 5, .42);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1;
}
html body.editorial-home-page .ap-latest .ap-author {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: auto 12px 18px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 6px;
    row-gap: 1px;
    min-height: 0;
    margin: 4px -12px 0;
    padding: 3px 12px 4px;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 87, 255, .26);
    background: rgba(0, 87, 255, .032);
}
html body.editorial-home-page .ap-latest .ap-note-category {
    align-self: center;
    grid-column: 1;
    grid-row: 1;
    color: #050505;
    font-family: var(--font-ui), "Instrument Sans", Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .32em;
    line-height: 1;
}
html body.editorial-home-page .ap-latest .ap-note-rule {
    align-self: center;
    grid-column: 2;
    grid-row: 1;
    width: 12px;
    height: 1px;
    background: rgba(5, 5, 5, .26);
}
html body.editorial-home-page .ap-latest .ap-author-avatar {
    align-self: center;
    grid-column: 3;
    grid-row: 1;
    width: 18px;
    height: 18px;
}
html body.editorial-home-page .ap-latest .ap-author > div {
    align-self: center;
    grid-column: 4;
    grid-row: 1;
    min-width: 0;
}
html body.editorial-home-page .ap-latest .ap-author-name {
    align-self: center;
    display: flex;
    align-items: center;
    gap: 0;
    color: rgba(5, 5, 5, .42);
    font-size: 9.5px;
    font-weight: 800;
    white-space: nowrap;
}
html body.editorial-home-page .ap-latest .ap-author-name time {
    display: inline-flex;
    margin-left: 6px;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "Times New Roman", serif;
    font-size: 9.5px;
    font-style: normal;
    font-weight: 700;
    transform: none;
}
html body.editorial-home-page .ap-latest .ap-author-name time::before {
    content: none;
}
html body.editorial-home-page .ap-latest .ap-comment {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin: 0;
    padding: 0;
    color: rgba(5, 5, 5, .62);
    background: transparent;
    font-size: 12px;
    line-height: 1.15;
    -webkit-line-clamp: 1;
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--route-line);
    border-radius: 1px;
    color: var(--route-ink);
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .02);
    text-decoration: none;
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card--search { grid-column: 1 / -1; }
html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar { grid-column: 1; }
html body.editorial-home-page main .eh-quick-nav .eh-route-card b::before,
html body.editorial-home-page main .eh-quick-nav .eh-route-card b::after,
html body.editorial-home-page main .eh-quick-nav .eh-route-card strong::before,
html body.editorial-home-page main .eh-quick-nav .eh-route-card strong::after { content: none; display: none; }
html body.editorial-home-page main .eh-quick-nav .eh-route-card::before {
    content: "";
    position: absolute;
    right: 24px;
    top: 0;
    z-index: 1;
    display: block;
    width: min(43%, 186px);
    height: 84px;
    background: radial-gradient(circle, rgba(0, 87, 255, .105) 0 1px, transparent 1.25px) 0 0 / 7px 7px;
    pointer-events: none;
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card--calendar::before,
html body.editorial-home-page main .eh-quick-nav .eh-route-card--articles::before {
    right: 20px;
    top: 0;
    width: min(40%, 82px);
    height: 48px;
    opacity: .78;
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card::after { content: none; display: none; }
html body.editorial-home-page main .eh-quick-nav .eh-route-card b {
    position: absolute;
    left: 17px;
    top: 18px;
    z-index: 2;
    display: block;
    margin: 0;
    color: var(--route-blue);
    font-family: var(--font-ui), "Instrument Sans", Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .44em;
    text-transform: uppercase;
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card em { display: none; }
html body.editorial-home-page main .eh-quick-nav .eh-route-card small {
    display: inline;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card strong {
    position: absolute;
    left: 17px;
    top: 42px;
    right: 48px;
    z-index: 2;
    display: block;
    margin: 0;
    color: var(--route-ink);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .01em;
    white-space: nowrap;
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card--search strong { top: 42px; font-size: 19px; }
html body.editorial-home-page main .eh-quick-nav .eh-route-card__text {
    position: absolute;
    left: 17px;
    right: 18px;
    bottom: 13px;
    z-index: 2;
    display: block;
    overflow: hidden;
    color: var(--route-muted);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    white-space: nowrap;
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card--calendar::after,
html body.editorial-home-page main .eh-quick-nav .eh-route-card--articles::after,
html body.editorial-home-page main .eh-quick-nav .eh-route-card--calendar .eh-route-card__text,
html body.editorial-home-page main .eh-quick-nav .eh-route-card--articles .eh-route-card__text { bottom: 12px; }
html body.editorial-home-page main .eh-quick-nav .eh-route-card svg {
    position: absolute;
    right: 25px;
    top: 21px;
    z-index: 2;
    display: block;
    width: 43px;
    height: 43px;
    color: var(--route-icon);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.08;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card__icon {
    position: absolute;
    z-index: 2;
    display: block;
    object-fit: contain;
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card--search svg {
    right: 32px;
    top: 22px;
    width: 46px;
    height: 46px;
    color: #aeb4bc;
    stroke-width: 1.12;
}
html body.editorial-home-page main .eh-quick-nav .eh-route-card--calendar svg,
html body.editorial-home-page main .eh-quick-nav .eh-route-card--articles svg {
    right: 26px;
    top: 19px;
    width: 27px;
    height: 27px;
    stroke-width: 1.18;
}
html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar {
    border-color: rgba(0, 87, 255, .12);
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(15, 24, 44, .07);
}
html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar::before {
    right: 54px;
    top: 5px;
    width: 116px;
    height: 72px;
    opacity: .72;
    background: radial-gradient(circle, rgba(0, 87, 255, .14) 0 1.2px, transparent 1.45px) 0 0 / 10px 10px;
}
html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar::after {
    content: "";
    position: absolute;
    right: -21px;
    bottom: -24px;
    z-index: 1;
    display: block;
    width: 132px;
    height: 88px;
    border-radius: 54% 0 0 0;
    background: linear-gradient(138deg, rgba(229, 239, 255, .22), rgba(194, 220, 255, .6));
    pointer-events: none;
}
html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar strong {
    left: 94px;
    top: 35px;
    right: 58px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.05;
}
html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar b {
    left: 94px;
    right: 58px;
}
html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar .eh-route-card__text {
    left: 94px;
    right: 58px;
}
html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar .eh-route-card__icon {
    left: 10px;
    right: auto;
    top: 9px;
    width: 78px;
    height: 78px;
}
html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card__round-arrow {
    position: absolute;
    right: 18px;
    top: 50%;
    z-index: 3;
    display: block;
    width: 29px;
    height: 29px;
    border: 1.5px solid rgba(0, 87, 255, .52);
    border-radius: 50%;
    background: rgba(255, 255, 255, .76);
    box-shadow: none;
    transform: translateY(-50%);
}
html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card__round-arrow::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 9px;
    width: 7px;
    height: 7px;
    border-top: 1.7px solid rgba(0, 87, 255, .78);
    border-right: 1.7px solid rgba(0, 87, 255, .78);
    transform: rotate(45deg);
}
@media (max-width: 520px) {
    html body.editorial-home-page main .eh-quick-nav {
        grid-template-rows: clamp(96px, 20.6vw, 108px) clamp(88px, 19.2vw, 101px);
        width: min(470px, calc(100vw - 44px));
        max-width: calc(100vw - 44px);
        margin-right: auto;
        margin-left: auto;
        gap: 12px 8px;
    }
    html body.editorial-home-page main .eh-quick-nav--calendar-only {
        grid-template-rows: clamp(88px, 19.2vw, 101px);
    }
    html body.editorial-home-page main .eh-quick-nav .eh-route-card { background: #fff; box-shadow: none; }
    html body.editorial-home-page main .eh-quick-nav .eh-route-card b {
        left: 16px;
        top: 18px;
        font-size: 9px;
        letter-spacing: .48em;
    }
    html body.editorial-home-page main .eh-quick-nav .eh-route-card strong {
        left: 16px;
        top: 41px;
        right: 30px;
        font-size: clamp(15.5px, 4.1vw, 17px);
        font-weight: 700;
        line-height: 1.08;
        letter-spacing: 0;
    }
    html body.editorial-home-page main .eh-quick-nav .eh-route-card--search strong { top: 41px; font-size: clamp(18px, 5vw, 19px); }
    html body.editorial-home-page main .eh-quick-nav .eh-route-card__text {
        left: 16px;
        right: 16px;
        bottom: 12px;
        color: #111;
        font-size: clamp(8.8px, 2.35vw, 9.8px);
        font-weight: 600;
        line-height: 1.25;
        text-overflow: ellipsis;
    }
    html body.editorial-home-page main .eh-quick-nav .eh-route-card--search .eh-route-card__text { font-size: clamp(10px, 2.8vw, 11px); }
    html body.editorial-home-page main .eh-quick-nav .eh-route-card svg {
        right: 19px;
        top: 20px;
        width: 34px;
        height: 34px;
        color: #b8bdc4;
        stroke-width: 1.08;
    }
    html body.editorial-home-page main .eh-quick-nav .eh-route-card--search svg {
        right: 26px;
        top: 24px;
        width: 39px;
        height: 39px;
        stroke-width: 1.12;
    }
    html body.editorial-home-page main .eh-quick-nav .eh-route-card--calendar svg,
    html body.editorial-home-page main .eh-quick-nav .eh-route-card--articles svg {
        right: 17px;
        top: 19px;
        width: 23px;
        height: 23px;
        stroke-width: 1.12;
    }
    html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar {
        border-radius: 11px;
        box-shadow: 0 8px 18px rgba(15, 24, 44, .065);
    }
    html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar::before {
        right: 45px;
        top: 6px;
        width: 90px;
        height: 58px;
        background-size: 9px 9px;
    }
    html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar::after {
        right: -24px;
        bottom: -25px;
        width: 108px;
        height: 76px;
    }
    html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar strong {
        left: 84px;
        top: 35px;
        right: 50px;
        font-size: clamp(18.5px, 5vw, 21px);
        font-weight: 800;
    }
    html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar b {
        left: 84px;
        right: 50px;
    }
    html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar .eh-route-card__text {
        left: 84px;
        right: 50px;
    }
    html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card--calendar .eh-route-card__icon {
        left: 8px;
        right: auto;
        top: 11px;
        width: 70px;
        height: 70px;
    }
    html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card__round-arrow {
        right: 14px;
        width: 27px;
        height: 27px;
    }
    html body.editorial-home-page main .eh-quick-nav--calendar-only .eh-route-card__round-arrow::before {
        left: 8px;
        top: 9px;
        width: 6px;
        height: 6px;
    }
}
@media (max-width: 1199px) {
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro { padding: 20px 0 20px; overflow: visible; }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__head,
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__rule {
        width: calc(100% - 40px);
        max-width: 470px;
        margin-right: auto;
        margin-left: auto;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__head p {
        display: block;
        margin: 0 0 7px;
        color: #0057ff;
        font-size: 9px;
        font-weight: 900;
        letter-spacing: .28em;
        line-height: 1;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__head h2 {
        display: block;
        margin: 0;
        color: #050505;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 34px;
        font-weight: 700;
        line-height: .95;
        letter-spacing: .04em;
        white-space: nowrap;
        text-shadow: 4px 4px 0 rgba(0, 87, 255, .08);
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__rule {
        position: relative;
        height: 14px;
        margin-top: 9px;
        margin-bottom: 10px;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-repro__list {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 18px;
        width: max-content;
        max-width: none;
        margin: 0;
        padding: 0;
        overflow: visible;
        transition-property: transform;
        transition-timing-function: cubic-bezier(.22, .61, .36, 1);
        will-change: transform;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card {
        position: relative;
        flex: 0 0 min(72vw, 314px);
        display: block;
        width: min(72vw, 314px);
        min-width: 0;
        min-height: 0;
        margin: 0;
        padding: 0 0 94px;
        overflow: visible;
        border: 0;
        color: #050505;
        background: transparent;
        filter: drop-shadow(0 18px 24px rgba(15, 24, 44, .14));
        text-decoration: none;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card::before {
        content: none;
        display: none;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__image {
        position: relative;
        display: block;
        z-index: 1;
        width: 100%;
        aspect-ratio: 1200 / 630;
        height: auto;
        min-height: 0;
        margin: 0;
        overflow: hidden;
        clip-path: polygon(7% 0, 100% 0, 100% 87%, 93% 100%, 0 100%, 0 8%);
        background: #e9eef8;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__panel {
        position: absolute;
        z-index: 2;
        left: 2px;
        right: 8px;
        bottom: -10px;
        display: block;
        width: auto;
        min-height: 100px;
        margin: 0;
        padding: 16px 22px 13px 24px;
        overflow: visible;
        background: #fff;
        clip-path: polygon(7% 0, 100% 0, 100% 76%, 94% 100%, 0 100%, 0 23%);
        filter: drop-shadow(0 10px 16px rgba(15, 24, 44, .16));
        box-shadow: none;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__panel::before,
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__panel::after { content: none; display: none; }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__number { display: none; }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__copy { display: block; position: relative; width: 100%; max-width: none; min-height: 72px; }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__copy b {
        display: flex;
        align-items: center;
        gap: 0;
        width: 100%;
        margin: 0 0 8px;
        color: #0057ff;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .26em;
        line-height: 1.2;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__copy b::after {
        content: none;
        display: none;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__copy b time {
        position: static;
        z-index: auto;
        display: inline-block;
        width: auto;
        max-width: none;
        margin: 0;
        position: absolute;
        right: 0;
        bottom: -8px;
        color: rgba(5, 5, 5, .48);
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", Georgia, "Times New Roman", serif;
        line-height: 1;
        font-size: 10.5px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: .18em;
        line-height: 1.2;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__copy b time::before,
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__copy b time::after {
        content: none;
        display: none;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__copy h3 {
        display: block;
        width: 100%;
        margin: 0;
        overflow: visible;
        color: #050505;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
        font-size: 15px;
        font-weight: 800;
        line-height: 1.45;
        letter-spacing: .02em;
    }
    html body.editorial-home-page main .editorial-tablet-scale-shell .editor-pick-card__copy time { display: inline; }
}
html body.editorial-home-page .is-temporarily-hidden {
    display: none;
}

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

html body.editorial-home-page .eh-menu-drawer__nav a[href$="/anime"] {
    display: none;
}
