#cover{
	padding: 50px 0;
}

.mainv {
  width: 100%;
  height: 100%;
}
.mainv img {
  width: 100%;
  object-fit: cover;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick-dots {
	bottom: 72px;
}
.wauto {
	width: auto !important;
}
	.mainv .pc{
		display: inline-block;
	}
	.mainv .sp{
		display: none;
	}


.pageLinks{
	margin-top: -56px;
	position: relative;
	z-index: 5000;
}
.pageLinks ul{
	display: flex;
	justify-content: space-between;
	width: 750px;
	margin: 0 auto;
}
.pageLinks li{
	width: 180px;
}
.pageLinks li a{
	display: block;
	width: 180px;
	height: 180px;
	padding-top: 26px;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	font-size: 15px;
	letter-spacing: 1px;
	box-shadow: 0px 0px 5px 0px #8a8a8a;
}
.pageLinks li:nth-child(1) a{background: url(../img/top/pagelinks01.png) no-repeat center center;}
.pageLinks li:nth-child(2) a{background: url(../img/top/pagelinks02.png) no-repeat center center;}
.pageLinks li:nth-child(3) a{background: url(../img/top/pagelinks03.png) no-repeat center center;}
.pageLinks li:nth-child(4) a{background: url(../img/top/pagelinks04.png) no-repeat center center;}
.pageLinks li:nth-child(1) a,
.pageLinks li:nth-child(2) a,
.pageLinks li:nth-child(3) a,
.pageLinks li:nth-child(4) a{
	background-size: 100% 100%;
}
.pageLinks li a:hover{
	opacity: 0.7;
}


@media screen and (max-width: 750px) { /* SP */
	.slick-dots {
		display: none !important;
	}
	.mainv .pc{
		display: none;
	}
	.mainv .sp{
		display: inline-block;
	}

	.pageLinks{
		margin-top: 32px;
	}
	.pageLinks ul{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 3%;
	}
	.pageLinks li{
		width: 48%;
		margin-bottom: 8px;
	}
	.pageLinks li a{
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		padding-top: 26px;
		text-align: center;
	}


}/* @media */






.youtube{
	padding-top: 48px;
}
.youtube iframe{
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 768px) { /* iPad Portrait */
	.youtube iframe{
		width: 94%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}/* @media */

@media screen and (max-width: 750px) { /* SP */
}/* @media */













