/*loading*/

  .progress{
    position:fixed;
    width:100%;
    height:100vh;
    top:0;
    background:url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
    z-index:9999999999;
    text-align:center;
  }

  .progress-bar{
    position:absolute;
    left:0;
    bottom:0;
    width: 0; 
    height: 0;
}

  .progress-text{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    
    /* background: var(--Bg); */
    font-size: 30px;
    font-family: var(--SP);
    color: var(--Main);
    font-weight: bold;
    text-align: center;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .progress-complete .progress-bar{
    border-top-color:#000;
  }

.progress-inner img{
  width: 100px;
}


@media screen and (max-width:480px) {

}
/*loading end*/