section.t-category {
    margin: 20px 0 0 0;
}

.t-category__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.t-category__main {
    width: 940px;
    text-align: left;
}

.t-category__main .o-ttl {
    text-align: left;
}

.t-category__serach--count {
    display: flex;
    background: #eee;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #555f64;
}

.t-category__serach--count01 {
    width: 400px;
}

.t-category__serach--num {
    width: 175px;
}

.t-category__serach--num select {
    background: url(../images/category/category_select-arw.webp) #eee no-repeat calc(100% - 10px);
    width: 85px;
}

.t-category__serach--order {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.t-category__serach--type {
    display: flex;
    justify-content: space-between;
    width: 65px;
    align-items: center;
}

.o-pagination__list {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 0 0;
}

.o-pagination {
    margin: 40px 0;
}

.o-pagination__list li {
    padding: 0 7px;
    font-size: 1.6rem;
    color: #535f64;
    font-weight: 600;
}

.o-pagination__list li a {
    background: #eee;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.o-pagination__list li a.active {
    background: #585f65;
    color: #fff;
}

.t-category__search--list {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 96%;
    flex-wrap: wrap;
    margin-left: 20px;
}

.t-category__main .o-slideitem__box {
    width: 22%;
    margin-bottom: 30px;
}

.t-category__serach--grid {
    border-right: 2px solid;
    padding: 0 12px 0 0;
}

.t-category__main .list-style .o-slideitem__box {
    width: 100%;
    margin-bottom: 30px;
}

.t-category__main .list-style .o-slideitem__img {
    display: inline-block;
    width: 18%;
    margin-bottom: 10px;
}

.t-category__main .list-style .o-slideitem__brand {
    position: absolute;
    top: 20px;
    left: 180px;
}

.t-category__main .list-style .o-slideitem__name {
    position: absolute;
    top: 60px;
    left: 180px;
    border: none;
}

.t-category__main .list-style .o-slideitem__spec {
    position: absolute;
    bottom: 25%;
    right: 0;
    width: 25%;
}

.t-category__main .list-style .o-slideitem__detail {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
}

.t-category__main .list-style .o-slideitem__icon {
    position: absolute;
    top: 20px;
    right: 50px;
}

.tit-mainbnr__single .slick-slide figure img {
    width: 100%;
}

@media screen and (min-width: 601px) {
    .tit-mainbnr__single .slick-slide {
        width: 470px !important;
    }
}

@media screen and (max-width: 600px) {
    .t-category__main .list-style .o-slideitem__brand {
        left: 25%;
        top: 11px;
    }

    .t-category__main .list-style .o-slideitem__name {
        left: 25%;
        border-bottom: 1px solid #eee;
        top: 39px;
    }

    .t-category__main .list-style .o-slideitem__box {
        height: 190px;
    }

    .t-category__main .list-style .o-slideitem__icon {
        position: absolute;
        top: -15px;
        right: 0;
    }

    .t-category__main .list-style .o-slideitem__spec {
        width: 60%;
    }

    .o-pagination__list li {
        padding: 0 4px;
        font-size: 1.2rem;
        color: #535f64;
        font-weight: 600;
    }
}

.sp-detail {
    display: none;
}

@media screen and (max-width: 600px) {
    .t-category__main .o-ttl {
        padding: 0 0 0 20px;
        font-size: 1.9rem;
    }

    .t-category__serach--count {
        display: inline-block;
        padding: 15px 20px 50px;
        width: 100%;
        position: relative;
    }

    .t-category__serach--count01 {
        width: 100%;
        border-bottom: 1px solid #444;
        padding: 0 8px 10px;
        font-size: 14px;
    }

    .t-category__serach--num {
        width: 49%;
        position: absolute;
        left: 28px;
        bottom: 10px;
    }

    .t-category__serach--order {
        width: 49%;
        position: absolute;
        right: 0;
        bottom: 10px;
    }

    .t-category__serach--type {
        position: absolute;
        right: 50px;
        top: 16px;
    }

    .o-pagination {
        width: 94%;
        margin: 0 auto 40px;
    }

    .o-pagination__list {
        flex-wrap: wrap;
    }

    .o-pagination__list li {
        margin: 5px 0 0 0;
    }

    /*スマホ検索 */
    .sp-detail {
        display: block;
        width: 90%;
        margin: 10px auto 0;
        border: 1px solid #f6ac19;
        text-align: center;
        color: #ffffff;
        font-weight: 600;
        border-radius: 50px;
        padding: 5px 10px;
        position: relative;
        background: #f6ac19;
    }

    .sp-detail .t-category__nav {
        width: 100%;
    }

    .sp-detail__open {
        border-radius: 15px;
        border: 2px solid #555f64;
        color: #555f64;
        background: #ffffff;
    }

    .sp-detail .t-cat__nav--form .cat-search__wrap--box {
        background: #eee;
        border-bottom: none;
        border-left: 1px solid #fff !important;
        border-right: none;
        border-top: none;
        box-sizing: border-box;
        height: 40px;
        line-height: 30px;
        padding: 5px 10px;
        width: 190px;
    }

    .sp-detail .t-category__ttl {
        font-size: 1.9rem;
        font-weight: 600;
        text-align: left;
        color: #545f64;
    }

    .sp-detail .t-category__menu {
        color: #525f64;
        margin-bottom: 20px;
    }

    .sp-detail .t-category__menu--item {
        margin-top: 15px;
    }

    .sp-detail .t-category__menu--tit {
        display: flex;
        justify-content: flex-start;
        font-size: 1.6rem;
        font-weight: 600;
        align-items: center;
        position: relative;
    }

    .sp-detail .t-category__menu--tit figure {
        margin-right: 20px;
    }

    .sp-detail .t-category__menu--head::after {
        content: url(../images/category/cat__acor-arw.webp);
        position: absolute;
        right: 0;
        transition: .5s;
    }

    .sp-detail .t-category__menu--head.open::after {
        transform: rotate(-45deg);
    }

    .sp-detail .t-category__menu--coming::after {
        content: url(../images/category/cat__coming-icn.webp);
        position: absolute;
        right: 0;
    }

    .sp-detail .t-category__menu--list {
        color: #525f64;
        text-align: left;
        border: none;
        border-radius: 5px;
        padding: 10px 10px;
    }

    .sp-detail .t-category__menu--list--ttl {
        font-size: 1.5rem;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .sp-detail .t-category__menu--rank {
        border-bottom: 2px solid #eee;
        border-top: 2px solid #eee;
        padding-top: 15px;
    }

    .sp-detail .t-category__rank--check {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .t-category__rank--check_sec {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        margin: 0 0 5px 0;
    }

    .sp-detail .t-category__rank--check.t-category__rank--check01 {
        margin: 0 10px 0 0;
        display: block;
        width: 50%;
    }

    .sp-detail .t-category__rank--check.t-category__rank--check01 li {
        width: 100%;
    }

    .sp-detail .t-category__rank--check li {
        width: 47%;
        margin-bottom: 12px;
    }

    /* .sp-detail .t-category__rank--check li label {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        position: relative;
    }
    .sp-detail .t-category__rank--check li label::before {
        content: "";
        width: 20px;
        height: 20px;
        border: 1px solid;
        padding: 10px;
        vertical-align: middle;
        display: inline-block;
        margin: 0 10px 0 0;
    }
    .sp-detail .t-category__rank--check li label::after {
        content: "";
        width: 18px;
        height: 14px;
        background-image: url(../images/category/category_check-arw.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        opacity: 0;
        position: absolute;
        left: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);

    }

    .sp-detail .t-category__rank--check input {
        display: none;
    }
    .sp-detail .t-category__rank--check input:checked + .checked_label::after {
        opacity: 1 ;
    } */
    .checked_label {
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        position: relative;
    }

    .checked_label::before {
        content: "";
        width: 20px;
        height: 20px;
        border: 1px solid;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .checked_label::after {
        content: "";
        width: 18px;
        height: 14px;
        background: url(../images/category/category_check-arw.webp) no-repeat;
        background-size: 100%;
        opacity: 0;
        position: absolute;
        left: 2px;
        top: 50%;
        transform: translateY(-50%);
    }

    .checked_input:checked + .checked_label::after {
        opacity: 1;
    }

    .sp-detail .t-category__menu--price,
    .sp-detail .t-category__menu--select {
        border-bottom: 2px solid #eee;
        padding: 13px 0;
    }

    .sp-detail .t-category__menu--secprice {
        position: relative;
    }

    .t-category__menu--price-wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .sp-detail .t-category__price01 {
        background: #eee;
        text-align: center;
        font-weight: 600;
        position: relative;
        width: 100%;
        height: 40px;
    }

    .sp-detail .t-category__menu--secprice span {
        position: absolute;
        right: 10px;
        z-index: 99;
        font-weight: 600;
        transform: translate(0, -50%);
        top: 50%;
    }

    .sp-detail .t-category__price--text {
        text-align: center;
        display: block;
        padding: 5px 0;
        font-size: 1.4rem;
        font-weight: 600;
        width: 50px;
        margin: 0 auto;
    }

    .sp-detail .t-category__menu--select {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

    .sp-detail .t-category__menu--sec-select {
        width: 48%;
    }

    .sp-detail .t-category__menu--select select {
        width: 100%;
        text-align: left;
        text-indent: 0.5em;
        font-weight: 600;
        color: #525f64;
        padding: 8px 0;
        border-radius: 5px;
        background: url(../images/category/category_select-arw.webp) #eee no-repeat calc(100% - 10px);
    }

    .sp-detail .t-category__menu--select select::after {
        content: "";
        background: url(../images/category/category_select-arw.webp);
        width: 12px;
        height: 8px;
        position: absolute;
        right: 0;
    }

    .sp-detail .t-category__menu--color {
        border-bottom: 2px solid #eee;
        padding: 12px 0;
        margin: 0 0 20px 0;
    }

    .sp-detail .t-category__menu--check_color {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .sp-detail .t-category__menu--check_color li {
        width: 30px;
        margin: 0 3px 0;
    }

    .sp-detail .t-category__menu--check_color label {
        width: 30px;
        height: 30px;
        display: inline-block;
        background: red;
        border-radius: 50px;
        position: relative;
    }

    .sp-detail .t-category__menu--check_color label.spcolor_01 {
        background: #fff;
        border: 1px solid #eee;
    }

    .sp-detail .t-category__menu--check_color label.spcolor_02 {
        background: #0070c0;
    }

    .sp-detail .t-category__menu--check_color label.spcolor_03 {
        background: #c00000;
    }

    .sp-detail .t-category__menu--check_color label.spcolor_04 {
        background: #fef202;
    }

    .sp-detail .t-category__menu--check_color label.spcolor_05 {
        background: #ed7d31;
    }

    .sp-detail .t-category__menu--check_color label.spcolor_06 {
        background: #70ad47;
    }

    .sp-detail .t-category__menu--check_color label.spcolor_07 {
        background: #9966ff;
    }

    .sp-detail .t-category__menu--check_color label.spcolor_08 {
        background: #ffbf00;
    }

    .sp-detail .t-category__menu--check_color input[type=checkbox] {
        display: none;
    }

    .sp-detail .t-category__menu--check_color input[type=checkbox]:checked + label:after {
        content: "";
        border: 2px solid #444;
        width: 38px;
        height: 38px;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: -4px;
        left: -4px;
    }

    .sp-detail__closebtn01 {
        position: absolute;
        right: 30px;
        top: 9px;
        opacity: 0;
    }

    .sp-detail_closebtn figure {
        width: 16px;
        opacity: 0.6;
    }

    .sp-detail__open .sp-detail__closebtn01 {
        opacity: 1;
    }

    .sp-detail_close {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 2px solid #eee;
        margin: 13px 0 0;
        padding: 11px 0 0 0;
    }

    .sp-detail_close figure {
        margin: 0 10px 0 0;
    }

    .t-category__search--list {
        margin-left: 10px;
    }
}

.t-category__main .list-style .o-slideitem__spec {
    border: none;
}

@media screen and (max-width: 600px) {
    .t-category__main .list-style .o-slideitem__img img {
        height: auto;
    }

    .t-category__main .list-style .o-slideitem__name {
        top: 50px;
        height: calc(1.3em * 2);
        line-height: 1.3em;
        border-bottom: none;
    }
}


@media screen and (max-width: 340px) {
    .t-category__main .o-ttl {
        font-size: 1.6rem;
    }

    .t-category__serach--count {
        font-size: 1.3rem;
    }

}

.t-category-menu-nostock {
    padding-bottom: 0;
    padding-top: 5px;
}
