@charset "utf-8";

/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
header {
	background: url(../img/bg_header.png) center top;
}
header:after {
	background: url(../img/bg_header_btm.png) repeat-x center top;
}

/* gnav
---------------------------------------------*/
#gnav {
	background: url(../img/bg_header.png) center top;
}

/* -----------------------------------------------------------------------------

	mv
  
----------------------------------------------------------------------------- */
#mv {
	text-align: center;
	position: relative;
	margin-top: 70px;
}
#mv .inner {
	padding-bottom: 70px;
}
#mv .txt {
	margin-top: 20px;
}
#mv .img {
	margin-top: 35px;
}


/* -----------------------------------------------------------------------------

	reason
  
----------------------------------------------------------------------------- */
#reason {
	text-align: center;
}
#reason .txt {
	margin-top: 20px;
	background: url(../img/about/bg_txt_reason.png) no-repeat center top;
	position: relative;
}
#reason .fade {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -237px;
}

/* comparison
-------------------------------------------------------*/
.comparison h4 {
	margin-top: 70px;
}
.comparison dl dd {
	margin-top: 30px;
}
.comparison .figure {
	margin-top: 25px;
	background: url(../img/about/bg_figure.png) no-repeat center top;
}


/* -----------------------------------------------------------------------------

	animation
  
----------------------------------------------------------------------------- */
section .txt {
	position: relative;
	top: 50px;
	opacity: 0;
}
section .txt span {
	opacity: 0;
}
.fade p {
	opacity: 0;
}
.comparison .figure {
	position: relative;
}
.comparison .figure img {
	opacity: 0;
}


