@charset "utf-8";

/*-------------------------
reset
---------------------------*/
* {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100vw;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #000;
	font-size: 16px;
	line-height: 1.75;
	margin: 0;
	position: relative;
	overflow-x: hidden;
}
img,a,ul,li,iframe,fieldset {
	border: none;
	outline: none;
}
img {
	line-height: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a,
a img {
	-webkit-transition: .2s;
	transition: .2s;
}
h1,h2,h3,h4,ol,ul,li,dl,dt,dd,p,from,iframe,fieldset,legend {
	margin: 0;
	padding: 0;
}
ol,ul {
	list-style: none;
}
h1,h2,h3,h4 {
	font-size: 100%;
	font-weight: normal;
}
em {
	font-style: normal;
}
article,aside,footer,header,main,nav,section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}