#main-container {
    margin-top: 12rem;
}

.top-article {
    margin: 0 auto;
    width: 100%;
}

.top-article__inner {
    padding: 0 0.5rem;
}

.top-article__contents {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.07fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    width: 100%;
}

.top-article__box,
.top-article__box-main {
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #fff875;
}

.top-article__box a,
.top-article__box-main a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.top-article__box {
    aspect-ratio: 150 / 177;
    height: auto;
    padding: 0.5rem;
}

.top-article__slider .top-article__box:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.top-article__slider .top-article__box:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
}

.top-article__slider .top-article__box:nth-child(3) {
    grid-column: 4;
    grid-row: 1;
}

.top-article__box-main {
    grid-column: 2;
    grid-row: 1;
    aspect-ratio: 310 / 177;
    height: auto;
    padding: 0.5rem;
}

.top-article__slider {
    display: contents;
}

.top-article__content {
    position: relative;
    height: 100%;
}

.top-article__image {
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 8px;
}

.top-article__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-article__box .top-article__image {
    width: 100%;
    height: 100%;
}

.top-article__box .top-article__title {
    position: absolute;
    right: 0.5rem;
    bottom: 0.45rem;
    left: 0.5rem;
    margin: 0;
    background: rgb(255 255 255 / 85%);
    color: #333;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 0.1rem;
}

.top-article__box-main .top-article__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}

.top-article__box-main .top-article__image {
    width: 100%;
    height: 100%;
}

.top-article__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding-right: 0.4rem;
}

.top-article__box-main .top-article__title {
    margin: 0 0 0.8rem;
    color: #000;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.top-article__tags {
    display: grid;
    gap: 0.25rem;
    max-width: 110px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-article__tags li {
    border: 1px solid #777500;
    background-color: #fff875;
    color: #000;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.12rem 0.6rem;
}

.today-neko {
    width: 100%;
    margin-top: 3.5rem;
}

.today-neko__inner {
    position: relative;
    width: calc(100% - 1rem);
    max-width: 800px;
    margin: 0 auto;
    padding: 4.2rem 2rem 1.4rem;
    background-color: #d9d9d9;
}

.today-neko__heading {
    position: absolute;
    top: -1.05rem;
    left: 50%;
    display: inline-block;
    margin: 0;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    font-size: clamp(0.86rem, 2vw, 1rem);
    font-weight: 700;
    line-height: 1.5;
}

.today-neko__heading::before,
.today-neko__heading::after {
    position: absolute;
    bottom: -5.5px;
    z-index: -1;
    width: 10px;
    border: 15px solid #fff;
    content: "";
}

.today-neko__heading::before {
    left: -25px;
    border-left-color: transparent;
    filter: drop-shadow(-1px 0 0 #000) drop-shadow(0 -1px 0 #000) drop-shadow(0 1px 0 #000);
}

.today-neko__heading::after {
    right: -25px;
    border-right-color: transparent;
    filter: drop-shadow(1px 0 0 #000) drop-shadow(0 -1px 0 #000) drop-shadow(0 1px 0 #000);
}

.today-neko__heading span {
    position: relative;
    display: inline-block;
    min-height: 31px;
    max-width: calc(100vw - 9rem);
    padding: 0.25rem 2.5rem;
    border: 1px solid #000;
    background-color: #fff;
}

.today-neko__content {
    display: grid;
    grid-template-columns: minmax(180px, 220px) minmax(240px, 1fr);
    align-items: center;
    justify-content: center;
    gap: clamp(2rem, 7vw, 5rem);
    max-width: 620px;
    margin: 0 auto;
}

.today-neko__photo-area {
    position: relative;
    display: flex;
    justify-content: center;
}

.today-neko__side-text {
    position: absolute;
    top: 0.5rem;
    margin: 0;
    writing-mode: vertical-rl;
    color: #000;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.today-neko__side-text--right {
    left: -0.4rem;
    top: 0.4rem;
}

.today-neko__photo-card {
    position: relative;
    width: 12rem;
    margin: 0;
    padding: 0.8rem;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #fff;
}

.today-neko__photo-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.today-neko__photo-card figcaption {
    position: absolute;
    right: -1.4rem;
    bottom: -1.6rem;
    width: 150px;
    padding: 0.18rem 0.5rem;
    transform: rotate(-5deg);
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.today-neko__profile {
    display: grid;
    gap: 1.35rem;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
}

.today-neko__profile-row {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    align-items: start;
    gap: 1.2rem;
}

.today-neko__profile dt {
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 1.45;
    padding: 0.12rem 0.5rem;
}

.today-neko__profile dd {
    margin: 0;
    line-height: 1.8;
}

.today-neko__profile-row--memo dd {
    max-width: 155px;
}

.today-neko__profile-row--memo dd br {
    display: none;
}

.today-neko__profile-row--memo dd {
    background-image: repeating-linear-gradient(
        to bottom,
        transparent 0,
        transparent calc(1.8em - 1px),
        #aaa calc(1.8em - 1px),
        #aaa 1.8em
    );
}

.today-neko__text {
    max-width: 530px;
    margin: 2rem auto 0;
    color: #555;
    font-size: 0.65rem;
    font-weight: 400;
    line-height: 1.7;
}

.today-neko__text p {
    margin: 0;
}

.today-neko__text a {
    color: #333;
    font-weight: 700;
    text-decoration: underline;
    background-color: #fff200;
}

.today-neko__line {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1.1rem;
    padding: 1rem 0 0.6rem;
    background-color: #f0eeee;
}

.today-neko__back {
    display: inline-block;
    padding: 0.25rem 1rem;
    border: 1px dashed #000;
    background-color: #fff;
    color: #000;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.today-neko__cats {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    width: min(360px, 82vw);
}

.today-neko__cats a {
    position: relative;
    display: block;
    width: calc((100% - 2.4rem) / 5);
    max-width: 56px;
    line-height: 0;
}

.today-neko__cats img {
    display: block;
    width: 100%;
    height: auto;
}

.today-neko__cats .today-neko__nya-effect {
    position: absolute;
    left: 50%;
    bottom: 78%;
    z-index: 2;
    width: 2rem;
    max-width: none;
    height: auto;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, 0.35rem);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.today-neko__cats .today-neko__nya-effect.is-show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.popular-posts,
.latest-posts {
    width: 100%;
    margin-top: 2rem;
}

.popular-posts__inner,
.latest-posts__inner {
    width: calc(100% - 1rem);
    max-width: 800px;
    margin: 0 auto;
}

.popular-posts__heading,
.latest-posts__heading {
    margin: 0;
    padding: 0.65rem 2.4rem;
    background-color: #d9d9d9;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.popular-posts__list,
.latest-posts__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.1rem;
    row-gap: 1.8rem;
    padding: 0.8rem 0.8rem 1rem;
}

.popular-posts__item,
.latest-posts__item {
    min-width: 0;
}

.popular-posts__link,
.latest-posts__link {
    display: grid;
    grid-template-columns: minmax(120px, 174px) minmax(130px, 1fr);
    align-items: center;
    gap: 1rem;
    color: #000;
    text-decoration: none;
}

.popular-posts__image-wrap,
.latest-posts__image-wrap {
    position: relative;
}

.popular-posts__image,
.latest-posts__image {
    overflow: hidden;
    padding: 0.65rem;
    border: 1px solid #999;
    border-radius: 0 18px 0 18px;
    background-color: #fff;
}

.popular-posts__image img,
.latest-posts__image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.15;
    object-fit: cover;
}

.popular-posts__rank {
    position: absolute;
    top: -0.55rem;
    left: -0.65rem;
    z-index: 1;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    clip-path: polygon(
        50% 0,
        60% 12%,
        74% 7%,
        79% 21%,
        94% 24%,
        88% 39%,
        100% 50%,
        88% 61%,
        94% 76%,
        79% 79%,
        74% 93%,
        60% 88%,
        50% 100%,
        40% 88%,
        26% 93%,
        21% 79%,
        6% 76%,
        12% 61%,
        0 50%,
        12% 39%,
        6% 24%,
        21% 21%,
        26% 7%,
        40% 12%
    );
    background-color: #000;
    color: #000;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1;
    text-shadow:
        1px 0 #fff,
        -1px 0 #fff,
        0 1px #fff,
        0 -1px #fff;
}

.popular-posts__rank::before {
    position: absolute;
    inset: 2px;
    clip-path: inherit;
    background-color: #fff875;
    content: "";
}

.popular-posts__rank span {
    position: relative;
    z-index: 1;
}

.popular-posts__item:nth-child(n+2) .popular-posts__rank {
    background-color: #000;
}

.popular-posts__item:nth-child(n+2) .popular-posts__rank::before {
    background-color: #d9d9d9;
}

.popular-posts__body,
.latest-posts__body {
    min-width: 0;
    font-weight: 500;
}

.popular-posts__title,
.latest-posts__title {
    margin: 0 0 0.7rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

.latest-posts__date {
    display: block;
    margin: -0.35rem 0 0.55rem;
    color: #777;
    font-size: 0.72rem;
    font-weight: 400;
    line-height: 1.4;
}

.popular-posts__tags,
.latest-posts__tags {
    display: grid;
    gap: 0.35rem;
    margin: 0 0 1.3rem;
    padding: 0;
    list-style: none;
}

.popular-posts__tags li,
.latest-posts__tags li {
    max-width: 138px;
    padding: 0.05rem 0.8rem;
    background-color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
}

.popular-posts__excerpt,
.latest-posts__excerpt {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.55;
}

.latest-posts {
    margin-top: 2.4rem;
}

.original-contents {
    width: 100%;
    margin-top: 2.4rem;
}

.original-contents__inner {
    width: calc(100% - 1rem);
    max-width: 800px;
    margin: 0 auto;
}

.original-contents__heading {
    margin: 0;
    padding: 0.65rem 2.4rem;
    background-color: #d9d9d9;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.original-contents__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 9vw, 4.8rem);
    padding: 1.8rem 0.2rem 1.4rem;
}

.original-contents__banner {
    position: relative;
    display: flex;
    min-height: 190px;
    align-items: center;
    overflow: hidden;
    padding: 1.5rem 2.3rem;
    border: 2px solid #000;
    border-radius: 16px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.original-contents__banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.original-contents__banner--karuta img {
    opacity: 1;
}

.original-contents__banner span {
    position: relative;
    z-index: 1;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
}

.article-search {
    width: 100%;
    margin-top: 2.4rem;
}

.article-search__inner {
    width: calc(100% - 1rem);
    max-width: 800px;
    margin: 0 auto;
}

.article-search__heading {
    margin: 0;
    padding: 0.65rem 2.4rem;
    background-color: #d9d9d9;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.article-search__content {
    padding: 1.35rem 2.5rem 2.2rem;
}

.article-search__group + .article-search__group {
    margin-top: 2rem;
}

.article-search__title {
    margin: 0 0 0.9rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.article-search__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 3.5rem;
    row-gap: 0.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
}

.article-search__links li {
    min-width: 0;
}

.article-search__links a {
    color: #9a8b22;
    text-decoration: none;
}

.article-search__links--tags {
    row-gap: 0.45rem;
}

.article-search__pickup {
    position: relative;
    max-width: 520px;
    margin: 3.1rem auto 0;
}

.article-search__pickup-link {
    display: grid;
    grid-template-columns: minmax(130px, 165px) minmax(0, 1fr);
    align-items: center;
    gap: 1.5rem;
    padding: 0.55rem 1.4rem 0.55rem 0.9rem;
    border: 1px solid #777;
    border-radius: 0 16px 0 16px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.article-search__pickup-image {
    overflow: hidden;
    border-radius: 0 12px 0 12px;
}

.article-search__pickup-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.15;
    object-fit: cover;
}

.article-search__pickup-body {
    min-width: 0;
    font-weight: 500;
}

.article-search__pickup-title {
    margin: 0 0 0.9rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

.article-search__pickup-excerpt {
    margin: 0 0 0.75rem;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.55;
}

.article-search__pickup-author {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.article-search__pickup-author::before {
    content: "🖊";
}

.article-search__pickup-label {
    position: absolute;
    top: -1.35rem;
    left: -3.6rem;
    z-index: 1;
    display: grid;
    width: 108px;
    height: 80px;
    place-items: center;
    clip-path: polygon(
        50% 0,
        59% 12%,
        71% 5%,
        77% 19%,
        92% 18%,
        88% 34%,
        100% 43%,
        88% 55%,
        94% 70%,
        78% 72%,
        73% 90%,
        58% 82%,
        48% 100%,
        38% 84%,
        22% 91%,
        18% 75%,
        4% 73%,
        11% 58%,
        0 47%,
        12% 36%,
        6% 20%,
        23% 19%,
        29% 5%,
        41% 12%
    );
    background-color: #000;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    transform: rotate(-6deg);
}

.article-search__pickup-label::before {
    position: absolute;
    inset: 2px;
    clip-path: inherit;
    background-color: #fff;
    content: "";
}

.article-search__pickup-label span {
    position: relative;
    z-index: 1;
    text-shadow:
        1px 0 #fff,
        -1px 0 #fff,
        0 1px #fff,
        0 -1px #fff;
}

.special-contents {
    width: 100%;
    margin-top: 2.4rem;
}

.special-contents__inner {
    position: relative;
    width: calc(100% - 1rem);
    max-width: 800px;
    margin: 0 auto;
    padding: 4.1rem 0 2.6rem;
    background-color: #fff;
}

.special-contents__ribbon {
    top: -0.9rem;
}

.special-contents__body {
    max-width: 640px;
    margin: 0 auto;
}

.special-contents__block-heading {
    margin: 0 0 0.8rem;
    padding: 0.55rem 1.5rem;
    background-color: #efefef;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

.special-contents__lead {
    margin-bottom: 0.9rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

.special-contents__lead p {
    margin: 0;
}

.special-contents__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.7rem;
}

.special-contents__card a {
    display: block;
    color: #000;
    text-decoration: none;
}

.special-contents__card-image {
    overflow: hidden;
    padding: 0.6rem;
    border: 1px solid #999;
    border-radius: 16px;
    background-color: #fff;
}

.special-contents__card-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.15;
    border: 1px solid #bbb;
    border-radius: 12px;
    object-fit: cover;
}

.special-contents__card h4 {
    margin: 0.8rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.special-contents__back {
    display: block;
    width: fit-content;
    margin: 1.6rem 4.8rem 1.9rem auto;
    color: #9a8b22;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.special-contents__banners {
    display: grid;
    gap: 0.85rem;
}

.special-contents__banner {
    position: relative;
    display: flex;
    min-height: 108px;
    align-items: center;
    overflow: hidden;
    padding: 1.3rem 2.4rem;
    border-radius: 16px;
    background-color: #efefef;
    color: #000;
    text-decoration: none;
}

.special-contents__banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.special-contents__banner span {
    position: relative;
    z-index: 1;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
}

.special-contents__banners p {
    margin: 0 0 0.65rem;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.7;
}

@media (max-width: 600px) {
    #main-container {
        margin-top: 1.5rem;
    }

    .top-article__contents {
        display: block;
        overflow: visible;
        padding-bottom: 0;
    }

    .top-article__slider {
        display: flex;
        gap: 0.8rem;
        overflow-x: auto;
        margin-top: 0.8rem;
        padding-bottom: 0.35rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .top-article__slider::-webkit-scrollbar {
        display: none;
    }

    .top-article__box-main {
        grid-column: auto;
        height: auto;
    }

    .top-article__box {
        aspect-ratio: auto;
        flex: 0 0 calc((100% - 0.8rem) * 2 / 3);
        height: auto;
        padding: 0.5rem;
        scroll-snap-align: start;
    }

    .top-article__box a {
        height: auto;
    }

    .top-article__box .top-article__content {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        height: auto;
    }

    .top-article__box-main .top-article__content {
        display: block;
    }

    .top-article__box-main .top-article__image {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .top-article__box .top-article__image {
        flex: 0 0 42%;
        aspect-ratio: 1 / 1;
        height: auto;
    }

    .top-article__body {
        position: absolute;
        right: 0.5rem;
        bottom: 0.6rem;
        left: 0.5rem;
        display: block;
        padding: 0;
    }

    .top-article__box-main .top-article__title {
        margin: 0;
        color: #333;
        font-size: 1.2rem;
        line-height: 1.45;
        background: rgba(255, 248, 117, 0.85);
        padding-left: 0.5rem;
    }

    .top-article__tags {
        display: none;
    }

    .top-article__box .top-article__title {
        position: static;
        flex: 1;
        min-width: 0;
        font-size: 0.82rem;
        line-height: 1.3;
        margin: 0;
        background: transparent;
        padding: 0;
    }

    .today-neko {
        margin-top: 3rem;
    }

    .today-neko__inner {
        padding: 3.6rem 1rem 1.4rem;
    }

    .today-neko__heading {
        font-size: 0.9rem;
    }

    .today-neko__heading::before,
    .today-neko__heading::after {
        bottom: -3.5px;
        width: 8px;
        border-width: 11px;
    }

    .today-neko__heading::before {
        left: -18px;
    }

    .today-neko__heading::after {
        right: -18px;
    }

    .today-neko__heading span {
        max-width: calc(100vw - 3rem);
        padding: 0.35rem 1.2rem;
    }

    .today-neko__content {
        grid-template-columns: 1fr;
        gap: 2.6rem;
        max-width: 320px;
    }

    .today-neko__photo-card {
        width: min(190px, 62vw);
    }

    .today-neko__side-text--right {
        left: calc(50% - 110px);
    }

    .today-neko__side-text {
        font-size: 1rem;
    }

    .today-neko__profile {
        gap: 1rem;
        width: 100%;
        font-size: 0.86rem;
    }

    .today-neko__profile-row {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 1rem;
    }

    .today-neko__profile-row--memo dd {
        max-width: none;
    }

    .today-neko__text {
        margin-top: 1.8rem;
        font-size: 0.62rem;
    }

    .popular-posts,
    .latest-posts {
        margin-top: 2rem;
    }

    .popular-posts__heading,
    .latest-posts__heading {
        padding: 0.65rem 1rem;
    }

    .popular-posts__list,
    .latest-posts__list {
        grid-template-columns: 1fr;
        row-gap: 1.4rem;
        padding: 0.8rem 1rem 1.2rem;
    }

    .popular-posts__link,
    .latest-posts__link {
        grid-template-columns: minmax(108px, 38vw) minmax(0, 1fr);
        gap: 0.8rem;
    }

    .popular-posts__image,
    .latest-posts__image {
        padding: 0.45rem;
        border-radius: 0 14px 0 14px;
    }

    .popular-posts__rank {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .popular-posts__title,
    .latest-posts__title {
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }

    .popular-posts__tags,
    .latest-posts__tags {
        gap: 0.25rem;
        margin-bottom: 0.7rem;
    }

    .popular-posts__tags li,
    .latest-posts__tags li {
        max-width: none;
        font-size: 0.78rem;
    }

    .popular-posts__excerpt,
    .latest-posts__excerpt {
        font-size: 0.78rem;
        line-height: 1.45;
    }

    .original-contents {
        margin-top: 2rem;
    }

    .original-contents__heading {
        padding: 0.65rem 1rem;
    }

    .original-contents__list {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.2rem 1rem;
    }

    .original-contents__banner {
        min-height: 145px;
        padding: 1.25rem 1.5rem;
        border-radius: 14px;
    }

    .original-contents__banner span {
        font-size: 1.35rem;
    }

    .article-search {
        margin-top: 2rem;
    }

    .article-search__heading {
        padding: 0.65rem 1rem;
    }

    .article-search__content {
        padding: 1.2rem 1rem 1.8rem;
    }

    .article-search__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1.4rem;
        font-size: 0.92rem;
    }

    .article-search__pickup {
        margin-top: 2.5rem;
    }

    .article-search__pickup-link {
        grid-template-columns: minmax(108px, 38vw) minmax(0, 1fr);
        gap: 0.8rem;
        padding: 0.55rem 0.8rem 0.55rem 0.55rem;
    }

    .article-search__pickup-label {
        top: -1rem;
        left: -0.9rem;
        width: 88px;
        height: 68px;
        font-size: 0.8rem;
    }

    .article-search__pickup-title {
        margin-bottom: 0.55rem;
        font-size: 0.82rem;
    }

    .article-search__pickup-excerpt,
    .article-search__pickup-author {
        font-size: 0.74rem;
    }

    .special-contents {
        margin-top: 2rem;
    }

    .special-contents__inner {
        padding: 3.6rem 1rem 2rem;
    }

    .special-contents__body {
        max-width: none;
    }

    .special-contents__block-heading {
        padding: 0.55rem 1rem;
    }

    .special-contents__lead {
        font-size: 0.9rem;
    }

    .special-contents__cards {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .special-contents__card {
        max-width: 260px;
        margin: 0 auto;
    }

    .special-contents__back {
        margin: 1.2rem 0 1.6rem auto;
    }

    .special-contents__banner {
        min-height: 96px;
        padding: 1.1rem 1.4rem;
    }

    .special-contents__banner span {
        font-size: 1.25rem;
    }

    .special-contents__banners p {
        font-size: 0.85rem;
    }
}
