/* ----------------------------------------------------------------
 Reset
----------------------------------------------------------------- */
* {
    box-sizing: border-box;
}

html,
body {
    font-size: 16px;
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body,
main,
article,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #000;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #444;
    -webkit-tap-highlight-color: transparent;
}