@import "import/animation.css";
@import "import/base.css";
@import "import/title.css";
@import "import/app.css";

section img {width: 100%; height: auto;}

/* ============================================================================== PC === */

@media print, screen and (min-width: 769px) {
	
	#title {padding: 0;}
	#title h2 {width: 1000px; margin: 0;}
	#cmp {padding: 50px 0;}
	
}

/* ============================================================================== SP === */

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