@charset "UTF-8";


/*========================================
==========================================
==========================================

reset.css

==========================================
==========================================
========================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #313131;
}

html {
    overflow-y: scroll;
}

body {
    position: relative;
    font-size: 1em;
    font-family: Noto Sans JP,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,Hiragino Sans,Meiryo,Hiragino Kaku Gothic ProN,sans-serif;
    font-weight: 400;
    min-width: 300px;
    min-height: 100vh;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 1em;
    font-weight: normal;
}

ul {
    list-style: none;
}

img,video,iframe {
   vertical-align: bottom;
}

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

.cf:after {
    content: "";
    display: block;
    clear: both;
}

address {
    font-style: normal;
}

button {
    border: none;
    font-size: 1em;
    background: none;
    outline: none;
}