@charset "UTF-8";

/* ------------------------------------------------------------
商品ページ
------------------------------------------------------------ */
.vc2w_lp {
}

.vc2w_lp_color_item {
  margin-bottom: 20px;
}

.vc2w_lp_mb {
  margin-bottom: 30px;
}

/* ------------------------------------------------------------
カテゴリページ（テキストコーディング）
------------------------------------------------------------ */
/* 共通設定 ------------------------------ */
.vc2wCate {
  font-feature-settings: "palt";
}
.vc2wCate_lineup {
  margin-bottom: 1%;
}

.vc2wCate_lineupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  width: 96%;
}

.vc2wCate_lineupList_child {
  width: 46%;
  margin-bottom: 2.5%;
  position: relative;
}

.vc2wCate_lineupList .vc2wCate_lineupList_child:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.vc2wCate_lineupList_name {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #d49d91;
  position: absolute;
  left: 66%;
  bottom: 7.5%;
}

.vc2wCate_lineupList_name_position01 {
  left: 65%;
  bottom: 6.5%;
}

.vc2wCate_lineupList_name_position02 {
  left: 63%;
}

.vc2wCate_features {
  background: url(https://fatp275ehc.user-space.cdn.idcfcloud.net/images/pc/type/se_victoria2week/cate_vc2w_features_bg.webp) no-repeat top center / 100% auto;
  margin-top: 3%;
  padding: 3.5% 4% 37%;
  position: relative;
}

.vc2wCate_features_ttl {
  margin-bottom: 2.9%;
}

.vc2wCate_featuresList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.vc2wCate_featuresList_detail {
  width: 32.4%;
  position: relative;
}

.vc2wCate_featuresList_text {
  width: 100%;
  font-size: 3rem;
  color: #727272;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 19%;
}

.vc2wCate_features_price {
  position: absolute;
  left: 0;
  bottom: 0;
}

