@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/avenir');
@import url('https://db.onlinewebfonts.com/c/2090551770be22b09600a40b0b4673b7?family=Avenir-Medium');
@import url('https://db.onlinewebfonts.com/c/b78d933f8aa6b9284c1d3efd3db0a9b9?family=Avenir-Black');

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
html { 
  scroll-behavior: smooth;
}
body {
  width: 100%;
  background-color: #ffffff;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: rgba(40, 40, 40, 1);
  letter-spacing: 0;
  line-height: 1.6;
}

h1 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

h2 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
