@charset "utf-8";

body {
   background: #efede7;
}

.btn_wrap a img{
	width: 90%;
}

@media screen and (max-width: 768px) {
	section img{
		width: 100%;
	}
	.btn_wrap a {
		width: 80%;
	}
	}

/* ---------- mainvisual ---------- */
#mainvisual {
	background: url("../img/mainvisual_bg.jpg") center top no-repeat;
	height: 715px;
	background-size: 1440px auto;
}

@media screen and (max-width: 768px) {
    #mainvisual {
		background: none;
		height: auto;
        min-height: auto;
    }
}

/* ---------- lead ---------- */
#lead {
	background: url("../img/lead_bg.jpg") center top no-repeat;
	height: 978px;
	background-size: 1440px auto;
}

@media screen and (max-width: 768px) {
    #lead {
	background: none;
	height: auto;
    }

}


/* ---------- sp01 ---------- */
#sp01 {
	background: url("../img/sp01_bg.jpg") center top no-repeat;
	height: 2904px;
	background-size: 1440px auto;
}

@media screen and (max-width: 768px) {
    #sp01 {
        background: url("../img/sp01_bg_sp.jpg") center bottom no-repeat;
		background-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }
}


/* ---------- sp02 ---------- */
#sp02 {
	background: url("../img/sp02_bg.jpg") center top no-repeat;
	height: 2904px;
	background-size: 1440px auto;
}

@media screen and (max-width: 768px) {
    #sp02 {
        background: url("../img/sp02_bg_sp.jpg") center bottom no-repeat;
		background-size: 100%;
		height: auto;
		padding-bottom: 30%;
    }
}



/* ---------- link ---------- */

#sp01_link01{
	margin: 640px 0px 0px 90px;
}

#sp01_link02{
	margin: 640px 0px 0px 185px;
}

#sp01_link03{
	margin: 360px 0px 0px 430px;
}


#sp1_link01 a {
	position: relative;
	display: block;
	width: 187px;
	margin-left: -130px;
}

#sp1_link01 li {
	float: left;
	width: 187px;
  margin-top:1490px;
}

#sp1_link01 .list {
	list-style: none;
	margin-left: 175px;
	margin-top: -20px;
}

#sp1_link01 img {
	padding: 0px 0px 0px 5px;
	width: 187px;
}



#sp02_link01{
	margin: 640px 0px 0px 90px;
}

#sp02_link02{
	margin: 640px 0px 0px 185px;
}

#sp02_link03{
	margin: 360px 0px 0px 430px;
}


#sp2_link01 a {
	position: relative;
	display: block;
	width: 187px;
	margin-left: -130px;
}

#sp2_link01 li {
	float: left;
	width: 187px;
  margin-top:1490px;
}

#sp2_link01 .list {
	list-style: none;
	margin-left: 175px;
	margin-top: -20px;
}

#sp2_link01 img {
	padding: 0px 0px 0px 5px;
	width: 187px;
}





@media screen and (max-width: 768px) {
	#sp01_link01{
		margin: 0 auto 6.6%;
	}

	#sp01_link01{
		margin: 0 auto;
	}

	#sp02_link01 {
		padding: 0;
}




	ul {
			padding:0px 9px 0px 13px;
			margin:0px;
		}

		.list a {
		width:100% !important;
		}

		.list {
			list-style: none;
			float:left;
		}

		.list li {
			float: left;
			width: 33%;
			padding: 1px;
		}


		.list a {
			width:100% !important;
			}


}


a:hover {
	opacity: 0.8 ;
}
