@charset "utf-8";



/**************************************************
 visualHanger
**************************************************/
#visualHanger ul{
	position: relative;
	height: calc(100vh - 120px);
	min-height: 600px;
	background: url("../img/top/loading.gif") no-repeat center center;
}
#visualHanger ul li{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	opacity: 0;
}
#visualHanger ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#visualHanger ul li span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 8%;
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: center;
	color: #FFFFFF;
	display:-webkit-box;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
#visualHanger ul li span img{
	display: block;
	width: 270px;
	height: auto;
	margin-top: 20px;
}



/**************************************************
 main
**************************************************/
main{
	width: 1050px;
	margin: 0 auto;
}



/**************************************************
 intro
**************************************************/
#intro{
	padding: 80px 0;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 2.2;
	text-align: center;
}



/**************************************************
 contentsHanger
**************************************************/
#contentsHanger ul li{
	width: calc(50% - 20px);
	height: 350px;
}
#contentsHanger ul li:first-of-type{margin-right: 40px;}
#contentsHanger ul li:last-of-type{
	width: 100%;
	margin-top: 40px;
}
#contentsHanger ul li a{
	position: relative;
	display: block;
	height: 100%;
	overflow: hidden;
}
#contentsHanger ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#contentsHanger ul li a span{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	color: #FFFFFF;
	background: rgba(0,0,0,0.5);
	display:-webkit-box;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
#contentsHanger ul li a:hover{box-shadow: 0 0 15px rgba(0,0,0,0.35);}
#contentsHanger ul li a:hover img{transform: scale(1.05);}


