.t-category__nav {
    width: 245px;
}

.t-cat__nav--form {
    margin: 25px 0;
}

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

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

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

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

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

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

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

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

.t-category__submenu {
    display: none;
}

.t-category__submenu > li {
    text-align: left;
    font-size: 13px;
    color: #525f64;
    position: relative;
    padding: 0;
    margin: 13px 0 5px 32px;

}

.t-category__submenu li a {
    width: 100%;
    display: inline-block;
}

.t-category__submenu li:after {
    content: url(../images/category/cat__menu--arw.webp);
    position: absolute;
    right: 0;
}

.t-category__menu--list {
    color: #525f64;
    text-align: left;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 10px 20px;
}

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

.t-category__menu--rank {
    border-bottom: 2px solid #eee;
}

.t-category__rank--check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.t-category__rank--check.t-category__rank--check01 {
    margin-bottom: 25px;
}

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

.t-category__rank--check li label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.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;
}

.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%;
    transform: translateY(-50%);
}

.t-category__rank--check input[type=checkbox] {
    display: none;
}

.t-category__rank--check input[type=checkbox]:checked + label::after {
    opacity: 1;
}

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

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

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

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

.t-category__price--text {
    text-align: center;
    display: block;
    padding: 5px 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.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);
}

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

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

.t-category__menu--check_color li {
    width: 20%;
    margin: 0 5px 20px;
}

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

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

.t-category__menu--check_color label.color_02 {
    background: #0070c0;
}

.t-category__menu--check_color label.color_03 {
    background: #c00000;
}

.t-category__menu--check_color label.color_04 {
    background: #fef202;
}

.t-category__menu--check_color label.color_05 {
    background: #ed7d31;
}

.t-category__menu--check_color label.color_06 {
    background: #70ad47;
}

.t-category__menu--check_color label.color_07 {
    background: #9966ff;
}

.t-category__menu--check_color label.color_08 {
    background: #ffbf00;
}

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

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

.o-btn__navbtn {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.t-category .t-category__main .o-slideitem__box {
    margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
    .t-category .t-category__nav {
        display: none;
    }

    .t-category .t-category__main {
        width: 100%;
    }

    .t-category .t-category__main .o-slideitem__box {
        width: 43%;
    }
}


/* ====== ver2 ======*/
.t-category__nav {
    width: 245px;
}

.t-cat__nav--form {
    margin: 25px 0;
}

.t-cat__nav--form .cat-search__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    width: 100%;
}

.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: 100%;
    border-radius: 8px;
}

.t-cat__nav--form .cat-search__wrap--btn {
    transition: all 0.3s ease-in-out;
    align-items: center;
    background: #555f64;
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

@media screen and (max-width: 600px) {
    .sp-detail .t-cat__nav--form .cat-search__wrap {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }
}

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

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

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

.t-category__menu--tit {
    display: flex;
    justify-content: flex-start;
    font-size: 1.6rem;
    font-weight: 600;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
    text-align: left;
}

.t-category__menu--tit figure {
    margin-right: 20px;
    width: 25px;
}

.t-category__submenu {
    margin-top: 10px;
    margin-bottom: 10px;
}

.t-category__submenu.sub-open {
    display: block;
}

.t-category__menu--head_v2::after {
    content: url(../images/category/cat__acor-arw.webp);
    position: absolute;
    right: 6px;
    transition: .5s;
}

.t-category__menu--head_v2.nav-open::after {
    transform: rotate(-45deg);
}

.t-category__menu--head_v3::after {
    content: url(../images/category/cat__acor-arw.webp);
    position: absolute;
    right: 15px;
    transition: .5s;
}

.t-category__menu--head_v3.nav-open::after {
    transform: rotate(-45deg);
}

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

.t-category__submenu {
    display: none;
}

.t-category__submenu > li {
    text-align: left;
    font-size: 1.4rem;
    color: #525f64;
    position: relative;
    padding: 0;
    margin: 0 0 5px 32px;
}

.t-category__submenu li a {
    width: 100%;
    display: inline-block;
    padding: 8px 20px 8px 10px;
}

.t-category__submenu li ul li a {
    font-size: 13px;
}

.t-category__submenu > li:after {
    content: url(../images/category/cat__menu--arw.webp);
    position: absolute;
    right: 6px;
    padding-top: 5px;
}

.t-category__submenu li a:hover,
.t-category__submenu li.current a {
    background: #eee;
    border-radius: 30px;
}

.t-category__submenu li.current {
    padding: 0;
}

.noneplus::after {
    display: none;
}

.t-category__submenu li:after {
    padding-top: 10px;
}

.t-category__menu--list {
    color: #525f64;
    text-align: left;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 10px 20px;
}

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

.t-category__menu--rank {
    border-bottom: 2px solid #eee;
}

.t-category__rank--check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.t-category__rank--check.t-category__rank--check01 {
    margin-bottom: 25px;
}

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

.t-category__rank--check li label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.t-category__rank--check li label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
    margin: 3px 8px 5px 10px;
}

.t-category__rank--check li label::after {
    content: "";
    width: 18px;
    height: 14px;
    display: block;
    opacity: 0;
    position: absolute;
    left: 13px;
    top: 40%;
    transform: translateY(-50%);
    background: url(../images/cart/check-solid.svg) no-repeat;
    background-size: 85%;
}

.t-category__submenu_lv3 {
    padding: 0 0 0 10px;
    display: none;
}

.t-category__submenu_lv3 li {
    margin: 5px 0;
}

.category__submenu_title {
    padding: 4px 25px 4px 10px;
    font-size: 13px;
    cursor: pointer;
    margin: 10px 0;
}


.category_subtitle::after {
    content: url(../images/category/cat__acor-arw.webp);
    position: absolute;
    right: 6px;
    transition: .5s;
}

.category_subtitle.nav-open::after {
    transform: rotate(-45deg);
}

.t-category__rank--check input[type=checkbox] {
    display: none;
}

.t-category__rank--check input[type=checkbox]:checked + label::after {
    opacity: 1;
}

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

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

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

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

.t-category__price--text {
    text-align: center;
    display: block;
    padding: 5px 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.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);
}

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

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

.t-category__menu--check_color li {
    width: 20%;
    margin: 0 5px 20px;
}

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

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

.t-category__menu--check_color label.color_02 {
    background: #0070c0;
}

.t-category__menu--check_color label.color_03 {
    background: #c00000;
}

.t-category__menu--check_color label.color_04 {
    background: #fef202;
}

.t-category__menu--check_color label.color_05 {
    background: #ed7d31;
}

.t-category__menu--check_color label.color_06 {
    background: #70ad47;
}

.t-category__menu--check_color label.color_07 {
    background: #9966ff;
}

.t-category__menu--check_color label.color_08 {
    background: #ffbf00;
}

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

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

.o-btn__navbtn {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.t-category .t-category__main .o-slideitem__box {
    margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
    .t-category .t-category__nav {
        display: none;
    }

    .t-category .t-category__main {
        width: 100%;
    }

    .t-category .t-category__main .o-slideitem__box {
        width: 43%;
    }
}

/* ====== add ======*/

.t-category__rank--check.column01 {
    display: block;
}

.t-category__rank--check.column01 li {
    width: 100%;
}

.t-cat__nav--fig {
    margin-bottom: 30px;
    display: none;
}

.t-category__submenu li:after {
    right: 10px;
}

.priceerror {
    color: hsl(0deg 99% 43%);
    margin-top: 0.3em;
}

input[type=number].t-category__price01 {
    border-radius: 8px 8px 8px 8px;
    padding-right: 30px;
}

.o-btn.o-btn--dgy.o-btn__navbtn {
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    .t-category__submenu li.current {
        border-radius: 0;
    }

    .sp-detail_search .sp-detail_ttl {
        line-height: 3em;
        font-size: 16px;
        letter-spacing: 0.2em;
    }

    .sp-detail_search .sp-detail__closebtn01 {
        top: 20px;
        display: none;
    }

    .sp-detail.sp-detail__open .t-category__nav .t-category__menu--sec-select {
        width: 100%;
    }

    .sp-detail.sp-detail__open .cat-search__wrap--box {
        background: hsl(0deg 0% 93%);
        border-bottom: none;
        border-left: 1px solid hsl(0deg 0% 100%) !important;
        border-right: none;
        border-top: none;
        box-sizing: border-box;
        height: 40px;
        line-height: 30px;
        padding: 5px 10px;
        width: 100%;
    }

    .sp-detail.sp-detail__open .t-category__menu--rank {
        border: none;
    }

    .sp-detail.sp-detail__open .t-category__rank--check.flexnone {
        display: block;
        margin-top: 20px;
    }

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

    .sp-detail.sp-detail__open .o-btn.o-btn--dgy.o-btn__navbtn {
        margin-top: 10px;
    }
}


/* 検索結果の商品3列表示 */
.t-category .t-category__main .t-category__search--list .o-slideitem__box .o-slideitem__detail br {
    display: none;
}

@media screen and (max-width: 600px) {
    .t-category .t-category__main .t-category__search--list .o-slideitem__box {
        width: 31%;
        font-size: x-small;
        margin: 0 1% 10px;
    }

    .t-category .t-category__main .t-category__search--list .o-slideitem__box .o-slideitem__img,
    .t-category .t-category__main .t-category__search--list .o-slideitem__box .o-slideitem__brand,
    .t-category .t-category__main .t-category__search--list .o-slideitem__box .o-slideitem__name,
    .t-category .t-category__main .t-category__search--list .o-slideitem__box .o-slideitem__spec {
        margin: 5px 5px 0;
    }

    .t-category .t-category__main .t-category__search--list .o-slideitem__box .o-slideitem__name {
        height: calc(1.3em * 2);
        line-height: 1.3;
    }

    .t-category .t-category__main .t-category__search--list .o-slideitem__box .o-slideitem__spec {
        padding: 5px 0;
    }

    .t-category .t-category__main .t-category__search--list .o-slideitem__box .o-slideitem__detail .js-balloon {
        left: 51%;
    }

    .t-category .t-category__main .t-category__search--list .o-slideitem__box .o-slideitem__detail .o-slideitem__cart,
    .t-category .t-category__main .t-category__search--list .o-slideitem__box .o-slideitem__detail .o-slideitem__favorite {
        height: 40px;
        text-align: center;
        font-size: xx-small;
    }

    .t-category .t-category__main .t-category__search--list .o-slideitem__box .o-slideitem__detail .o-slideitem__cart br {
        display: inline;
    }
}
