@charset "UTF-8";
#newProducts {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0 auto 100px;
  line-height: 1.6;
}
#newProducts a:hover,
#newProducts img:hover {
  opacity: 1;
}
#newProducts img,
#newProducts video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
#newProducts .newProducts_sec {
  margin-bottom: 100px;
}
#newProducts .newProducts_ttl {
  font-size: min(4.8vw, 24px);
  font-weight: 500;
  text-align: center;
  margin-bottom: min(2.6666666667vw, 20px);
}
#newProducts .newProducts_lead {
  max-width: 900px;
  font-size: min(3.4666666667vw, 15px);
  color: #949494;
  text-align: center;
  margin: 0 auto min(5.3333333333vw, 40px);
  padding: 0 min(4vw, 15px);
}
#newProducts .mv {
  margin-bottom: 100px;
}
#newProducts .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#newProducts .item-block {
  width: 25%;
  padding-bottom: 20px;
}
#newProducts .item-block_img {
  cursor: pointer;
}
#newProducts .item-block_name, #newProducts .item-block_price {
  font-size: min(2.6666666667vw, 14px);
  margin: min(2.6666666667vw, 12px);
}
#newProducts .item-block_name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#newProducts .item-block_price {
  color: #888888;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
#newProducts .item-block_tax {
  font-size: x-small;
  margin-left: 0.5em;
}
#newProducts .js-item-slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#newProducts .js-item-slider.slick-initialized {
  opacity: 1;
}
#newProducts .js-item-slider .slick-dots {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}
#newProducts .js-item-slider .slick-dots li {
  width: 33.3333333333%;
  height: 3px;
  padding: 0;
  background: #000;
  opacity: 0.2;
}
#newProducts .js-item-slider .slick-dots li.slick-active {
  opacity: 1;
}
#newProducts .js-item-slider .slick-dots li button {
  font-size: 0;
  padding: 1px;
  background: transparent;
}
#newProducts .js-item-slider .slick-arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 2;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
}
#newProducts .js-item-slider .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#newProducts .js-item-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
#newProducts .js-item-slider .slick-prev {
  left: 0;
}
#newProducts .js-item-slider .slick-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#newProducts .js-item-slider .slick-next {
  right: 0;
}
#newProducts .color_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: min(2.6666666667vw, 12px);
}
#newProducts .color_menu li {
  list-style: none;
  cursor: pointer;
}
#newProducts .color-swatch {
  background-size: cover;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#newProducts .color-swatch[aria-expanded=true]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -5px;
}
#newProducts .color-swatch-main {
  font-size: 0;
}
#newProducts .item-block_panel {
  display: none;
}
#newProducts .item-block .active {
  display: block;
}
#newProducts .item-block .u-none {
  display: none;
}

/* 1024px幅以下 */
@media only screen and (max-width: 1024px) {
  #newProducts {
    margin: 0 auto min(13.3333333333vw, 50px);
  }
  #newProducts .newProducts_sec {
    margin-bottom: min(13.3333333333vw, 50px);
  }
  #newProducts .newProducts_lead {
    text-align: left;
  }
  #newProducts .mv {
    margin-bottom: min(13.3333333333vw, 50px);
  }
  #newProducts .item-block {
    width: 50%;
  }
  #newProducts .js-item-slider .slick-dots li {
    height: 3px;
  }
}