@charset "UTF-8";

/* =======================================

	CommonElements

======================================= */
body {
	/*font-size: 100%;
	line-height: 160%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #fff;*/
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

/*a:link { text-decoration:nderline; color: #0000ff;}
a:visited { text-decoration:nderline; color: #0000ff;}
a:active { text-decoration:nderline; color: #0000ff;}
a:hover { text-decoration:none; color: #0000ff;}*/

/*p {
	padding: 0 0 30px 0;
}

h1 {
	top: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	position: absolute;
}
h2 {
	bottom: 0;
	left: 0;
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	position: absolute;
}*/

/* #container
--------------------------- */
#container {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

/* .stageBase
--------------------------- */
.stageBase {
	width: 100%;
	position: relative;
	overflow: hidden;
}
/*.stageBase .fieldWrap {
	padding: 100px 0 0 0;
	text-align: center;
}*/
/*#stage1 {background:#fff;}
#stage2 {background:#eee;}
#stage3 {background:#ddd;}
#stage4 {background:#ccc;}
#stage5 {background:#bbb;}*/


/* .stageSlide
--------------------------- */
/*.stageSlide {
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
.stageSlide .slideWrap {
	top: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.stageSlide .slideWrap:before,
.stageSlide .slideWrap:after {
	content: " ";
	display: table;
}
.stageSlide .slideWrap:after {clear: both;}
.stageSlide .slideWrap {*zoom: 1;}

.stageSlide .slidePanel {
	float: left;
	overflow: hidden;
}

.stageSlide .sdPrev,
.stageSlide .sdNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	z-index: 99;
}
.stageSlide .sdPrev {
	left: 80px;
	background: transparent url(../img/slide_prev.png) no-repeat left top;
}
.stageSlide .sdNext {
	right: 80px;
	background: transparent url(../img/slide_next.png) no-repeat left top;
}

.stageSlide .slideNav {
	bottom: 70px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 98;
}
.stageSlide .slideNav a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: transparent url(../img/nav.png) no-repeat center center;
	display: inline-block;
	overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
	background: transparent url(../img/nav_acv.png) no-repeat center center;
}*/

/* #pageNav
--------------------------- */
#pageNav {
	top: 0;
	right: 0px;
	width: 36px;
	text-align: left;
	position: fixed;
	z-index: 2;
}
#pageNav ul {
	width: 36px;
	display: block;
}
#pageNav ul li {
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 36px;
	height: 7px;
	display: block;
	overflow: hidden;
}
#pageNav ul li a {
	width: 7px;
	height: 7px;
	background: #d5d5d5;
	/*background: transparent url(../img/nav.png) no-repeat center center;*/
	display: block;
	transition: all ease .5s;
}
#pageNav ul li.activeStage a {
	width: 36px;
	background: #515151;
	/*background: transparent url(../img/nav_acv.png) no-repeat center center;*/
}

/* #pageDown
--------------------------- */
#pageDown {
	bottom: 0;
	left: 49%;
	width: 42px;
	text-align: center;
	position: fixed;
	overflow: hidden;
	z-index: 3;
}
#pageDown a {
	margin: 0 auto;
	width: 42px;
	height: 125px;
	background: transparent url(../img/scroll.png) no-repeat center center;
	display: block;
	animation: float 2s linear infinite;
  	transform-origin: 50% 50%;
	opacity: 1;
}
@keyframes float {
	0% { background-position: 0 40%; opacity: 1;}
	70% { opacity: 1;}
	100% { background-position: 0 70%; opacity: 0;}
}

/*------------------------------------------------
     1368px(inner:1208px)
 ----------------------------------------------- */

@media screen and (max-width: 1368px){
	#pageDown a{
		height: 80px;
	}
}


/*------------------------------------------------
     1184px(inner:1024px)
 ----------------------------------------------- */

/*@media screen and (max-width: 1184px){
	#pageDown{
		height: 40px;
	}
}*/

