@charset "utf-8";

/* ------------------------- メディア共通設定 ------------------------- */

/* ------------------------- サイト全体の設定 ------------------------- */

html {
    font-size: 62.5% ;/* rem単位へのベースとして10px */
}

/* ------ font family ------ */

body {
    font-family: 'Noto Sans JP', "Yu Gothic Medium" , "游ゴシック Medium" , YuGothic , "游ゴシック体" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    color: #434343;
    font-size: 1rem;
    background: #fff;
}

/* ------ content ------ */

/* ------ 挨拶文 ------ */

h1 { font-size: 5rem; }