:root{

    --bg:#F7F4EE;
    --text:#26211C;
    --body:#3A342E;
    --line:#D8D2C7;

    --font-title:"Shippori Mincho", serif;
    --font-body:"Noto Sans JP", sans-serif;

    --content-width:1200px;

}

section{

    padding:120px 0;

}