body {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  margin-bottom: 60px;
}
main.full-height {
  min-height: calc(100vh - 175px);
}

#grid-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

#loading {
  z-index: 9999;
  position: fixed;
}

.uk-section-primary {
  background-color: #183C73;
}

.uk-button-primary {
  background-color: #183C73;
}

.line-login > img {
  max-width: 225px;
}

.uk-text-xsmall {
  font-size: small;
}

.text-xsmall {
  font-size: x-small;
}

#fixed-nav ul {
  list-style: none;
  max-width: 100%;
  height: 60px;
  margin: 0;
}
#fixed-nav ul li {
  width: 20%;
  height: 60px;
  padding: 0;
  margin: 0;
}
#fixed-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #333;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0.2em 0 0;
  box-sizing: border-box;
  font-size: 10px;
  text-decoration: none;
}
#fixed-nav ul li a > i {
  font-size: 20px;
}
#fixed-nav ul li a span {
  display: block;
  margin: 0.2em;
}
#fixed-nav ul li a.disabled {
  color: #CCC;
}

.card-area {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.6));
}

#member_checkin {
  border-top: 5px solid #06C755;
  border-bottom: 5px solid #06C755;
}
#member_checkin p {
  color: #06C755;
}
#member_checkin #checkin {
  background-color: #06C755;
  color: white;
  font-size: 1.2rem;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#member_checkin #checkin.animation {
  animation: interact 2s ease-out infinite;
  opacity: 1;
}

@keyframes interact {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.98);
  }
}
#inactive {
  background-color: crimson;
}
#inactive p {
  color: white;
}

.user-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5rem;
}
.user-area .card-id {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.user-area .card-id .label {
  color: #666;
}
.user-area .card-id .number {
  font-weight: bold;
  color: #000;
}
.user-area .user-name {
  display: flex;
  justify-content: center;
  align-items: last baseline;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.user-area .user-name .text {
  font-size: 1.5rem;
  color: #000;
}
.user-area .user-name .label {
  color: #666;
}
.user-area .user-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: black;
  border-radius: 9999px;
  padding: 0.2rem 3rem;
  margin-bottom: 0.5rem;
}
.user-area .user-point {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
.user-area .user-point .number {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.user-area .user-point .label {
  color: #666;
}
.user-area .user-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
  min-width: 200px;
  max-width: 600px;
  width: 50vw;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.user-area .user-count .row {
  display: flex;
  justify-content: space-between;
}
.user-area .user-count .row .label {
  display: block;
  text-align: left;
  color: #666;
}
.user-area .user-count .row .text {
  display: block;
  text-align: right;
  color: #000;
  font-weight: bold;
}
.user-area .user-aniv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
  gap: 0.5em;
}
.user-area .user-aniv .row {
  display: flex;
  justify-content: space-between;
  color: #f03030;
  background-color: #FFE8E8;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}

.notice {
  text-align: center;
  font-size: 0.75rem;
  color: #666;
}

#rankup_info, #member_info {
  color: white;
  font-size: 0.75rem;
}

#rankup_rule pre, #member_description pre {
  white-space: pre-line;
  word-break: break-all;
}/*# sourceMappingURL=style.css.map */