@charset "UTF-8";
root: {
    --orange:#FF5A00;
    --orange-deep:#D94400;
    --dark:#15120F;
    --dark2:#1F1B17;
    --cream:#FFF3EB;
    --line:#3A322B;
    --grey:#8A7F77;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Hiragino Sans', 'Noto Sans JP',-apple-system,sans-serif;
    background: var(--cream);
    line-height: 1.7;
    overflow-x: hidden;
}
h1,h2,h3,h4 {
    font-family: 'Helvetica Neue', 'Noto Sans JP',sans-serif;
    font-weight: 900;
    letter-spacing: 0.02em;
}
