/* カスタマイズ用CSS */

.ec-categoryRole {
    padding: 20px 0;
}

.ec-headerNavSP {
    background: none;
}

.ec-shelfGrid .ec-shelfGrid__item img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
}

@media(max-width: 768px) {
    .ec-sliderRole {
        padding-left: 0;
        padding-right: 0;
    }
    
    .ec-shelfGrid .ec-shelfGrid__item img {
        width: 100%;
        max-height: 101px;
        object-fit: cover;
    }
}