/**********/
/* COMMON */
/**********/

body {
	overflow-x: hidden;
	background: #fff;
	font-family: 'Gupter', sans-serif;
	font-size: 1.5vw;
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

a, button {
	transition: all 0.25s ease;
}

.tel-link { 
	pointer-events: none;
  	cursor: default; 
}

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
}

.logo_wrapper {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.logo {
	width: 50vw;
}

.logo_wrapper a {
	color: #444;
	font-weight: 500;
	text-decoration: none;
}

.logo_wrapper a:hover {
	color: #000;
}