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

.logo-box {
	width:100%;
	height:100vh;
	top: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	color: #fff;
}

.logo-box img{
-webkit-filter: drop-shadow(0px 0px 5px rgba(0,0,0,.3));
        filter: drop-shadow(0px 0px 5px rgba(0,0,0,.3));
}

.logo-case{
	width: 80%;
	margin-top: 10%;
	max-width: 600px;
	display: block;
}

.logo-case p{
	width: 100%;
	margin-bottom: 3%;
}

.logo-case dd {
	margin: auto;
	width: 75%!important;
}


.arrow-anime{
	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);}
}

.entry-arrow{
	width: 15px;
	height: 15px;
    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;
}

.top-date{
	width: 70%;
}

.top-sign{
	position: absolute;
	right: 13px;
	bottom: 13px;
	color: #fff;
	font-family:'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	white-space: nowrap;
}

@media (max-width:600px){
	
	.top-sign{
	}
	
}

.logo-boost{
	text-align: left;
	display: flex;
	top: 13px;
	left: 13px;
	position: absolute;
}


.logo-boost img{
	height: 25px;
}

.logo-sns{
	text-align: left;
	display: flex;
	top: 13px;
	right: 13px;
	position: absolute;
}


.logo-sns img{
	height: 30px;
}

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

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



