@charset "utf-8";

body {
    background: #000
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

#sp09_link01 li {
	float: left;
	width: 200px;
}

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

#sp09_link01 img {
margin: 200px 0px 0px 0px;
	width: 170px;
}


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

#sp09_link02 li {
	float: left;
	width: 200px;
}

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

#sp09_link02 img {
margin: 30px 0px 0px 0px;
	width: 170px;
}



#sp10_link01{
margin: 1540px 0 0 40px;
}

#sp10_link02{
margin: 1540px 0 0 280px;
}



@media screen and (max-width: 768px) {
	
	
ul {
			padding:0px 0px 0px 0px;
			margin:0px;
		}

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

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

		.list li {
			float: left;
			width: 25%;
			padding: 5px;
		}

	.list a {
			width:100% !important;
			}
	
	#sp10_link07 {
		padding: 0;
}	
	
	#sp10_link08 {
		padding: 0;
}	
	
}


a:hover {
	opacity: 0.8 ;
}
