@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Yantramanav&display=swap");
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
}

a {
  display: block;
  text-decoration: none;
}

.w100p {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.font-yan {
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
}
/*# sourceMappingURL=common.css.map */