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

* {
    appearance: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    touch-action: manipulation;
}
html,
noscript,
body,
section,
nav,
article,
main,
aside,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
address,
p,
pre,
ul,
ol,
dl,
dt,
dd,
div,
iframe,
object,
video,
canvas,
form,
fieldset,
legend,
label,
input,
button,
select,
datalist,
optgroup,
option,
textarea,
output,
progress,
meter,
details,
summary,
menu {
    display: block;
}
a, em, strong, time, kbd, sub, sup, mark, ruby, rt, span, br, del, img, source {
    display: inline;
}
img,
object {
    user-select: none;
}
html {
    scroll-behavior: smooth;
}
ul,
ol {
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
}
li {
    display: list-item;
}
table {
    display: table;
    border-collapse: collapse;
}
caption {
    display: table-caption;
    caption-side: top;
}
tbody {
    display: table-row-group
}
thead {
    display: table-header-group;
}
tfoot {
    display: table-footer-group;
}
tr {
    display: table-row;
}
td {
    display: table-cell;
}
th {
    display: table-cell;
}
audio {
    display: none;
}
textarea {
    resize: none;
}
button {
    user-select: none;
}
button,
details {
    cursor: pointer;
}
noscript {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #f00;
}
html {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family: 'Noto Serif JP', serif; */
    /* font-family: "M PLUS Rounded 1c", sans-serif; */
}