/* ボタンの色指定 */

#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 #DC8F24;
  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;
}

/* 個別設定 */
#whatsnew .product .product-pic {
  max-width: 60%;
}
#whatsnew .product .product-pic._imgWidth {
  max-width: 30%;
}

@media (max-width: 750px) {
  #whatsnew .product  .product-pic {
    max-width: 80%;
  }
  #whatsnew .product .product-pic._imgWidth {
    max-width: 40%;
  }
}

.notes {
  font-feature-settings: "palt";
}