.u-sp-only {
  @media screen and (min-width: 783px) {
    display: none !important;
  }
}

.u-pc-only {
  @media screen and (max-width: 782px) {
    display: none !important;
  }
}