@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body {
    position: relative;
    z-index: -10;
    margin: 0;
    padding: 0;
    background: #191919;
}

body {
    min-height: 100dvh;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1em;
	font-weight: 500;
    color: #313131;
    -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5 {
    font-size: 1em;
    font-weight: 500;
}

p {
	font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
}

ul {
    list-style: none;
}

img {
    display: block;
    width: 100%;
    vertical-align: bottom;
}

iframe {
   vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #313131;
}

.cf:after {
    content: "";
    display: block;
    clear: both;
}

table {
	border-spacing: 0;
}

th {
    font-weight: normal;
}

address {
    font-style: normal;
}

input {
    -webkit-appearance: none;
}

button {
    font-family: inherit;
    font-size: 1em;
}