@charset "utf-8";
@media (min-device-width:320px) and (max-width:689px),(max-device-width:480px) {
	body {
		background: url(../images/d2bg_mob.jpg) no-repeat top center #f32a22;
		background-size: 100% auto;
	}
	body, html {
		width: 100%;
	}
	.main {
		width: 10rem;
	}
	.header {
		display: none;
	}
	.Aus-top-h {
		height: 58vw;
	}
	.Aus-text {
		height: auto;
	}
	.Aus-text-box {
		width: 90%;
		padding-bottom: 0;
		position: static;
		transform: none;
		left: auto;
	}
	.Aus-text video {
		width: 100%;
	}
	#over-txt {
		height: 140px;
	}
	#copyright {
		padding: 70px 0 30px 0;
	}
	
}