@font-face {
    font-family: 'ROLAchan'; 
    src: url('./fonts/ROLAchan-Regular.otf') format('opentype');
}

/*-----------------------------
header
-----------------------------*/
.navbar-collapse {
    justify-content: flex-end;
}

/*-----------------------------
top
-----------------------------*/
.top {
    background-image: url(..//img/top.png);
    background-size: cover;
}
.top-title {
    font-family: 'ROLAchan', 'sans-serif';
}

.section-title {
    font-family: 'ROLAchan', 'sans-serif';
}

.top .sub-title {
    font-size: 16px;
}

