@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
html {
  font-size: 62.5%;
}

* {
  list-style: none;
  background-repeat: no-repeat;
  max-height: 99999.9rem;
  margin: 0;
  padding: 0;
}

a {
  border: none;
  outline: none;
  text-decoration-skip-ink: none;
}
a[href]:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
  outline: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: normal;
  font-feature-settings: "palt";
  background-color: #FFF;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
}

main {
  display: block;
}

/*# sourceMappingURL=base.css.map */
