@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Poppins:wght@300;400;500;700&family=DM+Sans:wght@400;700&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html {
  margin: 0px;
  scroll-padding-top: 84px;
}

body{
  margin: 0;
  width: 100%;
  min-height: 100vh;
}

/* 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;
  color: inherit;
}

.kowa-ns {
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .kowa-ns {
    max-width: 375px;
    margin: 0;
  }
}
