html,
body {
    margin             : 0px;
    font-family        : "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight        : 500;
    font-style         : normal;
    font-size          : 16px;
    color              : #423633;
    letter-spacing     : 0.3px;
}

img {
    max-width: 100%;
    display  : block;
}