@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");



html {
    font-size: 62.5%;
    width: 100%;
    box-sizing: border-box;
}



body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif, Arial, Helvetica, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "游明朝", serif, "MS 明朝";
    color: #6e3201;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
}



main {
    width: 100%;
}