@charset "shift_jis";
/* CSS Document */
/*********** 基本設定 ***********/
html{
	height:100%;
}

body{
	height:100%;
	width:100%;
	font-size:10pt;
	line-height:1;
	color:#fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background:#000;
}

input,
textarea{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
}

*{
	outline:none;
}

a{
	/*\*/
	overflow:hidden;
	/**/
}

/*iphoneボタン調整*/
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

.clear{
	clear:both;
}

.clearfix{
	zoom:100%;
}

.clearfix:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}


.ta_c{
	text-align:center;
}

.ta_r{
	text-align:right;
}

.ta_l{
	text-align:left;
}


/*********** wrap設定 ***********/
#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-width:1240px;
}

/*********** header設定 ***********/
header{
	position:absolute;
	top:0;
	left:0;
	width:526px;
	height:526px;
	background:url(/img/enter_head.png) 0 0 no-repeat;
	box-sizing:border-box;
	padding:25px;
	color:#e0d8a0;
	z-index:999;
}

header h1{
	background:url(/img/logo_symbol.png) 0 35px no-repeat;
}

header span{
	display:block;
}

.header_text1{
	font-size:17pt;
	margin-bottom:20px;
}

.header_text2{
	font-size:24pt;
	padding-left:85px;
}

.header_text3{
	font-size:17pt;
	margin-bottom:20px;
	padding-left:85px;
}

.header_text4{
	font-size:15pt;
}


/*********** contents設定 ***********/
#contents{
	padding-bottom:85px; /*フッターの高さと同じ*/
	position:relative;
	background:url(/img/enter_bg.jpg) center 0 no-repeat;
	background-size:cover;
}

#filter{
	width: 100%;
	position: relative;
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background:url(/img/filter.png) 0 0 repeat;
	min-width:1240px;
}

#logo{
	text-align:center;
	padding-top:160px;
	margin-bottom:60px;
}

#btn_enter{
	text-align:center;
	padding-bottom:200px;
}

#btn_enter a{
	display:inline-block;
	width:420px;
	height:70px;
	box-sizing:border-box;
	border:1px solid #e0d8a0;
	font-size:26pt;
	color:#e0d8a0;
	line-height:70px;
	text-decoration:none;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

#btn_enter a:hover{
	background: rgba(224, 209, 124, 0.18);
}


#info{
	position:absolute;
	bottom:0;
	right:0;
	width:526px;
	height:526px;
	background:url(/img/enter_foot.png) 0 0 no-repeat;
	box-sizing:border-box;
	padding:25px;
	color:#e0d8a0;
}

#info_text{
	position:absolute;
	right:25px;
	bottom:25px;
	text-align:right;
}

.info_text1{
	font-size:17pt;
	margin-bottom:10px;
}

.info_text2{
	font-size:26pt;
	margin-bottom:20px;
}

#leave{
	color:#fff;
	line-height:40px;
	height:40px;
	font-size:13pt;
	padding-top:15px;
}

#leave a{
	width:100px;
	height:40px;
	display:inline-block;
	line-height:38px;
	color:#fff;
	text-decoration:none;
	border:1px solid #fff;
	box-sizing:border-box;
	vertical-align:middle;
	text-align:center;
	margin-left:20px;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

#leave a:hover{
	background: rgba(255, 255, 255, 0.18);
}


/*********** footer設定 ***********/
footer{
	height:85px;
	position:absolute;
	bottom:0;
	width:100%;
	min-width:1240px;
	background:#000;
}

footer p{
	width:1240px;
	text-align:center;
	line-height:85px;
	margin:0 auto;
	font-size:9pt;
}