@charset "UTF-8";

/* ------------------------------------------------------------
商品ページ
------------------------------------------------------------ */
.vc1d_lp {
}

.vc1d_lp_tit {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.vc1d_lp_color_item {
  margin-bottom: 20px;
}

.vc1d_lp_mt {
  margin-top: 10px;
}

.vc1d_lp_mb {
  margin-bottom: 30px;
}

/* ------------------------------------------------------------
カテゴリページ（テキストコーディング）
------------------------------------------------------------ */
/* 共通設定 ------------------------------ */
.vc1dCate {
  font-feature-settings: "palt";
}

.vc1dCate_lineUp {
  display: grid;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: auto auto;
  justify-content: space-between;
  width: 94%;
  margin-top: 6%;
  margin-left: 2%;
  list-style: none;
}

.vc1dCate_lineUp_ttl {
  grid-row: 1 / 3;
  grid-column: 1 / 3;
  width: 60%;
  margin-top: -4%;
  margin-left: 1%;
  z-index: -1;
}

.vc1dCate_lineUp_box {
  width: 96%;
  position: relative;
}

.vc1dCate_lineUp .vc1dCate_lineUp_box:nth-of-type(1) {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}

.vc1dCate_lineUp .vc1dCate_lineUp_box:nth-of-type(2) {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  margin-top: 3%;
}

.vc1dCate_lineUp .vc1dCate_lineUp_box:nth-of-type(3) {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  margin-top: 3%;
}

.vc1dCate_lineUp .vc1dCate_lineUp_box:nth-of-type(n+2) {
  margin-bottom: 4%;
}

.vc1dCate_lineUp_name {
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  color: #dd76a0;
  position: absolute;
  left: 48%;
  bottom: 1%;
}

.vc1dCate_lineUp_name_position01 {
  left: 54%;
}

.vc1dCate_lineUp_name_position02 {
  left: 45%;
}

.vc1dCate_lineUp_name_position03 {
  left: 54%;
}

.vc1dCate_features {
  background-color: #fbf2f5;
  padding: 4%;
}

.vc1dCate_features_ttl {
  margin-bottom: 3%;
}

.vc1dCate_featuresList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.vc1dCate_featuresList_detail {
  width: 48.8%;
  margin-bottom: 1%;
  position: relative;
}

.vc1dCate_featuresList_text {
  font-size: 3rem;
  color: #727272;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: absolute;
  left: 7%;
  bottom: 30%;
}

.vc1dCate_features_lens {
  margin-top: 4%;
}

.vc1dCate_bnrArea_ttl {
  margin-bottom: 1%;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
