.pc-only {
  display: block;
}

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

.sp-only {
  display: none;
}

@media screen and (max-width: 769px) {
  .sp-only {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*# sourceMappingURL=style.css.map */