@charset "UTF-8";




html {
    box-sizing: border-box;
	font-size: 62.5%;
}

::before,
::after {
    box-sizing: inherit;
}


body {
	margin: 0;
	color: #1E1E1E;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .12em;
  }
  

article,
aside,
blockquote,
body,
caption,
cite,
code,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
input,
label,
legend,
li,
nav,
ol,
option,
/* p, */
pre,
section,
select,
summary,
textarea,
ul {
    margin: 0;
    padding: 0
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

img {
    border: 0;
    vertical-align: bottom;
    width: 100%;
}