/*------------------------------------------

MV

------------------------------------------*/
.mv-box {
	position: relative;
	overflow: hidden;
}
.mv-box .mv-img {
	width: 100%;
	height: auto;
}

/*
.mv-box .mv-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	font-family: 'object-fit:cover;';
	z-index: -1;
}
*/

.mv-box .page-tit {
	padding: 2em 1em;
}

#mv-slider {
	max-height: 445px;
}

.my-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.my-dots button {
	width: 15px;
	height: 15px;
	background-color: #ccc;
	border-radius: 100px;
}
.my-dots button {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
}/*END*/