@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: shippori-mincho, sans-serif;
	font-weight: 600;
	font-style: normal;
	box-sizing: border-box;
	color: #eaeaea;
	background: #121212;
	font-size: 14px;
	letter-spacing: calc((100 / 1000) * 1em);
	line-height: calc(39 / 14);
}
a {
	text-decoration: none;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #121212;
}
a:focus {
	outline: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #eaeaea;
	background: transparent;
}
ul {
	list-style-type: none;
}
.pc {
	display: none;
}
@media screen and (max-width: 1000px) {
	.pc {
		display: initial;
	}
	.tab {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.pc {
		display: initial;
	}
	.tab {
		display: initial;
	}
	.sp {
		display: none;
	}
}
