@charset "utf-8";

/* common */
body {
    line-height: 1.5;
    font-family: "Kosugi", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* responsive */
@media screen and (max-width: 960px) {
    
}