@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

body {
    font-size: 16px;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
    color: #000;
    position: relative;
    font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;    /* font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
}

img {
    width: 100%;
    height: auto;
}

.-pc {
    display: block;
}

.-sp {
    display: none;
}

.-wrapper {
    width: 73.206%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    
    .-pc {
        display: none;
    }

    .-sp {
        display: block;
    }

    .-wrapper {
        width: 100%;
        margin: 0 auto;
    }
}