@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Zen+Kaku+Gothic+New:700,var(--nav-font-weight)|Lato:var(--tel-font-weight)");
@import url("https://fonts.googleapis.com/css?family=Zen+Kaku+Gothic+New:var(--footer-nav-font-weight),900,400,var(--h-3-font-weight),var(--btn-font-weight),var(--h-2-font-weight),500,var(--base-font-weight),700,var(--link-font-weight),var(--btn-18px-font-weight)|Lato:var(--en-title-font-weight),var(--en-10px-font-weight),900,var(--tel-font-weight),700");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
/* 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;
}
