@charset "UTF-8";

*{
    list-style: none;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-size: 16px;
}
body{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
}
.wrap{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
h1{
    font-family: 'DM Sans', sans-serif;
    font-size:2em;
    letter-spacing: 0.1em;
}