@charset "UTF-8";
/* ==================================================
    CateTop カテゴリトップ
   ================================================== */
.CateTop__CardList {
  display: flex;
  flex-wrap: wrap;
}
.CateTop__CardListItem {
  width: calc((100% - 120px) / 4);
}
.CateTop__CardListItem:not(:nth-child(4n+1)) {
  margin-left: 40px;
}
.CateTop__CardListItem:nth-child(n+5) {
  margin-top: 40px;
}