/* カスタマイズ用CSS */
.ec-newItemRole__title-heading{
    width: 100%;
}
.ec-newItemRole__bottom {
    text-align: center;
    margin-top: 30px;
}

.div-sp{
    display: none;
}
@media screen and (max-width: 768px){
    .div-pc{
        display: none
    }
    .div-sp{
        display: block;
    }
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd){
        margin-right: 0%;
    }
    .ec-newItemRole .ec-newItemRole__listItem:nth-child(even){
        margin-right: 4%;
    }
}

/* update 10-08 */

.ec-shelfGrid .ec-shelfGrid__item-image{
    height: 150px;
}
@media only screen and (min-width: 768px){
    .ec-shelfGrid .ec-shelfGrid__item-image {
        height: 250px;
    }
}
