/* CSS Document */

#wrapper{
	padding-top: 0;
	}

#header{}
	#header.scroll{}
		#header.scroll div{
			background: rgba(255,255,255,0.7)
			}

#hero{
	z-index: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100vh;
	overflow: hidden;
	}
	#hero p{
		position: relative;
		width: 100%;
		padding: 0 1em;
		color: transparent;
		filter: drop-shadow(0 0 0.1em rgba(0,0,0,1));
		z-index: 1;
		}
		#hero p svg{
			width: 100%;
			vertical-align: middle;
			}
	#hero ul{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
		}
	#hero li{
		margin: 0;
		}
/*	#hero .vegas{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
	}*/

#business{
	overflow: hidden;
	}
	#business .wrap{
		position: relative;
		}
		#business .wrap > div{
			padding: 1em;
			}

#aboutUs{
	overflow: hidden;
	}
	#aboutUs hr{
		margin: 0;
		}
	#aboutUs hr+div{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
	#aboutUs dl{
		position: relative;
		width: calc(33.33% - 0.66em);
		background: #4c4948;
		border-radius: 100%;
		overflow: hidden;
		transition: background 0.2s ease-out;
		}
		#aboutUs dl:hover,
		#aboutUs dl:active{
			background: #004385;
			}
			#aboutUs dl:hover .thumb,
			#aboutUs dl:active .thumb{
				top: -5%;
				left: -5%;
				width: 110%;
				height: 110%;
				}
	#aboutUs dt{
		position: relative;
		width: 100%;
		padding: calc(50% - 0.5em) 0;
		color: #fff;
		text-align: center;
		line-height: 1em;
		filter: drop-shadow(0 0 0.1em rgba(0,0,0,1));
		z-index: 1;
		}
	#aboutUs dd{
		margin: 0;
		}
	#aboutUs a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: transparent;
		z-index: 2;
		}
	#aboutUs i{
		opacity: 0;
		}
	#aboutUs .thumb{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		opacity: 0.7;
		transition: all 0.2s ease-out;
		}

#contents{
	padding-bottom: 0;
	overflow: hidden;
	}
	#contents > div{
		display: flex;
		}
	#contents dl{
		position: relative;
		width: 50%;
		padding: 10% 2em;
		background: #4c4948;
		color: #fff;
		text-align: center;
		overflow: hidden;
		transition: background 0.2s ease-out;
		}
		#contents dl.animation{
			transition: background 0.2s ease-out;
			}
		#contents dl:hover,
		#contents dl:active{
			background: #004385;
			}
			#contents dl:hover .thumb,
			#contents dl:active .thumb{
				top: -5%;
				left: -5%;
				width: 110%;
				height: 110%;
				}
		#contents dt,
		#contents dd{
			line-height: 1.4em;
			}
		#contents dt,
		#contents dt+dd{
			position: relative;
			filter: drop-shadow(0 0 0.1em rgba(0,0,0,1));
			z-index: 1;
			}
	#contents dt{}
		#contents dt:before{
			background: #fff;
			}
	#contents dd{}
		#contents dd a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			color: transparent;
			z-index: 1;
			}
		#contents dd i{
			position: absolute;
			display: block;
			width: 1.8em;
			height: 1.8em;
			padding: 0.4em;
			right: 0;
			top: 0;
			background: rgba(255,255,255,0.8);
			font-size: 2em;
			z-index: -1;
			}
	#contents dt+dd{
		margin-top: 0.5em;
		}
	#contents .thumb{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		opacity: 0.8;
		transition: all 0.2s ease-out;
		}

#topics{}
	#topics h2{
		line-height: 1em;
		}
	#topics ul{
		border-top: 0.2em solid #4c4948;
		list-style: none;
		}
	#topics li{
		padding: 0.8em 0;
		border-bottom: 1px dotted #bfbfbf;
		}
		#topics li a{
			line-height: 1.3em;
			}
		#topics li time{
			opacity: 0.7;
			}
	#topics ul+div{
		margin-top: 2em;
		text-align: center;
		}

#pagePath{
	display: none;
	}


/* for mobile */
@media (max-width: 767px) {
/*767px以下*/
#hero{}
	#hero p{
		font-size: 3em;
		}
#business{}
	#business section{
		padding: 0;
		}
	#business section+section{
		margin-top: 1em;
		}
	#business .wrap{
		width: 100%;
		}
	#business .thumb{
		padding-top: 40%;
		}
#contents{}
	#contents > div{
		flex-wrap: wrap;
		}
	#contents dd{}
		#contents dd i{
			font-size: 1.2em;
			}
#topics{
	width: 100%;
	}
	#topics li{
		overflow: hidden;
		}
		#topics li time{
			float: right;
			font-size: 0.8em;
			}
#facebook{
	width: 100%;
	margin-top: 2em;
	padding: 0;
	text-align: center;
	}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
#hero{
	height: 55vh;
	padding-top: 15vw;
	}
	#hero .thumb{
		padding-top: 55vh;
		}
#aboutUs{}
	#aboutUs hr+div{
		margin: 0 -1em;
		}
	#aboutUs dl{
		width: 100%;
		border-radius: 0;
		}
	#aboutUs dl+dl{
		margin-top: 1px;
		}
	#aboutUs dt{
		padding: 3em 1em;
		}
	#aboutUs i{
		position: absolute;
		display: block;
		width: 1.8em;
		height: 1.8em;
		padding: 0.4em;
		right: 0;
		top: 0;
		background: rgba(255,255,255,0.8);
		font-size: 1.6em;
		opacity: 1;
		z-index: -1;
		}
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
#hero{
	padding-top: 8vw;
	}
}


/* for TabletPC */
@media (min-width: 768px) {
/*768px以上*/
#business{ }
	#business section{
		position: relative;
		}
		#business section:nth-of-type(odd){}
			#business section:nth-of-type(odd) figure{
				right: 0;
				}
			#business section:nth-of-type(odd) .wrap > div{
				margin-right: calc(50% - 2em);
				}
		#business section:nth-of-type(even){}
			#business section:nth-of-type(even) figure{
				left: 0;
				}
			#business section:nth-of-type(even) .wrap > div{
				margin-left: calc(50% - 2em);
				}
	#business figure{
		position: absolute;
		top: 0;
		height: 100%;
		width: 50%;
		}
	#business .thumb{
		position: absolute;
		width: 100%;
		height: 100%;
		padding: 0;
		}
	#business .wrap{}
		#business .wrap > div{
			padding: 1.5em;
			background: rgba(217,217,217,0.5);
			}
#contents{}
	#contents dd{}
		#contents dd i{
			font-size: 1.8em;
			}
#topics{}
	#topics li{
		position: relative;
		padding-left: 7em;
		}
	#topics time{
		position: absolute;
		left: 0;
		}
#facebook{
	margin: 0 0 0 auto;
	padding-left: 2em;
	text-align: right;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
#hero{
	height: 100vw;
	padding-top: 7.4em;
	}
	#hero p{
		font-size: 4em;
		}
#topics{
	width: 50%;
	}
#facebook{
	width: 50%;
	}
}
@media (max-width: 991px) {
/*991px以下*/
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#header{}
	#header.scroll{}
		#header.scroll div{
			background: rgba(255,255,255,0.7);
			}
		#header.scroll #siteName{
			height: auto;
			}
	#header .wrap{
		transition: all 0.4s ease-out;
		}
#siteName{
	transition: all 0.4s ease;
	}
#gNav{
	transition: all 0.4s ease;
	}
#header{}
	#header.scroll{}
		#header.scroll div{
			height: 9.25em;
			}
		#header.scroll #siteName{
			top: 1em;
			top: 0.5em;
			left: calc(50% - 8.1em);
			font-size: 1.25em;
				}
	
			#header.scroll #siteName:after{
				font-size: 10px;
				position: absolute;
				bottom:0;
				left:84px;
				content: "ハンズコーポレーション";
			}
		#header.scroll #gNav{
			top: 6em;
			right: calc(50% - 25em);
			}
#hero{
	padding-top: 9.25em;
	}
	#hero p{
		font-size: 5em;
		}
#business{ margin-top:0px;}
	#business .wrap{}
		#business .wrap > div{
			padding: 2em;
			}
#aboutUs{}
	#aboutUs dl{
		width: calc(33.33% - 1.5em);
		}
#topics{
	width: 60%;
	}
#facebook{
	width: 40%;
	}
	
	#header.scroll div {
				height: 14.75em;
				}
			#header.scroll #gNav{
				top: 12em;
				}
			#header.scroll:before{
				position: absolute;
				top: 6em;
				left: 50%;
				width: 50em;
				content: "私たちハンズコポレーションは皆さまの健康をテーマに、リラクゼーション事業、スポーツトレーナー育成、そしてスポーツを通じて健康・元気を実現する為の様々なスポーツイベントを協賛・支援を行う会社です。";
				font-weight: bold;
				text-align: center;
				letter-spacing: 0.01em;
				transform: translateX(-50%);
				z-index: 1;
				}
			#header.scroll #siteName:before{
				font-size: 14px;
				position: absolute;
				top: -4px;
				left:84px;
				content: "健康をデザインする会社";
				font-weight: bold;
				letter-spacing: 0.1em;
				}
			#header.scroll #siteName:after{
				bottom:-4px;
				}
	
	
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1200px*/
}
@media (min-width: 1200px) {
/*1200px以上*/
#hero{}
	#hero p{
		font-size: 6em;
		}
}


/* ie */
@media all and (-ms-high-contrast: none){
#heroText{}
	#heroText .a{
		fill:#fff;
		stroke-dasharray: 0;
	}
}


