
@charset "utf-8";


@media screen and (max-width: 1280px) {
	html {
		font-size: 1vw;
	}
}

@media screen and (max-width: 900px) {
	.image {
		right: 0;
	}
	.container {
		max-width: 100%;
	}
}

@media screen and (max-width: 700px) {
	html {
		font-size: 2.286vw;
		height: auto;
	}
	body {
		height: auto;
	}

	body::before {
		background-image: url(../images/bg-mobile.png);
	}

	.header {
		padding-top: 10px;
		text-align: center;
	}
	.image {
		position: relative;
    width: 100vw;
		margin: -70px -16px 0px -16px;
    height: auto;
		bottom: 0;
		left: 0;
		overflow: hidden;
		z-index: 0;
	}

	.img-mobile {
		display: block;
	}
	.img-desc {
		display: none;
	}

	.image__ball {
    width: 29vw;
    height: 29vw;
    left: -1%;
    bottom: 7%;
	}

	.container {
		padding: 0px 16px;
	}
	.main {
		text-align: center;
		padding: 10px 0 0 0;
	}

	.title {
		font-size: 2.5rem;
		line-height: 130%;
		text-align: center;
	}

	.button {
		width: 100%;
		padding: 20px;
		font-size: 22px;
		margin-top: 1.25rem;
		z-index: 1;
	}
	.title span:first-child {
		font-size: 1.375rem;
	}

	.desc {
		font-size: 4rem;
		text-align: center;
		text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
	}
	.footer {
		padding: 20px 0px;
	}
	.footer .container {
		padding: 0px 5px;
	}
	.footer ul {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.footer li {
		height: 2rem;
		margin: 10px;
	}

	.logo {
		width: 17.313rem;
	}


}
@media screen and (max-width: 426px) {
	html {
		font-size: 3.765vw;
	}
}


@media screen and (max-width: 414px) {
	html {
		font-size: 3.865vw;
	}
}

@media screen and (max-width: 380px) {
	html {
		font-size: 3.865vw;
	}
}

@media screen and (max-width: 360px) {
	html {
		font-size: 3.765vw;
	}
}