@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Righteous:400|Roboto+Mono:700|Noto+Sans+JP:700");

@font-face {
  font-family: "Rounded Mplus 1c-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/MPLUSRounded1c-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Rounded Mplus 1c-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/RoundedMplus1c-Medium.ttf") format("truetype");
}

.screen a {
  display: contents;
  text-decoration: none;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
