/* 大カテゴリー・小カテゴリーのみ非表示 */
.breadcrumb-list__unit.category,
.breadcrumb-list__unit.subcategory {
  display: none;
}

/* グループは表示されます（何も指定しない） */