@charset "utf-8";

html,
body {
	height: 100%;
	position: relative;
}
#wrap {
	height: 100%;
	position: relative;
}
#mainVisual {
	width: 100%;
	height: 100%;
}
#mainVisual .swiper-slide {
	height: 100%;
	background: no-repeat top;
	background-size: cover;
	min-width: 1500px;
}
#mainVisual .inner {
	height: 100%;
}
#mainVisual .mainBtn {
	position: absolute;
	top: calc(50% - 50px);
	background-color: rgba(0,0,0,.75);
	padding: 15px 0;
	text-align: center;
	width: 380px;
	left: 110px;
	font-size: 28px;
	letter-spacing: 5px;
	font-weight: bold;
	transition: .3s;
	color: #fff;
	box-shadow: 10px 10px 2px rgba(0, 0, 0, .2);
}
#mainVisual .mainBtn::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	right: 39px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: .06em solid #fff;
	border-right: .06em solid #fff;
	transform: rotate(45deg);
}
#mainVisual .mainBtn::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 2px solid #fff;
	border-radius: 50%;
}
#mainVisual .mainBtn:hover {
	background-color: #000;
	color: #fff;
	left: 115px;
	top: calc(50% - 45px);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}
#mainVisual .mainBtn:hover::after {
	border-color: #fff;
}
#mainVisual .slideItem02 p {
	position: absolute;
	top: calc(50% - 200px);
	left: 0;
}
#main {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	background-color: rgba(0,0,0,0.7);
	z-index: 1;
}
#main .navBlock {
	padding: 23px 0;
	display: flex;
	justify-content: center;
}
#main .navBlock ul {
	text-align: right;
	display: flex;
	margin-left: 40px;
}
#main .navBlock ul li {
	position: relative;
	display: flex;
	align-items: center;
}
#main .navBlock ul li + li {
	margin-left: 10px;
	padding-left: 10px;
}
#main .navBlock ul li + li::before {
	content: "";
	position: absolute;
	border-left: 1px solid #7f7f7f;
	width: 1px;
	height: 13px;
	left: 0;
	top: 18px;
}
#main .navBlock ul li a {
	display: block;
	color: #fff;
	font-size: 13px;
	padding-top: 14px;
	padding-bottom: 8px;
	line-height: 1;
}
#main .footerBlock {
	background-color: #000;
	color: #fff;
	padding: 8px 0 7px;
}
#main .footerBlock .copyright {
	text-align: center;
	font-size: 13px;
}