@charset "utf-8";

body {
   /* background: #fff url(../img/bg_body.png) center top repeat; 背景画像を配置するときに指定*/
}

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

/* ---------- mainvisual ---------- */
#mainvisual {
	background: url("../img/mainvisual_bg.jpg") center top no-repeat;
	height: 813px;
	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: 755px;
}

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

}


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

@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: 1180px;
}

@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: 602px;
}

@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: 1132px;
}

@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 ---------- */

#lead_link01{
	padding: 600px 0 0 340px;
}


#sp04_link01{
	padding: 400px 0 0 440px;
}

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


#sp04_link01 li {
	float: left;
	width: 138px;
}

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

#sp04_link01 img {
padding: 400px 0px 0px 5px;
	width: 128px;
}



#sp04_link02{
padding: 63px 0 0 574px;
}




@media screen and (max-width: 768px) {
	#lead_link01 {
		padding:0;
	}
	
	
	#sp04_link01{
		margin: 0 auto;
	}

	#sp04_link01 {
		padding: 0;
}


	ul {
			padding:0px 16px 0px 25px;
			margin:0px;
		}

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

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

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


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

	#sp04_link02 {
		padding: 0;
}





}


a:hover {
	opacity: 0.8 ;
}
