@charset "UTF-8";
.ch1m {
  font-feature-settings: "palt";
}

.ch1m_lineup {
  background-color: #ffede6;
  padding: 1.3% 0 6%;
}

.ch1m_lineup_ttl {
  width: 65%;
  margin: 0 auto 1.5%
}

.ch1m_lineupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  width: 92%;
  margin-left: 5%;
}

.ch1m_lineupList_child {
  width: 33%;
  margin-bottom: 1%;
}

.ch1m_lineupList_child a {
  display: block;
  position: relative;
}

.ch1m_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;
}

.ch1m_spec {
  background-color: #ffede6;
  padding-top: 7%;
}

.ch1m_spec_ttl {
  width: 52%;
  margin: 0 auto 1.5%;
}

.ch1m_spec_inner {
  background-color: #fff;
  border-radius: 8% 0 8% 0;
  width: 90%;
  margin: 0 auto;
  padding: 4.5% 0 6%;
}

.ch1m_spec_text {
  font-size: 3rem;
  margin: 0 auto 5.5%;
  text-align: center;
}

.ch1m_specList {
  display: flex;
  width: 95%;
  margin: 0 auto 6%;
  list-style: none;
}

.ch1m_specList_detail {
  width: 31%;
}
.ch1m_specList .ch1m_specList_detail:nth-child(2) {
  background-image: url(/images/pc/type/se_chouchou1m/2026/ch1m_spec_line.webp), url(/images/pc/type/se_chouchou1m/2026/ch1m_spec_line.webp);
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: auto 100%;
  width: 38%;
}

.ch1m_specList_detail img {
  width: 76%;
  margin: 0 auto;
}
.ch1m_specList .ch1m_specList_detail:nth-child(2) img {
  margin-bottom: 0;
}

.ch1m_specList_text {
  margin-top: 5%;
  font-size: 2rem;
  color: #333333;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.ch1m_spec_img {
  width: 89%;
  margin: 0 auto;
}

.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_mt {
  margin-top: 20px;
}

.pastel_point_image{
  background-color: #ffede7;
  padding-top: 5%;
}

.product_detail_lp .ch1m_lineupList_name{
  font-size: 1.1rem;
}
.product_detail_lp .ch1m_spec_text{
  font-size: 2.5rem;
}
.product_detail_lp .ch1m_specList_text{
  font-size: 1.2rem;
}