html,
body,
input,
textarea,
select,
button {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

html {
	width: 100%;
	height: 100%;
	line-height: 1;
	min-width: 980px;
	background-color: #5d5d5d;
}

body {
	font-size: 14px;
	color: #fff;
	width: 100%;
	height: 100%;
	min-width: 980px;
}

#background {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pc/dwc/bg_main.jpg) no-repeat center top;
	background-size: cover;
	min-width: 980px;
}

::selection {
	color: #fff;
	background: #666;
}

::-moz-selection {
	color: #fff;
	background: #666;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

a {
	text-decoration: none;
	color: #09c;
	padding: 0.2em;
}

.slab {
	font-family: 'Roboto Slab', serif ;
	-webkit-font-smoothing: antialiased;
}

.container {
	width: 980px;
	margin: 0 auto;
}

.privacyLink {
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 500;
	min-width: 980px;
	-webkit-font-smoothing:initial;
	margin-bottom: 20px;
}

.privacyLink a {
	color: #fff;
}

.privacyLink a:after {
	content: "";
	display: inline-block;
	position: relative;
	top: 1px;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background: url(../img/pc/dwc/i_blank_wh.svg) no-repeat center;
	background-size: cover;
}

.copy {
	text-align: center;
	padding-bottom: 20px;
	letter-spacing: 0.05em;
	font-weight: 300;
	min-width: 980px;
	-webkit-font-smoothing:initial;
}

a,a:hover {
	opacity: 1;
}

@media screen and (max-width: 640px) {
	body {
		background: none;
	}

	#background {
		z-index:-1;
		height:100vh;
		min-width: 320px;
	}

	html,body {
		min-width: 100%;
	}

	.container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		min-width: 100%;
	}

	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	.privacyLink {
		min-width: 100%;
	}

	.copy {
		min-width: 100%;
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	.copy small {
		font-size: 10px;
	}

}