.sp_none {
  display: block;
}
@media screen and (max-width: 576px) {
  .sp_none {
    display: none;
  }
}

.product_btn {
  margin-top: 35px;
}
.product_btn .button {
  position: relative;
  padding: 22px 200px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
  transition: 0.2s opacity;
}
@media screen and (max-width: 576px) {
  .product_btn .button {
    font-size: 14px;
    padding: 15px 100px;
  }
}
.product_btn .button.button_red {
  background-color: #bf3030;
  color: #fff;
}
.product_btn .button.button_red:hover {
  opacity: 0.7;
}
.product_btn .button::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  transform: rotate(-45deg);
  transition: 0.2s opacity;
}
/*# sourceMappingURL=products.css.map */