@charset "utf-8";
/* CSS Document */


@media screen and (min-width:768px){
.start {
	/*background: #FFF;*/
    background-image: url(../img/top_image.gif);
    background-size:cover;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 9000;
}
/*.start p {
	position: fixed;
	left: 0%;
	top: 0%;
	/*transform: translate(-50%, -50%);*/
	/*display: none;
	z-index: 9999;
	width: 100%;
}*/
}
