@charset "utf-8";

#loading {
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background:#fff;
  z-index:10000;
}
#loading .logowrap {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

#loading .logowrap svg { width:25rem; height:100%; }

/* 進捗バーのスタイル */
.progressWrap { margin-top:3rem; }
.progress-container {
  width:100%;
  height: 20px;
  background: #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: #000;
  transition: width 0.2s ease-in-out;
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1408.563232421875px;
    stroke-dasharray: 1408.563232421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1408.563232421875px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1408.563232421875px;
    stroke-dasharray: 1408.563232421875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1408.563232421875px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(14, 0, 0);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(14, 0, 0);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s both,
                       animate-svg-fill-1 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1.5s both;
          animation: animate-svg-stroke-1 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s both,
               animate-svg-fill-1 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 2133.4404296875px;
    stroke-dasharray: 2133.4404296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2133.4404296875px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 2133.4404296875px;
    stroke-dasharray: 2133.4404296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2133.4404296875px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(14, 0, 0);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(14, 0, 0);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.12s both,
                       animate-svg-fill-2 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1.6s both;
          animation: animate-svg-stroke-2 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.12s both,
               animate-svg-fill-2 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 452.1200256347656px;
    stroke-dasharray: 452.1200256347656px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 452.1200256347656px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 452.1200256347656px;
    stroke-dasharray: 452.1200256347656px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 452.1200256347656px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.24s both,
                       animate-svg-fill-3 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1.7s both;
          animation: animate-svg-stroke-3 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.24s both,
               animate-svg-fill-3 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1.7s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 588.4832763671875px;
    stroke-dasharray: 588.4832763671875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 588.4832763671875px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 588.4832763671875px;
    stroke-dasharray: 588.4832763671875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 588.4832763671875px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.36s both,
                       animate-svg-fill-4 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1.8s both;
          animation: animate-svg-stroke-4 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.36s both,
               animate-svg-fill-4 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 639.18408203125px;
    stroke-dasharray: 639.18408203125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 639.18408203125px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 639.18408203125px;
    stroke-dasharray: 639.18408203125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 639.18408203125px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.48s both,
                       animate-svg-fill-5 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1.9s both;
          animation: animate-svg-stroke-5 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.48s both,
               animate-svg-fill-5 0.8s cubic-bezier(0.23, 1, 0.32, 1) 1.9s both;
}
