@charset "UTF-8";

/* ------------------------------------------------------------
カテゴリページ・商品ページ
------------------------------------------------------------ */
.rc1d_lp {
}

.rc1d_lp_list{
  display: flex;
  flex-wrap: nowrap;
}

.rc1d_lp_list_margin {
  margin-top: 6%;
  margin-bottom: 15%;
}

.rc1d_lp_campaignArea {
  width: 93%;
  margin: 14% auto;
}

.rc1d_lp_campaignArea_ttl {
  margin-bottom: 0.5%;
}

.rc1d_lp_campaignArea_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3%;
}
.rc1d_lp_campaignArea_item {
  width: 49.5%;
  position: relative;
  list-style: none;
}
.rc1d_lp_campaignArea_btn01 {
  width: 87%;
  position: absolute;
  left: 6%;
  bottom: 25.2%;
}
.rc1d_lp_campaignArea_btn02 {
  width: 87%;
  position: absolute;
  left: 6%;
  bottom: 2.5%;
}

.rc1d_lp_recommend {
  width: 87%;
  margin: 14% auto;
}

.rc1d_lp_recommend_link {
  position: relative;
}

.rc1d_lp_recommend_single {
  display: flex;
  justify-content: space-between;
  width: 85%;
  position: absolute;
  top: 1%;
  left: 8%;
}

.rc1d_lp_recommend_single_item {
  width: 49%;
  list-style: none;
}

.rc1d_lp_recommend_btn01 {
  width: 88%;
  position: absolute;
  top: 28%;
  left: 5%;
}

.rc1d_lp_recommend_btn02 {
  width: 88%;
  position: absolute;
  top: 60%;
  left: 5%;
}