/* ボタンの色指定 */

#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 #91bdf2;
  /* background: url("../img/ico_arrow.svg") no-repeat calc(100% - 10px) 50% / 6px auto #e35d27; */
  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;
}
.itme_txt + .product-txt {
  margin-top: 30px;
}
.staff {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;

  padding-bottom: 40px;
}
a.degicata {
  margin: 40px auto 20px;
  display: block;
  width: fit-content;
}
.degicata img {
  display: block;
  margin: 0 auto;
}
@media (any-hover: hover) {
  .degicata:hover {
    opacity: 0.7;
  }
}
