@charset "utf-8";



body{
    height: 100%;
    width: 100%;
    background-image: url("image/hi_background.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0px;
}


body{
    font-family:monospace;
}



.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeOut 1.5s 2.5s forwards;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  .loading__logo {
    opacity: 0;
    animation: logo_fade 2s 0.5s forwards;
    width: 175px;
  }
  
  @keyframes logo_fade {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
  
    60% {
      opacity: 1;
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
    }
  }



#mainakari{
    background-size: cover;
}







#moji{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color:#2f772f;
}

#tyuui{
    text-align: center;
    font-size: 9pt;
    font-weight: 700;
    color:#2f772f;
}




table#seibunn{
    margin: 40px;
    font-size: 9pt;
    padding: 5px;
    border-collapse:collapse ;
    width: 290px;
    color:#2f772f;
    border-color: #fff;
    border-style: dotted;
    font-weight: 700;
}

table#arerugi{
    margin: 40px;
    font-size: 9pt;
    padding: 5px;
    border-collapse:collapse ;
    width: 290px;
    text-align: center;
    color:#2f772f;
    border-color:palevioletred;
    border-style: dotted;
    font-weight: 700;
}


#otoi{
    text-align: center;
    height: auto;
    color:#2f772f;
}
#otoia{
    font-weight: 700;
    position:calc(0,50);
}

#meijiato{
    text-align: center;
    height: auto;
    color:#2f772f;
    font-size: 9pt;
    font-weight: 700;
}