﻿
#top-box {
	width:100%;
	height:100vh;
	display: block;
	overflow: hidden;
	padding: 0;
	top:0;
	left: 0;
	line-height: 0;
	background-color: #000;
	position: relative;
	z-index: -10;
	/*
	background-image:url("../images/keyvisual.jpg");
	background-position: center top 40%;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	margin: 0;
}

.top-box-pic {
	width:100%;
	height:100vh;
	display: block;
	overflow: hidden;
	padding: 0;
	top:0;
	left: 0;
	line-height: 0;
	background-color: #000;
	position: fixed;
	z-index: -6;
	background-image:url("../images/keyvisual.jpg");
	background-position: center top 40%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
}


.logo-box {
	width:100%;
	height:100vh;
	top: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.2)!important;
	z-index: 10;
	color: #fff;
}

.logo-box img{
-webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,.4));
        filter: drop-shadow(0px 3px 5px rgba(0,0,0,.4));
}
.logo-case{
	width: 90%;
	max-width: 720px;
	display: block;
}

.logo-case p{
	margin-bottom: -10px;
}

.top-dots {
	width: 100%;
	height:100vh;
	display: inline-block;
	top: 0;
	left: 0;
	position:absolute;
	z-index: 1;
	background-image:url("../images/dots.png");
}

#head-menu {
	position: fixed;
	display: flex;
	width: 100%;
	height: 60px;
	top:0;
	background: rgba(0,0,0,0.5)!important;
	text-align: left;
	overflow: hidden;
	z-index: 100!important;
}

.head-menu img{
	filter: none;
}

.head-logo {
	display: flex;
	width: 100px;
	height: 100%;
	align-items:center;
	padding-left: 15px;
}

.head-logo img {
	width: 75px;
}

.head-left-item {
	display: flex;
	position: absolute;	
	right: 0;
	height: 100%;
}

.head-contact {
	display: flex;
	color: #fff;
	height: 100%;
	text-align: center;
	align-items:center;
	padding: 7px 13px 0 13px;
	border-left: solid 1px #999;
}

.head-contact p{
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
}

.head-contact p img{
	width: 25px;
	vertical-align:sub;
	margin-right: 1px;
}

.head-contact p span{
	display: block;
	font-size: 0.45em;
	font-weight: 500;
	font-family: 'M PLUS 1p';
	margin: 5px 0 0 8px;
}

.head-line {
	display: flex;
	height: 100%;
	text-align: center;
	align-items:center;
	width: 60px;
	background-color: #00b900;
}

.head-line img {
	width: 63%;
	height: auto;
	
}

@media (max-width:600px){
	
	.head-menu {
		height: 55px;
	}
	
	.head-logo {
		padding-left: 10px;
	}
	
	.head-logo img {
		width: 65px;
	}
	
	.head-contact {
		padding: 10px 7px 0 7px;
	}
	
	.head-contact p img{
		width: 18px;
		vertical-align:inherit;
		margin-bottom: -1px;
	}
	
	.head-contact p span{
		margin: 0px 0 0 5px;
	}
	
	.head-contact p{
		font-size: 1.4em;
	}
	
	.head-line {
		width: 55px;
	}
}

@media (max-width:350px){
	
	.head-menu {
		height: 45px;
	}
	
	.head-logo {
		padding-left: 10px;
	}
	
	.head-logo img {
		width: 60px;
	}
	
	.head-contact {
		padding: 10px 5px 0 5px;
	}
	
	.head-contact p img{
		width: 18px;
		vertical-align:inherit;
		margin-bottom: -1px;
	}
	
	.head-contact p span{
		margin: 0px 0 0 5px;
	}
	
	.head-contact p{
		font-size: 1.3em;
	}
	
	.head-line {
		width: 45px;
	}
}

.entry-arrow{
	width: 23px;
	height: 23px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 auto;
	margin-bottom: 7px;
}

.arrow-txt{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 0.35em!important;
	line-height: 0.5em;
}

.arrow-anime{
	display: inline-block;
	opacity: 0;
	animation-name: fade-0ut;
	animation-duration: 2s;
	animation-delay: 0;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-0ut {
	 0% {opacity: 1; transform: scaleX(0) scaley(1);}
    50% {opacity: 1; transform: scaleX(1) scaley(1);}
   100% {opacity: 1; transform: scaleX(0) scaley(1);}
}



