@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
* {
  font-size: 100%;
  line-height: 1;
  list-style: none;
  background-repeat: no-repeat;
  max-height: 999999px;
  margin: 0;
  padding: 0;
}

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

img {
  vertical-align: middle;
  border: none;
  outline: none;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  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;
}

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