@charset "UTF-8";

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 62.5%;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #24292d;
  background: #f6f7f8;
}
.teaser {
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaser-inner {
  width: 80%;
}
.teaser-logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.teaser-txt {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-top: 25px;
}