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

/* --------------------------------------------------
		visual
-------------------------------------------------- */

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

.top {
	position: absolute;
	width: 100%;
/*	height: 100%;*/
	display: flex;
	justify-content: center;
  align-items: center;
	top: 100px;
	left: 0;
	z-index: 2;
	opacity: 0;
	
}

/*
.top {
	position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
	}
*/


.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;
}



@media screen and (max-width: 767px) {
	.visual_bg {
		background-image: url("../img/visual_03_sp.png") no-repeat center center;
		background-size: cover;
		width: 100%;
	}
	
/*
	.u-cts__inner{
		
		padding-top: 170%;
		
	}
*/
	.visual
	{
		width: 100%;
/*		height: inherit;*/
		
	}
/*
	.top {
	position: absolute;
	z-index: 2;
	opacity: 0;
	text-align: center;
	padding: 50px 0 0 0;
	}
*/
	.top {
		position: absolute;
		width: 100%;
/*		height: 100%;*/
		display: flex;
		justify-content: center;
		align-items: center;
		top:100px;
		left: 0;
		}
}



@media screen and (max-width: 500px) {
	
	.visual_bg {
		background-image: url("../img/visual_03_sp.png") no-repeat center top;
		background-size: cover;
		width: 100%;
	}


	.u-cts__inner{
		padding-top: 174.4444444%;
		}

		

	.visual
	{
		height: 100%;
		background-color: #000000;
	}

	.top {
		position: absolute;
		  width: 100%;
		  height: 100%;
		  display: flex;
		  justify-content: center;
		  align-items: center;
		  top: 0;
		  left: 0;
		
	}

	
}



@media screen and (max-width: 330px) {
	
	.visual {
	height: 600px;
	}
.top {
		position: absolute;
		width: 100%;
/*		height: 100%;*/
		display: flex;
		justify-content: center;
		align-items: center;
		top:0;
		left: 0;
		}
}

	
	
/* --------------------------------------------------
		utility
-------------------------------------------------- */
/*
img.u-pc {
	display: block;
	margin: 0 auto;
}
img.u-sp {
	display: none;
	margin: 0 auto;
}

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