@charset "utf-8";

/*------------------------------*/
/* ページ固有設定*/
/*------------------------------*/

/* スライダー */
.auto_slider {
	height:400px;
}

/* タブレット */
@media only screen and (max-width:1024px) {
	.auto_slider {
		height:300px;
	}
}

/* スマホ */
@media only screen and (max-width:599px) {
	.auto_slider {
		height:200px;
	}
}

/* オートスライダー内の画像 */
.auto_slid_box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

/* ロータリーフェーダー */
.rotary_fader_mein {
	position:absolute;
	bottom:-30px;
	right:30px;
}