/* ボタンの色指定 */

#whatsnew a.purchase {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 40px;
  background: url(/include/beauty/special/columnmd/wn/img/ico_arrow.svg)
    no-repeat calc(100% - 10px) 50% / 6px auto #a2aaba;
  /* background: url("../img/ico_arrow.svg") no-repeat calc(100% - 10px) 50% / 6px auto #EB042A; */
  color: #ffff;
  font-size: 13px;
  font-weight: 700;
  transition: opacity 0.2s ease-in-out;
  margin-top: 10px;
  text-decoration: none;
}
@media (any-hover: hover) {
  #whatsnew a.purchase:hover {
    opacity: 0.8;
  }
}
#whatsnew .purchase + .product-info {
  margin-top: 20px;
}

/* sk2 設定 */
#whatsnew .product  .product-pic {
  max-width: 50%;
}
@media (max-width: 750px) {
  #whatsnew .product  .product-pic {
    max-width: 80%;
  }
}