html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP";
}

body:after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-size: 200% 200%;
  animation: gradient 13s ease infinite;
}

main {
  width: 400px;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#nojs {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  padding: 30px;
  padding-bottom: 70px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

footer {
  font-size: 20px;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #000;
}

a {
  text-decoration: none !important;
  transition: transform 0.2s;
}
a:active {
  transform: scale(0.95);
}

button {
  cursor: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0.05em 0.1em;
  vertical-align: -0.1em;
}

.glass-filter {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@supports not ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
  .glass-filter {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media all and (-ms-high-contrast: none) {
  * {
    font-size: initial;
  }
  .glass-filter {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.subTxt {
  font-size: 80%;
}

.konzatsu {
  margin: 0 auto;
  text-align: center;
}
.konzatsu .boxTitle {
  padding-bottom: 30px;
}

.status {
  padding: 30px;
  text-align: center;
  height: auto;
  min-width: 340px;
  width: 100%;
  max-width: 360px;
  border: solid 10px #808080;
  border-radius: 10px;
}/*# sourceMappingURL=main.css.map */