@media screen and (max-width: 768px) {
  .PC {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .SP {
    display: none;
  }
}
