@charset "utf-8";
/* CSS Document */

/*リンク*/
a:link {
	text-decoration: none;
	color: #202024;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #202024;
}

a:hover {
	color: #202024;
}

a:active {
	text-decoration: none;
	color: #202024;
}

* {
	box-sizing: border-box;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

html {
	overscroll-behavior: none;
	/*scroll-behavior: smooth;*/
}

body {
	word-wrap: break-word;
	padding: 0;
	margin: 0;
	color: white;
	overflow-x: hidden;
	font-family: SimSun, serif;
	font-style: normal;
	background: black;
}

.yahei {
	font-family: Microsoft YaHei;
}

#warapper {
	width: 100%;
	height: auto;
}
  
header {
	width: 100%;
	height: 862px;
	background: url(../images/enter/enter_img.jpg) center top no-repeat;
	min-width: 600px;
}

header h1 {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
}

header #logo {
	width: 589px;
	height: 392px;
	margin: 26px auto 43px;
	position: relative;
}

header #logo::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/enter/logo_light.png) center top no-repeat;
	mix-blend-mode: screen;
}

header #entrance_text {
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	text-align: center;
	font-size: 38px;
	text-shadow:0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000,0 0 6px #000;
}



header #entrance_btn {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 25px;
}

header #entrance_btn .btn {
	width: 199px;
	height: 192px;
	position: relative;
	margin: 0 20px;
}


header #entrance_btn .btn img {
	transition: all 0.7s ease;
}

header #entrance_btn .btn::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/enter/btn_light.png) center top no-repeat;
	mix-blend-mode: screen;
	pointer-events: none;
}

header #notice {
	width: 468px;
	background: url(../images/enter/r18.png) left top 3px no-repeat;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	font-size: 18px;
	padding-left: 54px;
	color: #fdf2df;
	line-height: 1.5;
}

header #notice p {
	text-align: center;
}

footer {
	width: 100%;
	height: 178px;
	background: url(../images/enter/footer_img.jpg) center top no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
}

footer #copy {
	font-size: 12px;
}