@charset "utf-8";

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

	#base .sp-only {
		display: inherit;
	}

	#base {
		width: 100%;
		height: 90vh;
	}
	.logo {
		width: 65%;
	}
	.copy {
		margin-top: 30px;
		width: 90%;
		font-size: 24px;
	}
	.copysmall {
		width: 90%;
		font-size: 18px;
		margin-top: 20px;
	}
	.dwe {
		position: absolute;
		bottom: 30px;
		left: inherit;
		width: 24%;
	}

}
