@font-face {
  font-family: 'ShinGoCOnizPr6N-m';
  src: url("./fonts/A-OTF-UDShinGoCOnizPr6N-Med.otf");
}

@font-face {
  font-family: 'ShinGoCOnizPr6N-b';
  src: url("./fonts/A-OTF-UDShinGoCOnizPr6N-Bol.otf");
}

body p,a,span,li,h1,span{
	font-family: 'ShinGoCOnizPr6N-m';
	color: #DFE2EA;
	text-decoration: none;
}

#topLogo{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 170px;
}

.logoWrap{
  font-family: 'ShinGoCOnizPr6N-b';
	/* height: 30vh; */
	width: 60vw;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'ShinGoCOnizPr6N-b';
	padding-top:5vh;
}

.logoWrapMobile{
  display: none;
}

#mainLogo{
	width:370px;
  margin-top:70px;
}

#title{
  margin-top: 20px;
	font-size:1.4em;
  margin-bottom: 8vh;
}

.mobileMenuWrap{
  display: none;
}
