@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700|Lexend+Tera:400,700|Lato:700,400|Noto+Sans+JP:700,400|Noto+Sans:700,400|Lexend+Giga:400|Montserrat:500");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/5fe693e54f62ad5a90aca2c7.5fe693e7c99bb205181d7924.eeG6mCD.hcp.png");

@font-face {
  font-family: "Hiragino Kaku Gothic ProN-W6";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Hiragino Kaku Gothic ProN W6.otf") format("opentype");
}


.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;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}
