@charset "UTF-8";

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.noto-sans-jp-regular {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.noto-sans-jp-bold {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Noto Sans JP";
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

* {
    color: #131626;
    font-family: "Noto Sans JP";
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/* フォントサイズデフォルト */

/* PC表示設定 */
@media screen and (min-width: 960px) {
    * {
    font-size: 16px;
    letter-spacing: 1.12px;
    }
}

/* SP表示設定 */
@media screen and (max-width: 959px) {
    * {
    font-size: 14px;
    letter-spacing: 1.12px;
    }
}