@charset "utf-8";
/* CSS Document */
body {
    position: relative;
    overflow: hidden;
    visibility: hidden;
}

.fade_in {
    visibility: hidden;
}

/* #container
--------------------------- */
#container {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}
 
/* .stageBase
--------------------------- */
.stageBase {
	background-color: #000;
	color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.stageBase .contents {
	padding: 200px 0 0;
	line-height: 2.4em;
}
#stage1 {background: url(../images/idx_img1.jpg) center center / cover no-repeat;}
#stage3 {background: url(../images/idx_img2.jpg) center center / cover no-repeat;}
#stage4 {background: url(../images/idx_img3.jpg) center center / cover no-repeat;}
#stage5 {background: url(../images/idx_img4.jpg) center center / cover no-repeat;}
#stage6 {background: url(../images/idx_img5.jpg) center center / cover no-repeat;}
#stage7 {background: url(../images/idx_img6.jpg) center center / cover no-repeat;}
 
/* .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(../images/slide_prev.png) no-repeat left top;
}
.stageSlide .sdNext {
    right: 80px;
    background: transparent url(../images/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(../images/nav.png) no-repeat center center;
    display: inline-block;
    overflow: hidden;
}
.stageSlide .slideNav a.pnActive {
    background: transparent url(../images/nav_acv.png) no-repeat center center;
}
 
/* #pageNav
--------------------------- */
#pageNav {
    top: 0;
    right: 25px;
    width: 15px;
    text-align: center;
    position: fixed;
    z-index: 2;
}
#pageNav ul {
    width: 15px;
    display: block;
}
#pageNav ul li {
    padding-bottom: 5px;
    width: 15px;
    height: 15px;
    display: block;
    overflow: hidden;
}
#pageNav ul li a {
    width: 15px;
    height: 15px;
    background: transparent url(../images/nav.png) no-repeat center center;
    display: block;
}
#pageNav ul li.activeStage a {
    background: transparent url(../images/nav_acv.png) no-repeat center center;
}
 
/* #pageDown
--------------------------- */
#pageDown {
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 64px;
    text-align: center;
    position: fixed;
    overflow: hidden;
    z-index: 3;
}
#pageDown a {
    margin: 0 auto;
    width: 73px;
    height: 64px;
    background: transparent url(../images/next_arw.png) no-repeat center center;
    display: block;
}

/* 追加設定 */
#container header {
	position: fixed;
}


#stage1 div {
	position: absolute;
	margin: -54px 0 0 -316px;
	top: 50%;
	left: 50%;
}

#stage2 .contents {
	text-align: center;
}

#stage2 .contents div {
	margin: 40px 0;
}

#container .contents p {
	margin-bottom: 40px;
}

.contents p img {
	max-height: 43px;
}

.stageBase h2 {
	font-size: 30px;
	margin: 40px 0 15px;
}

#stage8 .contents {
	padding-top: 100px;
}

