@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700&display=swap');
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");



html {
    font-size: 62.5%;
    /* -> 10px */
}


body {
    /*    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;*/
    width: 100%;
    height: 100%;
    line-height: 1.5;
    word-break: break-word;
    -webkit-font-feature-settings: "palt"1;
    font-feature-settings: "palt"1;
    letter-spacing: 0.07rem;
    padding: 0;
    margin: 0;
    color: #222;
    background: #fff;
}

img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: underline;
}


a,
a:link {
    text-decoration: none;
    color: #222;
}

a:link,
a:visited {
    color: #222;
}


.pc {
    display: block;
}

.sp {
    display: none;
}


@media (max-width: 767.98px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

}

