@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Hina+Mincho:400|EB+Garamond:400");
/* The following line is used to measure usage of this code. You can remove it if you want. */
/* @import url("https://px.animaapp.com/65e5bdad17b56c5c46261fd1.65e5bdb317b56c5c46261fd4.HtJkc7T.hcp.png"); */

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


body a {
  display: contents;
  text-decoration: none;
}

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

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  }