@charset "UTF-8";
/*----------------------------------------

	- content
	- pc（1281px〜）
	- pc（1025px〜1280px）
	- tablet（737px〜1024px）
	- sp（〜736px）

-----------------------------------------*/

/*	content
-----------------------------------------*/

#sliderContainer {
	position: fixed;
	top: 0;
	left: 0px;
	width: 120%;
	height: 120%;
	z-index: -10000;
	overflow: hidden;
}

#sliderContainer .slideImageContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-size: cover;
	background-position: center center;
	z-index: -10003;
}

#maximage01 .fadeOut {
	opacity: 0;
	transition: opacity 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/*----------------------------------------
	pc（1281px〜）
-----------------------------------------*/
@media only screen and (min-width: 1281px) {

/*	content
-----------------------------------------*/

}

/*----------------------------------------
	pc（1025px〜1280px）
-----------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width:1280px) {

/*	content
-----------------------------------------*/

}

/*----------------------------------------
	tablet（737px〜1024px）
-----------------------------------------*/
@media only screen and (min-width: 737px) and (max-width:1024px) {

/*	content
-----------------------------------------*/

}

/*----------------------------------------
	sp（〜736px）
-----------------------------------------*/

@media only screen and (max-width: 736px) {

/*	content
-----------------------------------------*/

}