/* CSS Document */
/* -----------------------------------------------------------
slider
----------------------------------------------------------- */
.mv .wrap {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
.catch {
	width: 660px;
	text-align: center;
}
.catch_logo {
	width: 172px;
	height: 172px;
	margin: 0 auto 50px;
}
.mv .catch h2 {
  margin-bottom: 50px;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
}
.catch_ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 5px;
}
.catch_ul li {
	width: calc((100% - 10px) / 3);
}
.catch_ul li img {
	width: 100%;
}
@media screen and (max-width: 520px) {
  .mv .wrap {
    position: relative;
    left: 0;
    top: 0;
    background-color: #f2f2f2;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.mv .catch {
  padding-left: 1%;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 520px) {
  .mv .catch {
    padding-left: 0;
    letter-spacing: 0.1em;
  }
}

.mv_info {
	padding-top: 50px;
	padding-bottom: 80px;
}
.mv_info h2 {
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.15em;
	text-align: center;
}
.mv_info p {
	margin-bottom: 50px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.1em;
	text-align: center;
}
.mv_info_ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 30px;
}
.mv_info_ul li {
	width: calc((100% - 60px) / 3);
	text-align: center;
	background: #BB94A6;
}
.mv_info_ul li img {
	margin: 0 auto 20px;
}
.mv_info_ul li:nth-of-type(1) img {
	margin: 0 auto 10px;
}
.mv_info_ul li:nth-of-type(2) img {
	margin: 0 auto 25px;
}
.mv_info_ul li:nth-of-type(3) img {
	margin: 0 auto 20px;
}
.mv_info_ul li a {
	display: block;
	padding: 20px;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.mv_info_ul li a:hover {
	text-decoration: none;
}
.mv_info_ul li a span {
	font-size: 24px;
}


