/* Scss Document */
@media screen and (min-width: 980px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
}/*# sourceMappingURL=pc.css.map */