@charset "UTF-8";
.rankings-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 3px;
  white-space: nowrap;
  background-color: #ddd;
}

.rankings-title {
  font-weight: normal;
  font-size: 70%;
  margin-top: 1ex;
  word-wrap: break-word;
}

.swiper-wrapper {
  align-items: baseline;
}

/* 各アイテム */
.rankings-wrapper .item {
  flex: 0 0 calc(12.5% - 16px);
  scroll-snap-align: start;
}

/* スクロールボタン */
.scroll-btn {
  cursor: pointer;
  font-size: 20px;
}

#rankingItem .product_stock_img img {
  max-height: 200px;
  width: auto;
}/*# sourceMappingURL=orderhistory.css.map */