@charset "utf-8";
/* CSS Document */
/* おすすめ商品レイアウト */
/** 背景画像 **/
.rec-item_txt--lg {
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%), url("../images/2026smr_bg1.png") no-repeat;
  background-size: cover;
}
.rec-item {
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%), url("../images/2026smr_bg1.png") no-repeat;
  background-size: cover;
}
.rec-item:nth-child(even) {
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%), url("../images/2026smr_bg2.png") no-repeat;
  background-size: cover;
}