@charset "UTF-8";
/* CSS Document */

#wpadminbar {
    position: fixed;
}
.menu-btn {
    top: calc(14px + 46px);
}
.close-menu {
    top: 46px;
}
.drawer-menu,
.global-block {
    top: 46px;
}
.nofixed .drawer-menu,
.nofixed .global-block {
    top: 0px;
}
.snav {
    padding-top: 46px;
}
.sns {
    position: absolute;
    left: 0;
    top: 0;
}
.sns-wrapper {
    padding-bottom: 0;
}
.nofixed #mobile-menu {
    margin-top: 46px;
}

/* Desktop Small 782px
-------------------------------------------------------------- */
@media screen and (min-width: 48.9em) {
    .menu-btn {
        top: calc(14px + 32px);
    }
    .close-menu {
        top: 32px;
    }
    .drawer-menu,
    .global-block {
        top: 32px;
    }
    .snav {
        padding-top: 32px;
    }
}

/* Desktop Small 1000px
-------------------------------------------------------------- */
@media screen and (min-width: 62.5em) {
    .site-header,
    .site-description,
    .fixed .site-description {
        top: 32px;
    }
    .drawer-menu, .global-block {
        top: 0;
    }
    .snav {
        padding-top: 0;
    }
    .sns {
        position: relative;
        left: inherit;
        top: inherit;
    }
    .nofixed #mobile-menu {
        margin-top: 0px;
    }
    .home .nofixed #masthead + #main {
        padding-top: 152px;
    }
}
