@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container{
        margin-left: auto;
        margin-right: auto;
    }
    .header {
        height: 140px;
    }
    .mt-3{
        margin-top: 3rem!important;
    }
    .item_list h2 strong, h2 {
        font-size: 1rem;
    }
    .search-from-group {
        margin-top: 40px;
    }
    .card-img {
        max-width: 80%;
    }
    #footer .wrap {
        padding-top: 20px !important;
        height: 180px !important;
    }
    #infoSidenav {
        padding-top: 10px;
    }
    .sidenav a.point-link{
      padding: 8px 8px 8px 20px;
      display: inline-block;
    }

    .card-product .link-item>img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    .div-pick-up-icon-pc img {
        height: 90px !important;
        width: 90px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .card-product .link-item{
        height : 210px !important;
        max-height: 210px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .card-product .link-item{
        height : 335px !important;
        max-height: 335px !important;
    }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
    .card-product .link-item{
        height : 250px !important;
        max-height: 250px !important;
    }
}

@media screen and (max-width: 539px) {
    .card-product .link-item{
        height : calc(90vw/2) !important;
        max-height: calc(90vw/2) !important;
        min-height: calc(90vw/2) !important;
    }
}