@charset "UTF-8";
/*=============================================
*
* E1 調査隊員登録
*
=============================================*/
.register {
  min-height: 100vh;
  width: 100%;
}

.register__inner {
  margin: 0 auto;
  max-width: 37.5rem;
  padding: 2.6rem 1.6rem 4rem;
  width: 100%;
}

.register__header {
  margin: 0 auto;
  max-width: 17.4rem;
  width: 46.4%;
}

.register__logo {
  margin: 0 auto;
  width: 100%;
}

.register__divider {
  background-color: var(--color-text);
  border: 0;
  height: 0.1rem;
  margin: 4.1rem auto 0;
  max-width: 34.4rem;
  opacity: 0.85;
  width: 100%;
}

.register__title {
  color: var(--color-text);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 1.8rem 0 0;
  text-align: center;
}

.register-form {
  margin-top: 4.2rem;
  width: 100%;
}

.register-form__field {
  margin-bottom: 1.9rem;
}

.register-form__field:last-of-type {
  margin-bottom: 0;
}

.register-form__label {
  color: var(--color-text);
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin-bottom: 1rem;
}

.register-form__input {
  appearance: none;
  background-color: var(--color-input-bg);
  border: none;
  border-radius: 0;
  color: #333333;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  height: 7rem;
  padding: 0 1.2rem;
  width: 100%;
}

.register-form__input:focus {
  outline: 0.2rem solid rgba(0, 107, 148, 0.35);
  outline-offset: 0;
}

.register-form__button {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  margin: 7.9rem auto 0;
  max-width: 29.5rem;
  padding: 0;
  width: 78.7%;
}

.register-form__button-img {
  width: 100%;
}

@media screen and (min-width: 501px) {
  .register__inner {
    padding-left: calc((100% - 34.4rem) / 2);
    padding-right: calc((100% - 34.4rem) / 2);
  }
}
@media screen and (max-width: 360px) {
  .register__title {
    font-size: 2.2rem;
  }
  .register-form__label {
    font-size: 1.3rem;
  }
  .register-form__input {
    height: 6.4rem;
  }
}
/*=============================================
*
* ゲーム HUD 共通
*
=============================================*/
.game-hud {
  background-color: var(--color-hud-bg);
  min-height: 100vh;
  width: 100%;
}

body:has(.game-hud) {
  background-color: var(--color-hud-bg);
  background-image: none;
}

.game-hud__inner {
  margin: 0 auto;
  max-width: 37.5rem;
  min-height: 100vh;
  position: relative;
  width: 100%;
}

.game-hud__header {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
  padding: 0.5rem 0 0 0;
  position: relative;
}

.game-hud__rank-container {
  text-align: left;
  width: calc(100% - 20rem);
}

.game-hud__rank {
  color: var(--color-hud-text-light);
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: pre-line;
}

.game-hud__player-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.game-hud__area {
  background-color: var(--color-hud-area);
  border-radius: 0.5rem;
  padding: 0.6rem 1.2rem;
  text-align: center;
  padding: 0.3rem;
  position: relative;
  top: -3rem;
  width: 13rem;
}

.game-hud__area-inner {
  border: 0.1rem solid #fff;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  justify-content: center;
  padding: 2.9rem 0.9rem 1rem 0.9rem;
  text-align: center;
}

.game-hud__area-label {
  color: var(--color-hud-text-light);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.game-hud__area-floor {
  color: var(--color-hud-text-light);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.game-hud__logo {
  max-width: 6.56rem;
  width: 65.6px;
}

.game-hud__logo-img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.game-hud__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.2rem;
  width: 100%;
}

.game-hud__tab {
  align-items: center;
  appearance: none;
  background-color: var(--color-hud-tab);
  border: 1px solid var(--color-hud-bg);
  color: var(--color-hud-text-light);
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  height: 4.9rem;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  position: relative;
}
.game-hud__tab.-comm {
  background: var(--color-hud-tab) url(../images/game/game-hud__tab-icon-comm.svg) no-repeat left 15px center;
  padding: 0 0 0 5.7rem;
}
.game-hud__tab.-log {
  background: var(--color-hud-tab) url(../images/game/game-hud__tab-icon-log.svg) no-repeat left 15px center;
  padding: 0 0 0 5.2rem;
}
.game-hud__tab.-status {
  background: var(--color-hud-tab) url(../images/game/game-hud__tab-icon-status.svg) no-repeat left 15px center;
  padding: 0 0 0 4.9rem;
}

.game-hud__tab.-comm.is-active::after {
  background-color: var(--color-hud-tab-active-comm);
  border: 1px solid var(--color-hud-bg);
}

.game-hud__tab.-log.is-active::after {
  background-color: var(--color-hud-tab-active-log);
  border: 1px solid var(--color-hud-bg);
}

.game-hud__tab.-status.is-active::after {
  background-color: var(--color-hud-tab-active-status);
  border: 1px solid var(--color-hud-bg);
}

.game-hud__tab.is-active::after {
  bottom: 0;
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.game-hud__content {
  background: url(../images/game/background-logo.png) no-repeat center center/259.6px;
  min-height: 14rem;
  width: 100%;
}

.game-hud__banner {
  background-color: var(--color-hud-banner);
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.45;
  min-height: 5.8rem;
  padding: 0.8rem 1.6rem;
  white-space: pre-line;
}

.game-hud__footer {
  margin-top: auto;
  width: 100%;
}

.game-hud__controls {
  align-items: center;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr auto auto;
}

.game-hud__input {
  appearance: none;
  background-color: var(--color-input-bg);
  border: none;
  border-radius: 0;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  height: 4.8rem;
  padding: 0 1rem;
  width: 100%;
}

.game-hud__input::placeholder {
  color: var(--color-hud-input-placeholder);
}

.game-hud__send-btn {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 6.2rem;
}

.game-hud__send-img {
  width: 100%;
}

.game-hud__camera-btn {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 12.5rem;
}

.game-hud__camera-img {
  width: 100%;
}

.game-hud__timer {
  background-color: var(--color-hud-timer-bar);
  margin-top: 0.5rem;
  padding: 0.6rem 0 1rem;
  text-align: center;
  width: 100%;
}

.game-hud__timer.-active {
  background-color: var(--color-hud-timer-bar-active);
}

.game-hud__timer-value {
  color: var(--color-hud-text-light);
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.game-hud__timer-label {
  color: var(--color-hud-text-light);
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0.2rem 0 0;
}

/*=============================================
*
* モーダル共通
*
=============================================*/
.modal-overlay {
  align-items: center;
  background-color: var(--color-modal-overlay);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.6rem;
  position: fixed;
  z-index: 100;
}

.modal-box {
  background-color: var(--color-button);
  color: var(--color-hud-text-light);
  max-width: 29.9rem;
  padding: 2.4rem 2rem 2rem;
  text-align: center;
  width: 100%;
}

.modal-box.-light {
  background-color: var(--color-input-bg);
  color: #000000;
}

.modal-box__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.modal-box__lead {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1.6rem 0 0;
}

.modal-box__body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 2rem 0 0;
  white-space: pre-line;
}

.modal-box__actions {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  margin-top: 2.4rem;
}

.modal-box__btn {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.modal-box__btn.-cancel {
  width: 12rem;
}

.modal-box__btn.-confirm {
  width: 11.6rem;
}

.modal-box__btn.-close {
  width: 12.5rem;
}

.modal-box__btn-img {
  width: 100%;
}

@media screen and (max-width: 360px) {
  .game-hud__area {
    width: 11.5rem;
  }
  .game-hud__tab {
    font-size: 1.2rem;
  }
  .game-hud__timer-value {
    font-size: 3.2rem;
  }
}
/*=============================================
*
* E2 登録内容確認
*
=============================================*/
.register.-confirm {
  position: relative;
}

.register.-confirm .register__inner {
  filter: blur(0.2rem);
  opacity: 0.35;
  pointer-events: none;
}