* {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'Hiragino Kaku Gothic ProN';
    box-sizing: border-box;
    scroll-behavior: smooth;
}

h1, h2 {
    margin: 0;
}

ul,
li {
    list-style: none;
}

button {
    cursor: pointer;
}

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

a:hover {
    text-decoration: underline;
}

hr {
    border: none;
}

picture {
    display: flex;
}