@charset "UTF-8";

/* Backgrounds will cover all the section
* --------------------------------------- */
.section{
	background-size: contain;
	-moz-background-size: contain;
}
.slide{
	background-size: cover;
	-moz-background-size: cover;
}

/* Defining each section background and styles
* --------------------------------------- */
#section0{
	padding: 0;
}
#section2{
	padding: 0;
}
#section3{
	padding: 0;
}

/* -----------------------------------
■スマホ対応　追加
----------------------------------- */

/* mobile Safari 背景バグ対策
* --------------------------------------- */

#section0 img{
	width: auto;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	
	#section0{
		background: none;
		max-width: 100%;
	}
	
}
