@charset "UTF-8";

/* ------------------------------------------------------------
商品ページ
------------------------------------------------------------ */
.ch1d_lp {
}

.ch1d_lp_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ch1d_lp_listItem:nth-child(1),
.ch1d_lp_listItem:nth-child(4),
.ch1d_lp_listItem:nth-child(7) {
  width: 35.3%;
}

.ch1d_lp_listItem:nth-child(2),
.ch1d_lp_listItem:nth-child(5),
.ch1d_lp_listItem:nth-child(8) {
  width: 31%;
}

.ch1d_lp_listItem:nth-child(3),
.ch1d_lp_listItem:nth-child(6),
.ch1d_lp_listItem:nth-child(9) {
  width: 33.7%;
}

.ch1d_lp_mt {
  margin-top: 20px;
}

.ch1d_lp_bnrBox {
	margin-bottom: 30px;
}

/* ------------------------------------------------------------
カテゴリページ（テキストコーディング）
------------------------------------------------------------ */
/* 共通設定 ------------------------------ */
.ch1dCate {
  font-feature-settings: "palt";
}

.ch1dCate_lineup {
  background-color: #ffe1e1;
  padding: 1.7% 0 4.5%;
}

.ch1dCate_lineup_ttl {
  width: 65%;
  margin: 0 auto 1.5%
}

.ch1dCate_lineupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  width: 92%;
  margin-left: 5%;
}

.ch1dCate_lineupList_child {
  width: 33%;
  margin-bottom: 1%;
}

.ch1dCate_lineupList_child a {
  display: block;
  position: relative;
}

.ch1dCate_lineupList_name {
  width: 100%;
  font-size: 1.9rem;
  font-weight: 400;
  color: #3d3c3b;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ch1dCate_spec {
  background-color: #ffe1e1;
  padding-top: 7%;
}

.ch1dCate_spec_ttl {
  width: 52%;
  margin: 0 auto 1.5%;
}

.ch1dCate_spec_inner {
  background-color: #fff;
  border-radius: 8% 0 8% 0;
  width: 90%;
  margin: 0 auto;
  padding: 4.5% 0 6%;
}

.ch1dCate_spec_text {
  width: 73%;
  margin: 0 auto 5.5%;
}

.ch1dCate_specList {
  display: flex;
  width: 95%;
  margin: 0 auto 6%;
  list-style: none;
}

.ch1dCate_specList_detail {
  width: 31%;
}
.ch1dCate_specList .ch1dCate_specList_detail:nth-child(2) {
  background-image: url(/images/pc/type/se_chouchou1d/cate_ch1d_spec_line.webp), url(/images/pc/type/se_chouchou1d/cate_ch1d_spec_line.webp);
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: auto 100%;
  width: 38%;
}

.ch1dCate_specList_detail img {
  width: 76%;
  margin: 0 auto;
}
.ch1dCate_specList .ch1dCate_specList_detail:nth-child(2) img {
  margin-bottom: 0;
}

.ch1dCate_specList_text {
  margin-top: 5%;
  font-size: 2rem;
  color: #333333;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.ch1dCate_spec_img {
  width: 89%;
  margin: 0 auto;
}