@font-face {
    font-family: titlefont;
    src: url("../../css/font/03HomuraM-SemiLight-2.otf") format("opentype");
}

body{
    margin:0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    line-height: 18px;
    letter-spacing: 1px;
    font-family: system-ui;
    overflow:  visible;
    overflow-x: hidden;
    z-index: 0;
    background-color: black;
    color : white;
}

body::-webkit-scrollbar , #word-word::-webkit-scrollbar, .generate::-webkit-scrollbar{
    display: none;
}

pre {
    line-height: 25px;
    letter-spacing: 4px;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 15px;
}

.title{
    font-family: titlefont;
}

.centerparent{
    display: flex;
    justify-content: center;    
    align-items: center;  
    text-align: center;
    vertical-align: middle;
}


.line{
    position:absolute;
    top: 57vh;
    width:100%;
    height:9vw;
    background-image:url("../image/br.gif");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}

.br{
    /*position:absolute;
    top: 57vh;*/
    width:100%;
    height:30px;
    background-image:url("../image/br.png");
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
}

a{
    color: white;
    white-space: pre-wrap;
    word-wrap: break-word;
}

a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline:none;
    text-decoration: none;
}

#contentbody{
    position:fixed;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
}

#loadingdiv{
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin:0;
    padding:0;
    background: black;
    opacity: 1;
    transition: opacity 5s;
}

#divtitle{
    width: 100vw;
    height: 100vh;
}

#title{
    line-height: 50px;
    font-size: 50px;
}

#smalltitle{
    line-height: 18px;
    padding : 10px;
    font-size: 15px;
    font-family: system-ui;
}

.subtitle{
    padding-top: 10px;
    font-size: 20px;
    font-weight:bold;
}

.mark{
    padding-top: 10px;
    font-size: 15px;
    font-weight:bold;
}


#quote{
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}
