  
/*  Project
---------------------------------------------------------- */

/*heroArea*/
.p-heroArea{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 42.5%;
	overflow: hidden;
	min-width: 1160px;
	min-height: 493px;
}

.p-top_movie{
	position: absolute;
	top:0px; left: 0px;
	width: 100%; height: 100%;
	background: #C0C5CC;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*heroArea__catch*/
.p-heroArea__catch{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-314px;
	margin-top: -2%;
	z-index: 1;
	opacity: 0;
	transition: all 1.2s 0.6s;
	background: url("/tech/katri/images/top_catch_2025_sh.png") no-repeat 0px 0px;
}
.p-heroArea__catch.is-appear{
	opacity: 1;
	margin-top: -8.5%;
}

.p-heroArea__special_bn{
	width: 480px;
	height: 70px;
	text-align: center;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -240px;
	margin-top: 10%;
	opacity: 0;
	transition: all 1s 1s;
	box-shadow: 2px 3px 6px -2px rgba(0,0,0,0.3);
}
.p-heroArea__special_bn.is-appear{
	opacity: 1;
	margin-top: 2.5%;
}
.p-heroArea__special_bn a{
	display: block;
	/*background-color: rgba(0,94,173,0.64);*/
	
	background: rgba(32,50,66,0.45) url("/tech/katri/images/top_catch_special_bn_sh.png") no-repeat 0px 0px;
	transition: background-color 0.3s;
}
.p-heroArea__special_bn a:hover{
	background-color: rgba(0,94,173,1);
}

.p-heroArea__special_bn a::before{
	content: "";
	display: block;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	box-sizing: border-box;
	position: absolute;
	left: -4px; top:-4px;
	background-color: transparent;
	border: #fff 2px solid;
	border-radius: 3px;
	opacity: 0;
	transition: all 0.3s;
}
.p-heroArea__special_bn:hover a::before{
	opacity: 0.7;
}
/*.p-heroArea__katri_fields{
	width: 360px;
	height: 100px;
	text-align: center;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -180px;
	margin-top: 10%;
	opacity: 0;
	transition: all 1s 1s;
}
.p-heroArea__katri_fields.is-appear{
	opacity: 1;
	margin-top: 5%;
}
.p-heroArea__katri_fields a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.p-heroArea__katri_fields a::before{
	content: "";
	display: block;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	box-sizing: border-box;
	position: absolute;
	left: -4px; top:-18px;
	background-color: rgba(53,93,148,0);
	transition: all 0.3s;
}
.p-heroArea__katri_fields a img{
	position: absolute;
	width: 360px; height: 60px;
	top:0px;
	left: 0px;
}
.p-heroArea__katri_fields::before{
	content: "";
	display: block;
	position: absolute;
	width: 360px; height: 60px;
	top:0px;
	left: 0px;
	background: url("/tech/katri/images/top_catch_link_sh.png") no-repeat 0px 0px;
}
.p-heroArea__katri_fields:hover a::before{
	background-color: rgba(53,93,148,0.9);
}*/


/**/
.p-heroArea__jumpBelow{
	position: absolute;
	bottom:-50px;
	left:50%;
	margin-left:-100px;
	width:200px; height:50px;
	overflow:hidden;
	opacity: 0;
	transition: all 0.6s 1s;
}
.p-heroArea__jumpBelow.is-appear{
	opacity: 1;
	bottom: 0px
}
.p-heroArea__jumpBelow a{
	display: block;
	width: 200px; height: 200px;
	border-radius:50%;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top:6px; left: 50%;
	margin-left: -100px;
	transition: top 0.3s;
}
.p-heroArea__jumpBelow a::after{
	content: "";
	display: block;
	width: 12px;
	height: 24px;
	background: url("/tech/katri/common/images/arrow_right_m_red.svg") no-repeat 50% 50%;
	transform: rotate(90deg);
	position: absolute;
	top:18px;
	left: 50%;
	margin-left:-6px;
	
}

.p-heroArea__jumpBelow a:hover{
	top:0px;
}


