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