.slick-track {
  min-width: 100%;
}

.itemList--ranking.ranking--typeimage .itemList__unit .itemWrap:before {
  border: transparent!important;
  background: transparent!important;
  font-size: 0!important;
  width: 30px!important;
  height: 20px!important;
  border-radius: 0!important;
  left: 5px!important;
  top: 5px!important;
}
.itemList--ranking.ranking--typeimage .itemList__unit:nth-child(1) .itemWrap:before {
  background-image: url(https://file003.shop-pro.jp/PA01452/127/img/No1.png)!important;
  background-size: cover!important;
}
.itemList--ranking.ranking--typeimage .itemList__unit:nth-child(2) .itemWrap:before {
  background-image: url(https://file003.shop-pro.jp/PA01452/127/img/No2.png)!important;
  background-size: cover!important;
}
.itemList--ranking.ranking--typeimage .itemList__unit:nth-child(3) .itemWrap:before {
  background-image: url(https://file003.shop-pro.jp/PA01452/127/img/No3.png)!important;
  background-size: cover!important;
}

@media (max-width: 767px) {
.itemList--ranking.ranking--typeimage .itemList__unit .itemWrap:before {
  border: transparent!important;
  background: transparent!important;
  font-size: 0!important;
  width: 20px!important;
  height: 13px!important;
  border-radius: 0!important;
  left: 5px!important;
  top: 5px!important;
}
.sp-grid {
  display: grid!important;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  grid-template-columns: repeat(4, 1fr);
}
.sp-grid > * {
  width: 90vw!important;
  max-width: 90vw!important;
  flex: 0 0 90vw!important;
}
}