@charset "utf-8";
/* header
----------------------------------------------- */
#header a:hover, #header a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
#header {
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
}
.slide {
	padding-top: 44px;
	background-color: #47474e;
}
.swiper-container {
	width: 100%;
	height: auto;
	background: #000!important;
}
.swiper-slide.swiper-slide-active {
	z-index: 999;
}
.swiper-slide.swiper-slide-active, .swiper-slide.swiper-slide-next, .swiper-slide.swiper-slide-prev {
	opacity: 1.0!important;
	background: #fff;
}
.inner {
	z-index: 10;
	width: 100%;
	max-width: 1100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* ------------------------------------------------------------
PC
------------------------------------------------------------ */
@media screen and (min-width: 768px) {
	#header02 {
		display: none !important;
	}
}

/* ------------------------------------------------------------
タブレット
------------------------------------------------------------ */
@media screen and (max-width: 999px) {
.slide {
	margin: 0 auto;
	position: relative;
}
}

/* ------------------------------------------------------------
スマホ
------------------------------------------------------------ */
@media screen and (max-width: 600px) {
	#header02 {
		margin: 0 auto;
	}
	.slide {
		padding-top: 0;
	}
}
