#page_category_list .ec-categoryHeaderRole {
  text-align: center;
  background: #f5eae6;
  padding: 32px;
  font-weight: bold;
}




.columnBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 0;
  padding: 0;
  width: 100%;
}

.columnBox__col {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.columnBox__colList {
  width: calc((100% - 32px) / 3);
  position: relative;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 0 0 16px 0;
}


.columnBox__colList img {

  border-radius: 10px 10px 0 0;
  max-width: 100%;
  width: 100%;
  margin: 0 0 8px 0;
}


/*.columnBox.itemListArea a {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  height: 100%;
  text-decoration: none;
}*/

.columnBox.itemListArea .columnBox__col {
  justify-content: center;
  margin: 15px auto 30px;
}

.columnBox.itemListArea .orderName {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 19px;
  font-size: 1.2666666666667rem;
  font-weight: normal;
  height: 35px;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: 5px 0;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
}

.priceBox {
  display: flex;
  justify-content: center;
  margin: 16px auto;
  width: 85%;
}

.ec-ProductInfo__price_sale .item-price {
  color: #dd463a;
}

.ec-ProductInfo__price_sale .item-price::before {
  content: 'SALE';
  background-color: #dd463a;
  font-size: 1rem;
  color: #fff;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  padding: 5px 6px;
  display: inline-block;
  margin: 0 4px 0 0;
}

.columnBox.itemListArea .orderPrice {
  align-items: baseline;
  color: #dd463a;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2666666666667rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  text-align: center;
}

.columnBox.itemListArea .orderPrice.sale {
  text-decoration: line-through;
}

.columnBox.itemListArea .orderPrice.after {
  color: #b63d5d;
}

.columnBox.itemListArea .orderPrice::after {
  color: #da6157;
  content: "\FF08\7A0E\8FBC\FF09";
  font-size: 1.06667rem;
  margin: 0 0 0 -3px;
  position: relative;
}

.columnBox.itemListArea .columnBox__colText {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
}

.columnBox__colText a {
  margin: 0 5px;
  text-decoration: underline;
}

.columnBox.itemListArea .orderBtn {
  align-items: center;
  background: #da6157;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  padding: 7px 5px;
  position: relative;
  text-align: center;
  text-box-trim: trim-both;
  width: 60%;
}

.columnBox.itemListArea .orderBtn:after {
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-size: cover;
  content: "";
  display: block;
  height: 7px;
  position: relative;
  right: -4px;
  top: -1px;
  width: 7px;
}

.columnBox.itemListArea a:active,
.columnBox.itemListArea a:hover {
  color: #333;
  text-decoration: none;
}


.columnBox.readArea h2 {
  margin: 24px auto 8px;
}

.columnBox.readArea h2 span {
  font-size: 23px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-style: normal;
  background: linear-gradient(transparent 80%, #ffffff 50%);
  background-position: 0 60px;
}

.columnBox.readArea p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 1.6;
  padding: 24px 16px 16px 16px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  letter-spacing: .2em;
  font-style: normal;
  /*background: linear-gradient(transparent 80%, #ffffff 50%);
  background-position: 0 55px;*/
  display: inline-block;
}

.allText {
  border-bottom: 2px solid;
  border-top: 2px solid;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 0;
}

.borderStyle {
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
  height: 8px;
  margin: 5px auto;
}




.comingsoon {
  background: #fff;
  border: solid 1px;
  display: block;
  font-size: 1.15rem;
  font-weight: bold;
  padding: 2px 5px;
  position: absolute;
  text-align: center;
  top: -18px;
  width: 60px;
}

picture {
  position: relative;
  margin: 0 0 8px 0;
  display: block;
}

picture a {
  display: block;
}

.featuresParts {
  width: 100%;
  position: relative;
  /*height: 160px;*/
  padding: 24px 16px 8px;
}

.featuresParts::before {
  content: '\7279\5FB4';
  text-box-trim: trim-both;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
  background: #333;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 20px;
}


.featuresParts li {
  font-size: 13px;
  position: relative;
  padding: 0 0 4px 16px;
}

.featuresParts li:before {
  content: '・';

  position: absolute;
  left: 0px;
  font-size: 12px;
}


/*chart */
.fabricParts {
  width: 100%;
  position: relative;
  padding: 8px 16px 0;
}

.fabricParts::before {
  content: '\751F\5730\306E\539A\307F';
  text-box-trim: trim-both;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
  background: #333;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 20px;
}

.fabric_chart_slider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
  background: #f3f3f3;
  border-radius: 3px;
}

.fabric_chart_slider div.slider {
  width: 80%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}


.fabric_chart_slider div.slider div.select1 {
  width: 25%;
  text-align: right;
  padding-right: 5px;
  text-box-trim: trim-both;
  font-size: 11px;
}

.fabric_chart_slider div.slider div.select2 {
  width: 25%;
  text-align: left;
  padding-left: 5px;
  text-box-trim: trim-both;
  font-size: 11px;
}

.fabric_chart_slider div.slider span {
  display: block;
  height: 1px;
  width: 50%;
  background: #97ba0d;
  margin: 0 10px;
  position: relative;
}


.fabric_chart_slider .fabric.slider span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  position: absolute;
  /*border: 2px solid #808080;*/
  z-index: 3;
  background: #97ba0d;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.fabric_chart_slider[name="slideAve5"] .fabric.slider span::before {
  left: 50%;
}

.fabric_chart_slider[name="slideAve6"] .fabric.slider span::before {
  left: 60%;
}

.fabric_chart_slider[name="slideAve7"] .fabric.slider span::before {
  left: 70%;
}

.fabric_chart_slider[name="slideAve8"] .fabric.slider span::before {
  left: 80%;
}

.fabric_chart_slider[name="slideAve9"] .fabric.slider span::before {
  left: 90%;
}


.fabric_chart_slider div.slider span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}



.fabric_chart_slider div.slider span .tick {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 6px;
  background: #97ba0d;
  transform: translateY(-50%);
}

.fabric_chart_slider div.slider span .tick:nth-child(1) {
  left: 0%;
}

.fabric_chart_slider div.slider span .tick:nth-child(2) {
  left: 25%;
}

.fabric_chart_slider div.slider span .tick:nth-child(3) {
  left: 50%;
}

.fabric_chart_slider div.slider span .tick:nth-child(4) {
  left: 75%;
}

.fabric_chart_slider div.slider span .tick:nth-child(5) {
  left: 100%;
}





.materialParts {
  text-align: left;
  padding: 0 8px 16px;
  position: absolute;
  bottom: 0;
  left: 4px;
  display: flex;
  gap: 0 4px;
}

.material {
  border-radius: 60px;
  bottom: -15px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 2px 8px;
  text-box-trim: trim-both;
}


.pearl-texture {
  /* 梨地 */
  background-color: #dbd5a4;
}

.air-knit {
  /* エアーニット */
  background-color: #a9d1d1;
  ;
}

.cotton-mesh {
  /* コットンメッシュ */
  background-color: #d1bea9;
}

.mixed-material {
  /* 異素材ミックス */
  background-color: #d1a9a9;
}

.deer {
  /* 鹿の子 */
  background-color: #b7a9d1;
}

.rib {
  /* リブ */
  background-color: #a9d1b5;
}

.light-denim {
  /* ライトデニム */
  background-color: #a9bcd1;
}

.woven-print {
  /* 織物プリント */
  background-color: #d1b4a9;
}

.plain-slab {
  /* 平織りスラブ */
  background-color: #dfc98be6;
}

.stretch-jersey {
  /* ストレッチ天竺 */
  background-color: #b4d1a9;
}

.gauze-jersey {
  /* ガーゼ天竺 */
  background-color: #d8ad86e6;
}


.waffle {
  /* ワッフル */
  background-color: #d1d1a9;
}

.sinker-pile {
  /* シンカーパイル */
  background-color: #a8d0b6;
}

.twoway {
  /* ツーウェイ */
  background-color: #cba14a;
}

.lightfleece {
  /* ミニ裏毛 */
  background-color: #cb7b4a;
}

.knitcord {
  /* ニットコール */
  background-color: #99915c;
}

.knittedquilt {
  /* ニットキルト */
  background-color: #cb774a;
}

.acrylicknit {
  /* アクリルニット */
  background-color: #558767;
}

.doubleface {
  /* 接結 */
  background-color: #61929b;
}

.smooth {
  /* スムース */
  background-color: #509499;
}


.brushedsmooth {
  /* 起毛スムース */
  background-color: #51667e;
}

.cottonrib {
  /* 綿混リブ */
  background-color: #a48751;
}

.patternmesh {
  /* パターンメッシュ */
  background-color: #a88f60;
}

.ribstitch {
  /* 針抜きテレコ */
  background-color: #8b7959;
}

.doublegauze {
  /* ダブルガーゼ */
  background-color: #baa9d1;
}

.radomknit {
  /* 針抜きランダムニット */
  background-color: #7c8aa6;
}

.plaidtwill {
  /* 格子柄ツイル */
  background-color: #b16e6e;
}