@charset "UTF-8";

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