@charset "utf-8";
/* CSS Document */
main{
    width: 100%;
    height: 100vh;
}

section{
    height: 100%;
}

#hcs_caption{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hcs_caption img{
}