/* top-slider */
.top-slider {
	height: 0;
	padding-top: 50.62%;
}
.top-slider a {
	display: block;
}
.top-slider span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.top-slider span {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
}
.top-slider-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
}
@media only screen and (max-width: 768px) {
	.top-slider-wrapper {
		margin: 75px 0 0 0;
	}
	.top-slider {
		padding: 0;
		height: calc(100vh - 75px);
	}
}
.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;
	bottom: 20px;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.top-slider-nav li {
	display: inline-block;
	margin: 0 1em;
}
.top-slider-nav li:not(:first-child) {
	margin-left: 12px;
}
.top-slider-nav a {
	background: #fff;
	border-radius: 50%;
	display: block;
	width: 12px;
	height: 12px;
}
.top-slider-nav li.active a {
	background: #446400;
}