.bag-type-menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.bag-type-menu li {
    background: #ebebeb;
    color: #333;
    font-weight: 700;
    text-align: center;
    width: calc(33% - 8px) !important;
    max-width: none !important;
    padding: 5px 0;
    font-size: 15px !important;
    margin: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 3px solid transparent;
    
}
.bag-type-menu.w-20 li {
    width: calc(25% - 8px) !important;
}
.bag-type-menu li img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.bag-type-menu li:hover {
    color: #fc9829
}

.bag-type-menu.li5 li {
    width: 20%!important;
}

.bag-type-menu li.p-40 {
    padding: 25px 0
}

.bag-type-menu li.p-30 {
    padding: 40px 0 40px 65px
}



.bag-type-menu li.is-select {
    background: #ffefd4;
    color: #fc9829;
    position: relative;
    border-color: #fc9829
}

.tab-headline {
    color: #fc9829;
    border-bottom: 1px solid #eee;
    font-size: 1pc
}
.btn_category a {
    border: 1px solid #ccc;
    color: #333;
    padding: 18px 15%;
    position: relative;
    font-weight: 600;
    display: block;
    width: 80%;
    margin: 20px auto;
}
.product__featured ul, .product__new ul {margin: 0;}
@media screen and (min-width: 661px)and (max-width:990px) {
    .bag-type-menu li,.bag-type-menu li:first-child,.bag-type-menu li:last-child,.bag-type-menu.w-20 li {
        padding:15px 0!important;
        width: 32% !important;
        flex: none;
    }
    
}
.products .products_price {
    font-size: 1.8rem;
    color: #c00b01;
    line-height: 1;
    font-weight: 600;
    display: flex
}

.products .products_price p {
    font-size: .8em;
    margin-top: 5px
}

.products .products_price i {
    margin-right: 5px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    padding: 5px;
    font-style: normal;
    font-size: .6rem;
    background: #c00b01;
    color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px
}

.products .products_price span {
    font-size: .5rem
}

.product__special ul>li:hover img {
    opacity: 1
}
.quick-ttl {
    margin: 10px auto;
    background: #FFEFD6;
    padding: 7px;
    text-align: center;
    font-size: 12px;
}
@media screen and (max-width: 545px) {
    .sb__category ul li a {
        font-size:10px
    }

    .category-top.sb__category ul>li>a:before {
        right: 5px
    }

    .sb__category ul li a {
        padding-right: 20px
    }

    .products .products_price {
        padding: 5px 0 0;
        text-align: center;
        align-items: center;
        font-size: 1.3rem
    }

    .products .products_price p {
        width: auto;
        text-align: start
    }

    .products .products_price i {
        font-size: 10px;
        height: 30px;
        width: 2pc;
        padding: 5px 0 0
    }

    .product__featured {
        margin-bottom: 50px
    }



}
@media screen and (max-width: 660px) {
  .bag-type-menu li img { 
    left: 5px;
    width: 30px;
  }
    .bag-type-menu li,.bag-type-menu li:first-child,.bag-type-menu li:last-child,.bag-type-menu.li5 li {
        width: 32% !important;
        font-size: 9px !important;
        flex-wrap: wrap;
        border: 1px solid transparent;
        border-bottom: 3px solid #333;
        margin: 1px !important;
        position: relative;
        padding: 15px 0 15px 30px !important;
    }
    .bag-type-menu li,.bag-type-menu li:first-child,.bag-type-menu li:last-child,.bag-type-menu.w-20 li {
        padding: 15px 0 15px 30px !important;
        width: 32% !important;
        flex: none;
    }
    .bag-type-menu ul {
        justify-content: space-between;
        overflow-x: hidden;
        width: 100%;
    }

    .bag-type-menu li.is-select:before {
        content: none
    }

    .bag-type-menu li.is-select:first-child,.bag-type-menu li.is-select:last-child,.bag-type-menu.li5 li.is-select {
        border-bottom: 3px solid #fc9829
    }
    .bag-type-menu li.p-30.sp-0 {        padding: 0px 0 0px 30px !important;}
    .bag-type-menu li.p-30.sp-15 {        padding: 10px 0 10px 30px !important;}
    .product__featured ul li { margin-bottom: 10px;flex: none !important;}


}
@media only screen and (max-width: 667px) {
    .isSP {display: block;}
    .isPC {display: none;}
    .flex-box { display: block;}
    .ec-sliderItemRole,.product-detail {width: 100%}
    .slick-dots {margin: 0 !important;}
    .slick-dots li {margin: 0 10px;height: 15px !important;}
    .slick-dots li button:before{height: 15px !important;}
    .slick-dots li button:before {width: 15px !important;}
}