.cat_detail_column_2col {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
@media screen and (max-width: 680px) {
    .cat_detail_column_2col, .cat_detail_row__column_2col {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .cat_detail_row__item {
        display: block !important;
    }
}
.cat_detail_itemfilter.cat_detail_column__filter h2 {
    background: #424242;
    justify-content: center;
}
.filter-widget__list,
.filter-widget__blocks {
    display: grid;
    gap: 20px;
}
.filter-widget__ttl {
    margin: 0 0 15px;
}
.filter-widget__ttl p {
    font-size: 15px;
    font-weight: 700;
}
.filter-widget__subttl {
    margin: 0 0 10px;
}
.filter-widget__subttl p {
    color: #57524c;
    font-size: 14px;
    font-weight: 500;
}
.filter-widet__list ul li {
    cursor: pointer;
}
.filter-widet__list ul li p {
    font-size: 14px;
    font-weight: 500;
}
.filter-widet__list ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.filter-widet__list ul[data-name="step"] {
    grid-template-columns: repeat(3, 1fr);
}
.filter-widet__list ul[data-name="color"] {
    grid-template-columns: repeat(3, 1fr);
}
.cat_detail_column__filter [data-category="color"] li {
    text-align: center;
    width: 100%;
}
.cat_detail_column__filter [data-category="color"] li::before {
    background: #cbcbcb;
    content: "";
    display: block;
    height: 50px;
    margin: 0 0 5px;
    width: 100%;
}
.cat_detail_column__filter [data-category="color"] li[data-tags="シルバー"]::before {
    background: #cbcbcb;
}
.cat_detail_column__filter [data-category="color"] li[data-tags="ブラック"]::before {
    background: #5a5a5a;
}
.cat_detail_column__filter [data-category="color"] li[data-tags="ホワイト"]::before {
    background: #fff;
    border: 1px solid #57524c;
}
.cat_detail_column__filter [data-category="color"] li[data-tags="ブラウン"]::before {
    background: #8e6d4e;
}
.cat_detail_column__filter [data-category="color"] li[data-tags="ベージュ"]::before {
    background: #e5e0b8;
}
.cat_detail_column__filter [data-category="color"] li[data-tags="ゴールド"]::before {
    background: #ad9a0c;
}
.cat_detail_column__filter [data-category="color"] li[data-tags="ブルー"]::before {
    background: #7598e7;
}
.filter-widet__list ul[data-name="color"] li span {
    display: none;
}
@media screen and (max-width: 680px) {
    .filter-widet__list ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .filter-widet__list ul[data-name="shape"] {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .filter-widet__list ul[data-name="shape"] li {
        min-width: 38%;
    }
    .filter-widet__list ul li p {
        font-size: 13px;
    }
}