@charset "UTF-8";

body {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url("bg.jpg") no-repeat center top / cover;
}

.wrapper {
  position: absolute;
  bottom: 8%;
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

h2 {
  margin-top: 2em;
}

a {
  color: rgba(45, 127, 235, 1);
}

a:hover {
  color: rgba(45, 127, 235, 0.75);
}

.inner {
  margin: 2em 0;
  font-weight: 500;
}

.inner + p {
  font-size: 80%;
  font-weight: 400;
}
