.top-slider-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: -100px 0 0 0;
}
.top-slider {
	height: 100vh;
	/* padding-top: 36.58%; */
}
.top-slider a {
	display: block;
}
.top-slider span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
}
.slider-catch-main {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 2.5vw;
	line-height: 1.2;
	color: #fff;
	z-index: 10;
	font-weight: 400;
	text-shadow: rgba(0,0,0,0.34) 1px 1px 6px, rgba(0,0,0,0.34) -1px 1px 6px,rgba(0,0,0,0.34) 1px -1px 6px, rgba(0,0,0,0.34) -1px -1px 6px;
}
.slider-catch {
	position: absolute;
	width: 50%;
	margin: 0 auto;
	top: 66%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.1vw;
	color: #fff;
	z-index: 10;
	line-height: 1.6;
	text-shadow: rgba(0,0,0,0.34) 1px 1px 6px, rgba(0,0,0,0.34) -1px 1px 6px,rgba(0,0,0,0.34) 1px -1px 6px, rgba(0,0,0,0.34) -1px -1px 6px;
}
@media only screen and (max-width: 768px) {
	.top-slider-wrapper {
		margin: -75px 0 0 0;
	}
	.top-slider {
		height: 100vh;
	}
	.slider-catch-main {
		font-size: 7vw;
	}
	.slider-catch {
		width: 90%;
		text-align: justify;
		font-size: 3.5vw;
	}
}
.header-bar-fixed ~ .top-slider-wrapper {
	margin-top: 100px;
}
.admin-bar .header-bar-fixed ~ .top-slider-wrapper {
	margin-top: 68px;
}
.top-slider-item {
	display: none;
}
.top-slider-item:nth-of-type(1) {
	display: block;
}
.top-slider-item:nth-of-type(1) span {
-webkit-animation: imageAnimation01 10s linear infinite 0s;
animation: imageAnimation01 10s linear infinite 0s;
}
.top-slider-item:nth-of-type(2) span {
-webkit-animation: imageAnimation02 10s linear infinite 0s;
animation: imageAnimation02 10s linear infinite 0s;
}
.top-slider-item:nth-of-type(3) span {
-webkit-animation: imageAnimation02 10s linear infinite 0s;
animation: imageAnimation01 10s linear infinite 0s;
}
.top-slider-item:only-child span {
-webkit-animation: none;
animation: none;
}
.top-slider-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.top-slider-nav li {
display: inline-block;
}
.top-slider-nav li:not(:first-child) {
margin-left: 12px;
}
.top-slider-nav a {
background: #2d7bbd;
border-radius: 50%;
display: block;
width: 10px;
height: 10px;
}
.top-slider-content {
border-radius: 50%;
margin: auto;
overflow: hidden;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
table-layout: fixed;
vertical-align: middle;
z-index: 9;
}
.top-slider-content-inner {
background: #fff;
display: table-cell;
text-align: center;
transition-property: background;
transition: .5s;
vertical-align: middle;
word-wrap: break-word;
}
.top-slider-content-inner:hover {
background: rgba(255, 255, 255, 0.5);
}
.top-slider-content-inner:after {
content: "\e90e";
font-family: "design_plus";
display: block;
margin: auto;
position: absolute;
left: 0;
right: 0;
bottom: 45px;
width: 17px;
height: 17px;
}
.top-slider-logo {
line-height: 1;
margin-bottom: 20px;
}
.top-slider-text {
line-height: 1.6;
}
.top-slider-nav li.active a {
background: #fff;
}