@charset "UTF-8";

/* ------------------------------------------------------------
商品ページ
------------------------------------------------------------ */
.ch1m_lp {
}

.ch1m_lp_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ch1m_lp_listItem{
  width: 35.4%;
}

.ch1m_lp_listItem:nth-child(3n+2) {
  width: 31%;
}

.ch1m_lp_listItem:nth-child(3n+3) {
  width: 33.6%;
}

.ch1m_lp_mb {
  margin-bottom: 20px;
}

/* ------------------------------------------------------------
カテゴリページ（テキストコーディング）
------------------------------------------------------------ */
/* 共通設定 ------------------------------ */
.ch1mCate {
  font-feature-settings: "palt";
}

.ch1mCate_lineup {
  background-color: #ffede6;
  padding: 1.3% 0 6%;
}

.ch1mCate_lineup_ttl {
  width: 65%;
  margin: 0 auto 1.5%
}

.ch1mCate_lineupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  width: 92%;
  margin-left: 5%;
}

.ch1mCate_lineupList_child {
  width: 33%;
  margin-bottom: 1%;
}

.ch1mCate_lineupList_child a {
  display: block;
  position: relative;
}

.ch1mCate_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;
}

.ch1mCate_spec {
  background-color: #ffede6;
  padding-top: 7%;
}

.ch1mCate_spec_ttl {
  width: 52%;
  margin: 0 auto 1.5%;
}

.ch1mCate_spec_inner {
  background-color: #fff;
  border-radius: 8% 0 8% 0;
  width: 90%;
  margin: 0 auto;
  padding: 4.5% 0 6%;
}

.ch1mCate_spec_text {
  width: 73%;
  margin: 0 auto 5.5%;
}

.ch1mCate_specList {
  display: flex;
  width: 95%;
  margin: 0 auto 6%;
  list-style: none;
}

.ch1mCate_specList_detail {
  width: 31%;
}
.ch1mCate_specList .ch1mCate_specList_detail:nth-child(2) {
  background-image: url(/images/pc/type/se_chouchou1m/cate_ch1m_spec_line.webp), url(/images/pc/type/se_chouchou1m/cate_ch1m_spec_line.webp);
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: auto 100%;
  width: 38%;
}

.ch1mCate_specList_detail img {
  width: 76%;
  margin: 0 auto;
}
.ch1mCate_specList .ch1mCate_specList_detail:nth-child(2) img {
  margin-bottom: 0;
}

.ch1mCate_specList_text {
  margin-top: 5%;
  font-size: 2rem;
  color: #333333;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.ch1mCate_spec_img {
  width: 89%;
  margin: 0 auto;
}