@charset "utf-8";
/* CSS Document */

.top-text{
	font-size: 4vw;
	line-height: 1.4;
	letter-spacing: 0.4rem;
}

@media screen and (max-width:768px) { 
.top-text { 
	font-size: 6.2vw;
	}
}