.news-archive {
    margin: 6rem 2rem;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 2rem;
}

.news-card a {
    border: 1px solid #F8F7F5;
    background: #fff;
    transition: 0.3s;
    display: block;
    padding: 1.2rem 2rem;
    transition: all .3s ease;
    border-radius: 4px;


}

.news-card a:hover .news-card__img img {
    transform: scale(1.1);
}

.news-card a:hover {
    border: solid 1px #D39562;
    transition: all .3s ease-in-out;

}

.news-card a:hover .news-card__title {
    /* font-weight: bold; */
    color: #c48f5b;
}

.news-card__img {
    width: 100%;
    aspect-ratio: 468 / 312;
    background-color: #eee;
    overflow: hidden;
    border-radius: 4px;
    transition: all .3s ease;
}

.news-card__cats {
    height: 100%;
}

.news-card__cats .cat {
    color: #D39562;
    border: #D39562 1px solid;
    padding: .2rem 1rem;
    border-radius: .4rem;
    font-size: 1.2rem;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 0rem;
}

.news-card__img img {
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    object-fit: cover;
}

.no-image {
    width: 100%;
    height: 100%;
    background: #ccc;
}

.news-card__title {
    font-size: 1.6rem;
    transition: all .3s ease;
    margin: .2rem 0 0rem;
    line-height: 2em;
    font-family: 'Zen Kaku Gothic Antique';

}

/* ページネーション */

.pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 2.4rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.pagination {
    display: flex;
    gap: 0.4rem;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    text-align: center;
    border-radius: 0.4rem;
    background-color: #F8F7F5;
    color: #606E79;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

/* 現在のページ */
.pagination li .current {
    background-color: #C68550;
    /* ブラウン */
    color: #fff;
    font-weight: bold;
}

/* ホバー時 */
.pagination li a:hover {
    background-color: #C68550;
    color: #FFF;
}

/* ドット（...） */
.pagination li span.dots {
    background: transparent;
    border: none;
    color: #606E79;
    pointer-events: none;
}

.news-list__none {
    font-size: 1.6rem;
}

/* ===============================
   PC（1024px〜）でサイズ・間隔調整
   =============================== */
.detail__head-box {
    display: flex;
    align-items: center;
    margin-top: 1.2rem;
    gap: 2rem;
    margin-bottom: .2rem;
}

.news-detail__date {
    font-size: 1.4rem;

}

@media screen and (min-width: 768px) {
    .news-card__title {
        font-size: 1.2rem;
    }

    .news-list {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
        gap: 0rem;
    }

    .news-card a {
        padding: 1.2rem 1rem;
        min-height: 100%;
    }

    .news-card__cats .cat {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .news-archive {
        margin: 0 20rem 0 14.4rem;
    }

    .news-card a {
        padding: 3.2rem 4rem;
    }

    .news-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(54.8rem, 1fr));

        gap: 2rem;
        margin-bottom: 4rem;
    }

    .news-card__title {
        font-size: 1.8rem;
        margin: 1.2rem 0 0rem;
    }

    .news-card__cats .cat {
        font-size: 1.2rem;
        padding: .4rem 1.2rem;
    }

    .news-list__none {
        font-size: 2rem;
    }

    .news-detail__date {
        font-size: 1.6rem;
    }
}












/* 上記アーカイブ　コピー */

.asset-ttl {
    font-size: 1.8rem;
    position: relative;
    padding-left: 4rem;
    margin-bottom: 2rem;
}

.asset-ttl::after {
    position: absolute;
    content: '';
    width: 3.2rem;
    height: 1px;
    left: 0;
    bottom: 0.3rem;
    background-color: #CEC7C1;

}

.news-detail {
    margin: 4rem 2rem;
    font-size: 1.6rem;
}

.detail__head-box {
    font-size: 1.6rem;
    display: flex;
    gap: 2rem;
}

.news-detail__cat {
    color: #D39562;
    border: #D39562 1px solid;
    padding: .2rem 1rem;
    border-radius: .4rem;
    font-size: 1.2rem;
    -ms-wrap-through: .5rem;
    font-family: 'Zen Kaku Gothic Antique';

}

.news-detail__title {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 1.2rem;
    padding-bottom: 1.2rem;
    position: relative;
    font-family: 'Zen Kaku Gothic Antique';
    line-height: 2em;
}

.news-detail__title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #CEC7C1;
    bottom: 0;
    left: 0;
}


.btn {
    margin: auto;
}

.news-detail__back {
    margin-top: 4rem;
}

.news__content-img {
    margin-top: 3rem;
    margin-bottom: 4rem;
    aspect-ratio: 1136 / 618;
}

.news__content-img img {
    height: 100%;
}

.news__content-inner {
    line-height: 2em;
    font-size: 1.6rem;
}

.news__content-inner p {
    margin-bottom: 4rem;
}

.sns-share {
    text-align: center;
    position: relative;
    margin: 3em 0;
    padding: 2em 0;
}

.sns-share::before,
.sns-share::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CEC7C1;
}

.sns-share::before {
    top: 0;
}

.sns-share::after {
    bottom: 0;
}

.sns-share__title {
    font-size: 1.6rem;
    color: #888;
    margin-bottom: 2rem;
}

.sns-share__list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1em;
    padding: 0;
    margin: 0;
}

.sns-share__list li {
    background-color: #F8F7F5;
    width: 6rem;
    height: 6rem;
    border-radius: 0.8rem;
    display: grid;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

/* ✅ aタグ全体をリンク範囲に */
.sns-share__list li a.sns-share__btn {
    display: block;
    width: 6rem;
    height: 100%;
    text-decoration: none;
    display: grid;
    place-items: center;
}

.sns-share__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: currentColor;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.sns-share__btn.facebook .sns-share__icon {
    background-color: #1877F2;
}

.sns-share__btn.x .sns-share__icon {
    background-color: #000;
}

.sns-share__btn.pinterest .sns-share__icon {
    background-color: #E60023;
}

.sns-share__btn:hover .sns-share__icon {
    opacity: 0.8;
}

.related-articles {
    margin: 0 2rem;
}

@media screen and (min-width: 1024px) {
    .asset-ttl {
        font-size: 2rem;
        padding-left: 5rem;
        margin-bottom: 2.4rem;
    }

    .asset-ttl::after {
        width: 4rem;
    }



    .news-detail__cat {
        padding: .4rem 1.2rem;
        margin-right: 1rem;
    }

    .news-detail__title {
        margin-top: 2rem;
        padding-bottom: 1.7rem;
        font-size: 3rem;
    }

    .news-detail {
        margin-left: 14.4rem;
        margin-right: 20rem;
        margin-top: 0;
        max-width: 1136px;
    }

    .sns-share {
        margin-top: 7.2rem;
        padding: 4rem 0 4rem;
    }

    .sns-share__list {
        gap: 2rem;
    }

    .sns-share__list li a.sns-share__btn {
        width: 8rem;
    }

    .sns-share__list li {
        width: 8rem;
        height: 8rem;
    }

    .related-articles {
        margin-left: 14.4rem;
        margin-right: 20rem;
        margin-top: 0;
        max-width: 1136px;
    }

    .related-articles .service__container-ttl {
        margin-top: 11.8rem;
    }
    .main-block {
        justify-content: center;
    }
    .news-detail {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1921px) {
    .news-detail {
        margin: auto;
    }
}