@charset "utf";

*{
    font-family: 'Apple SD Gothic Neo', Helvetica;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
}
ol,ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
img,video,svg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}