@charset "UTF-8";
/* CSS Document */

/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	position: relative;
	overflow: hidden;
	height: 770px;
	background-color: #000000;
}
.visual_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/visual_03.png);
	background-size: cover;
	background-position: center center;
	opacity: 0;
}
/*
.visual .u-cts__inner {
	height: 100%;
}
*/

.top {
	position: absolute;
	z-index: 2;
/*	bottom: 25px;*/
	opacity: 0;
	width: 100%;
	padding: 80px 0 20px;
	text-align: center;
	
}


.content {
	position: relative;
	overflow: hidden;
/*	height: 454px;*/
	background: url("../img/content_bg.jpg");
	background-size: cover;
	background-position: center center;
	opacity: 0;
/*	padding:10px 0;*/
}
.content img{
	
	max-width: 800px;
}

/*カードのフェードイン*/
.fadeIn {
  transition: 1.5s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}
/*カードのフェードイン*/

@media screen and (max-width: 767px) {
	.visual{
		height: 800px;
	}
	.top {
	position: absolute;
	z-index: 2;
	opacity: 0;
	text-align: center;
	padding: 50px 0 0 0;
}
	
/*
	
	.content {
	position: relative;
	overflow: hidden;
	height: 144px;
	background: url("../img/content_bg.jpg");
	background-size: cover;
	background-position: center center;
	opacity: 0;
	padding:0;
	width: 100%;
}
*/

}


@media screen and (max-width: 600px) {

.visual_bg {
		background-image: url("../img/visual_03_sp.png");
		background-size: cover;
	}

	.visual {
		height: 850px;
	}
	.top {
	position: absolute;
	z-index: 2;
	opacity: 0;
	text-align: center;
	padding: 80px 0 0 0;
}
/*
	.content {
	position: relative;
	overflow: hidden;
	height: 94px;
	background: url("../img/content_bg.jpg");
	background-size: cover;
	background-position: center center;
	opacity: 0;
	padding:0;
}
	.content img{
	width: 100%;
}
*/
}

@media screen and (max-width: 500px) {
	.visual {
		height: 650px;
	}
}
@media screen and (max-width: 355px) {
	.visual {
		height: 550px;
	}
	
}
/* --------------------------------------------------
		utility 767
-------------------------------------------------- */
img.u-pc {
	display: block;
	margin: 0 auto;
}
img.u-sp {
	display: none;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
img.u-pc {
	display: none;
	margin: 0 auto;
}
img.u-sp {
	display: block;
	margin: 0 auto;
}
}