*{
	letter-spacing:2.5px;	
}
a{
	color:#a0726e;
	cursor:pointer;
	text-decoration:none;
}
.fix{
	margin:0;
	width:25%;
}
#css_table {
	margin: auto;
	width: 96%;
	margin: 5% 0;
	display:table;
	/*border: solid 1px #000;*/
}
#css_table img{
	width: 100%;
}
.css_tr .title{
	background: rgba(255,94,153,.8);
	color: #fff;
}
.css_tr .date {
	text-align: center;
}
.css_tr {
	/*background: rgba(255,255,255,.5);*/
	display: table-row;
}
.css_td {
	color: #666;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 24px;
	vertical-align:middle;
	padding: 3% 2%;
	display: table-cell;
	border-bottom: solid 1px rgba(0,0,0,.15); 
}
body,html{
	height: 100vh;
}
body{
	background-attachment: fixed;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	margin:0;
	background-color:#fbf7f6;
}
#wrapper {
	width:100%;	
	height: 100%;
}
.index_bg{
	position:absolute;
	left:50%;
	width:1000px;
	margin:0 -500px;
	background-image:url(../images/index_bg.jpg);
	background-repeat:no-repeat;
}
ul.nav_btn {
	list-style-type: none;
	position:fixed;
	width:100%;
	z-index:999;
	top:0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color:rgba(135,192,195,0.9);
}

ul.nav_btn li {float: left;}

ul.nav_btn li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
}

ul.nav_btn li a:hover {
	color:#fff;
	text-shadow: 0px 0px 20px #fff,0px 0px 20px #fff,0px 0px 20px #fff; 
}

ul.nav_btn li.icon {display: none;}

#nav ul li a.active{
	color:#fff;
	text-shadow: 0px 0px 20px #fff,0px 0px 20px #fff,0px 0px 20px #fff; 
}
.menu{
	margin-top: 450px;
}
.menu a{
	background-image:url(../images/menu_01.png);
	float:left;
	height:75px;
	width:250px;
	-moz-transition:margin-top .2s ease-out;
	-webkit-transition:margin-top .2s ease-out;
	-o-transition:margin-top .2s ease-out;
	-ms-transition:margin-top .2s ease-out;
}
.menu a:hover{
	margin-top:-10px;
}
#main.index{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100vw;
	height: 100vh;
}
.fx{
	margin:2px 0 0 160px;
	width:400px;	
}
.logo{
	width: 200px;
	position: absolute;
	right: 30px;
	bottom: 50px;
}
#about ul li{
	width:100%;
	float:left;
	font-size:16px;
	margin:0;

}
#about span{
	float:left;
	font-size:15px;
	letter-spacing:1px;
	background-color:#017ec1;
	color:#FFF;
	padding:8px 12px;
	margin-right:10px;
}
#about p{
	line-height:25px;
	margin:0;
}

#about,#rule,#play,#result,#gift{
	/*background: rgba(255,255,255,.95);*/
	background-image: url(../images/c_bg.png);
	width:60%;
	padding:50px 5% 100px 5%; 
	min-height: 850px;
	display: inline-block;
	position: relative;
	left: 15%;

}

#result{
	padding:50px 50px 0 50px; 
}

#rule ul{
	font-size:15px;
	list-style:circle;
	list-style:cjk-ideographic;
	padding:20px 50px 0 50px;
}
#rule ul li{
	margin-bottom:25px;
	line-height:25px;
}
#about h1{
	margin:50px auto 40px auto;
	text-indent:-9999px;
	width:400px;
	height:150px;
	display:block;
	background-size:contain;
	background-image:url(../images/about_title.png);
	background-repeat:no-repeat;
}
#play h1{
	margin:50px auto 40px auto;
	text-indent:-9999px;
	width:400px;
	height:150px;
	display:block;
	background-size:contain;
	background-image:url(../images/play_title.png);
	background-repeat:no-repeat;
}
#play h3{
	font-weight: 100;
	margin:0 auto 30px auto;
	color:#543f3b;
	text-align:center;
	font-size:18px;
	line-height: 30px;
	letter-spacing:2px;
}
#play .item .item_check{
	cursor: pointer;
    float: left;
    width: 25%;
    height: 100%;
    margin: 0 3%;
}
#play .item img{
    -webkit-transition: 0.2s ease;
           -moz-transition: 0.2s ease;
         -o-transition: 0.2s ease;
            transition: 0.2s ease;
}
#play .item img:hover{
    -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
             -o-transform: scale(1.2);
            transform: scale(1.2);
}
.row{
	position: relative;transform: translate(-50%, 0); 
}
#col2{
	left: 65%;;
}
#col3{
	left: 50%;;
}
#gift h1{
	margin:50px auto 40px auto;
	text-indent:-9999px;
	width:400px;
	height:150px;
	display:block;
	background-size:contain;
	background-image:url(../images/gift_title.png);
	background-repeat:no-repeat;
}
.gift h4 {
    font-size: 25px;
    text-align: center;
    width: auto;
    color: #fff;
    padding: 15px 0;
    font-weight: normal;
    background-color:rgb(135,192,195);
    color: #fff;
    letter-spacing: 2px;
    margin: 0;
}
.gift p{
	line-height: 25px;
}
.gift ul{
	margin: 0;
	border: solid 1px #a0726e;
	padding: 0;
}
.gift ul li {
	color: #000;
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 40px auto;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
}
#rule h1{
	margin:50px auto 0px auto;
	text-indent:-9999px;
	width:400px;
	height:150px;
	display:block;
	background-size:contain;
	background-image:url(../images/rule_title.png);
	background-repeat:no-repeat;
}
.item_img{
	display: inline-block;
	width:100%;
	margin:20px 0;
}
form h1{
	color:#a0726e;	
}
form p{
	margin:0;
	color:#333;
	font-size:13px;
	line-height:18px;
}
form h4{
	border:#a0726e 1px solid;
	/*background-color:rgba(255,255,255,0.4);*/
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
	padding:6px 0;
	min-height: 40px;
	letter-spacing:3px;
	text-align:center;
	margin:10px 0;
	color:#a0726e;	
}
form h4.sel{
	/*color:#C30;
	border:#C30 1px solid;*/
	border:#c04d27 1px solid;
	color:#fff;
	background-color:#c04d27;
}
form a{
	float:left;
	width:18%;
	padding:2.5% 0;
	height:100%;
	margin:0 1%;
}
#about ul,#play ul{
	list-style:none;
	margin:0;
	padding:0;	
}
#about ul li,#play ul li{
	/*float:left;*/
	margin-bottom:30px;
}
input{
	height:22px;
	width:100%;	
}
label{
	font-size:16px;
	letter-spacing:0.1em;
	float:left;
}
.info{
	width:96%;
	float:left;
	padding:2%;
}
.form-group .warn{
	line-height:18px;
	font-size:13px;
	color:#C30;
	float:right;
}
.g-recaptcha {
	float:right;
	margin:10px 0;
}
.form-control{
	float:left;
	width:97%;
	height:30px;
	padding:5px 1.5% 5px 1.5%;
	margin:5px auto 10px auto;
	border:#ccc 0 solid;	
}
button,#submit{
	float:left;
	width:100%;
	cursor:pointer;
	letter-spacing:3px;
	font-size:18px;
	border:0;
	background-color:#4d3737;
	color:#FFF;
	height:50px;
}
.start{
	display:none;	
}
#form{
	padding-bottom:80px;	
}
#step2{
	margin:35px 0 20px 0;
}
#step2 a{
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
#footer{
	background-color:rgba(135,192,195,0.9);
	position:fixed;
	bottom:0;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#FFF;
	text-align:center;
}
.remodal-confirm{
	background-color: #4D3737;
}
.remodal-confirm:hover, .remodal-confirm:focus{
	background-color: #694242;
}
#particles-js{
  position: fixed;
  height: 100%;
  width: 100%;
}
.fb-like{
	top:-10px;
	z-index:999;
	/*position:absolute;*/
	margin-left:10px;
}
#scrolldown{
	display:none;	
}

@media(max-width:1023px){
	body{
		background-attachment: fixed;
		background-image:url(../images/bg.jpg);
		background-repeat:no-repeat;
		background-position:center;
		background-size: contain;
		margin:0;
		background-color:#fbf7f6;
	}
}

@media(max-width:737px){
	.fix{
		margin:0;
		width:100%;
	}
	ul.nav_btn{
	background-color:rgba(135,192,195,1);
	}
	ul.nav_btn li:not(:first-child) {display: none;}
	ul.nav_btn li.icon {
		float: right;
		display: inline-block;
	}
	ul.nav_btn li a{
		padding:18px 20px;
		letter-spacing:3px;
		font-size:18px;
	}
	ul.nav_btn.responsive {
		position:fixed;
	}
	ul.nav_btn.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	ul.nav_btn.responsive li {
		float: none;
		display: inline;
	}
	ul.nav_btn.responsive li a {
		display: block;
		text-align: center;
	}
	.logo{
		width: 60px;
		position: absolute;
		right: 10px;
		top: 70px;
	}
	.info{
		width:100%;
		padding:0;
	}
	.menu{
		margin-top: 120%;
	}
	.menu a{
		margin: 0 auto;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 80%;
	}
	#about,#rule,#play,#result,#gift{
		background: #fbf7f6;
		width:90%;
		padding:5%; 
		height: 100%;
		left: auto;
		margin-left: auto;
	}
	#about h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/about_title.png);
		background-repeat:no-repeat;
	}
	#about ul li {
		margin: 0 auto 2% auto;
	}
	#about span{
		font-size:18px;
		float:left;
		width:100%;
		letter-spacing:2px;
		background-color:#017ec1;
		color:#FFF;
		padding:2% 0;
		text-align:center;
		margin:0;
		-webkit-border-radius: 30px;
		   -moz-border-radius: 30px;
				border-radius: 30px;
	}
	#about p{
		padding:3%;
		float:left;
	}
	#play h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/play_title.png);
		background-repeat:no-repeat;
	}
	#play .item div{
		cursor: pointer;
	    float: left;
	    width: 80%;
	    height: 100%;
	    margin: 0 10%;
	}
	#gift h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/gift_title.png);
		background-repeat:no-repeat;
	}
	#rule h1{
		margin:80px auto 0 auto;
		text-indent:-9999px;
		width:100%;
		display:block;
		background-size:contain;
		background-position:top center;
		background-image:url(../images/rule_title.png);
		background-repeat:no-repeat;
	}
	#rule ul{
		padding:0px 50px 0 50px;
	}
	.item input{
		margin-left:45.5%;
		height:25px;
		float:left;
		width:25px;;
	}
	form h4{
		font-size:18px;
		-webkit-border-radius: 30px;
		   -moz-border-radius: 30px;
				border-radius: 30px;
		padding:8px 0;
		width:100%;
		border:#a0726e 1px solid;
		letter-spacing:5px;
		text-align:center;
		color:#a0726e;	
		float:left;
	}
	form p{
		line-height:25px;
		text-align:center;
		font-size:18px;
		width:100%;
		float:left;	
	}
	.form-control{
		width:89%;
		padding:3% 5% 3% 5%;
	}
	.g-recaptcha {
		width:200px;
		float:left;
		margin-top:10px;
		transform:scale(0.82);
		-webkit-transform:scale(0.82);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	.start{
		margin-left:10%;
		text-align: center;
		width:80%;
		padding: 0;
		display:inherit;
		z-index:999;
	}
	#scrolldown{
		text-align:center;
		position:fixed;
		bottom:0;
		z-index:999;
		height:50px;
		line-height:50px;
		width:100%;
		color: #fff;
		background-color:rgba(0,0,0,0.7);	
	}
	#footer{
		display:none;	
	}
#play .item div {
     margin: 0 5%;
 }
 #play .item .item_check{
     width: 100%;
 }
 .fx{
 	margin: 0;
 	left:40%;
 }
 .row{
  position: relative;transform: translate(-60%, 0); 
 }
 #col2{
  left: 50%;;
 }
}

@media(max-width:500px){
 body{
  background-image:none;
  background-repeat:no-repeat;
  background-position:center;
  margin:0;
  background-color:#fbf7f6;
  background-image:url(../images/index_bg_m.png);
  background-size: contain;
  width: 100%;
 }
 #play .item div {
     margin: 0 5%;
 }
 #play .item .item_check{
     width: 100%;
 }
 .fx{
 	margin: 0;
 	left:40%;
 }
 .row{
  position: relative;transform: translate(-60%, 0); 
 }
 #col2{
  left: 50%;;
 }
}

}