body .product__explain {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  body .product__explain {
    font-size: 3.8rem;
  }
}

.favorite .nmb {
  opacity: 0;
}