@charset "UTF-8";
/* ========================================
    element
======================================== */
@media not screen and (max-width: 519px) {
  .s-elem {
    display: none !important;
  }
}
.s-elem--inline {
  display: inline;
}
@media not screen and (max-width: 519px) {
  .s-elem--inline {
    display: none !important;
  }
}

@media not screen and (max-width: 1099px) {
  .mb-elem {
    display: none !important;
  }
}
.mb-elem--inline {
  display: inline;
}
@media not screen and (max-width: 1099px) {
  .mb-elem--inline {
    display: none !important;
  }
}

@media not screen and (min-width: 1100px) {
  .pc-elem {
    display: none !important;
  }
}
.pc-elem--inline {
  display: inline;
}
@media not screen and (min-width: 1100px) {
  .pc-elem--inline {
    display: none !important;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 28px */
  letter-spacing: 0.1em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #212121;
  background-color: #ffffff;
}

html,
body {
  height: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
}

*:focus {
  outline: none;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  margin-inline: auto;
  padding-inline: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 1099px) {
  .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.inner {
  width: 100%;
  max-width: 828px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.title-1 {
  margin-bottom: 32px;
}
@media screen and (max-width: 519px) {
  .title-1 {
    margin-bottom: 16px;
  }
}
.title-1__main {
  text-align: center;
}
@media screen and (max-width: 519px) {
  .title-1__main {
    font-size: 40px;
  }
}
.title-1__main::before {
  content: "PLEASE WAIT";
  font-family: "Roboto", sans-serif;
  color: #212121;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  animation: loadingText 3s linear infinite;
}
@media screen and (max-width: 519px) {
  .title-1__main::before {
    font-size: 40px;
  }
}
@keyframes loadingText {
  0% {
    content: "PLEASE WAIT";
  }
  12% {
    content: "PLEASE WAIT.";
  }
  25% {
    content: "PLEASE WAIT..";
  }
  37% {
    content: "PLEASE WAIT...";
  }
  50% {
    content: "PLEASE WAIT...";
  }
  62% {
    content: "PLEASE WAIT..";
  }
  75% {
    content: "PLEASE WAIT.";
  }
  87% {
    content: "PLEASE WAIT";
  }
  100% {
    content: "PLEASE WAIT";
  }
}

.guidance {
  text-align: center;
  margin-bottom: 32px;
}
@media not screen and (max-width: 519px) {
  .guidance {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 150%; /* 30px */
  }
}

.list-asterisk {
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
  max-width: 535px;
  margin-inline: auto;
  padding: 0;
  color: #616161;
}
.list-asterisk li {
  position: relative;
  padding-left: 1.5em;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
.list-asterisk li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.progress-bar {
  display: block;
  width: 100%;
  height: 5px;
  transition: width 1s linear;
  border-radius: 20px;
  background: var(--brand-color, linear-gradient(96deg, #3327DD 11.6%, #EA4805 89.72%));
  background-size: 200% 100%;
  animation: gradation 2s linear infinite;
}
@keyframes gradation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.progress-bar-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 519px) {
  .progress-bar-container {
    margin-bottom: 32px;
  }
}

.btn-100 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 245px;
  height: 48px;
  margin-inline: auto;
  padding: 4px 16px;
  background-color: #212121;
  border: 1px solid #212121;
  border-radius: 999em;
  box-sizing: border-box;
  transition: opacity 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 519px) {
  .btn-100 {
    max-width: none;
  }
}
.btn-100:hover {
  opacity: 0.4;
}

.logo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 233px;
  height: 56px;
  pointer-events: none;
}
@media screen and (max-width: 519px) {
  .logo {
    top: 32px;
    left: 16px;
    z-index: 10;
    width: 133px;
    height: 32px;
  }
}/*# sourceMappingURL=style.css.map */