/* ========================================
   Reset & Base
   ======================================== */
html {
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #333;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.1em;
}

section {
    scroll-margin-top: 120px;
}

body.admin-bar .section {
    scroll-margin-top: 152px;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

button {
    letter-spacing: 0.1em;
}

body.home {
    background: #fff;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style: none;
}
