/* ★★ランキングのCSS↓★★ */

/* 共通：商品ブロックに相対位置を設定 */
.fs-c-productListItem {
  position: relative;
}

/* =======================
   1位：kiokunashi_A_
======================= */
.fs-c-productListItem:has(a[href*="kiokunashi_A_"])::before {
  content: '';
  position: absolute;a
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #e60033;
  border-left: 40px solid transparent;
  z-index: 1;
}
.fs-c-productListItem:has(a[href*="kiokunashi_A_"])::after {
  content: "1";
  position: absolute;
  top: 4px;
  right: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  z-index: 2;
}

/* =======================
   2位：kuromiumi_A_
======================= */
.fs-c-productListItem:has(a[href*="kuromiumi_A_"])::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #e60033;
  border-left: 40px solid transparent;
  z-index: 1;
}
.fs-c-productListItem:has(a[href*="kuromiumi_A_"])::after {
  content: "2";
  position: absolute;
  top: 4px;
  right: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  z-index: 2;
}

/* =======================
   3位：surfgal_kitty_A_
======================= */
.fs-c-productListItem:has(a[href*="surfgal_kitty_A_"])::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #e60033;
  border-left: 40px solid transparent;
  z-index: 1;
}
.fs-c-productListItem:has(a[href*="surfgal_kitty_A_"])::after {
  content: "3";
  position: absolute;
  top: 4px;
  right: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  z-index: 2;
}

/* =======================
   4位：kaisou_A_
======================= */
.fs-c-productListItem:has(a[href*="kaisou_A_"])::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #e60033;
  border-left: 40px solid transparent;
  z-index: 1;
}
.fs-c-productListItem:has(a[href*="kaisou_A_"])::after {
  content: "4";
  position: absolute;
  top: 4px;
  right: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  z-index: 2;
}

/* =======================
   5位：marine_Kitty_A_
======================= */
.fs-c-productListItem:has(a[href*="marine_Kitty_A_"])::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #e60033;
  border-left: 40px solid transparent;
  z-index: 1;
}
.fs-c-productListItem:has(a[href*="marine_Kitty_A_"])::after {
  content: "5";
  position: absolute;
  top: 4px;
  right: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  z-index: 2;
}
