@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.shop-note {
  font-size: 16px;
}

.danin-link {
  font-weight: bold;
  text-decoration: underline;
}

.btn-danin {
  font-size: 20px;
}

.eventwari {
  margin: 7.8125vw auto 10px;
  font-size: 22px;
  text-align: center;
}
.eventwari p {
  padding: 6px 0;
}
.eventwari a {
  color: #e4df37;
}
.eventwari a:hover {
  opacity: 0.8;
}
.event-txt {
  font-size: 24px;
  font-weight: bold;
}

.link-color {
  color: blue;
}
.finished-txt {
  color: gray;
}

.finished {
  color: red;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 769px) {
  .scrap_good_shop {
    font-size: 22px !important;
  }

  .about-content__text.shop-note {
    margin-top: 1.302vw;
  }

  .eventwari {
    font-size: 18px;
  }

  .event-txt {
    font-size: 4vw;
  }
}

@media screen and (max-width: 480px) {
  .btn-danin {
    font-size: 14px;
  }

  .scrap_good_shop {
    font-size: 16px !important;
  }

  .shop-note {
    font-size: 12px;
  }
  .finished {
    font-size: 4vw;
  }
}

.about-content__text.shop-note {
  margin-top: 10px;
}

.img-link {
  pointer-events: auto !important;
}
