@media screen and (max-width: 1210px) {
	.part1 {
		background-image: url(../images/cbg_01_m.jpg);
	}
	@supports (
		background-image: -webkit-image-set(url(../images/cbg_01_m.webp) 1x)
	) {
		.part1 {
			background-image: -webkit-image-set(url(../images/cbg_01_m.webp) 1x);
		}
	}
	.part3 {
		background-image: url(../images/cbg_04_m.jpg);
	}
	@supports (
		background-image: -webkit-image-set(url(../images/cbg_04_m.webp) 1x)
	) {
		.part3 {
			background-image: -webkit-image-set(url(../images/cbg_04_m.webp) 1x);
		}
	}
	.part1,
	.part3 {
		min-height: 100vw;
		margin-bottom: 50px;
	}
	.logo {
		margin-right: auto;
	}
	.nav-list__link {
		font-size: 3vw;
	}
	.wz1,
	.wz4 {
		width: 50%;
	}
	.wz1 {
		top: 30%;
	}
	.wz4 {
		top: 10%;
		left: 33%;
	}
	.headings-wrap {
		margin-left: 50%;
	}
	.wztxt {
		margin-left: 25vw;
		font-size: 2.5vw;
	}
	.dlbtn-container {
		left: 32vw;
		bottom: 7vw;
		width: 35vw;
		height: 10vw;
	}
	.dlbtn_top2 {
		top: -35px;
		height: 13vw;
		border-radius: 40%;
	}
	.footer__bottom {
		width: 100%;
	}
	.star1,
	.prevbtn,
	.nextbtn,
	#sparkle-svg1,
	#sparkle-svg2 {
		display: none;
	}
	.feature {
		top: 28%;
		left: 0;
		width: 100%;
	}
	.feature__swiper-container {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.feature img {
		width: 65vw;
	}
	.footer__inner {
		flex-direction: column;
		align-items: center;
	}
	.footer__text {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 770px) {
	.logo {
		margin-left: 10px;
	}
	.play-link {
		width: 130px;
		margin-right: 10px;
		background-color: transparent;
		background-size: contain;
	}
	.nav-list__link,
	.wz1__heading-1,
	.wz1__heading-2,
	.wz4__heading {
		font-size: 5vw;
	}
	.wztxt {
		margin-top: 5px;
		font-size: 3vw;
	}
	.feature__pagination .swiper-pagination-bullet {
		width: 3.5vw;
		height: 3.5vw;
		margin-left: 0;
	}
	.feature__pagination .swiper-pagination-bullet:not(:last-child) {
		margin-right: 3vw;
	}
	.wz4 {
		left: 30%;
	}
}
@media screen and (max-width: 380px) {
	.headings-wrap {
		margin-bottom: 15px;
	}
	.footer__inner {
		font-size: 3vw;
	}
	.footer__logo {
		margin-right: 15px;
	}
}
