/*  パンクズリスト2個目(カテゴリ)を削除する  */
.breadcrumb-wrap ul.breadcrumb li:nth-child(2) {
display: none;
}