@charset "utf-8";

body {
    background: #fff
}

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

/* ---------- mainvisual ---------- */
#mainvisual {
	background: url("../img/mainvisual_bg.jpg") center top no-repeat;
	height: 895px;
	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: 1934px;
	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: 3856px;
	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: 450px;
	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: 0%;
    }
}

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

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

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

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

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


#sp01_link01{
margin: 1350px 0 0 335px;
}


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

#sp02_link01 li {
	float: left;
	width: 170px;
}

#sp02_link01 .list {
	list-style: none;
	margin: 0;
}

#sp02_link01 img {
margin:160px 0px 0px 0px;
	width: 150px;
}

#sp04_link01{
margin: 1335px 0 0 510px;
}




@media screen and (max-width: 768px) {

	
ul {
			margin:0px 0px 0px 0px;
			margin-left:-30px;
		}

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

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

		.list li {
			float: left;
			width: 24%;
			padding:3px;
		}

	.list a {
			width:100% !important;
			}		
	#sp01_link06 {
		padding: 0;
}	
	
	#sp04_link06 {
		padding: 0;
}	
	

}


a:hover {
	opacity: 0.8 ;
}
