@charset "UTF-8";

#mainVisual {width: 100%; margin:0 auto; position: relative;}
#look{width: 980px; margin: 105px auto 95px;}
#about{width: 980px; margin: 0 auto 95px; position: relative;}
#about .square{width: 50px; height: 10px; background-color: #000; position: absolute; top:2px; right: 0;}
#about h2{font-size: 20px; font-weight: bold; margin-bottom: 50px;}
#about .txt{font-size: 40px; line-height: 93px; letter-spacing:3.9px; font-weight: bold; text-align: center;}
	
@media screen and (max-width:768px){

	#look{width: 89%; margin: 53px auto 48px;}
	#about{width: 89%; margin: 0 auto 48px;}
	#about .square{width: 30px; height: 6px; }
	#about h2{font-size: 13px; margin-bottom: 25px;}
	#about .txt{font-size: 16px; line-height: 36px;}

}