@charset "UTF-8";

/* L1 ######################################## body 要素 ######################################## */

body {
    
    height: 100vh;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.8;
	
	background: #1f180e url(../images/private/back_body.jpg) 50% 50% no-repeat fixed;
	animation: none;
}

#title {
	color: #d20000;
}

#concept {
	color: #01c54b;
}
