body{
    background: #eaecf1;
    font-family: "orpheuspro", serif;
    height: 100dvh;
}

.e-wrap{
    height: 100dvh;
}

.e-key-visu{
    width: 100%;
    height: 100%;
    padding: 0 4em;
}
.e-key-logo{
    width: 100%;
    max-width: 500px;
}
.e-key-anime-wrap{
    background: #eaecf1;
    width: 100%;
    height: 100%;
}
.e-key-anime-inner{
    width: 100%;
}
e-key-logo p {
    font-size: ;
}


.ani-txt-01,
.ani-txt-02,
.ani-txt-03,
.ani-txt-04{
    opacity: 0;
}





/* 汎用高 */

.flx{
    display: flex;
}
.flx-j-center{
    display: flex;
    justify-content: center;
}
.flx-j-a-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.po-re{
    position: relative;
}
.po-ab{
    position: absolute;
}

.f-center{
    text-align: center;
}

.f-30px{
    font-size: 30px;
}

.f-60px{
    font-size: 60px;
}