.list_product_name {
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.list_product_price{
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    color: #C60400;
    font-weight: 700;
}

.kani_cate {
  display:none;
}



@media (max-width: 768px) {
.kani_cate {
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .kani_cate_ttl {
        background-image: url(https://img21.shop-pro.jp/PA01464/491/etc/com_bg02.jpg?cmsp_timestamp=20210210170130);
        background-repeat: repeat;
        padding: 15px 0 10px;
        margin: 0 auto 20px;
        width: 100%;
    }

    .kani_cate_ttl > a {
        border-bottom: 2px solid #FFF;
        color: #FFF;
        font-weight: 500;
        margin: 0;
        position: relative;
        font-size: 20px;
        line-height: 1.5em;
        padding: 0 20px 6px;
        display: block;
    }

    .kani_cate {
        margin: 0;
        padding: 0;
    }

    .kani_cate > li {
        margin-right: 2%;
        width: 48%;
    }

    .kani_cate > li:last-child {
        margin-right: 0;
    }

    .kani_cate > li:nth-child(2n) {
        margin-right: 0;
    }

    .kani_cate > li > a {
        display: block;
        margin-bottom: 20px;
        padding: 15px 0;
        background-color: #C60400;
        color: #FFF;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        transition: all 0.5s ease;
    }
}