@import url("common.css");
@import url("header.css");
@import url("footer.css");
@import url("inner.css?v=20241219");
html {
  font-size: 5.2083vw;
}
@media screen and (max-width: 910px) {
  html {
    font-size: 13.3333vw;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}

body {
  font-size: max(12px, 0.16rem);
  transform-origin: center top;
  overflow-x: hidden;
}
