@charset "utf-8";

body {
    background: #fdf0f3;
}

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

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

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

}


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

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

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

@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: 18%;
    }
}



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

#sp01_link01{
	margin: 590px 0 0 80px;
}

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


#sp1_link01 img {
	padding-top:560px;
}


#sp02_link01{
	padding: 585px 0 0 80px;
}

#sp02_link02{
	padding: 585px 0 0 185px;
}

#sp2_link01 img {
	padding-top:580px;
}


#sp03_link01{
	padding: 1360px 0 0 340px;
}



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

	#sp01_link01{
		margin: 0 auto;
	}

	.list {
		list-style: none;
	}

	.list li {
		float: left;
		width: 50%;
	}

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

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

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

		.list2 li {
			float: left;
			width: 33%;
		}


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




	#sp02_link01 {
		padding: 0;
}
	#sp03_link01 {
		padding:0;
	}


}

a:hover {
	opacity: 0.8 ;
}
