@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans+JP:400,600,300,500,700");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/69ad1b219de88b5665d9dfde.69ad1b229de88b5665d9dfe1.9JZpJBm.hcp.png");

@font-face {
  font-family: "RoundedMplus 1c Bold-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MPLUSRounded1c-Bold.ttf") format("truetype");
}

.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}
