

/* label入れ替え */
.itemList .itemList__item.label1 .itemList__label {
  background-image: url("img/LimitedItem.png");
}
.itemList .itemList__item.label2 .itemList__label {
  background-image: url("img/LimitedPrice.png");
}
.itemList .itemList__item.label3 .itemList__label {
  background-image: url("img/NoveltyPresent.jpg");
}
