/* 新着商品エリアを非表示にする */
.section-new-item {
    display: none !important;
}
