@charset "utf-8";

.topMV_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#main_Img {
	position: relative;
	width: 100%;
}
.main_Block {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%; /*16/9*/
}
.video_pc {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
}
.video_pc video {
	width: 100%;
}
.img_pc {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
}
.movieBtn {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding: 5px 10px;
	background-color: #fff;
	color: #000;
	border: none;
	border-radius: 0;
	font-size: 11px;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 6;
}
@media screen and (max-width: 767px) {
	.topMV_wrap {
		width: 100%;
	}
	.main_Block {
		/* padding-top: 177.77777778%; */ /*9/16*/
		padding-top: 155.17241379%; /*9/16*/
	}

	.video_sp {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}

	.video_sp video {
		width: 100vw;
	}

	.img_sp {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 6;
		width: 100%;
	}
}




/* mv_Wrap splide -------------------- */
.splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}


/* .swiper {
  width: 100%;
  height: 100vh;
}

ul.swiper-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

ul.swiper-wrapper li.swiper-slide {
  height: 100%;
}

ul.swiper-wrapper li.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


@media screen and (max-width: 767px) {

	.swiper_sp {
	  width: 100%;
	  height: 100vh;
	}

} */



/*===========================
		訴求ポイント
===========================*/
.sokyu_Block {
	/*position: relative;
	background: url(../img/sokyu_bg.jpg) no-repeat center center / 100%;
	aspect-ratio: 1920/200;*/
	/* z-index: 6;
	position: absolute;
	top: 0;
	left: 0; */
	background: #33A6C9;
	background: linear-gradient(90deg,rgba(51, 166, 201, 1) 0%, rgba(0, 127, 183, 1) 74%, rgba(0, 92, 163, 1) 100%);
	width: 100%;
	height:auto;
	padding: 1.2% 0 1.8%;
	/*padding-top: 56.25%; 16/9*/
	/* pointer-events: none; */
}
.sokyu_Block .sokyu_pc {
	max-width: 1200px;
	width:94%;
	margin: 0 auto;
	/* position: absolute;
	left: 0;
	bottom: 0; */
}
.sokyu_Block .sokyu_sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.sokyu_Block {
		position: static;
		padding-top: 0;
		background: url(../img/sokyu_bg.jpg) no-repeat center center / 100% 100%;
	}
	.sokyu_Block .sokyu_pc {
		display: none;
	}
	.sokyu_Block .sokyu_sp {
		display: block;
	}
}
