@charset "utf-8";
/*============================================================================*\
    index
\*============================================================================*/

.mv {
	margin-bottom: 20px;
	text-align: center;
}

.top-slider {
	margin-bottom: 50px;
}
.top-slider__box {
	display: block;
	border: 1px solid #808080;
	color: #333;
	text-decoration: none !important;
}
.top-slider__box img {
	width: 100%;
	transition: opacity .2s;
}
.top-slider__desc {
	padding: 10px;
	font-size: 1.2rem;
}
.top-slider__box:hover img {
	opacity: .7;
}
@media (min-width: 48em) {
	.mv {
		margin-bottom: 30px;
	}
}