@charset "UTF-8";


.hc_navi.style1 {
	animation: anime 1s forwards;
	height: 0;
}
@keyframes anime {
    0% {
			opacity: 0;
        height: :0px;
    }
    100% {
			opacity: 1;
        height:90px;
    }
}
.hc_navi {
	height: 90px;
	background: #000;
	text-align: center;
	width: 100%;
	z-index: 2;
	transition: 1s;
}
.hc_navi ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.hc_navi ul a {
	color: #fff;
	display: inline-block;
	height: 90px;
	box-sizing: border-box;
	padding-top: 50px;
}
.hc_navi ul .on.st1 {
	opacity: 0;
	transition: 1s;
	transform: scale(1) rotateY(360deg);
}
.hc_navi ul .on.st1.animation2 {
	transform: scale(1);
	opacity: .6;
}
.hc_navi ul .ic001 {
	background: url("../images/ic01.png") center 18px no-repeat;
	background-size: 26px;
}
.hc_navi ul .ic002 {
	background: url("../images/ic02.png") center 18px no-repeat;
	background-size: 26px;
}
.hc_navi ul .ic003 {
	background: url("../images/ic03.png") center 18px no-repeat;
	background-size: 20px;
}
.hc_navi ul .ic004 {
	background: url("../images/ic04.png") center 16px no-repeat;
	background-size: 26px;
}
.hc_navi ul .ic005 {
	background: url("../images/ic05.png") center 17px no-repeat;
	background-size: 26px;
}
.hc_navi ul .ic006 {
	background: url("../images/ic06.png") center 16px no-repeat;
	background-size: 23px;
}
.hc_navi ul .ic007 {
	background: url("../images/ic07w.png") center 18px no-repeat;
	background-size: 26px;
}


@media screen and (max-width: 750px) {
	
.bl_contHead {
	margin-top: 0;
}
}