@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/2026/bg1.webp") 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/2026/bg1.webp") 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/2026/bg2.webp") no-repeat;
  background-size: cover;
}
.rec-item_deco {
  padding-top: 40px;
  margin-top: -26px;
}