@charset "utf-8";

body{
  /background: #ff0 url('../pc1.jpg') no-repeat center top;
}

#header{
	background: none;
}
#contents{
	width:100% !important;
	height:100%;
	padding-top:0px;
	margin:0 auto;
}
/*-----------------------
main
-----------------------*/
#main{
	width:100%;
	height:100%;
	overflow: hidden;
}
#main .mainvisual{
	position: absolute;
	width:1440px;
	height:900px;
}
#main .img{
	position: absolute;
	top:0;
	width:100%;
	height:auto;
	display: none;
}
#main .img1{
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-375px;
	margin-left:-220px;
	width:30.55%;
	height:720px;
	display: block;
}
#main .btn{
	position: absolute;
	bottom:81px;
	right:10%;
	width:182px;
	z-index: 10;
}
#main .copyright{
	position: absolute;
	bottom:60px;
	right:10%;
	width:354px;
	z-index: 10;
}
#main .copyright2{
	display: none;
}

#main .notice_disc{
	position: absolute;
	top:70px;
	left:50%;
  margin-left:-360px;
	width:719px;
	z-index: 10;
}
#main .notice_end{
	position: absolute;
	top:70px;
	left:50%;
  margin-left:-325px;
	width:650px;
	z-index: 10;
}


@media screen and (max-width: 768px) {
	body{
		/background: url('../sp1.jpg') no-repeat center 0px;
		/background-size: 100% auto;
		/background:none;
	}

	/*-----------------------
	main
	-----------------------*/
	#main .img1{
		position: absolute;
		top:50%;
		left:50%;
		margin-top:-375px;
		margin-left:-220px;
		width:63%;
		height:720px;
	}
	#main .btn{
		bottom:10%;
		right:4.6%;
		width:24.2%;
	}
	#main .copyright{
		bottom:7%;
		right:7%;
		width:86%;
	}
  #main .notice_disc{
    top:65px;
    left:2.7%;
    margin-left:0px;
    width:95.86%;
  }
  #main .notice_end{
    top:65px;
    left:6.67%;
    margin-left:0px;
    width:86.66%;
}
}
