/*
  イシトポロジー：かんたん調整ファイル
  数字だけ変更すると、サイト全体へ反映されます。
*/
:root {
    /* PC：各エリアの余白 */
    --section-space-top: 60px;
    --section-space-bottom: 120px;

    /* スマホ：各エリアの余白 */
    --section-space-top-mobile: 20px;
    --section-space-bottom-mobile: 30px;

    /* 以下は現在のままでOK */
    --page-width: 1000px;
    --page-side: 80px;

    --content-width: 1040px;
    --content-side: 80px;

    --nav-font-size: 14px;
    --logo-font-size: 20px;
    --hero-font-size: 800px;

    --font-main: "Noto Sans JP", sans-serif;

    --paper: #f8f7f2;
    --ink: #151617;
    --ochre: #e7a900;
}