@charset "UTF-8";

body { line-height: 140%; }
@media screen and (max-width: 767px) {
}

header {
    & .swHeader {
        & .swContainer {
            @media screen and (max-width: 767px) { align-items: end; }
            & .swHeaderMenuSP {
                & a,span { width: 25%; }
            }
        }
    }
}
