/* カスタマイズ用CSS */
/* カスタマイズ用CSS */
@media only screen and (min-width: 768px) {
    .ec-categoryRole .ec-categoryRole__listItem {
        width: calc(100% / 2);
    }
    .ec-shelfGrid .ec-shelfGrid__item {
        width: 20%;
    }
}