#whatsnew {
  font-feature-settings: "palt";
}
/* ボタンの色指定 */

#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 #431B21;
  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-list .product-pic {
  max-width: 90%;
}
@media (max-width: 750px) {
  #whatsnew .product-list .product-pic {
    max-width: 100%;
  }
  }

/* 追加======================= */

.txt_weight {
  font-weight: 800;
}

.product-txt {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}

.product-txt >dt + dd {
  margin-top: 1rem;
}

.product{
  margin: 30px;
}

@media (max-width: 750px) {
.product{
  margin: 50px 0 50px 0;
}
}

.item_link{
  padding-top: 10px;
  margin-bottom: 25px;

}

.staff{
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;

  padding-bottom: 40px;
}

.degicata img {
  display: block;
  margin: 0 auto;
}
@media (any-hover :hover) {
  .degicata:hover {
    opacity: 0.7;
  }
}
