.brand_content {
    display: none;
}
.brand_content.active {
    display: block;
}

.page-brands .module-header {
    position: unset;
}

.page-brands .main {
    margin-top: 0 !important;
}

.page-blog .module-pagination .pagination {
    text-align: unset;
}

.category-page .category_list ul .category_li {
    padding: 5px 0;
}

.category-page .category_list ul .category_li .title_gender {
    position: relative;
    cursor: pointer;
}

.category-page .category_list ul .category_li .title_gender:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #0a0a0a #0a0a0a transparent transparent;
}

.category-page .category_list ul .category_li .title_gender.active:after {
    display: block;
    top: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: transparent #0a0a0a #0a0a0a transparent;
    cursor: pointer;
}

.category-page .category_list ul .category_li .submenu {
    display: none;
    padding-top: 5px;
}

.category-page .category_list ul .category_li .submenu a {
    display: inline-block;
}

.page-product .product-detail-box .product-images-list .product-slider .slick-slide img {
    margin: 0 auto;
}

.search.content {
    width: 100%;
}

.page-brands .brand-list-page .brand-aphabel li a.disable_link {
    color: #cacaca;
    cursor: unset;
}

.js-tab li {
    cursor: pointer;
}

.h2-txt span.en {
    font-size: 1.2rem;
}

.h2-txt span.jp {
    font-size: 0.75rem;
}

.module-product-status li.gender {
    color: rgba(0,0,0,.6);
    border: 1px solid rgba(0,0,0,.6);
}

.collaboration-box .module-card-product .card-section .brand-name {
    color: #fefefe;
}

.tab-main .tabs-main__item {
    font-size: .85714rem;
    padding: 10px 0 0;
    border-top: 1px solid #e6e6e6;
}

.tab-main .tabs-main__item .tab-title {
    cursor: pointer;
    margin: 0 0 10px 0;
    position: relative;
}

.tab-main .tabs-main__item .tab-title .big-size {
    font-size: 1.14286rem;
}

.tab-main .tabs-main__item .tab-title:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    display: block;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(
            45deg
    );
    border-color: transparent #0a0a0a #0a0a0a transparent;
    transition: all ease .9s;
}

.brand_block {
    display: flex;
}

.brand_block > div {
    padding-right: 20px;
}

.brand_block div img {
    /*width: 50%;*/
    /*max-width: 50px;*/
}

.page-product .product-detail-box .product-detail .card-color-product ul {
    display: flex;
    flex-wrap: wrap;
}

.page-product .product-detail-box .product-detail .card-color-product li {
    overflow: hidden;
    overflow-wrap: break-word;
}

.page-product .product-detail-box .product-detail .size-list li {
    overflow: hidden;
}

.page-staticpage .content {
    width: 100%;
}

.page-product .slider-nav-thumbnails.thumb-list {
    display: flex;
    flex-wrap: wrap;
}

.module-store-box {
    background: white;
}

.module-product-status li.last-one{
    background-color:orange;border:1px solid orange
}

.category-page .category_list ul li span:hover {
    text-decoration: underline;
}

.total-item {
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.collaboration-box {
    background-color: #c1c1c1 !important;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.secret-sale-banner img {
    width: 100%;
}


.detailForm__item__star{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-top:3px
}
.detailForm__item__star img{width:20px}
.detailForm__btn{background:#303030;
    color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin:10px auto 0;
    font-size:14px;
    font-weight:700;
    padding:5px 10px
}

.rating-point {
    width:calc(30px * 5);
    height:30px;
    margin-right:10px;
    background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px" viewBox="-40 -40 80 80"><path fill="transparent" stroke="orange" stroke-width="5px"  d="M 0.000 20.000 L 23.511 32.361 L 19.021 6.180 L 38.042 -12.361 L 11.756 -16.180 L 0.000 -40.000 L -11.756 -16.180 L -38.042 -12.361 L -19.021 6.180 L -23.511 32.361 L 0.000 20.000 "/></svg>');
    position: relative;
}
.rating-point:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:calc(30px * var(--r,1));
    background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px" viewBox="-40 -40 80 80"><path fill="orange" stroke="%orange" stroke-width="5px"  d="M 0.000 20.000 L 23.511 32.361 L 19.021 6.180 L 38.042 -12.361 L 11.756 -16.180 L 0.000 -40.000 L -11.756 -16.180 L -38.042 -12.361 L -19.021 6.180 L -23.511 32.361 L 0.000 20.000 "/></svg>')
}
.rating-point{margin-bottom:5px}

.rating-point1 {
    width:calc(16px * 5);
    height:16px;
    margin-right:10px;
    background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="-40 -40 80 80"><path fill="transparent" stroke="orange" stroke-width="5px"  d="M 0.000 20.000 L 23.511 32.361 L 19.021 6.180 L 38.042 -12.361 L 11.756 -16.180 L 0.000 -40.000 L -11.756 -16.180 L -38.042 -12.361 L -19.021 6.180 L -23.511 32.361 L 0.000 20.000 "/></svg>');
    position: relative;
}
.rating-point1:before{
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:calc(16px * var(--r,1));
    background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="-40 -40 80 80"><path fill="orange" stroke="%orange" stroke-width="5px"  d="M 0.000 20.000 L 23.511 32.361 L 19.021 6.180 L 38.042 -12.361 L 11.756 -16.180 L 0.000 -40.000 L -11.756 -16.180 L -38.042 -12.361 L -19.021 6.180 L -23.511 32.361 L 0.000 20.000 "/></svg>')
}
.rating-point1{margin-bottom:5px}

.detailForm__btn{
    background:#303030;
    color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin:10px auto 0;
    font-size:14px;
    font-weight:700;padding:5px 10px
}

.product-page__section .item-selector .slider-nav-thumbnails div {
    width: 100%;
    margin: 0;
}

.thumbnal-slider .slick-dots {
    text-align: center;
    margin: 10px 0;
}
.thumbnal-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: -220px 5px 0px 5px;
}
.thumbnal-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    transition: all 0.3s ease;
    text-indent: -9999px;
    background-color: #fff;
    border: 1px solid black;
}
.thumbnal-slider .slick-dots li button:focus {
    outline: none;
}
.thumbnal-slider .slick-dots li.slick-active button {
    background-color: black;
}

.break-word {
    word-break: break-word;
}

.flex-col.width-100 {
    width: 100%;
}

@media screen and (min-width:835px){
    .detailForm__btn{
        margin-right:0;
        margin-top:15px;
        padding:10px 15px
    }
}

@media (min-width: 769px) {
    .module-banners-box .grid {
        height: 900px;
    }
    .module-header .header-line2 {
        min-height: 85px;
    }
    .module-block-menu .navi-list {
        flex-wrap: nowrap;
    }
}

@media (max-width: 768px) {
    .thumbnal-slider .slick-dots li {
        display: inline-block;
        vertical-align: top;
        margin: -140px 5px 0px 5px;
    }
    .page-brands .brand-list-page .initial-block .initial-brand li {
        width: 45%;
    }

    .page-product .product-detail-box .product-images-list .item-selector {
        display: block;
    }
}

@media (max-width: 480px) {
    .page-brands .brand-list-page .initial-block .initial-brand li {
        width: 100%;
    }
}

.hidden {
    display: none!important;
}

.module-card-price {
    width: 100%;
    justify-content: center;
}

.card .description {
    height: 20px;
}