/* カスタマイズ用CSS */
/* TOPページ---------------------- */
.ec-layoutRole{
    background: #f2f2f2;
}
.ec-headerRole,.ec-itemNav,.ec-categoryNaviRole,.ec-layoutRole__mainBottom {
    background: #fff;
}
.ec-headerRole,.ec-categoryNaviRole {
    max-width: 1150px;
}
.main_visual_custom{
    display: flex;
    justify-content: center;
    background: #fff;
}
.ec-newItemRole .ec-newItemRole__list {
    justify-content: center;
}
.ec-newItemRole .ec-newItemRole__listItem {
    width: 21%;
}
@media (max-width:769px) {
    .main_visual_custom img{
        width: 100%;
    }
    .ec-newItemRole .ec-newItemRole__listItem {
        width: 48%;
    }
}

/* 商品一覧ページ---------------------- */
.ec-layoutRole .ec-layoutRole__main {
    background: #fff;
}
.ec-blockBtn--action {
    margin-bottom: 30px;
}
/* 購入手続きページ---------------------- */
.ec-cartRole,.ec-orderRole {
    padding-bottom: 3rem;
}