@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700;900&display=swap');

body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    height: -webkit-fill-available;
    scroll-behavior: smooth;
}
.menu-container {
    max-width: 428px;
    color: #707070;
}
.page-list {
    margin: 40px 60px;
}
.page-list a {
    text-decoration: none;
    color: #707070;
    line-height: 2;
}