@charset "utf-8";

/* common */
body {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    letter-spacing: 2.5px;
    background-color: #ffffff;
}