body.article-page-body .article-shell > .site-breadcrumb { margin-bottom: 8px; color: rgba(5, 5, 5, 0.72); }
body.article-page-body .article-shell > .site-breadcrumb a { color: rgba(5, 5, 5, 0.88); }
body.article-page-body .article-shell > .site-breadcrumb li:first-child a { color: #0649ff; }
body.article-page-body .article-shell > .site-breadcrumb li:not(:first-child) a { color: rgba(6, 73, 255, 0.68); }
body.article-page-body .article-shell > .site-breadcrumb a:hover { color: #0649ff; }
body.article-page-body .article-shell > .site-breadcrumb span { color: rgba(5, 5, 5, 0.72); }
body.article-page-body .article-shell > .site-breadcrumb li + li::before { border-color: rgba(5, 5, 5, 0.44); }
body.article-page-body .article-published-date {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    margin: 12px 0 18px;
    color: rgba(5, 5, 5, 0.58);
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
body.article-page-body .article-published-date__category {
    color: #0057ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1;
}
body.article-page-body .article-published-date__date {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    min-width: max-content;
}
body.article-page-body .article-published-date__date span {
    color: #0057ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
}
body.article-page-body .article-published-date__date time {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 14px;
    letter-spacing: 0.04em;
}
.news-index-header h1 > span { position: relative; }
.news-index-header h1 > span::before,
.news-index-header h1 > span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 96px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(6, 73, 255, 0.58));
}
.news-index-header h1 > span::before { right: calc(100% + 20px); }
.news-index-header h1 > span::after { left: calc(100% + 20px); transform: scaleX(-1); }
.news-copy { min-width: 0; }
.news-index-body .section-heading {
    text-align: center;
}
.news-index-body .section-heading h1 {
    margin: 0;
}
.news-index-body .tabs,
.news-index-body .news-index-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.news-index-body .tabs button {
    min-height: 34px;
    padding: 0 16px;
    border: 1px solid rgba(0, 87, 255, .18);
    border-radius: 999px;
    color: #1768d5;
    background: #fff;
    font: 700 12px/1 var(--font-ui);
}
.news-index-body .news-list {
    width: 100%;
}
.news-index-body .news-item {
    display: grid;
    align-items: center;
    min-width: 0;
    border: 1px solid rgba(0, 87, 255, .12);
    background: rgba(255, 255, 255, .9);
    text-decoration: none;
}
.news-index-body .news-thumb {
    display: block;
    min-width: 0;
    background: linear-gradient(135deg, rgba(0, 87, 255, .12), rgba(176, 203, 255, .28));
    background-position: center;
    background-size: cover;
}
.news-index-body .news-copy {
    display: block;
}
.news-copy div {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 6px;
}
.news-copy time { color: #8e98ad; font-size: 11px; white-space: nowrap; }
.news-copy p {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.48;
    font-weight: 600;
    letter-spacing: 0.02em;
}
@media (min-width: 900px) {
    .news-copy div { gap: 16px; margin-bottom: 10px; }
    .news-copy time { font-size: 13px; }
    .news-copy p { font-size: 16px; }
}
.article-body figure { margin: 30px 0; text-align: center; }
.article-body figure img,
.article-body img {
    display: block;
    float: none;
    clear: both;
    width: auto;
    max-width: min(72%, 520px);
    max-height: min(70vh, 620px);
    height: auto;
    margin-inline: auto;
    object-fit: contain;
    border-radius: 12px;
}
.article-body figure[style*="left"],
.article-body img[style*="left"] { margin-left: 0; margin-right: auto; }
.article-body figure[style*="right"],
.article-body img[style*="right"] { margin-left: auto; margin-right: 0; }
.article-body figure + *,
.article-body img + * { clear: both; }
.article-body figcaption {
    margin-top: 8px;
    color: #050505;
    font-family: var(--font-ui);
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}
.article-page {
    min-height: 100vh;
    padding: 0;
    color: #f6f8ff;
    background:
        radial-gradient(circle at 18% 8%, rgba(69, 106, 255, 0.2), transparent 30rem),
        radial-gradient(circle at 86% 24%, rgba(132, 83, 255, 0.14), transparent 28rem),
        radial-gradient(circle at 16% 56%, rgba(69, 106, 255, 0.13), transparent 34rem),
        radial-gradient(circle at 84% 76%, rgba(132, 83, 255, 0.12), transparent 30rem),
        radial-gradient(circle at 28% 100%, rgba(69, 106, 255, 0.16), transparent 30rem),
        linear-gradient(180deg, #07101f 0%, #041022 18%, #030712 36%, #06101d 52%, #030712 70%, #06101d 86%, #030712 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.article-shell { width: min(760px, calc(100vw - 32px)); margin: 0 auto; padding: 22px 0 56px; }
.article-nav {
    display: none;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    margin-bottom: 28px;
}
.article-back,
.article-brand {
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.article-back {
    gap: 6px;
    color: #cfd8ef;
    font-size: 13px;
    font-weight: 700;
}
.article-back svg { width: 18px; height: 18px; }
.article-brand {
    font-family: var(--font-logo);
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.article-brand span { color: #6c7dff; }
.article-header { padding-bottom: 24px; }
.article-header h1 {
    margin: 0;
    font-family: var(--font-display);
    max-width: 760px;
    font-size: 31px;
    line-height: 1.32;
    font-weight: 500;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}
.article-header h1 .title-quote { display: inline-block; }
.article-header h1 .title-quote--open { margin-left: 0.22em; }
.article-header h1 .title-quote--close { margin-right: 0.22em; }
.article-header p {
    max-width: 680px;
    margin: 18px 0 0;
    color: #cbd5ea;
    font-family: var(--font-display);
    font-size: 16px;
    line-height: 2.05;
}
.article-hero-image {
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background:
        radial-gradient(circle at 50% 20%, rgba(115, 91, 255, 0.24), transparent 34%),
        rgba(8, 15, 31, 0.7);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}
.article-hero-image img { width: 100%; max-height: 520px; object-fit: cover; }
.article-hero-image figcaption {
    margin-top: 8px;
    color: #050505;
    font-family: var(--font-ui);
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
}
.article-body {
    margin-top: 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
}
.article-writer-comment {
    position: relative;
    overflow: hidden;
    margin: 38px 0 0;
    padding: 28px 28px 24px;
    border: 1px solid rgba(0, 87, 255, .34);
    border-radius: 16px;
    color: #050505;
    background:
        radial-gradient(circle at 18% 16%, rgba(0, 87, 255, .08), transparent 240px),
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(247, 252, 255, .92));
    box-shadow: 0 18px 42px rgba(0, 87, 255, .1);
}
.article-writer-comment__ribbon {
    position: absolute;
    top: 0;
    right: 40px;
    display: grid;
    place-items: start center;
    width: 40px;
    height: 64px;
    padding-top: 16px;
    color: #fff;
    background: #1476f4;
    font-size: 17px;
    line-height: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
}
.article-writer-comment__head {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}
.article-writer-comment__icon {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border: 1px solid rgba(0, 87, 255, .36);
    border-radius: 50%;
    color: #1476f4;
    background: rgba(255, 255, 255, .76);
}
.article-writer-comment__icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}
.article-writer-comment__head h2,
.article-writer-comment__head h3 {
    margin: 0;
    color: #071246;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: 27px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: .02em;
}
.article-writer-comment__head small {
    display: block;
    margin-top: 7px;
    color: #1476f4;
    font-family: var(--font-ui);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .12em;
}
.article-writer-comment__head::after {
    content: "";
    grid-column: 1;
    width: 80px;
    height: 3px;
    margin: 18px 0 0;
    border-radius: 999px;
    background: #1476f4;
}
.article-writer-comment__body {
    margin: 28px 0 0;
    color: #151515;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: 18px;
    line-height: 2.05;
    font-weight: 700;
    letter-spacing: .02em;
}
.article-writer-comment__footer {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 87, 255, .22);
}
.article-writer-comment__footer img,
.article-writer-comment__footer > span {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 50%;
}
.article-writer-comment__footer img {
    display: block;
    object-fit: cover;
}
.article-writer-comment__footer > span {
    display: grid;
    place-items: center;
    color: #1476f4;
    background: rgba(0, 87, 255, .08);
    font-family: var(--font-ui);
    font-size: 19px;
    font-weight: 900;
}
.article-writer-comment__footer strong {
    color: #050505;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}
@media (max-width: 767px) {
    .article-writer-comment {
        margin-top: 32px;
        padding: 24px 20px 22px;
        border-radius: 14px;
    }
    .article-writer-comment__ribbon {
        right: 24px;
        width: 34px;
        height: 56px;
        padding-top: 13px;
        font-size: 14px;
    }
    .article-writer-comment__head {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 16px;
    }
    .article-writer-comment__icon {
        width: 58px;
        height: 58px;
    }
    .article-writer-comment__icon svg {
        width: 28px;
        height: 28px;
    }
    .article-writer-comment__head h2,
    .article-writer-comment__head h3 {
        font-size: 22px;
    }
    .article-writer-comment__head small {
        font-size: 12px;
        letter-spacing: .1em;
    }
    .article-writer-comment__head::after {
        width: 64px;
        margin-top: 14px;
    }
    .article-writer-comment__body {
        margin-top: 22px;
        font-size: 15px;
        line-height: 1.95;
    }
    .article-writer-comment__footer {
        gap: 14px;
    }
    .article-writer-comment__footer img,
    .article-writer-comment__footer > span {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }
    .article-writer-comment__footer strong {
        font-size: 16px;
    }
}
.article-body p {
    margin: 0 0 22px;
    color: #dce5f8;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
    font-size: 17px;
    line-height: 1.95;
    font-weight: 500;
    letter-spacing: .02em;
}
.article-body .body-quote { display: inline-block; }
.article-body .body-quote--open { margin-left: 0.08em; }
.article-body .body-quote--close { margin-right: 0.08em; }
.article-body h2,
.article-body h3,
.article-body h4 { position: relative; color: #050505; letter-spacing: 0.03em; }
.article-body h2 {
    margin: 0 0 30px;
    padding: 14px 0 4px 18px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(25px, 5.6vw, 36px);
    font-weight: 800;
    line-height: 1.45;
    border-bottom: 1px solid rgba(5, 5, 5, 0.14);
}
.article-body h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 6px;
    width: 3px;
    height: auto;
    border-radius: 999px;
    background: #0649ff;
}
.article-body h3 {
    margin: 50px 0 16px;
    padding: 0 0 0 28px;
    border-bottom: 0;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: clamp(21px, 4.5vw, 28px);
    font-weight: 800;
    line-height: 1.5;
}
.article-body h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 16px;
    height: 2px;
    background: #0649ff;
}
.article-body h4 {
    margin: 28px 0 12px;
    color: #b9c7ff;
    font-family: var(--font-ui);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.6;
}
.article-body h2:first-child,
.article-body h3:first-child,
.article-body h4:first-child { margin-top: 0; }
.article-body blockquote {
    margin: 28px 0;
    padding: 18px 20px;
    border-left: 3px solid rgba(125, 211, 252, 0.48);
    border-radius: 0 8px 8px 0;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(69, 106, 255, 0.08), rgba(132, 83, 255, 0.06)),
        rgba(255, 255, 255, 0.025);
    font-size: 16px;
    line-height: 1.8;
}
.article-body blockquote p { margin: 0; }
.article-body blockquote em { color: inherit; }
.article-body ul,
.article-body ol {
    margin: 0 0 24px;
    padding-left: 1.4em;
    color: #dce5f8;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
    font-size: 17px;
    line-height: 1.95;
    font-weight: 500;
    letter-spacing: .02em;
}
.article-body li + li { margin-top: 6px; }
.article-body a { color: #7dd3fc; text-decoration-color: rgba(125, 211, 252, 0.42); text-underline-offset: 4px; }
.article-body .article-amazon-card {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    grid-template-areas:
        "media copy"
        "media button";
    gap: 8px 24px;
    align-items: center;
    width: min(100%, 620px);
    margin: 34px auto;
    padding: 13px 28px 12px 18px;
    border: 1px solid rgba(0, 87, 255, .14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(0, 87, 255, .08);
}
.article-body .article-amazon-card__media {
    grid-area: media;
    min-width: 0;
}
.article-body .article-amazon-card__media img {
    display: block;
    width: 140px;
    height: 192px;
    max-width: 100%;
    max-height: none;
    margin: 0;
    border-radius: 13px;
    object-fit: cover;
    box-shadow: none;
}
.article-body .article-amazon-card__media span {
    display: block;
    width: 140px;
    height: 192px;
    margin: 0;
    border: 1px solid rgba(0, 87, 255, .18);
    border-radius: 13px;
    background: rgba(0, 87, 255, .06);
}
.article-body .article-amazon-card__copy {
    grid-area: copy;
    display: grid;
    align-self: end;
    align-content: end;
    gap: 10px;
    min-width: 0;
    justify-items: center;
    text-align: center;
}
.article-body .article-amazon-card__badge {
    display: none;
}
.article-body .article-amazon-card__title {
    max-width: 100%;
    width: 100%;
    color: #101b33;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: var(--amazon-title-font-size-pc, 23px);
    font-weight: 800;
    line-height: 1.55;
    letter-spacing: .04em;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.article-body .article-amazon-card__title--pc {
    display: block;
}
.article-body .article-amazon-card__title--sp {
    display: none;
}
.article-body .article-amazon-card__title--pc-align-center,
.article-body .article-amazon-card__title--align-center {
    text-align: center;
}
.article-body .article-amazon-card__title--pc-align-left,
.article-body .article-amazon-card__title--align-left {
    text-align: left;
}
.article-body .article-amazon-card__title--long {
    font-size: var(--amazon-title-font-size-pc, 23px);
    line-height: 1.46;
}
.article-body .article-amazon-card__title--xlong {
    font-size: var(--amazon-title-font-size-pc, 21px);
    line-height: 1.38;
    letter-spacing: .02em;
}
.article-body .article-amazon-card__meta {
    display: none;
}
.article-body .article-amazon-card__price {
    display: block;
    margin-top: 6px;
    color: #2f6bd6;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.15;
    white-space: nowrap;
}
.article-body .article-amazon-card__button {
    grid-area: button;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    align-self: start;
    margin-top: 6px;
    padding: 0 36px 0 24px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #2380ff 0%, #0f68e8 100%);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    font-size: 0;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(35, 128, 255, .2);
}
.article-body .article-amazon-card__button::before {
    content: "Amazon\3067\8A73\7D30\3092\898B\308B";
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}
.article-body .article-amazon-card__button::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.article-body .article-amazon-card__note {
    display: none;
}
.article-next-preview {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 34px;
    padding: 12px 48px 12px 14px;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 8px;
    color: inherit;
    background:
        linear-gradient(135deg, rgba(125, 211, 252, 0.1), rgba(139, 92, 246, 0.08)),
        rgba(255, 255, 255, 0.035);
    text-decoration: none;
}
.article-next-preview::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(3, 7, 18, 0.76), rgba(3, 7, 18, 0.4) 52%, rgba(3, 7, 18, 0.24)),
        var(--next-preview-image, none);
    background-position:
        center,
        var(--next-preview-image-position, 50% 50%);
    background-repeat: no-repeat;
    background-size:
        cover,
        cover;
    opacity: var(--next-preview-image-opacity, 0.78);
    transform: scale(var(--next-preview-image-scale, 1));
    transform-origin: var(--next-preview-image-position, 50% 50%);
    pointer-events: none;
}
.article-next-preview::after {
    content: ">";
    position: absolute;
    z-index: 1;
    right: 18px;
    top: 50%;
    color: #dce5f8;
    font-family: var(--font-ui);
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}
.article-next-preview span {
    position: relative;
    z-index: 1;
    display: block;
    color: #7dd3fc;
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
}
.article-next-preview strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 5px;
    color: #f8fbff;
    font-size: 16px;
    line-height: 1.55;
}
.article-next-preview:hover {
    border-color: rgba(125, 211, 252, 0.52);
    background:
        linear-gradient(135deg, rgba(125, 211, 252, 0.16), rgba(139, 92, 246, 0.12)),
        rgba(255, 255, 255, 0.05);
}
.article-page-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-family: var(--font-ui);
}
.article-author,
.article-related-work,
.article-more {
    margin-top: 28px;
}
.article-author--mobile {
    display: none;
}
.article-author h2,
.article-related-work h2,
.article-more h2 {
    margin: 0 0 12px;
    color: #050505;
    font-family: var(--font-ui);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
}
.article-author-card,
.article-related-work > a,
.article-more > div {
    border: 1px solid rgba(0, 87, 255, 0.16);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0, 87, 255, 0.06);
}
.article-author-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px;
    color: inherit;
    text-decoration: none;
}
.article-author-card img,
.article-author-avatar {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: rgba(0, 87, 255, 0.08);
    color: #0057ff;
    font-family: var(--font-ui);
    font-weight: 900;
    object-fit: cover;
}
.article-author-copy {
    min-width: 0;
}
.article-author-copy strong,
.article-author-copy small {
    display: block;
}
.article-author-copy strong {
    color: #050505;
    font-size: 14px;
}
.article-author-copy small {
    overflow: hidden;
    margin-top: 4px;
    color: rgba(5, 5, 5, 0.62);
    font-size: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}
.article-related-work > a {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    padding: 10px;
    color: inherit;
    text-decoration: none;
}
.article-related-work img {
    width: 74px;
    aspect-ratio: 3 / 4;
    border-radius: 8px;
    object-fit: cover;
}
.article-related-work div {
    min-width: 0;
}
.article-related-work span,
.article-related-work small {
    display: block;
    color: rgba(5, 5, 5, 0.58);
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 700;
}
.article-related-work strong {
    display: block;
    overflow: hidden;
    margin-top: 4px;
    color: #050505;
    font-size: 14px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-related-work small {
    margin-top: 4px;
}
.article-related-work svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #0057ff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.article-more > div {
    display: grid;
    gap: 0;
    overflow: hidden;
}
.article-more a {
    display: block;
    padding: 12px 14px;
    color: #050505;
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
}
.article-more a + a {
    border-top: 1px solid rgba(0, 87, 255, 0.12);
}
.article-page-nav__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(220, 229, 248, 0.58);
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
}
.article-page-nav__status strong { color: #7dd3fc; font-size: inherit; }
.article-page-nav__status em { color: rgba(220, 229, 248, 0.42); font-style: normal; }
@media (min-width: 900px) {
    .article-next-preview { margin-top: 46px; padding: 24px 72px 24px 28px; border-radius: 12px; }
    .article-next-preview::after { right: 28px; font-size: 34px; }
    .article-next-preview span { font-size: 13px; }
    .article-next-preview strong { margin-top: 10px; font-size: 22px; line-height: 1.55; }
}
.article-body table {
    width: 100%;
    margin: 28px 0;
    border-collapse: collapse;
    overflow: hidden;
    border: 1px solid rgba(172, 190, 255, 0.14);
    border-radius: 10px;
}
.article-body th,
.article-body td {
    padding: 12px 14px;
    border: 1px solid rgba(172, 190, 255, 0.12);
    color: #dce5f8;
    font-size: 14px;
    line-height: 1.7;
}
.article-body th { color: #fff; background: rgba(99, 102, 241, 0.18); font-family: var(--font-ui); }
.article-body iframe,
.article-body video {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 28px 0;
    border: 0;
    border-radius: 12px;
}
.article-body h2 + iframe,
.article-body h2 + video {
    margin-top: 12px;
}
.article-body h3 + iframe,
.article-body h3 + video {
    margin-top: 0;
}
.article-body h3 + p:has(> iframe),
.article-body h3 + p:has(> video) {
    margin-top: 0;
}
.article-body h3 + p > iframe:first-child,
.article-body h3 + p > video:first-child,
.article-body h3 + p:has(> iframe) > iframe,
.article-body h3 + p:has(> video) > video {
    margin-top: 0;
}
@media (max-width: 520px) {
    .article-shell { width: min(100vw - 28px, 760px); padding-top: 14px; }
    .article-nav { margin-bottom: 20px; }
    .article-body p,
    .article-body ul,
    .article-body ol { font-size: 17px; line-height: 1.95; }
    .article-body h2 { padding-left: 15px; }
    .article-body figure img,
    .article-body img { max-width: 50%; max-height: 52vh; }
}
@media (max-width: 767px) {
    body.article-page-body,
    body.article-page-body .article-page { overflow-x: hidden; color: #090909; background: #fff; }
    body.article-page-body .article-shell {
        box-sizing: border-box;
        width: 100vw;
        max-width: 100vw;
        padding: 18px 20px 52px;
    }
    body.article-page-body .article-nav { display: none; }
body.article-page-body .article-header h1 {
    color: #050505;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "BIZ UDPMincho", serif;
    font-size: 20px;
        font-weight: 800;
        line-height: 1.42;
        overflow-wrap: anywhere;
        word-break: normal;
    }
body.article-page-body .article-header p,
body.article-page-body .article-body p,
body.article-page-body .article-body ul,
body.article-page-body .article-body ol {
        max-width: 100%;
    color: #151515;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 15px;
    line-height: 1.86;
    overflow-wrap: anywhere;
}
    body.article-page-body .article-hero-image {
        margin-top: -6px;
        border-radius: 10px;
        background: #eef1f4;
        box-shadow: none;
    }
    body.article-page-body .article-hero-image img {
        width: 100%;
        max-width: none;
        max-height: none;
        aspect-ratio: 1200 / 630;
        object-fit: contain;
        object-position: center;
    }
    body.article-page-body .article-body { counter-reset: article-section var(--article-section-start, 0); }
    body.article-page-body .article-body h2 {
        position: relative;
        display: block;
        grid-template-columns: none;
        margin: 0 0 26px;
        padding: 13px 0 3px 15px;
        border-bottom: 1px solid rgba(5, 5, 5, 0.14);
        color: #050505;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
        font-size: 25px;
        font-weight: 800;
        line-height: 1.45;
        letter-spacing: 0.03em;
        writing-mode: horizontal-tb;
    }
    body.article-page-body .article-body h2::before {
        content: "";
        counter-increment: none;
        position: absolute;
        left: 0;
        top: 13px;
        bottom: 5px;
        width: 3px;
        height: auto;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: #0649ff;
    }
    body.article-page-body .article-body h2::after { content: none; }
    body.article-page-body .article-body h3 {
        position: relative;
        display: block;
        margin: 42px 0 16px;
        padding: 0 0 0 24px;
        border-bottom: 0;
        color: #050505;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
        font-size: 21px;
        font-weight: 800;
        line-height: 1.5;
        letter-spacing: 0.03em;
    }
    body.article-page-body .article-body h3::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.72em;
        width: 16px;
        height: 2px;
        border: 0;
        border-radius: 0;
        background: #0649ff;
        box-shadow: none;
    }
}
@media (max-width: 767px) {
    body.article-page-body .article-page-nav--feature {
        --article-nav-wide-width: calc(100vw - 40px);
        --article-nav-wide-left: calc(50% - 50vw + 20px);
        --article-nav-wide-margin: 0 0 0 var(--article-nav-wide-left);
        display: grid;
        gap: 18px;
        margin: 36px 0 0;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    }
    body.article-page-body .article-page-nav--feature .article-next-preview {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 28px;
        grid-template-rows: auto auto;
        gap: 10px;
        align-items: center;
        min-height: 82px;
        box-sizing: border-box;
        width: var(--article-nav-wide-width);
        max-width: none;
        margin: var(--article-nav-wide-margin);
        padding: 12px 14px;
        overflow: hidden;
        border: 1px solid rgba(0, 72, 255, 0.26);
        border-radius: 8px;
        color: #050505;
        background: #f7fbff;
        box-shadow: 0 6px 14px rgba(0, 72, 255, 0.08);
        text-decoration: none;
    }
    body.article-page-body .article-page-nav--feature .article-next-preview::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(90deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.68)),
            var(--next-preview-image, none);
        background-position:
            center,
            var(--next-preview-image-position, 50% 50%);
        background-repeat: no-repeat;
        background-size:
            cover,
            cover;
        opacity: var(--next-preview-image-opacity, 0.78);
        transform: scale(var(--next-preview-image-scale, 1));
        transform-origin: var(--next-preview-image-position, 50% 50%);
        pointer-events: none;
    }
    body.article-page-body .article-page-nav--feature .article-next-preview::after { content: none; }
    body.article-page-body .article-page-nav--feature .article-next-preview > span {
        grid-column: 1;
        grid-row: 1;
        display: block;
        color: #0048ff;
        font-family: var(--font-ui);
        font-size: 10px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0.14em;
    }
    body.article-page-body .article-page-nav--feature .article-next-preview strong {
        grid-column: 1;
        grid-row: 2;
        display: block;
        align-items: baseline;
        margin: 6px 0 0;
        color: #050505;
        font-size: 15px;
        line-height: 1.25;
    }
    body.article-page-body .article-page-nav--feature .article-next-preview strong b {
        min-width: 0;
        font-weight: 800;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    body.article-page-body .article-page-nav--feature .article-next-preview > i {
        grid-column: 2;
        grid-row: 1 / 3;
        align-self: center;
        justify-self: end;
        color: #0048ff;
        font-family: var(--font-ui);
        font-size: 26px;
        font-style: normal;
        line-height: 1;
        text-align: right;
    }
    body.article-page-body .article-page-nav--feature .article-page-nav__status {
        display: flex;
        justify-content: center;
        gap: 8px;
        color: #050505;
        font-family: "Times New Roman", Georgia, serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 1;
    }
    body.article-page-body .article-page-nav--feature .article-page-nav__status em { color: #050505; }
    body.article-page-body .article-page-nav--feature .article-page-nav__status strong { color: inherit; font-size: inherit; font-weight: inherit; }
    body.article-page-body .article-prev-page {
        display: block;
        justify-self: stretch;
        width: var(--article-nav-wide-width);
        max-width: none;
        margin: var(--article-nav-wide-margin);
        color: #050505;
        font-size: 14px;
        line-height: 1.45;
        text-align: left;
        text-decoration: none;
    }
    body.article-page-body .article-prev-page span {
        margin-right: 4px;
    }
    body.article-page-body .article-prev-page strong {
        font-weight: 800;
    }
    body.article-page-body .article-bottom-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        width: var(--article-nav-wide-width);
        max-width: none;
        margin: 12px 0 0 var(--article-nav-wide-left);
        padding: 14px 20px calc(14px + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(5, 5, 5, 0.13);
        color: #111;
        background: rgba(255, 255, 255, 0.96);
    }
    body.article-page-body .article-bottom-actions__back,
    body.article-page-body .article-share-links a {
        color: #111;
        font-family: var(--font-ui);
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        white-space: nowrap;
    }
    body.article-page-body .article-share-links {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        min-width: 0;
    }
}
body.news-index-body .news-index-page {
    min-height: 70vh;
    padding: 42px 16px 78px;
    color: #050505;
    background:
        linear-gradient(90deg, rgba(0, 87, 255, .08) 0 1px, transparent 1px) 24px 0 / 1px 100% no-repeat,
        #fff;
}
body.news-index-body .news-index-shell { width: min(1200px, calc(100vw - 40px)); margin: 0 auto; }
body.news-index-body .news-index-shell > .site-breadcrumb {
    color: rgba(5, 5, 5, .66);
}
body.news-index-body .news-index-shell > .site-breadcrumb a {
    color: #0057ff;
}
body.news-index-body .news-index-shell > .site-breadcrumb span {
    color: rgba(5, 5, 5, .72);
}
body.news-index-body .news-index-shell > .site-breadcrumb li + li::before {
    border-color: rgba(5, 5, 5, .42);
}
body.news-index-body .news-index-header { width: min(760px, 100%); margin: 26px auto 28px; }
body.news-index-body .news-index-header h1 {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
    font-size: clamp(38px, 7vw, 64px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0;
}
body.news-index-body .news-index-header h1 small {
    display: block;
    margin-top: 12px;
    color: #1768d5;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
}
body.news-index-body .news-index-header h1 > span::before,
body.news-index-body .news-index-header h1 > span::after{ background: linear-gradient(90deg, transparent, rgba(23, 104, 213, 0.48)); }
body.news-index-body .news-index-tabs { gap: 10px; margin-top: 24px; }
body.news-index-body .news-index-tabs .active {
    box-shadow: 0 12px 24px rgba(23, 104, 213, 0.2);
    color: #fff;
    border-color: #0057ff;
    background: #0057ff;
}
@media (max-width: 899px) {
    body.news-index-body .news-index-list {
        display: grid;
        grid-auto-rows: auto;
        align-items: start;
        gap: 14px;
        margin-top: 28px;
        border-top: 0;
    }

    body.news-index-body .news-index-list .news-item {
        grid-template-columns: 210px minmax(0, 1fr) 28px;
        gap: 24px;
        box-sizing: border-box;
        height: 154px;
        min-height: 0;
        max-height: 154px;
        padding: 18px;
        overflow: hidden;
        border-radius: 18px;
        color: #071631;
    }

    body.news-index-body .news-index-list .news-item:hover { border-color: rgba(23, 104, 213, 0.24); background: #fff; }
    body.news-index-body .news-index-list .news-thumb {
        width: 210px;
        height: 118px;
        border-radius: 12px;
        box-shadow: 0 12px 24px rgba(22, 57, 105, 0.12);
    }

    body.news-index-body .news-index-list .news-copy time{ font-family: var(--font-ui); }
    body.news-index-body .news-index-list .article-index-card__meta > span { color: #1768d5; border-color: rgba(23, 104, 213, 0.26); background: rgba(239, 246, 255, 0.76); }
    body.news-index-body .news-index-list .news-copy p {
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.55;
        letter-spacing: 0;
    }

    body.news-index-body .news-index-list .news-item svg { color: #1768d5; }

    body.news-index-body .article-index-card__body {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    body.news-index-body .article-index-card__meta {
        order: 1;
    }

    body.news-index-body .article-index-card__title {
        order: 2;
    }

    body.news-index-body .article-index-card__note {
        display: none;
    }
}
@media (max-width: 699px) {
    body.news-index-body .news-index-page {
        padding: 24px 14px 56px;
        background: #fff;
    }
    body.news-index-body .news-index-header { margin-top: 18px; }
    body.news-index-body .news-index-header h1 { font-size: 34px; }
    body.news-index-body .news-index-header h1 small { font-size: 10px; }
    body.news-index-body .news-index-list .news-item {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 12px;
        border-radius: 14px;
    }
    body.news-index-body .news-index-list .news-thumb {
        grid-column: 1;
        width: 112px;
        height: auto;
        aspect-ratio: 1200 / 630;
        border-radius: 9px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    body.news-index-body .article-index-card__body {
        grid-column: 2;
        gap: 7px;
    }
    body.news-index-body .article-index-card__meta {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
    }
    body.news-index-body .article-index-card__meta > span {
        padding: 0;
        border: 0;
        color: #0057ff;
        background: transparent;
        font-family: var(--font-ui);
        font-size: 10px;
        font-weight: 900;
        letter-spacing: .12em;
    }
    body.news-index-body .article-index-card__meta time {
        color: rgba(5, 5, 5, .46);
        font-family: var(--font-ui);
        font-size: 10px;
    }
    body.news-index-body .news-index-list .article-index-card__title {
        display: -webkit-box;
        margin: 0;
        overflow: hidden;
        color: #050505;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 12.5px;
        line-height: 1.48;
        font-weight: 800;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    body.news-index-body .news-index-list .article-index-card__title > span {
        color: inherit;
        background: transparent;
        font: inherit;
        letter-spacing: 0;
    }
    body.news-index-body .news-index-list .news-copy.article-index-card__body .article-index-card__title,
    body.news-index-body .news-index-list .news-copy.article-index-card__body .article-index-card__title > span {
        color: #050505;
        font-size: 12.5px;
        line-height: 1.48;
        font-weight: 800;
    }
    body.news-index-body .news-index-list .news-item svg {
        display: none;
    }
}
body.news-index-body,
body.article-page-body,
body.article-page-body .article-page { color: #050505; background: #fff; }
body.news-index-body .news-index-header h1,
body.news-index-body .news-index-list .news-copy p,
body.article-page-body .article-header h1,
body.article-page-body .article-body h2,
body.article-page-body .article-body p,
body.article-page-body .article-body li { color: #050505; }
body.news-index-body .news-index-header h1 small,
body.news-index-body .news-index-list .article-index-card__meta > span,
body.news-index-body .news-index-list .news-item svg,
body.article-page-body .article-body h3,
body.article-page-body .article-body h4,
body.article-page-body .article-body a { color: #0057ff; }
body.news-index-body .news-index-list .news-item,
body.article-page-body .article-hero-image,
body.article-page-body .article-page-nav--feature .article-next-preview,
body.article-page-body .article-bottom-actions { border-color: rgba(0, 87, 255, .16); background: #fff; box-shadow: 0 14px 30px rgba(0, 87, 255, .06); }

@media (max-width: 1099px) {
    body.article-page-body .article-hero-image {
        position: relative;
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.article-page-body .article-hero-image img {
        display: block;
        border: 0;
        border-radius: 10px;
    }

    body.article-page-body .article-hero-image figcaption {
        position: static;
        margin-top: 4px;
        color: #050505;
        font-size: 10px;
        line-height: 1.35;
        text-shadow: none;
    }
}

@media (min-width: 1100px) {
    body.article-page-body .article-page {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        min-height: 0;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .86) 0%, rgba(247, 252, 255, .72) 44%, rgba(255, 255, 255, .84) 100%),
            url("/images/editorial-home/site-bg-panel-01.png") center 0 / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-02.png") center 1080px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-03.png") center 2160px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-04.png") center 3240px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-01.png") center 4320px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-02.png") center 5400px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-03.png") center 6480px / max(1920px, 100vw) auto no-repeat,
            url("/images/editorial-home/site-bg-panel-04.png") center 7560px / max(1920px, 100vw) auto no-repeat,
            #f6fbff;
    }

    body.article-page-body .article-shell {
        position: relative;
        z-index: 1;
        padding-bottom: 12px;
    }

    body.article-page-body .eh-footer {
        margin-top: 8px;
    }

    body.article-page-body .article-content-card {
        overflow: hidden;
        border: 1px solid rgba(0, 87, 255, .12);
        border-radius: 8px;
        background: rgba(255, 255, 255, .86);
        box-shadow: 0 18px 42px rgba(0, 87, 255, .07);
        backdrop-filter: blur(5px);
    }

    body.article-page-body .article-header {
        padding: 36px 40px 30px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    body.article-page-body .article-header h1 {
        max-width: 880px;
    }

    body.article-page-body .article-hero-image {
        box-sizing: border-box;
        margin: 0;
        padding: 0 40px 34px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.article-page-body .article-hero-image img {
        border-radius: 8px;
    }

    body.article-page-body .article-body {
        margin-top: 0;
        padding: 32px 40px 24px;
        border: 0;
        border-top: 1px solid rgba(0, 87, 255, .1);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    body.article-page-body .article-body > :last-child {
        margin-bottom: 0;
    }

    body.article-page-body .article-content-card .article-writer-comment--body {
        display: none;
    }

    body.article-page-body .article-content-card .article-page-nav--feature {
        width: auto;
        margin: 0;
        padding: 28px 40px 34px;
        border-top: 1px solid rgba(0, 87, 255, .1);
    }

    body.article-page-body .article-content-card .article-page-nav--feature .article-next-preview {
        justify-self: center;
    }

    body.article-page-body .article-page::after {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 50%;
        width: min(1180px, calc(100vw - 56px));
        height: 520px;
        border-left: 1px solid rgba(0, 87, 255, .08);
        border-right: 1px solid rgba(0, 87, 255, .08);
        transform: translateX(-50%);
        pointer-events: none;
    }
}

.article-pc-sidebar {
    display: none;
}

@media (min-width: 1100px) {
    body.article-page-body .article-shell--with-sidebar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 380px;
        column-gap: 46px;
        align-items: start;
        width: min(1320px, calc(100vw - 72px));
    }

    body.article-page-body .article-shell--with-sidebar > :not(.article-pc-sidebar):not(.article-author):not(.article-related-work):not(.article-more) {
        grid-column: 1;
    }

    body.article-page-body .article-shell--with-sidebar > .article-pc-sidebar {
        position: absolute;
        top: 96px;
        right: 0;
        display: grid;
        gap: 18px;
        width: 380px;
    }

    body.article-page-body .article-shell--with-sidebar > .article-pc-sidebar .article-author,
    body.article-page-body .article-shell--with-sidebar > .article-pc-sidebar .article-related-work,
    body.article-page-body .article-shell--with-sidebar > .article-pc-sidebar .article-more,
    body.article-page-body .article-shell--with-sidebar > .article-pc-sidebar .article-ranking {
        width: 100%;
        margin-top: 0;
    }

    body.article-page-body .article-shell--with-sidebar > .article-author,
    body.article-page-body .article-shell--with-sidebar > .article-related-work,
    body.article-page-body .article-shell--with-sidebar > .article-more {
        display: none;
    }

    body.article-page-body .article-shell > .article-related-work h2,
    body.article-page-body .article-shell > .article-more h2,
    body.article-page-body .article-shell > .article-author h2,
    body.article-page-body .article-pc-sidebar h2 {
        margin-bottom: 10px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(0, 87, 255, .14);
        color: rgba(5, 5, 5, .74);
        font-size: 11px;
    }

    body.article-page-body .article-shell > .article-related-work > a,
    body.article-page-body .article-shell > .article-author .article-author-card,
    body.article-page-body .article-shell > .article-more > div,
    body.article-page-body .article-pc-sidebar .article-related-work > a,
    body.article-page-body .article-pc-sidebar .article-author-card,
    body.article-page-body .article-pc-sidebar .article-more > div {
        border-radius: 8px;
        box-shadow: 0 12px 26px rgba(0, 87, 255, .055);
    }

    body.article-page-body .article-pc-sidebar .article-writer-comment--sidebar {
        position: relative;
        isolation: isolate;
        margin-top: 14px;
        padding: 18px 18px 17px;
        border-color: rgba(0, 87, 255, .24);
        border-radius: 8px;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(241, 247, 255, .92)),
            radial-gradient(circle at 88% 8%, rgba(0, 87, 255, .11), transparent 92px);
        box-shadow: 0 16px 34px rgba(0, 87, 255, .09);
    }

    body.article-page-body .article-pc-sidebar .article-writer-comment--sidebar::before {
        content: "";
        position: absolute;
        top: 15px;
        right: 17px;
        width: 26px;
        height: 34px;
        background: #0b68ff;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
        opacity: .92;
    }

    body.article-page-body .article-pc-sidebar .article-writer-comment--sidebar::after {
        content: "";
        position: absolute;
        inset: 1px;
        z-index: -1;
        border-radius: 7px;
        background:
            linear-gradient(90deg, rgba(0, 87, 255, .14) 0 1px, transparent 1px) 0 0 / 26px 100%,
            linear-gradient(180deg, rgba(0, 87, 255, .08), transparent 46%);
        opacity: .34;
        pointer-events: none;
    }

    body.article-page-body .article-pc-sidebar .article-writer-comment--sidebar .article-writer-comment__head {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 11px;
        align-items: center;
        padding-right: 34px;
    }

    body.article-page-body .article-pc-sidebar .article-writer-comment--sidebar .article-writer-comment__head::before {
        content: "";
        display: block;
        width: 34px;
        height: 34px;
        border: 1px solid rgba(0, 87, 255, .28);
        border-radius: 50%;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(230, 239, 255, .9));
        box-shadow: inset 0 0 0 6px rgba(0, 87, 255, .045);
    }

    body.article-page-body .article-pc-sidebar .article-writer-comment--sidebar .article-writer-comment__head h3 {
        color: #071246;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.45;
        letter-spacing: .03em;
    }

    body.article-page-body .article-pc-sidebar .article-writer-comment--sidebar .article-writer-comment__head small {
        margin-top: 2px;
        color: #0057ff;
        font-size: 9.5px;
        letter-spacing: .11em;
    }

    body.article-page-body .article-pc-sidebar .article-writer-comment--sidebar .article-writer-comment__head::after {
        grid-column: 1 / -1;
        width: 54px;
        height: 2px;
        margin: 4px 0 0;
    }

    body.article-page-body .article-pc-sidebar .article-writer-comment--sidebar .article-writer-comment__body {
        position: relative;
        margin-top: 14px;
        padding-left: 14px;
        color: rgba(5, 5, 5, .78);
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
        font-size: 13px;
        line-height: 1.95;
        font-weight: 700;
        letter-spacing: .02em;
    }

    body.article-page-body .article-pc-sidebar .article-writer-comment--sidebar .article-writer-comment__body::before {
        content: "";
        position: absolute;
        left: 0;
        top: .4em;
        bottom: .45em;
        width: 2px;
        border-radius: 999px;
        background: rgba(0, 87, 255, .38);
    }

    body.article-page-body .article-shell > .article-related-work > a,
    body.article-page-body .article-pc-sidebar .article-related-work > a {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    body.article-page-body .article-shell > .article-related-work img,
    body.article-page-body .article-pc-sidebar .article-related-work img {
        width: 76px;
        border-radius: 6px;
    }

    body.article-page-body .article-shell > .article-related-work svg,
    body.article-page-body .article-pc-sidebar .article-related-work svg {
        display: none;
    }

    body.article-page-body .article-shell > .article-more a,
    body.article-page-body .article-pc-sidebar .article-more a {
        padding: 11px 12px;
        font-size: 12px;
        line-height: 1.55;
    }

    body.article-page-body .article-pc-sidebar .article-ranking__list {
        display: grid;
        gap: 14px;
        margin: 0;
        padding: 0;
    }

    body.article-page-body .article-pc-sidebar .article-ranking-card {
        display: grid;
        grid-template-columns: 118px minmax(0, 1fr);
        align-items: center;
        gap: 16px;
        overflow: hidden;
        min-height: 86px;
        padding: 10px 14px;
        border: 1px solid rgba(0, 87, 255, .08);
        border-radius: 8px;
        color: inherit;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 14px 28px rgba(7, 29, 62, .08);
        text-decoration: none;
    }

    body.article-page-body .article-pc-sidebar .article-ranking-card__image {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 6px;
        background-color: #f4f6fa;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    body.article-page-body .article-pc-sidebar .article-ranking-card__image--empty {
        background: linear-gradient(135deg, rgba(0, 87, 255, .16), rgba(239, 246, 255, .9));
    }

    body.article-page-body .article-pc-sidebar .article-ranking-card__body {
        display: grid;
        align-content: center;
        gap: 7px;
        min-width: 0;
        min-height: 0;
        padding: 0;
    }

    body.article-page-body .article-pc-sidebar .article-ranking-card__rank {
        display: block;
        color: #0057ff;
        font-family: var(--font-ui);
        font-size: 13px;
        font-weight: 900;
        letter-spacing: .08em;
        line-height: 1;
    }

    body.article-page-body .article-pc-sidebar .article-ranking-card__title {
        display: -webkit-box;
        min-height: 0;
        margin: 0;
        overflow: hidden;
        color: #050505;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 13.5px;
        font-weight: 900;
        line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
}
body.article-page-body .article-content-card .article-writer-comment--body {
    display: none;
}
body.article-page-body .article-author > h2 {
    position: relative;
    margin: 0 0 22px;
    padding: 0 0 16px;
    border: 0;
    color: #071126;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.1;
    text-transform: none;
}
body.article-page-body .article-author > h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58px;
    height: 3px;
    background: #0057ff;
}
body.article-page-body .article-author-panel {
    display: grid;
    gap: 0;
    box-sizing: border-box;
    padding: 26px 24px 28px;
    border: 1px solid rgba(0, 87, 255, .20);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 29, 62, .08);
}
body.article-page-body .article-author-panel .article-author-card {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    min-height: 82px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
body.article-page-body .article-author-panel .article-author-card img,
body.article-page-body .article-author-panel .article-author-avatar {
    width: 76px;
    height: 76px;
    background:
        radial-gradient(circle at 50% 45%, #11182f 0 15%, transparent 15.5%),
        radial-gradient(ellipse at 50% 72%, #11182f 0 24%, transparent 24.5%),
        linear-gradient(135deg, rgba(239, 245, 255, .96), rgba(250, 253, 255, .9));
    color: transparent;
}
body.article-page-body .article-author-panel .article-author-copy strong {
    color: #071126;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.35;
}
body.article-page-body .article-author-panel .article-author-copy small {
    margin-top: 8px;
    color: rgba(7, 17, 38, .56);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
    font-size: 15px;
    font-weight: 700;
}
body.article-page-body .article-author-panel .article-writer-comment--sidebar {
    position: relative;
    margin-top: 26px;
    padding: 28px 0 0 52px;
    border: 0;
    border-top: 1px solid rgba(0, 87, 255, .18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
body.article-page-body .article-author-panel .article-writer-comment--sidebar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 28px;
    bottom: 0;
    width: 3px;
    border-radius: 999px;
    background: #0057ff;
}
body.article-page-body .article-author-panel .article-writer-comment--sidebar::after {
    content: "“";
    position: absolute;
    left: 20px;
    top: 17px;
    z-index: 0;
    color: rgba(0, 87, 255, .18);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}
body.article-page-body .article-author-panel .article-writer-comment__head {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0;
}
body.article-page-body .article-author-panel .article-writer-comment__head::before,
body.article-page-body .article-author-panel .article-writer-comment__head::after {
    content: none;
}
body.article-page-body .article-author-panel .article-writer-comment__head h3 {
    color: #071126;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: .03em;
    line-height: 1.35;
}
body.article-page-body .article-author-panel .article-writer-comment__head small {
    display: block;
    margin-top: 6px;
    color: #0057ff;
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .28em;
    line-height: 1.3;
}
body.article-page-body .article-author-panel .article-writer-comment__body {
    position: relative;
    z-index: 1;
    margin-top: 17px;
    padding: 0;
    color: rgba(5, 5, 5, .82);
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.55;
}
body.article-page-body .article-author-panel .article-writer-comment__body::before {
    content: none;
}

@media (max-width: 767px) {
    body.article-page-body .article-author--mobile {
        --article-nav-wide-width: calc(100vw - 40px);
        --article-nav-wide-left: calc(50% - 50vw + 20px);
        display: block;
        justify-self: stretch;
        width: var(--article-nav-wide-width);
        max-width: none;
        margin: 0 0 0 var(--article-nav-wide-left);
    }

    body.article-page-body .article-author {
        margin-top: 18px;
    }

    body.article-page-body .article-author > h2 {
        margin-bottom: 14px;
        padding-bottom: 10px;
        font-size: 20px;
        letter-spacing: .07em;
    }

    body.article-page-body .article-author > h2::after {
        width: 44px;
        height: 2px;
    }

    body.article-page-body .article-author-panel {
        padding: 18px 18px 20px;
        border-radius: 14px;
        box-shadow: 0 12px 28px rgba(7, 29, 62, .07);
    }

    body.article-page-body .article-author-panel .article-author-card {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 13px;
        min-height: 58px;
    }

    body.article-page-body .article-author-panel .article-author-card img,
    body.article-page-body .article-author-panel .article-author-avatar {
        width: 54px;
        height: 54px;
    }

    body.article-page-body .article-author-panel .article-author-copy strong {
        font-size: 18px;
        line-height: 1.25;
    }

    body.article-page-body .article-author-panel .article-author-copy small {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.35;
    }

    body.article-page-body .article-author-panel .article-writer-comment--sidebar {
        margin-top: 17px;
        padding: 16px 0 0 30px;
    }

    body.article-page-body .article-author-panel .article-writer-comment--sidebar::before {
        top: 16px;
        width: 2px;
    }

    body.article-page-body .article-author-panel .article-writer-comment--sidebar::after {
        left: 11px;
        top: 8px;
        font-size: 38px;
    }

    body.article-page-body .article-author-panel .article-writer-comment__head h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    body.article-page-body .article-author-panel .article-writer-comment__head small {
        margin-top: 4px;
        font-size: 9px;
        letter-spacing: .18em;
    }

    body.article-page-body .article-author-panel .article-writer-comment__body {
        margin-top: 12px;
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (min-width: 1100px) {
    body.article-page-body .article-pc-sidebar .article-ranking-card__title > span {
        color: inherit;
        background: transparent;
        font: inherit;
        letter-spacing: 0;
    }

    body.article-page-body .article-pc-sidebar .article-ranking-card:hover,
    body.article-page-body .article-pc-sidebar .article-ranking-card:focus-visible {
        border-color: rgba(0, 87, 255, .18);
        box-shadow: 0 18px 34px rgba(7, 29, 62, .12);
    }
}

@media (min-width: 1100px) {
    body.article-page-body .article-pc-sidebar .article-author {
        margin-top: 6px;
    }

    body.article-page-body .article-pc-sidebar .article-author > h2 {
        position: relative;
        margin: 0 0 24px;
        padding: 0 0 18px;
        border: 0;
        color: #071126;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: .08em;
        line-height: 1.1;
        text-transform: none;
    }

    body.article-page-body .article-pc-sidebar .article-author > h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 58px;
        height: 3px;
        background: #0057ff;
        box-shadow: 0 0 0 1px rgba(0, 87, 255, .08);
    }

    body.article-page-body .article-pc-sidebar .article-author-panel {
        display: grid;
        gap: 0;
        box-sizing: border-box;
        padding: 28px 30px 30px;
        border: 1px solid rgba(0, 87, 255, .20);
        border-radius: 18px;
        background: #fff;
        box-shadow:
            0 24px 54px rgba(7, 29, 62, .08),
            inset 0 0 0 1px rgba(255, 255, 255, .72);
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-author-card {
        display: grid;
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 20px;
        align-items: center;
        min-height: 96px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-author-card img,
    body.article-page-body .article-pc-sidebar .article-author-panel .article-author-avatar {
        width: 86px;
        height: 86px;
        border-radius: 999px;
        background:
            radial-gradient(circle at 50% 45%, #11182f 0 15%, transparent 15.5%),
            radial-gradient(ellipse at 50% 72%, #11182f 0 24%, transparent 24.5%),
            linear-gradient(135deg, rgba(239, 245, 255, .96), rgba(250, 253, 255, .9));
        color: transparent;
        box-shadow: inset 0 0 0 1px rgba(0, 87, 255, .035);
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-author-copy strong {
        color: #071126;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 22px;
        font-weight: 900;
        letter-spacing: .02em;
        line-height: 1.35;
        white-space: nowrap;
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-author-copy small {
        margin-top: 9px;
        color: rgba(7, 17, 38, .56);
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
        -webkit-line-clamp: 2;
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-writer-comment--sidebar {
        position: relative;
        margin-top: 28px;
        padding: 30px 0 0 60px;
        border: 0;
        border-top: 1px solid rgba(0, 87, 255, .18);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-writer-comment--sidebar::before {
        content: "";
        position: absolute;
        left: 0;
        top: 30px;
        bottom: 0;
        width: 3px;
        border-radius: 999px;
        background: #0057ff;
        opacity: 1;
        clip-path: none;
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-writer-comment--sidebar::after {
        content: "“";
        position: absolute;
        left: 23px;
        top: 19px;
        z-index: 0;
        color: rgba(0, 87, 255, .18);
        background: none;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 66px;
        font-weight: 700;
        line-height: 1;
        opacity: 1;
        pointer-events: none;
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-writer-comment__head {
        position: relative;
        z-index: 1;
        display: block;
        padding: 0;
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-writer-comment__head::before,
    body.article-page-body .article-pc-sidebar .article-author-panel .article-writer-comment__head::after {
        content: none;
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-writer-comment__head h3 {
        color: #071126;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: .03em;
        line-height: 1.35;
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-writer-comment__head small {
        display: block;
        margin-top: 6px;
        color: #0057ff;
        font-family: var(--font-ui);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: .32em;
        line-height: 1.3;
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-writer-comment__body {
        position: relative;
        z-index: 1;
        margin-top: 18px;
        padding: 0;
        color: rgba(5, 5, 5, .82);
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 19px;
        font-weight: 500;
        letter-spacing: .02em;
        line-height: 1.55;
        text-align: left;
    }

    body.article-page-body .article-pc-sidebar .article-author-panel .article-writer-comment__body::before {
        content: none;
    }
}

@media (min-width: 768px) {
    body.article-page-body .article-page-nav--feature {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "status"
            "next"
            "prev"
            "actions";
        justify-items: center;
        gap: 14px;
        width: min(780px, 100%);
        margin: 64px auto 0;
        padding-top: 24px;
        border-top: 1px solid rgba(0, 87, 255, .14);
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
    }

    body.article-page-body .article-page-nav--feature::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 50%;
        width: 96px;
        height: 1px;
        background: #0057ff;
        transform: translateX(-50%);
    }

    body.article-page-body .article-page-nav--feature .article-next-preview {
        grid-area: next;
        display: grid;
        align-content: end;
        width: min(520px, 100%);
        min-height: 156px;
        margin: 0;
        padding: 24px 72px 24px 26px;
        border: 1px solid rgba(0, 87, 255, .18);
        border-radius: 8px;
        overflow: hidden;
        color: #fff;
        background:
            linear-gradient(135deg, rgba(3, 7, 18, 0.22), rgba(3, 7, 18, 0.08)),
            rgba(255, 255, 255, 0.04);
        box-shadow: 0 18px 38px rgba(0, 87, 255, .12);
    }

    body.article-page-body .article-page-nav--feature .article-next-preview::after {
        right: 26px;
        color: #fff;
        font-size: 34px;
    }

    body.article-page-body .article-page-nav--feature .article-next-preview > span {
        color: #74c7ff;
        font-family: var(--font-ui);
        font-size: 12px;
        letter-spacing: .16em;
    }

    body.article-page-body .article-page-nav--feature .article-next-preview strong {
        display: block;
        margin-top: 10px;
        overflow: hidden;
        color: #fff;
        font-size: 21px;
        line-height: 1.45;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.article-page-body .article-page-nav--feature .article-next-preview strong b {
        font-weight: 900;
    }

    body.article-page-body .article-page-nav--feature .article-page-nav__status {
        grid-area: status;
        justify-self: center;
        min-width: 70px;
        color: rgba(5, 5, 5, .48);
        font-family: var(--font-ui);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .04em;
    }

    body.article-page-body .article-page-nav--feature .article-page-nav__status strong {
        color: #0057ff;
        font-size: 18px;
        font-weight: 800;
    }

    body.article-page-body .article-page-nav--feature .article-page-nav__status em {
        color: rgba(5, 5, 5, .28);
        font-style: normal;
    }

    body.article-page-body .article-page-nav--feature .article-prev-page {
        grid-area: prev;
        justify-self: start;
        display: inline-grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        gap: 6px;
        max-width: min(360px, 100%);
        min-height: 0;
        padding: 0 2px;
        border: 0;
        border-radius: 0;
        color: rgba(5, 5, 5, .68);
        background: transparent;
        box-shadow: none;
        font-family: var(--font-ui);
        font-size: 12px;
        line-height: 1.4;
        text-decoration: none;
    }

    body.article-page-body .article-page-nav--feature .article-prev-page span {
        color: rgba(0, 87, 255, .82);
        font-family: var(--font-ui);
        font-size: 12px;
        line-height: 1;
    }

    body.article-page-body .article-page-nav--feature .article-prev-page strong {
        min-width: 0;
        overflow: hidden;
        color: inherit;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.article-page-body .article-page-nav--feature .article-bottom-actions {
        grid-area: actions;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 18px;
        width: 100%;
        padding: 8px 2px 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    body.article-page-body .article-page-nav--feature .article-bottom-actions__back,
    body.article-page-body .article-page-nav--feature .article-share-links a {
        color: rgba(5, 5, 5, .78);
        font-family: var(--font-ui);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .02em;
        text-decoration: none;
        white-space: nowrap;
    }

    body.article-page-body .article-page-nav--feature .article-bottom-actions__back:hover,
    body.article-page-body .article-page-nav--feature .article-share-links a:hover {
        color: #0057ff;
    }

    body.article-page-body .article-page-nav--feature .article-share-links {
        display: inline-flex;
        align-items: center;
        gap: 14px;
    }

    body.article-page-body .article-page-nav--feature:not(:has(.article-prev-page)) {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "status"
            "next"
            "actions";
        width: min(560px, 100%);
    }

    body.article-page-body .article-page-nav--feature:not(:has(.article-prev-page)) .article-next-preview {
        min-height: 150px;
    }
}

@media (min-width: 1100px) {
    body.article-page-body .article-content-card .article-page-nav--feature,
    body.article-page-body .article-content-card .article-page-nav--feature:not(:has(.article-prev-page)) {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 28px 40px 34px;
        justify-items: center;
    }

    body.article-page-body .article-content-card .article-page-nav--feature .article-next-preview {
        justify-self: center;
        margin-inline: auto;
    }
}

@media (min-width: 1100px) {
    body.article-page-body .article-page {
        min-height: 0;
        padding-bottom: 0;
    }

    body.article-page-body .article-shell {
        padding-bottom: 0;
    }

    body.article-page-body .article-content-card .article-page-nav--feature {
        padding-bottom: 28px;
    }

    body.article-page-body .eh-footer {
        margin-top: 0;
    }
}

@media (min-width: 900px) {
    body.news-index-body .news-index-page {
        padding: 54px 0 86px;
        background: #fff;
    }

    body.news-index-body .news-index-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 26px 24px;
        align-items: start;
        margin-top: 34px;
    }

    body.news-index-body .news-index-list .article-index-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 0;
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        padding: 0;
        overflow: hidden;
        border: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: 0 18px 34px rgba(15, 24, 44, .14);
        transition: transform .18s ease, box-shadow .18s ease;
    }

    body.news-index-body .news-index-list .article-index-card:hover,
    body.news-index-body .news-index-list .article-index-card:focus-visible {
        box-shadow: 0 22px 42px rgba(15, 24, 44, .18);
        transform: translateY(-2px);
    }

    body.news-index-body .news-index-list .article-index-card__image {
        width: 100%;
        height: auto;
        aspect-ratio: 1200 / 630;
        border-radius: 0;
        background-color: #f4f6fa;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        box-shadow: none;
    }

    body.news-index-body .news-index-list .article-index-card__body {
        display: flex;
        flex-direction: column;
        min-height: 188px;
        padding: 16px 18px 18px;
    }

    body.news-index-body .news-index-list .article-index-card__title {
        display: grid;
        align-items: center;
        order: 1;
        min-height: calc(1.55em * 3);
        margin: 0;
        overflow: visible;
        color: #050505;
        font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "BIZ UDPMincho", serif;
        font-size: 16px;
        line-height: 1.55;
        font-weight: 900;
        letter-spacing: .02em;
        -webkit-line-clamp: unset;
    }

    body.news-index-body .news-index-list .article-index-card__title > span {
        display: -webkit-box;
        overflow: hidden;
        color: #050505;
        background: transparent;
        font-family: inherit;
        font-size: inherit;
        letter-spacing: inherit;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    body.news-index-body .news-index-list .article-index-card__note {
        order: 2;
        display: block;
        margin-top: 14px;
        padding-top: 11px;
        border-top: 1px solid rgba(5, 5, 5, .08);
        color: inherit;
        background: transparent;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        letter-spacing: 0;
    }

    body.news-index-body .news-index-list .article-index-card__author {
        display: flex;
        align-items: center;
        min-width: 0;
        gap: 8px;
    }

    body.news-index-body .news-index-list .article-index-card__author img,
    body.news-index-body .news-index-list .article-index-card__author i {
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
        border-radius: 50%;
    }

    body.news-index-body .news-index-list .article-index-card__author img {
        display: block;
        object-fit: cover;
        object-position: center;
    }

    body.news-index-body .news-index-list .article-index-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);
        font-size: 11px;
        font-style: normal;
        font-weight: 900;
        line-height: 1;
    }

    body.news-index-body .news-index-list .article-index-card__author em {
        min-width: 0;
        overflow: hidden;
        color: rgba(5, 5, 5, .58);
        font-family: var(--font-ui);
        font-size: 11px;
        font-style: normal;
        font-weight: 900;
        letter-spacing: .08em;
        line-height: 1.2;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.news-index-body .news-index-list .article-index-card__note small {
        display: -webkit-box;
        margin: 9px 0 0;
        overflow: hidden;
        color: rgba(5, 5, 5, .48);
        font-size: 11.5px;
        line-height: 1.55;
        font-weight: 700;
        letter-spacing: .02em;
        text-align: left;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.news-index-body .news-index-list .article-index-card__meta {
        order: 3;
        display: flex;
        align-items: center;
        gap: 11px;
        margin: auto 0 0;
        padding-top: 14px;
        color: rgba(5, 5, 5, .58);
        font-family: var(--font-ui);
    }

    body.news-index-body .news-index-list .article-index-card__meta > span {
        color: #0057ff;
        background: transparent;
        border: 0;
        font-size: 11px;
        font-weight: 900;
        letter-spacing: .16em;
    }

    body.news-index-body .news-index-list .article-index-card__meta time {
        color: rgba(5, 5, 5, .48);
        font-size: 11px;
    }

    body.news-index-body .news-index-list .article-index-card > svg {
        display: none;
    }
}
