.color-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.color-list .color {
  position: relative;
  margin: 40px 3% 0;
  width: 22%;
}
@media only screen and (max-width: 640px) {
  .color-list .color {
    margin: 20px 1.5% 0;
    width: 47%;
  }
  .color-list .color.color-before {
    margin: 20px 5% 0;
  }
}
#product3 .color-list .color, #product4 .color-list .color {
  margin: 40px 1% 0;
  width: 18%;
}
@media only screen and (max-width: 640px) {
  #product3 .color-list .color, #product4 .color-list .color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 35px 0 0;
    width: 100%;
  }
  #product3 .color-list .color .color-ph, #product4 .color-list .color .color-ph {
    width: 40%;
    flex-shrink: 0;
  }
}
.color-list .color-ph .note {
  padding: 3px 0;
  font-size: 9px;
  text-align: right;
}
.color-list .color-ph .color-ba {
  padding: 0 0 5px;
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #666;
}
.color-list .color-ph img {
  box-sizing: border-box;
  border: solid 10px #fff;
}
@media only screen and (max-width: 640px) {
  .color-list .color-ph img {
    border: solid 7px #fff;
  }
}
.color-list .color-ph .color-frame1 {
  border-color: #efdfd2;
}
.color-list .color-ph .color-frame2 {
  border-color: #eccec6;
}
.color-list .color-ph .color-frame3 {
  border-color: #fce6d1;
}
.color-list .color-ph .color-frame4 {
  border-color: #f4c3b0;
}
.color-list .color-ph .color-frame5 {
  border-color: #f4b9b4;
}
.color-list .color-ph .color-frame6 {
  border-color: #eb9b8d;
}
.color-list .color-tx {
  margin-top: 1em;
}
.color-list .color-tx p {
  font-size: min(2.8vw, 12px);
  line-height: 1.6;
  margin-top: 1em;
  text-align: center;
}
.color-list .color-tx p .note {
  font-size: 10px !important;
}
#product4 .color-list .color-tx p {
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  #product3 .color-list .color-tx, #product4 .color-list .color-tx {
    margin-left: 1em;
  }
  #product3 .color-list .color-tx .color-num, #product3 .color-list .color-tx p, #product4 .color-list .color-tx .color-num, #product4 .color-list .color-tx p {
    text-align: justify;
  }
  #product3 .color-list .color-tx p, #product4 .color-list .color-tx p {
    margin-top: 0.5em;
  }
  #product3 .color-list .color-tx p .note, #product4 .color-list .color-tx p .note {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
}
.color-list .arrow-down {
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../images/seamless-skinbase/item_01_ba_arrow.png) no-repeat center bottom;
  background-size: 18px;
}
.color-list .color-num {
  font-family: "Metropolis", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: min(3.5vw, 18px);
  text-align: center;
}
.color-list .color-num span {
  margin-left: 0.2em;
}
.color-list .color-texture {
  margin: 10px auto 0;
  width: 80%;
}
#product2 .color-list .color-texture {
  width: 40%;
  max-width: 90px;
}
@media only screen and (max-width: 640px) {
  #product3 .color-list .color-texture, #product4 .color-list .color-texture {
    position: absolute;
    left: 23%;
    bottom: -25px;
    width: 30%;
  }
}
.color-list .ba-arrow {
  width: 12px;
  background: url(../img/item_02_ba_arrow.png) no-repeat 50% 35%;
  background-size: 100%;
}

/*# sourceMappingURL=seamless.css.map */
