﻿@charset "utf-8";


#pageTitle {
	background-image: url(../images/title.svg);
}

#mainVisual .copy {
	background-image: url(../images/copy.svg);
}

#mainVisual:after {
	background-image: url(../images/main.jpg);
}

#conceptSect:before {
	background-image: url(../images/concept_bg.jpg);
}

#appSect .appCatch {
	background-image: url(../images/app_bg.jpg);
}

#conceptSect {margin-bottom: 20px;}
#featureSect {padding-bottom: 70px;}


/*#appSect .appSummary .downloadArea {
	border: none;
}*/

@media only screen and (max-width:750px) {
	
	#mainVisual:after {
		background-image: url(../images/main_sp.jpg);
	}
	
	#conceptSect {
		margin-bottom: 0;
	}
	
	#conceptSect:before {
		background-image: url(../images/concept_bg_sp.jpg);
	}
	
	#featureSect {
		padding-bottom: calc(100vw/(750/71));
	}
	
	#storySect {
		padding-bottom: calc(100vw/(750/93));
	}

	
}