.header__sp__wrap01 .menu__wrap {
    display: none;
}

.header__sp__content__fixed, .header__sp__content__fixed .header__sp__wrap {
    display: block;
}

.header__sp__logo {
    display: block;
}

.under02__ttl {
    text-align: left;
}

.under02__ttl02 {
    text-align: left;
}

.news-list__padding {
    padding-top: 144px;
}

.news-list__content {}

.news__list__wrap {
    /*   max-width: 320px; */
    /*   margin: 0 auto; */
}



.news-list__btn__wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 100px));
    gap: 10px;
    justify-content: center;
    margin: 39px 0 26px;
}

.news-list__btn__wrap>li {
    /*  width: calc(100%/3); */
    width: 100%;
    min-width: 100px;
    text-align: center;
    height: 24px;
    background-color: #C6BFB6;
    border-radius: 100px;
    font-size: 10px;
}

.news-list__btn__wrap>li:first-child {
    grid-column-start: 1;
    /* グリッドの最初の列線から開始 */
    grid-column-end: -1;
    /* グリッドの最後の列線まで広がる (行全体を占有) */
    width: 100px;
    /* 要素の幅を100pxに固定 */
    /* justify-self: center; */
}

.news-list__btn__wrap>li>a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.news__list {}

.news__list>li {
    position: relative;
    margin-bottom: 20px;
}

.news__list>li>a {
    position: relative;
    color: #332F2D;
}

.news__list__item__bg__wrap {
    /*  position: absolute;
    width: 100%; */
}

.news__list__item__bg01 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;

}

.news__list__item__bg01::before {
    content: "";
    background-image: url('../img/top/news__list__bg03.png');
    background-size: contain;
    width: 24px;
    height: 28px;
    position: absolute;
    z-index: 10;
    transform: rotate(180deg);
    bottom: -0;
    display: none;
}

.news__list__item__bg01::after {
    content: "";
    background-image: url('../img/top/news__list__bg03.png');
    background-size: contain;
    width: 24px;
    height: 28px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: none;
}

.news__list__item__bg01 img {
    width: 24px;
    height: 28px;
    display: none;
}

.news__list__item__bg02 {
    position: relative;
    height: calc(100% - 56px);
}

.news__list__item__bg03 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.news__list__item__bg04 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}

/* .news__list__item__bg01::before {
    content: "";
    background-image: url('../img/top/news__list__bg01.png');
    background-size: contain;
    width: 24px;
    height: 28px;
    position: absolute;
    z-index: 10;
} */

.news__list__item__bg02::before {
    content: "";
    background-image: url('../img/top/news__list__bg04.png');
    background-size: contain;
    height: calc(auto - 56px);
    left: 0;

    width: 24px;
    height: 100%;
    position: absolute;
    background-repeat: repeat;
    display: inline-block;
    top: 0;


    display: none;

    top: 0;
}

.news__list__item__bg02::after {
    content: "";
    background-image: url('../img/top/news__list__bg04.png');
    background-size: contain;
    height: calc(auto - 56px);
    right: 0;

    width: 24px;
    height: 100%;
    position: absolute;
    background-repeat: repeat;
    display: none;
    top: 0;


    display: none;
    top: 0;
    transform: rotate(180deg);
}

.news__list__item__bg03::before {
    content: "";
    background-image: url('../img/top/news__list__bg01.png');
    background-size: contain;
    width: 24px;
    height: 28px;
    position: absolute;
    z-index: 10;
    transform: rotate(180deg);
    right: 0;
    bottom: -0;
    display: none;
}

.news__list__item__bg03::after {
    content: "";
    background-image: url('../img/top/news__list__bg02.png');
    background-size: contain;
    height: 23px;
    position: absolute;
    z-index: 10;
    width: 100%;
    width: calc(100% - 48px);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: none;
}

.news__list__item__bg04::before {
    content: "";
    background-image: url('../img/top/news__list__bg02.png');
    background-size: contain;
    height: 23px;
    position: absolute;
    z-index: 10;
    width: 100%;
    width: calc(100% - 48px);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0;
    transform: rotate(180deg);
    display: none;
}

.news__list__item__box {
    padding: 30px 0;
    border-bottom: 1px dotted #D9D9D9;

}

.news__list__item__box01 {
    border-top: 1px dotted #D9D9D9;
}

.news__list__item__box__inner {
    /*  background-color: rgba(255, 255, 255, 0.8); */
    /*   opacity: 0.8; */
    /* padding: 0 13px; */
    display: flex;
    align-items: center;
}

.news__img {
    width: calc((100% - 12px)*0.243);
    padding-top: 23.555%;

    position: relative;
    overflow: hidden;
    mask-image: url('../img/news-list/news-list__img_mask.png');
    -webkit-mask-image: url('../img/news-list/news-list__img_mask.png');
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 8px;
}

.news__img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);

}

.news__txtarea {
    margin-left: 12px;
    width: calc((100% - 12px)*0.777);
}

.news__txtarea__time {
    font-size: 12px;
    font-weight: 900;
    color: #C6BFB6;
}

.news__list__ttl {
    font-size: 14px;
    line-height: calc(24/14);
    font-family: "Zen Old Mincho", serif;
    font-weight: normal;
    margin-top: 8px;
    display: -webkit-box;
    /* 必須 */
    -webkit-box-orient: vertical;
    /* 必須 */
    -webkit-line-clamp: 2;
    /* 行数を制限 */
    overflow: hidden;
    /* はみ出た部分を非表示 */
}

.result__pagination-box {
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 80px;
    max-width: 320px;
}

.result__pagination-link {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    font-weight: 500;
    text-decoration: none;
    color: #707070;
    transition: all 0.15s linear;
}

.result__pagination-link-icon {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
}

.result__pagination-link.is-active {
    background-color: #DDDBD7;
    color: #fff;
    pointer-events: none;
    border-radius: 100px;

}

.result__pagination-link:not(.is-active):hover {
    background-color: #DDDBD7;
    color: #ffffff;
    border-radius: 100px;
}



.result__pagination-box>*+* {
    margin-left: 10px;
}

.result__pagination-list__num01 {
    margin-left: 0;
}

.result__pagination-list__dot {
    color: #707070;
}

.result__pagination-link-icon_prev__wrap {
    margin-right: auto;
}

.result__pagination-link-icon_next__wrap {
    transform: rotate(180deg);
    margin-left: auto;
}

.news-list__no-post {
    margin: 80px 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .news-list__content {
        max-width: 954px;
        margin: 0 auto;
    }

    .news__list__wrap {
        /*  max-width: 756px;
        margin: 0 auto; */
        max-width: 904px;
    }

    .news-list__btn__wrap {
        display: flex;
        gap: 10px 20px;
        justify-content: center;
        margin: 39px 0 15px;
        flex-wrap: wrap;
    }

    .news-list__btn__wrap>li {
        /*  width: calc(100%/3); */
        width: 100%;
        min-width: 210px;
        max-width: 210px;
        text-align: center;
        height: 30px;
        background-color: #fff;
        border-radius: 100px;
        font-size: 16px;
        border: 1px solid #C6BFB6;
        transition: background-color .3s;
    }

    .news-list__btn__wrap>li:first-child {
        grid-column-start: 1;
        /* グリッドの最初の列線から開始 */
        grid-column-end: -1;
        /* グリッドの最後の列線まで広がる (行全体を占有) */
        width: 100px;
        /* 要素の幅を100pxに固定 */
        /* justify-self: center; */
    }

    .news-list__btn__wrap>li>a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        color: #000;
        transition: color .3s;
    }

    .news-list__btn__wrap>li:hover {
        background-color: #C6BFB6;
    }

    .news-list__btn__wrap>li:hover>a {
        color: #fff;
    }

    .news__list {}

    .news__list>li {
        position: relative;
        margin-bottom: 16px;
    }

    .news__list>li>a {
        position: relative;
        color: #332F2D;
    }

    .news__list__item__bg__wrap {
        /*  position: absolute;
        width: 100%; */
    }

    .news__list__item__bg01 {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;

    }

    .news__list__item__bg01::before {
        content: "";
        background-image: url('../img/top/news__list__bg03.png');
        background-size: contain;
        width: 24px;
        height: 28px;
        position: absolute;
        z-index: 10;
        transform: rotate(180deg);
        bottom: -0;
        display: block;
    }

    .news__list__item__bg01::after {
        content: "";
        background-image: url('../img/top/news__list__bg03.png');
        background-size: contain;
        width: 24px;
        height: 28px;
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
    }

    .news__list__item__bg01 img {
        width: 24px;
        height: 28px;
        display: block;
    }

    .news__list__item__bg02 {
        position: relative;
        height: calc(100% - 56px);
    }

    .news__list__item__bg03 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

    .news__list__item__bg04 {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
    }

    /* .news__list__item__bg01::before {
        content: "";
        background-image: url('../img/top/news__list__bg01.png');
        background-size: contain;
        width: 24px;
        height: 28px;
        position: absolute;
        z-index: 10;
    } */

    .news__list__item__bg02::before {
        content: "";
        background-image: url('../img/top/news__list__bg04.png');
        background-size: contain;
        height: calc(auto - 56px);
        left: 0;

        width: 24px;
        height: 100%;
        position: absolute;
        background-repeat: repeat;
        display: inline-block;
        top: 0;


        display: block;

        top: 0;
    }

    .news__list__item__bg02::after {
        content: "";
        background-image: url('../img/top/news__list__bg04.png');
        background-size: contain;
        height: calc(auto - 56px);
        right: 0;

        width: 24px;
        height: 100%;
        position: absolute;
        background-repeat: repeat;
        display: inline-block;
        top: 0;


        display: block;
        top: 0;
        transform: rotate(180deg);
    }

    .news__list__item__bg03::before {
        content: "";
        background-image: url('../img/top/news__list__bg01.png');
        background-size: contain;
        width: 24px;
        height: 28px;
        position: absolute;
        z-index: 10;
        transform: rotate(180deg);
        right: 0;
        bottom: -0;
        display: block;
    }

    .news__list__item__bg03::after {
        content: "";
        background-image: url('../img/top/news__list__bg02.png');
        background-size: contain;
        height: 23px;
        position: absolute;
        z-index: 10;
        width: 100%;
        width: calc(100% - 48px);
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        display: block;
    }

    .news__list__item__bg04::before {
        content: "";
        background-image: url('../img/top/news__list__bg02.png');
        background-size: contain;
        height: 23px;
        position: absolute;
        z-index: 10;
        width: 100%;
        width: calc(100% - 48px);
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -0;
        transform: rotate(180deg);
        display: block;
    }

    .news__list__item__box {
        padding: 23px 24px;

    }

    .news__list__item__box__inner {
        background-color: rgba(255, 255, 255, 0.8);
        /*   opacity: 0.8; */
        /* padding: 0 13px; */
        display: flex;
        align-items: center;
        padding: 7px 6px;
    }

    .news__img {
        max-width: 90px;
        /*  min-width: 90px; */
        padding-top: 90px;
        max-height: 90px;
        mask-image: none;
        -webkit-mask-image: none;

    }

    .news__img>img {
        max-width: 90px;
        min-width: 90px;
        width: 100%;
    }

    .news__txtarea {
        margin-left: 30px;
        width: calc(100% - 90px - 30px);
    }

    .news__txtarea__time {
        font-size: 14px;
        font-weight: 900;
        color: #332F2D;
    }

    .news__list__ttl {
        font-size: 20px;
        line-height: calc(24/14);
        font-family: "Zen Old Mincho", serif;
        font-weight: normal;
        margin-top: 0;
        display: -webkit-box;
        /* 必須 */
        -webkit-box-orient: vertical;
        /* 必須 */
        -webkit-line-clamp: 1;
        /* 行数を制限 */
        overflow: hidden;
        /* はみ出た部分を非表示 */
    }

    .result__pagination-box {
        margin-bottom: 160px;
    }
}