@charset "UTF-8";




#body_wrap {
    position: relative;
}

.en_ttl {
    font-family: "Cinzel", serif;
    font-weight: 500;
}

.en {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}


@media (min-width: 768px) {

    #body_wrap {
        display: flex;
        justify-content: space-between;
    }

    #side_column {
        width: 280px;
        background: #2e2e2e;
    }
    
    #side_column header {
        position: sticky;
        top: 0px;
        height: 100svh;
    }

    #main_column {
        flex: 1;
    }

}


@media (min-width: 1024px) {

}