@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  height: auto;
  font-size:calc((16/1440)*100vw);
}
@media screen and (min-width: 1440px) {
  html,
  body {
    font-size: 16px;
  }  
}
@media screen and (max-width: 768px) {
  html,
  body {
  font-size:calc((20/768)*100vw);
  }  
}
/* 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;
}
/* @FONTWARNING[{"type": "restricted", "family": "Mochiy Pop One-Regular", "weight": "400", "style": "normal", "allowsCrossOrigin": false}] */


@font-face {
  font-family: "Zen Maru Gothic-Regular";
  src: local("Zen Maru Gothic-Regular");
}
