@charset "UTF-8";
/* top.css */
#fullpage{
	width:100%;
	height:100%;
}
section{
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	position:relative;
}
#contents01{
	background-image:url(../../img/top/img_top_image01.jpg);
}
#contents01 h2{
	width:832px;
	margin:0 auto;
	margin-top:-5%;
}
#contents01 p{
	position:absolute;
	left:50%;
	bottom:70px;
	margin-left:-30px;
}
#contents02{
	height:705px;
	background-image:url(../../img/top/img_top_image02.jpg);
	border-bottom:30px solid #e5e6e6;
	background-position:50% 0;
	background-attachment:fixed;
}
#contents02 .message{
	width:600px;
	height:362px;
	text-align:center;
	margin:0 auto;
	margin-top:171px;
}
#contents02 .message h3{
	margin-bottom:50px;
}
#contents03{
	height:705px;
	background-image:url(../../img/top/img_top_image03.jpg);
	border-bottom:30px solid #e5e6e6;
	background-position:50% 0;
	background-attachment:fixed;
}
#contents04{
	height:705px;
	background-image:url(../../img/top/img_top_image04.jpg);
	border-bottom:30px solid #e5e6e6;
	background-position:50% 0;
	background-attachment:fixed;
}
#contents05{
	height:705px;
	background-image:url(../../img/top/img_top_image05.jpg);
	border-bottom:30px solid #e5e6e6;
	background-position:50% 0;
	background-attachment:fixed;
}
.box{
	width:645px;
	height:221px;
	margin:0 auto;
	margin-top:242px;
	text-align:center;
}
#news{
	position:relative;
	width:100%;
	height:140px;
	padding-top:40px;
	background:#fff;
	border-bottom:30px solid #e5e6e6;
}
#news dl{
	width:100%;
	border-top:1px solid #dbdcdd;
	border-bottom:1px solid #dbdcdd;
	padding:10px 0;
	margin-top:15px;
}
#news dl dt,
#news dl dd{
	float:left;
}
#news dl dt{
	margin-right:30px;
}

.scroll02{
	position:absolute;
	left:50%;
	margin-left:-25px;
	margin-top:-10px;
	z-index:500;
}

.scroll01 {
      -moz-animation: fuwa 1.7s ease 0.1s infinite;
      -webkit-animation: fuwa 1.7s ease 0.1s infinite;
      animation: fuwa 1.7s ease 0.1s infinite; }
@-moz-keyframes fuwa {
  to {
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  50% {
    -moz-transform: translate(0px, 10px);
    transform: translate(0px, 10px); } }
@-webkit-keyframes fuwa {
  to {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px); } }
@keyframes fuwa {
  to {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  50% {
    -moz-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px); } }


