@charset "UTF-8";

/* ------------------------------------------------------------
カテゴリページ
------------------------------------------------------------ */
[id] {
  scroll-margin-top: 127px;
}

.coupon_box {
  position: relative;
}

.coupon_list {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 62%;
  position: absolute;
  top: 28%;
  left: 31%;
}

.coupon_list_child {
  width: 50%;
}

.expiry {
  list-style: none;
  display: flex;
}

.expiry_date {
  width: calc(100% / 3);
}

.setItems_1dayBg {
  background-color: #f7d9dc;
  padding-bottom: 9%;
}

.setItems_1monthBg {
  background-color: rgb(45 194 236 / 0.2);
  padding-bottom: 9%;
}

.setItems_coupon {
  list-style: none;
  display: flex;
}

.setItems_coupon_btn {
  width: 50%;
}

/* ------------------------------------------------------------
商品ページ
------------------------------------------------------------ */


