@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru:400|Inter:700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;800;900&display=swap"); /* @FONTWARNING[{"type": "restricted", "family": "Rounded Mplus 1c-ExtraBold", "weight": "800", "style": "normal", "allowsCrossOrigin": false}] */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
}
body {
  background-color: #ffeb89;
}
/* 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;
}

@font-face {
  font-family: "Rounded Mplus 1c-ExtraBold";
  src: local("Rounded Mplus 1c-ExtraBold"),
       local("M PLUS Rounded 1c ExtraBold"),
       local("MPLUSRounded1c-ExtraBold");
  font-weight: 800;
  font-display: swap;
}
/* @FONTWARNING[{"type": "restricted", "family": "Rounded Mplus 1c-Black", "weight": "900", "style": "normal", "allowsCrossOrigin": false}] */

@font-face {
  font-family: "Rounded Mplus 1c-Black";
  src: local("Rounded Mplus 1c-Black"),
       local("M PLUS Rounded 1c Black"),
       local("MPLUSRounded1c-Black");
  font-weight: 900;
  font-display: swap;
}
