body{
	background-color:#f8f8f8;
}

.bgImg{
	z-index: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	max-width: unset;
	object-fit: cover;
	object-position: center top;
	pointer-events: none;
}
.topNav{
	font-family: "Noto Sans JP";
	background-color:#C00000;
	color:#FFFFFF;
	padding:0.442vw 1.77055vw;
	font-size: 0.841vw;
	line-height: 2.125vw;
	letter-spacing: 1px;
	font-weight: 400;
}
.topNav a
{
	text-decoration: none;
	color: #ffffff;
}
.topNav a:hover
{
	text-decoration: underline;
	color: #ffffff;
}
.topNav .icon{
	height:1.5vw;
}
.mainContentDiv{
	height:calc(100vh - 120px);
	min-height:400px;
}
.heading{
	font-size: 1.2393vw;
	line-height: 2.125vw;
	letter-spacing: 1px;
	font-weight: 300;
	color: #1d1d1b;
	text-align: center;
	margin: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translateY(-45%) translateX(-50%);
  transform: translateY(-45%) translateX(-50%);
}
.logoImg{
	width:215px;
}
.footer{
	font-size: 1.2393vw;
	line-height: 2.125vw;
	padding-bottom:1.275vw;
	letter-spacing: 1px;
	color: #1d1d1b;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	font-family: "Lato";
}
.footer a{
	text-decoration: none;
	color: #1d1d1b;
}
.footer a:hover{
	text-decoration: underline;
	color: #1d1d1b;
}
.footer .icon{
	height:1.458vw;
	margin-top:-5px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.topNav{
		font-size: 14px;
		line-height: 60px;
	}
	.topNav .icon{
		height:14px;
	}
	.heading{
		font-size: 14px;
		line-height: 28px;
	}
	.footer{
		font-size: 14px;
		line-height: 28px;
		padding-bottom:30px;
	}
	.footer .icon{
		height:14px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.topNav{
		font-size: 14px;
		line-height: 60px;
	}
	.topNav .icon{
		height:14px;
	}
	.heading{
		font-size: 14px;
		line-height: 28px;
	}
	.footer{
		font-size: 14px;
		line-height: 28px;
		padding-bottom:30px;
	}
	.footer .icon{
		height:14px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.bgCover{
		display:none;
	}
	body {
		background-image: url('images/bg.jpg');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 1200px auto;
	}
	.topNav{
		font-size: 14px;
		line-height: 50px;
		position:relative;
	}
	.topNav .icon{
		height:14px;
	}
	.heading{
		font-size: 14px;
		line-height: 28px;
	}
	.footer{
		font-size: 14px;
		line-height: 28px;
		padding-bottom:30px;
		position:relative;
	}
	.footer .icon{
		height:14px;
	}
	.mainContentDiv{
		height:auto;
		margin:100px 0px;
	}
	.heading{
		position:relative;
		margin:0 auto;
		top:0px;
		left:0px;
	  -ms-transform: none;
	  transform: none;
	}
}

@media (max-width: 575.98px) {
	.bgCover{
		display:none;
	}
	body {
		background-image: url('images/bg.jpg');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 800px auto;
	}
	.topNav{
		font-size: 14px;
		line-height: 50px;
		position:relative;
	}
	.topNav .icon{
		height:14px;
		margin-top:-5px;
	}
	.heading{
		font-size: 18px;
		line-height: 28px;
	}
	.logoImg{
		width:200px;
	}
	.footer{
		font-size: 12px;
		line-height: 28px;
		padding-bottom:30px;
		position:relative;
	}
	.footer .icon{
		height:14px;
	}
	.mainContentDiv{
		height:auto;
		margin:100px 0px 100px 0px;
	}
	.heading{
		position:relative;
		margin:0 auto;
		top:0px;
		left:0px;
	  -ms-transform: none;
	  transform: none;
	}
}
