@charset "UTF-8";

/* ------------------------------------------------------------
カテゴリページ・商品ページ
------------------------------------------------------------ */
.rc1d_lp {
}

.rc1d_lp_list{
  display: flex;
  flex-wrap: nowrap;
}

.rc1d_lp_mt {
  margin-top: 20px;
}

.rc1d_lp_camBlock01 {
  position: relative;
  padding-bottom: 5%;
}
.rc1d_lp_camBlock01::after {
  content: "";
  background-color: #717071;
  width: 90%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.rc1d_lp_camBlock01_ttl {
  margin-bottom: 6%;
}

.rc1d_lp_camBlock01_flex {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 2.5%;
}

.rc1d_lp_camBlock01_item {
  width: 49%;
  list-style: none;
}

.rc1d_lp_camBlock01_img {
  width: 93%;
  margin-left: 2%;
}

.rc1d_lp_camBlock01_img + .rc1d_lp_camBlock01_img {
  margin-top: 4.5%;
}

.rc1d_lp_camBlock01_imgText {
  width: 90%;
  margin-top: 2.52%;
  margin-left: 5%;
}

.rc1d_lp_camBlock02 {
  width: 93%;
  margin: 0 auto;
}

.rc1d_lp_camBlock02_ttl {
  margin-bottom: 0.5%;
}

.rc1d_lp_camBlock02_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3%;
}
.rc1d_lp_camBlock02_item {
  width: 49.5%;
  position: relative;
  list-style: none;
}
.rc1d_lp_camBlock02_btn01 {
  width: 87%;
  position: absolute;
  left: 6%;
  bottom: 25.2%;
}
.rc1d_lp_camBlock02_btn02 {
  width: 87%;
  position: absolute;
  left: 6%;
  bottom: 2.5%;
}