@charset "utf-8";

/* pickup_item */
.pickup_wrap {
    position: relative;
}
.signboard_ttl {
    width: 118rem;
    height: 40rem;
    padding-top: 6rem;
    font-size: 16rem;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    background: url(../img/index/signboard_bg.svg) no-repeat 50% 100% / contain;
    display: block;
    position: absolute;
    z-index: 11;
}
.pickup {
    margin: 0;
}
.kaisya .pickup_item_link {
    background-color: var(--color-kaisya);
}
.hito .pickup_item_link {
    background-color: var(--color-hito);
}
.monokoto .pickup_item_link {
    background-color: var(--color-monokoto);
}
.kizuna .pickup_item_link {
    background-color: var(--color-kizuna);
}
.topics .pickup_item_link {
    background-color: var(--color-topics);
}
.pickup_item_link {
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    z-index: 10;
}
.pickup_item_link::after {
    content: '';
    width: 48rem;
    height: 89rem;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
}
.kaisya .pickup_item_link::after {
    background-image: url(../img/index/signs_kaisya.svg);
}
.hito .pickup_item_link::after {
    background-image: url(../img/index/signs_hito.svg);
}
.monokoto .pickup_item_link::after {
    background-image: url(../img/index/signs_monokoto.svg);
}
.kizuna .pickup_item_link::after {
    background-image: url(../img/index/signs_kizuna.svg);
}
.topics .pickup_item_link::after {
    background-image: url(../img/index/signs_topics.svg);
}
.pickup_item_img_wrap {
    border: 2px solid #fff;
}
.pickup_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pickup_item_category_wrap {
    display: flex;
}
.pickup_item_category,
.pickup_item_category_sub {
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
    border: 1px solid #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pickup_item_category_sub {
    background-color: #fff;
}
.kaisya .pickup_item_category_sub {
    color: var(--color-kaisya);
}
.hito .pickup_item_category_sub {
    color: var(--color-hito);
}
.monokoto .pickup_item_category_sub {
    color: var(--color-monokoto);
}
.kizuna .pickup_item_category_sub {
    color: var(--color-kizuna);
}
.topics .pickup_item_category_sub {
    color: var(--color-topics);
}
.pickup_item_ttl {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.pickup_item_txt {
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.pickup_item_date,
.pickup_item_tag {
    font-weight: 500;
    letter-spacing: 0.04em;
}
.pickup_item_tag {
    display: flex;
    flex-wrap: wrap;
}
.pickup_item_tag > li::before {
    content: '#';
    margin-right: 0.1em;
}

.pickup_wrap .swiper-button-prev,
.pickup_wrap .swiper-container-rtl .swiper-button-next,
.pickup_wrap .swiper-button-next,
.pickup_wrap .swiper-container-rtl .swiper-button-prev {
    margin-top: 0;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    translate: 0 -50%;
}
.pickup_wrap .swiper-button-disabled {
    pointer-events: all;
}
.pickup_wrap .icon_arrow {
    width: 24rem;
}
.pickup_wrap .swiper-button-prev .icon_arrow {
    rotate: 180deg;
}
.pickup_wrap .icon_arrow use {
    fill: #fff;
}
.pickup_wrap .swiper-pagination {
    margin-inline: auto;
    left: 0;
    right: 0;
}
.pickup_wrap .swiper-pagination-bullet {
    width: 12rem;
    height: 12rem;
    margin-inline: 4rem;
    border: 1px solid #757575;
    background: none;
    opacity: 1;
}
.pickup_wrap .swiper-pagination-bullet-active {
    background: #757575;
}


.pickup_single .swiper-button-prev,
.pickup_single .swiper-container-rtl .swiper-button-next,
.pickup_single .swiper-button-next,
.pickup_single .swiper-container-rtl .swiper-button-prev,
.pickup_single .swiper-pagination {
    visibility: hidden;
}
@media (min-width: 641px) {
    .pickup_wrap {
        border-image-slice: 33%;
        border-image-repeat: repeat;
        border-image-source: url(../img/common/line_pc.svg);
        border-image-width: 0 32rem 0 0;
    }
    .pickup_wrap {
        width: 748rem;
        padding: 24rem 24rem 52rem;
    }
    .pickup_ttl {
        top: -16rem;
        left: 24rem;
    }
    .pickup {
        width: 700rem;
    }
    .pickup_item_link {
        height: 574rem;
        padding: 16rem;
        border-radius: 16rem;
    }
    .pickup_item_link::after {
        right: 32rem;
        bottom: 24rem;
    }
    .pickup_item_img_wrap {
        width: 668rem;
        height: 376rem;
        overflow: hidden;
    }
    .pickup_item_inner {
        max-width: 567rem;
        padding-left: 16rem;
    }
    .pickup_item_category_wrap {
        margin-top: 16rem;
        gap: 8rem;
    }
    .pickup_item_category,
    .pickup_item_category_sub {
        padding: 3rem 8rem;
        font-size: 12rem;
        border-radius: 4rem;
    }
    .pickup_item_ttl {
        margin-top: 14rem;
        font-size: 20rem;
    }
    .pickup_item_txt {
        font-size: 14rem;
    }
    .pickup_item_date {
        font-size: 12rem;
    }
    .pickup_item_tag {
        margin-top: 14rem;
        font-size: 12rem;
        gap: 8rem;
    }
    .pickup_item_ttl,
    .pickup_item_txt {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .pickup_wrap .swiper-button-prev,
    .pickup_wrap .swiper-container-rtl .swiper-button-next,
    .pickup_wrap .swiper-button-next,
    .pickup_wrap .swiper-container-rtl .swiper-button-prev {
        width: 32rem;
        height: 120rem;
        border-radius: 4rem;
    }
    .pickup_wrap .swiper-button-prev,
    .pickup_wrap .swiper-container-rtl .swiper-button-next {
        left: 16rem;
    }
    .pickup_wrap .swiper-button-next,
    .pickup_wrap .swiper-container-rtl .swiper-button-prev {
        right: 16rem;
    }
    .pickup_wrap .swiper-pagination {
        bottom: 24rem;
    }
}
@media (max-width: 640px) {
    .pickup_wrap {
        padding: 16rem 16rem 44rem;
    }
    .pickup_ttl {
        top: -8rem;
        left: 30rem;
    }
    .pickup_item_link {
        height: 433rem;
        padding: 16rem;
        border-radius: 16rem;
    }
    .pickup_item_link::after {
        right: 16rem;
        bottom: 16rem;
    }
    .pickup_item_img_wrap {
        width: 310rem;
        height: 165rem;
    }
    .pickup_item_category_wrap {
        margin-top: 16rem;
        gap: 8rem;
    }
    .pickup_item_category,
    .pickup_item_category_sub {
        padding: 2rem 8rem;
        font-size: 12rem;
        border-radius: 4rem;
    }
    .pickup_item_ttl {
        margin-top: 12rem;
        font-size: 18rem;
    }
    .pickup_item_txt {
        margin-top: 4rem;
        font-size: 14rem;
    }
    .pickup_item_date {
        margin-top: 12rem;
        font-size: 10rem;
    }
    .pickup_item_tag {
        margin-top: 12rem;
        font-size: 10rem;
        gap: 8rem;
    }
    .pickup_item_txt,
    .pickup_item_tag {
        max-width: 246rem;
    }
    .pickup_item_ttl,
    .pickup_item_txt {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .pickup_wrap .swiper-button-prev,
    .pickup_wrap .swiper-container-rtl .swiper-button-next,
    .pickup_wrap .swiper-button-next,
    .pickup_wrap .swiper-container-rtl .swiper-button-prev {
        width: 40rem;
        height: 80rem;
    }
    .pickup_wrap .swiper-button-prev,
    .pickup_wrap .swiper-container-rtl .swiper-button-next {
        left: -8rem;
        border-radius: 0 4rem 4rem 0;
    }
    .pickup_wrap .swiper-button-next,
    .pickup_wrap .swiper-container-rtl .swiper-button-prev {
        right: -8rem;
        border-radius: 4rem 0 0 4rem;
    }
    .pickup_wrap .swiper-pagination {
        bottom: 16rem;
    }
}
.pickup_wrap .swiper-button-disabled {
    opacity: 0.4;
}
@media (min-width: 641px) {
    @media (hover:hover) {
        a.pickup_item_link:hover {
            opacity: 1;
        }
        .pickup_item_img {
            transition: scale 0.5s;
        }
        .pickup_item_link:hover .pickup_item_img {
            scale: 1.1;
        }
        .pickup_item_img_wrap {
            transition: opacity 0.5s;
        }
        .pickup_item_category_wrap,
        .pickup_item_ttl,
        .pickup_item_txt,
        .pickup_item_date,
        .pickup_item_tag {
            transition: opacity 0.5s;
        }
        .pickup_item_link:hover .pickup_item_category_wrap,
        .pickup_item_link:hover .pickup_item_ttl,
        .pickup_item_link:hover .pickup_item_txt,
        .pickup_item_link:hover .pickup_item_date,
        .pickup_item_link:hover .pickup_item_tag {
            opacity: 0.7;
        }
    }
}

/* news */
.news {
	border-image-slice: 33%;
	border-image-repeat: repeat;
    position: relative;
}
.news_inner {
    width: 100%;
    border-radius: 16rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.news_list.news_list_single li {
    margin-right: 0;
}

.news_list .simplebar-track {
    width: 4rem;
    border-radius: 100rem;
    background: #e6e6e6;
}
.news_list .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity:1;
}
.news_list .simplebar-track .simplebar-scrollbar::before {
    width: 100%;
    background: #757575;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.news_list li {
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: flex-start;
    gap: 8rem;
}
.news_list_date {
    display: flex;
    align-items: center;
    gap: 8rem;
}
.new .news_list_date::after {
    content: 'NEW';
    padding: 1rem 4rem 2rem 4rem;
    font-weight: 700;
    line-height: 1;
    color: #ffff00;
    border: 1px solid #fff;
    background-color: var(--color-kaisya);
    display: inline-block;
}
.news_list_txt {
    margin-top: 4rem;
    line-height: 1.7;
    overflow: hidden;
    word-break: break-all;
}
.news_list_txt > a {
    text-decoration: underline;
    color: #0091e6;
}
.news_list_img {
    width: 160rem;
    margin-top: 4rem;
    display: block;
    cursor: pointer;
}
@media (min-width: 641px) {
    .news_wrap {
        display: flex;
        align-items: flex-start;
    }
    .news {
        width: 532rem;
        padding: 24rem;
        border-image-source: url(../img/common/line_pc.svg);
        border-image-width: 0 0 32rem;
    }
    .news::before {
        content: '';
        width: 200rem;
        height: 200rem;
        display: block;
        background: url(../img/index/news_dec.png) no-repeat 50% / contain;
        position: absolute;
        top: 120rem;
        left: -104rem;
    }
    .news_inner {
        padding: 24rem;
    }
    .news_ttl {
        top: -40rem;
        left: 0;
    }
    .news_list {
        height: 280rem;
    }
    .news_list li {
        margin-right: 12rem;
        padding: 16rem;
        border-radius: 8rem;
    }
    .news_list li + li {
        margin-top: 8rem;
    }
    .news_list_icon {
        width: 40rem;
    }
    .news_list_inner {
        width: 344rem;
    }
    .news_list_date {
        font-size: 12rem;
    }
    .new .news_list_date::after {
        font-size: 14rem;
    }
    .news_list_txt {
        font-size: 14rem;
    }

    .news_list_img_modal_img {
        border: 2px solid #fff;
    }

    .news_bottom_l::after {
        content: '';
        width: 533rem;
        height: 271rem;
        background: url(../img/index/news_bottom_l.svg?v=2) no-repeat 50% / contain;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .news_bottom_s::after {
        content: '';
        width: 56rem;
        height: 240rem;
        background: url(../img/index/news_bottom_s.svg?v=1) no-repeat 50% / contain;
        position: absolute;
        top: calc(100% + 25rem);
        left: 25rem;
    }
}
@media (max-width: 640px) {
    .news {
        padding: 16rem;
        border-image-source: url(../img/common/line_sp.svg);
        border-image-width: 16rem 0 0;
    }
    .news_inner {
        padding: 16rem;
    }
    .news_ttl {
        top: -24rem;
        left: 16rem;
    }
    .news_list {
        max-height: 368rem;
    }
    .news_list li {
        margin-right: 12rem;
        padding: 16rem;
        border-radius: 8rem;
    }
    .news_list li + li {
        margin-top: 8rem;
    }
    .news_list_icon {
        width: 40rem;
    }
    .news_list_inner {
        width: 218rem;
    }
    .news_list_date {
        font-size: 10rem;
    }
    .new .news_list_date::after {
        font-size: 12rem;
    }
    .news_list_txt {
        font-size: 12rem;
        word-break: break-all;
    }

    .news_list_img_modal_img {
        border: 1px solid #fff;
    }


    .news_bottom_l {
        padding-bottom: 133rem;
    }
    .news_bottom_l::after {
        content: '';
        width: 326rem;
        height: 93rem;
        background: url(../img/index/news_bottom_l_sp.svg) no-repeat 50% / contain;
        position: absolute;
        top: calc(100% - 117rem);
        left: 24rem;
    }
}
@media (min-width: 641px) {
    @media (hover:hover) {
        .news_list_img {
            transition: opacity 0.5s;
        }
        .news_list_img:hover {
            opacity: 0.7;
        }
    }
}

/* article_list */
.article_list {
    position: relative;
}
.article_list > li,
.article_list_item {
	border-image-slice: 33%;
	border-image-repeat: repeat;
    position: relative;
}
.kaisya.article_list_link {
    background-color: var(--color-kaisya);
}
.hito.article_list_link {
    background-color: var(--color-hito);
}
.monokoto.article_list_link {
    background-color: var(--color-monokoto);
}
.kizuna.article_list_link {
    background-color: var(--color-kizuna);
}
.topics.article_list_link {
    background-color: var(--color-topics);
}
.article_list_link {
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    z-index: 10;
}
.article_list_link::after {
    content: '';
    width: 48rem;
    height: 89rem;
    display: block;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain;
    position: absolute;
    right: 16rem;
    bottom: 0;
}
.kaisya.article_list_link::after {
    background-image: url(../img/index/signs_kaisya.svg);
}
.hito.article_list_link::after {
    background-image: url(../img/index/signs_hito.svg);
}
.monokoto.article_list_link::after {
    background-image: url(../img/index/signs_monokoto.svg);
}
.kizuna.article_list_link::after {
    background-image: url(../img/index/signs_kizuna.svg);
}
.topics.article_list_link::after {
    background-image: url(../img/index/signs_topics.svg);
}
.article_list_img_wrap {
    border: 2px solid #fff;
}
.article_list_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_list_ttl {
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.04em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.article_list_date {
    font-weight: 500;
}


.article_list > li {
    position: relative;
}
.article_list > li::before {
    content: '';
    background: no-repeat 50% / cover;
    display: block;
    position: absolute;
}
@media (min-width: 641px) {
    .article_list > li {
        border-image-source: url(../img/common/line_pc.svg);
        border-image-width: 0 0 32rem;
    }
    .article_list > li:nth-child(1),
    .article_list > li:nth-child(2) {
        border-image-width: 32rem 0;
    }
    .article_list > li:nth-child(3) {
        margin-top: -288rem;
    }
    .article_list > li:nth-child(n + 4) {
        position: absolute;
    }
    .article_list > li:nth-child(3n + 2) .article_list_item,
    .article_list > li:nth-child(3n + 3) .article_list_item {
        border-image-source: url(../img/common/line_pc.svg);
        border-image-width: 0 0 0 32rem;
    }
    .article_list > li::before {
        width: 200rem;
        height: 200rem;
        background-image: url(../img/common/article_list_dec.png);
        top: -102.5rem;
        left: -98rem;
        z-index: 1;
    }
    .article_list li:nth-child(3n + 1)::before {
        background-image: url(../img/common/article_list_dec_l.png);
        top: -104rem;
    }
    .article_list li:nth-child(3n + 3)::after {
        content: '';
        width: 200rem;
        height: 200rem;
        background: url(../img/common/article_list_dec_r.png) no-repeat 50% / cover;
        display: block;
        position: absolute;
        top: -102rem;
        right: -100rem;
    }
    .article_list > li:nth-child(1)::before,
    .article_list > li:nth-child(2)::before,
    .article_list > li:nth-child(3)::before,
    .article_list > li:nth-child(3)::after {
        content: none;
    }
    .article_list {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .article_list > li {
        width: calc(100% / 3);
    }
    .article_list_dummy_img {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 3;
    }
    .article_list_dummy .article_list_dummy_img {
        background: url(../img/common/article_list_item_1.svg) no-repeat 50% / 378rem;
    }
    .article_list_dummy + .article_list_dummy .article_list_dummy_img {
        background-image: url(../img/common/article_list_item_2.svg);
    }
    .article_list_item {
        padding: 24rem 22rem 24rem 26rem;
    }
    .article_list_dummy .article_list_item {
        height: 316rem;
        box-sizing: content-box;
    }
    .article_list_link {
        height: 316rem;
        padding: 16rem;
        border-radius: 16rem;
    }
    .article_list_img_wrap {
        width: 346rem;
        height: 195rem;
        overflow: hidden;
    }
    .article_list_inner {
        width: 282rem;
    }
    .article_list_ttl {
        margin-top: 16rem;
        font-size: 16rem;
    }
    .article_list_date {
        margin-top: 16rem;
        font-size: 12rem;
    }

    .article_list_item_dec {
        width: 378rem;
        height: 160rem;
        background-color: #e6e6e6;
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        left: 27rem;
        z-index: 2;
    }
    .article_list > li:nth-child(1) .article_list_item_dec,
    .article_list > li:nth-child(9n + 10) .article_list_item_dec {
        background-position: 50% 100%;
        bottom: 35rem;
    }
    .article_list > li:nth-child(2) .article_list_item_dec,
    .article_list > li:nth-child(9) .article_list_item_dec,
    .article_list > li:nth-child(3) .article_list_item_dec,
    .article_list > li:nth-child(9n + 11) .article_list_item_dec,
    .article_list > li:nth-child(9n + 12) .article_list_item_dec,
    .article_list > li:nth-child(9n + 15) .article_list_item_dec,
    .article_list > li:nth-child(9n + 18) .article_list_item_dec {
        background-position: 50% 0;
        top: 35rem;
    }
    .article_list > li:nth-child(3) .article_list_item_dec + .article_list_item_dec {
        background-position: 50% 100%;
        top: auto;
        bottom: 35rem;
    }
    .article_list_item_dec_1 {
        background-image: url(../img/index/article_list_dec_pc_1.svg);
    }
    .article_list_item_dec_2 {
        background-image: url(../img/index/article_list_dec_pc_2.svg);
    }
    .article_list_item_dec_3 {
        background-image: url(../img/index/article_list_dec_pc_3.svg?v=1);
    }
    .article_list_item_dec_4 {
        background-image: url(../img/index/article_list_dec_pc_4.svg);
    }
    .article_list_item_dec_5 {
        background-image: url(../img/index/article_list_dec_pc_5.svg);
    }
    .article_list_item_dec_6 {
        background-image: url(../img/index/article_list_dec_pc_6.svg);
    }
    .article_list_item_dec_7 {
        background-image: url(../img/index/article_list_dec_pc_7.svg);
    }
    .article_list_item_dec_8 {
        background-image: url(../img/index/article_list_dec_pc_8.svg);
    }
}
@media (max-width: 640px) {
    .article_list > li {
        border-image-source: url(../img/common/line_sp.svg);
        border-image-width: 16rem 0 0;
    }
    .article_list > li:before {
        width: 200rem;
        height: 200rem;
        background: url(../img/common/article_list_dec_sp.png) no-repeat 50% / cover;
        top: -100rem;
    }
    .article_list > li:nth-child(odd):before {
        left: -100rem;
    }
    .article_list > li:nth-child(even):before {
        right: -100rem;
    }
    .article_list_item {
        padding-block: 16rem !important;
    }
    .article_list > li:nth-child(odd) .article_list_item {
        padding-inline: 16rem 80rem;
    }
    .article_list > li:nth-child(even) .article_list_item {
        padding-inline: 80rem 16rem;
    }
    .article_list > li::after {
        content: '';
        width: 48rem;
        height: 262rem;
        margin-block: auto;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    .article_list_item_dec_1_sp::after {
        background-image: url(../img/index/article_list_dec_sp_1.svg?v=1);
    }
    .article_list_item_dec_2_sp::after {
        background-image: url(../img/index/article_list_dec_sp_2.svg);
    }
    .article_list_item_dec_3_sp::after {
        background-image: url(../img/index/article_list_dec_sp_3.svg);
    }
    .article_list_item_dec_4_sp::after {
        background-image: url(../img/index/article_list_dec_sp_4.svg);
    }
    .article_list_item_dec_5_sp::after {
        background-image: url(../img/index/article_list_dec_sp_5.svg?v=1);
    }
    .article_list_item_dec_6_sp::after {
        background-image: url(../img/index/article_list_dec_sp_6.svg);
    }
    .article_list_item_dec_7_sp::after {
        background-image: url(../img/index/article_list_dec_sp_7.svg);
    }
    .article_list_item_dec_8_sp::after {
        background-image: url(../img/index/article_list_dec_sp_8.svg);
    }
    .article_list > li:nth-child(odd)::after {
        right: 16rem;
    }
    .article_list > li:nth-child(even)::after {
        left: 16rem;
    }
    .article_list_link {
        height: 259rem;
        padding: 16rem;
        border-radius: 16rem;
    }
    .article_list_img_wrap {
        width: 246rem;
        height: 138rem;
    }
    .article_list_inner {
        width: 182rem;
    }
    .article_list_ttl {
        margin-top: 16rem;
        font-size: 16rem;
    }
    .article_list_date {
        margin-top: 16rem;
        font-size: 12rem;
    }
}
@media (min-width: 641px) {
    .article_list_item_dec {
        transition: scale 0.3s cubic-bezier(0.175, 0.885, 0.32,  1.275), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32,  1.275);
        scale: 0.75;
        opacity: 0;
    }
    .is_list_animated.article_list_item_dec {
        scale: 1;
        opacity: 1;
    }
    @media (hover:hover) {
        a.article_list_link {
            transition: opacity 0.3s;
        }
        a.article_list_link:hover {
            opacity: 1;
        }
        .article_list_img {
            transition: scale 0.5s;
        }
        .article_list_link:hover .article_list_img {
            scale: 1.1;
        }
        .article_list_inner {
            transition: opacity 0.5s;
        }
        .article_list_link:hover .article_list_inner {
            opacity: 0.7;
        }
    }
}
@media (max-width: 640px) {
    .article_list > li::after {
        transition: scale 0.3s cubic-bezier(0.175, 0.885, 0.32,  1.275), opacity 0.3s cubic-bezier(0.175, 0.885, 0.32,  1.275);
        scale: 0.75;
        opacity: 0;
    }
    .article_list > li.is_list_sp_animated::after {
        scale: 1;
        opacity: 1;
    }
}

/* article_list_btn */
.article_list_btn_wrap {
    border-image-slice: 33%;
    border-image-repeat: repeat;
}
.article_list_btn {
    width: 216rem;
    margin-inline: auto;
    padding: 4rem;
    border: none;
    border: 1px solid #333;
    border-radius: 8rem;
    background-color: #333;
    display: block;
    cursor: pointer;
}
.article_list_btn_inner {
    padding: 8rem 16rem;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article_list_btn_arrow  {
    width: 16rem;
    fill: #fff;
}
@media (min-width: 641px) {
    .article_list_btn_wrap {
        border-image-source: url(../img/common/line_pc.svg);
        border-image-width: 0 0 32rem;
    }
    .article_list_btn_wrap {
        padding-block: 24rem;
    }
    .article_list_btn_inner {
        font-size: 16rem;
    }
}
@media (max-width: 640px) {
    .article_list_btn_wrap {
        padding-block: 16rem;
        border-image-slice: 33%;
        border-image-repeat: repeat;
        border-image-source: url(../img/common/line_sp.svg);
        border-image-width: 16rem 0 0;
    }
    .article_list_btn_inner {
        font-size: 14rem;
    }
}
@media (min-width: 641px) {
    @media (hover:hover) {
        .article_list_btn {
            transition: background-color 0.5s, opacity 0.5s;
        }
        .article_list_btn:hover {
            background-color: #fff;
            opacity: 1;
        }
        .article_list_btn_inner {
            transition: color 0.5s, border-color 0.5s;
        }
        .article_list_btn:hover .article_list_btn_inner {
            color: #333;
            border-color: #333;
        }
        .article_list_btn_arrow {
            transition: fill 0.5s;
        }
        .article_list_btn:hover .article_list_btn_arrow {
            fill: #333;
        }
    }
}

/* category */
@media (min-width: 641px) {
    .category_border {
        border-image-slice: 33%;
        border-image-repeat: repeat;
        border-image-source: url(../img/common/line_pc.svg);
        border-image-width: 32rem 0 0;
    }
}
@media (max-width: 640px) {
    .category {
        border-image-slice: 33%;
        border-image-repeat: repeat;
        border-image-source: url(../img/common/line_sp.svg);
        border-image-width: 16rem 0 0;
    }
}

/* bnr_list */
.bnr_list {
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
}
.bnr {
    display: block;
    overflow: hidden;
}
@media (min-width: 641px) {
    .bnr_list {
        width: 1120rem;
        gap: 26rem 42rem;
    }
    .bnr {
        width: 248rem;
        border-radius: 8rem;
    }
}
@media (max-width: 640px) {
    .bnr_list {
        width: 342rem;
        gap: 16rem;
    }
    .bnr {
        width: 163rem;
        border-radius: 5rem;
    }
}