@charset "UTF-8";

/*
Date   : 2026.03
Author : a-okada
*/

/*
font-family: 'Klee One', cursive;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
*/

/* ---------------------------------------- */
/* Pages */
.obog_title{
    font-size: 1.8rem;
    text-align: center;
    margin: 1rem 0;
}

.mascot{
    text-align: center;
    margin-bottom: 0.8rem;
}


@media screen and (max-width: 700px) {
    .obog_title{
        font-size: 1.5rem;
    } 

}
