@charset "utf-8";

.f_banner_other img {height:auto;}

.store-banner {
	width:90%;
	margin:2% auto 0;
}

.foot-download {
	display:none;
}

@media screen and (min-width: 737px) {
	
	.foot-download {
		display:block;
		width:100%;
		margin:0 auto;
	}
	
	.foot-download ul {
		width:90%;
		margin:2em auto 1em;
		display:flex;
		justify-content:space-between;
	}
	
	.foot-download ul li a {
		display:block;
		position:relative;
	}

	.foot-download ul li:not(:last-child) {
		margin-right:2%;
	}

	.foot-download ul li:nth-child(2) {
		text-align:left;
		flex:1;
	}
	
	.foot-download ul li:nth-child(2) span {
		display:block;
		margin-left:5em;
	}
	
	.foot-download ul li img {
		height:clamp(4.8rem, -2.085rem + 9vw, 6.4rem);
	}
	
}

@media screen and (min-width: 924px) {
	
	.foot-download {
		max-width:900px;
	}

	.appArea {
		min-width:unset;
		max-width:500px;
	}

	.store-banner {
		width:auto;
		margin:0;
	}

}

@media screen and (min-width: 924px) and (max-width: 1100px) {
	.storeInfo {
		margin-right:7.5%;
	}

}