@charset "utf-8";
*,
*::before,
*::after {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
    color: #090909;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

li {
    list-style-type: none;
}

html, body {
    margin: 0;
    background-color: #FFF4DB;
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    line-height: 1.5;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

img,
picture {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

@media(prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}
