@charset "utf-8";

body,
h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: unset;
    font-size: 75%;
}
.vsp {
    display: none;
}

@media screen and (max-width: 767px) {
    .vsp {
        display: block;
    }
    .vpc {
        display: none;
    }
    #head2 .top-bar-right {
        margin: 0.5rem 0.7rem 0 0;
    }
    .menu-icon.dark {
        width: 40px;
        height: 30px;
    }
    .menu-icon.dark::after {
        height: 4px;
        box-shadow: 0 10px 0 #0a0a0a, 0 20px 0 #0a0a0a;
    }
    .menu-icon.dark:hover::after {
        background: #0a0a0a;
        box-shadow: 0 10px 0 #0a0a0a, 0 20px 0 #0a0a0a;
    }
    .btn__works a {
        padding: 20px 0;
    }
}








