@charset "utf-8";
/*================================================================================================

* MAIN Area  *

================================================================================================*/
.app-content {
    margin-top: 100px;
    overflow: hidden;
}

/*================================================================================================

* メディアクエリ *

================================================================================================*/
@media only screen and (max-width: 1240px) {
    .global-navi-item, .current{
        display: none !important;
    }
    .nav_toggle{
        display: block !important;
    }
}

@media only screen and (max-width: 768px) {
/********************/
}

@media only screen and (max-width: 480px) {
    .logo{
        font-size: 85% !important;
    }
}