.buy__list__wrap {
    padding: 40px 0 80px;
}

.select__sp__wrap {
    max-width: 280px;
    padding: 16px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #585858;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: height .3s ease-out;
    margin: 0 auto;
}

.select__sp__wrap::after {
    content: "";
    width: 11px;
    height: 6px;
    display: block;
    position: absolute;
    top: 22px;
    right: 16px;
    background-image: url('../img/select_arrow.svg');
    background-repeat: no-repeat;
    transition: transform .3s;
}

.select__sp__item {}

.select__sp__item>a {
    color: #000;
}

.select__sp__item:not(:last-child) {
    margin-bottom: 16px;
}

.disabled__select {
    pointer-events: none
}

.select__sp__wrap.select__active {
    /*  max-height: 300px; */
}

.select__sp__wrap.select__active::after {
    transform: rotate(180deg);
}

.buy__list__txt {
    margin-top: 24px;
}

/*  */
.sale__content__list {
    margin-top: 80px;
}

.sale__content__list li {
    margin-bottom: 48px;
}

.sale__content__list a {
    color: #2F2F2F;
}

.sale__content__list__img__content {
    position: relative;
}

.sale__content__list__img {
    padding-top: calc(219/328*100%);
    overflow: hidden;
    position: relative;
}

.sale__content__list__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%);

}

.sale__content__list__img__txt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 16px;

    position: absolute;
    left: 2.44%;
    top: 2.74%;
    background: #FFFFFF;
    border-radius: 100px;
    font-size: 14px;

}

.sale__content__list__ttl {
    margin: 8px 0;
}

.sale__content__list a.sale__content__list__btn {
    /* small-link-btn */

    box-sizing: border-box;

    /* オートレイアウト */
    display: flex;
    justify-content: center;
    align-items: center;
    /* accent-color */
    background: #036EB8;
    /* accent-color */
    border: 1px solid #036EB8;
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    height: 25px;
    width: 114px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 8px;
}

.sale__content__list a.sale__content__list__btn span {
    font-size: 7px;

    position: relative;
    top: -2px;
    margin-left: 10px;
}

.sale__wrap .top__btn {
    margin-top: 48px;
}

/*  */

.result__pagination-box {
    margin: 0 auto;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;

    max-width: 315px;
}

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



}

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

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

}

.result__pagination-link:not(.is-active):hover {
    background-color: #036EB8;
    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;
    position: relative;
    top: 2px;
}

.result__pagination-link-icon_next__wrap {
    transform: rotate(180deg);
    margin-left: auto;
    position: relative;
    top: 2px;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    /* background: var(--main-color); */
    border-radius: 50%;
    border: none;
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #036EB8;

}

body .wp-pagenavi a, body .wp-pagenavi span {
    border: none;
    color: #000;
}

.page.larger, .page.smaller {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    /* background-color: #036EB8; */
    border: none;
}

.previouspostslink {
    width: 40px;
    height: 40px;
    text-indent: 10000px;
    background: url(../img/send__arrow.svg) 0 0 no-repeat;
    background-size: 20px 20px;
    background-position: center center;
}

.nextpostslink {
    width: 40px;
    height: 40px;
    text-indent: 10000px;
    background: url(../img/send__arrow.svg) 0 0 no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
    .buy__list__wrap {
        padding: 64px 0 128px;
        max-width: 1034px;
        margin: 0 auto;
    }

    .select__sp__wrap {
        max-width: none;
        padding: 0;
        height: auto;
        background: transparent;
        border: none;
        line-height: 1;
        overflow: visible;
        position: static;
        cursor: auto;
        transition: none;
        margin: 0;
        display: flex;
        gap: 24px;
    }

    .select__sp__wrap::after {
        content: "";
        width: 11px;
        height: 6px;
        display: block;
        position: absolute;
        top: 22px;
        right: 16px;
        background-image: url('../img/select_arrow.svg');
        background-repeat: no-repeat;
        transition: transform .3s;
        display: none;
    }

    .select__sp__item {
        width: 186px;
        line-height: 24px;
        border-radius: 8px;
        background-color: #fff;
        padding: 19px 16px;

        border: 1px solid #B8972C;

    }

    .select__sp__item>a {
        color: #000;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .select__sp__item>a::before {
        background-image: url('../img/filter.svg');
        min-width: 10.67px;
        height: 12px;
        background-repeat: no-repeat;
        content: "";
        margin-right: 7px;
        position: relative;
        top: 1px;
    }

    .select__sp__item:not(:last-child) {
        margin-bottom: 0;
    }

    .disabled__select {
        pointer-events: none
    }

    .select__sp__wrap.select__active {
        /*  max-height: 300px; */
    }

    .select__sp__wrap.select__active::after {
        transform: rotate(180deg);
    }

    .buy__list__txt {
        margin-top: 40px;
    }

    /*  */
    .sale__wrap {
        padding: 64px 0;
    }

    .sale__content__list {
        margin: 0 auto;
        margin-top: 64px;
        display: flex;
        gap: 64px 24px;
        max-width: 1032px;
        flex-wrap: wrap;
    }

    .sale__content__list li {
        margin-bottom: 0px;
        width: calc((100% - 48px)/3);
    }

    .sale__content__list a {
        color: #2F2F2F;
    }

    .sale__content__list__img__content {
        position: relative;
    }

    .sale__content__list__img {
        padding-top: calc(219/328*100%);
        overflow: hidden;
        position: relative;
    }

    .sale__content__list__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%);

    }

    .sale__content__list__img__txt {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px 16px;

        position: absolute;
        left: 2.44%;
        top: 2.74%;
        background: #FFFFFF;
        border-radius: 100px;
        font-size: 14px;

    }

    .sale__content__list__ttl {
        margin: 8px 0;
    }

    .sale__content__list a.sale__content__list__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        /* accent-color */
        background: #fff;
        /* accent-color */
        border: 1px solid #036EB8;
        border-radius: 100px;
        font-size: 14px;
        color: #2F2F2F;
        height: 25px;
        width: 114px;
        margin-left: auto;
        margin-right: 0;
        margin-top: 16px;
        transition: background-color .3s, color .3s;
    }

    .sale__content__list a.sale__content__list__btn:hover {
        background: #036EB8;
        color: #fff;
    }

    .sale__content__list a.sale__content__list__btn span {
        font-size: 7px;

        position: relative;
        top: -2px;
        margin-left: 10px;

        display: none;
    }

    .sale__wrap .top__btn {
        margin-top: 64px;
    }

    /*  */
    .result__pagination-box {
        margin: 0 auto;
        margin-top: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;

        max-width: 360px;
    }
}