/* カスタマイズ用CSS */
.template-mainNewItems {
  margin-bottom: 0;
  padding-bottom: 125px;
}

@media screen and (max-width: 768px) {
  .template-mainNewItems {
    margin-bottom: 0;
    padding-bottom: 62.5px;
  }
}
