@charset "utf-8";



/**************************************************
 visualHanger
**************************************************/
#visualHanger{
	position: relative;
	background: url("../img/top/loading.gif") no-repeat center center #000000;
	z-index: -2;
}

#visualHanger ul{
	position: relative;
	height: calc(100vh - 90px);
	min-height: 570px;
}

#visualHanger ul li{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
}

#visualHanger ul li img{display: none;}

#visualHanger ul li:nth-child(1){
	background: url("../img/top/visual1.jpg") no-repeat center center;
	background-size: cover;
}

#visualHanger ul li:nth-child(2){
	background: url("../img/top/visual3.jpg") no-repeat center center;
	background-size: cover;
}

#visualHanger ul li:nth-child(3){
	background: url("../img/top/visual4.jpg") no-repeat center center;
	background-size: cover;
}

#visualCopy{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	font-size: 40px;
	font-size: 4.0rem;
	letter-spacing: 3px;
	font-weight: 500;
	color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	text-align: center;
}

#visualCopy span{
	width: 100%;
	opacity: 0;
}

#visualCopy small{
	width: 100%;
	font-size: 25px;
	font-size: 2.5rem;
	margin-top: 30px;
	opacity: 0;
}

#visualCopy br{display: none;}

#visualCopy span.show,
#visualCopy small.show{animation:Action1 0.7s ease-in-out forwards 0.5s;}

@keyframes Action1{
	0% {opacity: 0;}
	100% {opacity: 1;}
}



/**************************************************
 about
**************************************************/
#about{
	position: relative;
	width: calc(100% - 100px);
	margin-top: -50px;
	left: 100px;
	background-color: #FFFFFF;
}

#aboutInner{
	display: table;
	width: 790px;
	margin: 0 auto;
}

#aboutInner h2{
	display: table-cell;
	vertical-align: middle;
	width: 48%;
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: 500;
	letter-spacing: 2px;
}

#aboutInner h2 small{
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: 15px;
}

#aboutInner p{
	display: table-cell;
	vertical-align: middle;
	width: 52%;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.8;
	padding: 100px 0;
}



/**************************************************
 imageHanger
**************************************************/
#imageHanger{
	position: relative;
	width: calc(100% - 100px);
	height: 500px;
	background: url("../img/top/image1.jpg") no-repeat center center;
	background-size: cover;
}

#imageHanger img{display: none;}



/**************************************************
 pfHanger
**************************************************/
#pfHanger{
	position: relative;
	width: calc(100% - 100px);
	margin-top: -200px;
	left: 100px;
	background-color: #FFFFFF;
	padding: 100px;
}

#pfHanger h2{
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 500;
	letter-spacing: 2px;
}

#pfHanger h2 small{
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: 15px;
}

#pfHanger ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#pfHanger ul.product{padding: 30px 0 0 0;}

#pfHanger ul.product li{
	position: relative;
	width: calc(50% - 51px);
	margin: 20px 0 0 0;
	text-align: center;
}

#pfHanger ul.product li:nth-child(2){margin: 20px 0 0 100px;}

#pfHanger ul.product li a{
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/pointer1.png") no-repeat right bottom #F5F7F8;
	background-size: 30px;
	color: #000000;
}

#pfHanger ul.product li a:hover{opacity: 0.5;}

#pfHanger ul.product li a img{
	display: block;
	width: 100%;
}

#pfHanger ul.product li a:hover img{opacity: 1.0;}

#pfHanger ul.product li a span{
	display: block;
	padding: 20px 0;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 2px;
}

#pfHanger ul.product li a span small{
	display: block;
	padding: 10px 0 0 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
}

#pfHanger ul.feature{padding: 50px 0 0 0;}

#pfHanger ul.feature li{
	position: relative;
	margin: 20px 0 0 0;
	width: calc((100% - 121px) / 3);
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.4;
}

#pfHanger ul.feature li:nth-child(2){margin: 20px 60px 0 60px;}

#pfHanger ul.feature li a{
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background: linear-gradient(#00BFFF,#4D4DFF);
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	text-align: center;
}

#pfHanger ul.feature li a:hover{opacity: 0.5;}



/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 640px){



/** visualHanger ******************************/
#visualHanger ul{
	height: calc(100vh - 60px);
	min-height: auto;
}

#visualHanger ul li:nth-child(1){
	background: url("../img/top/visual1.jpg") no-repeat center center;
	background-size: cover;
}

#visualHanger ul li:nth-child(2){
	background: url("../img/top/visual2.jpg") no-repeat center center;
	background-size: cover;
}

#visualHanger ul li:nth-child(3){
	background: url("../img/top/visual3.jpg") no-repeat center center;
	background-size: cover;
}

#visualCopy{
	padding: 0 15px;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 2px;
}

#visualCopy small{
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
	line-height: 1.4;
}
	
#visualCopy br{display: block;}
	
	
	
/** about ******************************/
#about{
	width: calc(100% - 20px);
	margin-top: -20px;
	left: 20px;
}

#aboutInner{
	display: block;
	width: 100%;
	padding: 30px 20px;
}

#aboutInner h2{
	display: block;
	width: 100%;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
}

#aboutInner h2 small{
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
}

#aboutInner p{
	display: block;
	width: 100%;
	font-size: 17px;
	font-size: 1.7rem;
	padding: 30px 0 0 0;
	text-align: center;
}
	
	
	
/** imageHanger ******************************/
#imageHanger{
	width: calc(100% - 20px);
	height: 45vw;
}
	
	
	
/** pfHanger ******************************/
#pfHanger{
	width: calc(100% - 20px);
	margin-top: -60px;
	left: 20px;
	padding: 30px 20px;
}

#pfHanger h2{
	font-size: 27px;
	font-size: 2.7rem;
	letter-spacing: 1px;
	text-align: center;
}

#pfHanger h2 small{
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
}

#pfHanger ul{display: block;}

#pfHanger ul.product{padding: 10px 0 0 0;}

#pfHanger ul.product li{width: 100%;}

#pfHanger ul.product li:nth-child(2){margin: 20px 0 0 0;}

#pfHanger ul.product li a{
	background: url("../img/pointer1.png") no-repeat right bottom #F5F7F8;
	background-size: 20px;
}

#pfHanger ul.product li a span{
	padding: 15px 10px;
	font-size: 19px;
	font-size: 1.9rem;
	letter-spacing: 2px;
}

#pfHanger ul.product li a span small{
	padding: 10px 0 0 0;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
}

#pfHanger ul.feature{padding: 10px 0 0 0;}

#pfHanger ul.feature li{
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	padding: 0;
}

#pfHanger ul.feature li:nth-child(2){margin: 20px 0 0 0;}
	



}