/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
html {
  min-width: 980px;
  /*		border: solid 50px #f8f8f8;
  	height: calc(100% - 50px);*/
}
@media screen and (max-width: 798px) {
  html {
    width: 100%;
    min-width: 100%;
  }
}

body {
  background-color: #F9E14B;
}

* {
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */