@charset "Shift_JIS";

body.mobile{
	background: url("../img/bg_white.png");
}

#header{
	background: #FFF;
}

/*------------------------------------------------------------------------------
  FOOTER
------------------------------------------------------------------------------*/
#footer {
	width: 100%;
	height: 23px;
	background: url("../img/footer_bg_saikin.png");
}

/*------------------------------------------------------------------------------
  BACKGROUND
------------------------------------------------------------------------------*/
#bg_saikin{
	position: absolute;
	top: 251px;
	left: 0;
	width: 100%;
	height: 246px;
	background: url("../img/bg_line.png");
}

/*------------------------------------------------------------------------------
  WRAP
------------------------------------------------------------------------------*/

.wrapper_saikin{
	width: 100%;
	height: 100%;
}

.wrapper_saikin div.inner_contents{
	width: 960px;
}

/*------------------------------------------------------------------------------
  GLOBAL NAVI
------------------------------------------------------------------------------*/

#bg_saikin_global{
	position: absolute;
	top: 50px;
	right: 0;
	width: 100%;
	min-width: 960px;
	height: 77px;
	background-image: url("../img/global_bg.png");
	background-repeat: no-repeat;
	overflow-x: hidden;
}

body.mobile #bg_saikin_global{
	top: 105px;
}

div#global_logo{
	margin: 18px 0 3px;
}

ul#gnavi{
	position: absolute;
	top: 92px;
	right: 0px;
	width: 768px;
	height: 67px;
}

ul#gnavi li{
	position: absolute;
}

li#gnavi_btn1{
	top: 0px;
	right: 700px;
}

li#gnavi_btn2{
	top: 6px;
	right: 452px;
}

li#gnavi_btn3{
	top: 0px;
	right: 172px;
}

li#gnavi_btn4{
	top: -86px;
	right: 20px;
}

ul#gnavi li#gnavi_btn1 img,
ul#gnavi li#gnavi_btn2 img,
ul#gnavi li#gnavi_btn3 img{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/*------------------------------------------------------------------------------
  MAIN
------------------------------------------------------------------------------*/

#main{
	position: relative;
	width: 100%;
	min-width: 960px;
	padding-bottom: 50px;
}

#main_saikin{
	position: absolute;
	top: -30px;
	right: -35px;
}

#main h3{
	margin: 19px 0 19px 6px;
}

p#main_txt2{
	margin: 21px 0 37px;
}

#main p{
	margin-left: 11px;
}

/*------------------------------------------------------------------------------
  SECTION
------------------------------------------------------------------------------*/

#section div.inner_contents{
	width: 960px;
}

.wrapper_section{
	padding: 150px 0;
}

#section_title{
	z-index: 100;
	left: 50%;
	width: 439px;
	height: 130px;
	margin-left: -240px;
}

#section h3{
	padding-top: 30px;
}

#section h3,
.sectionbox_top,
.sectionbox_btm{
	text-align: center;
}

.sectionbox{
	position: absolute;
}

/*------------------------------------------------------------------------------
  SECTION NAVI
------------------------------------------------------------------------------*/

#section_navi{
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 10px;
	width: 100px;
	height: 230px;	
	margin-top: -115px;
	background: url("../img/location_saikin.png") no-repeat;
}

body.mobile #section_navi{
	display: none;
}

#section_navi ul{
	margin: 90px 0 0 30px;
}

#section_navi ul li{
	float: none;
	margin-bottom: 7px;
}

#section_navi ul li a{
	display: block;
	width: 34px;
	height: 34px;	
	text-indent: -999em;
	cursor: pointer;
}

li#section_navi1 a{ background: url("../img/location1.png") no-repeat; }
li#section_navi2 a{ background: url("../img/location2.png") no-repeat; }
li#section_navi3 a{ background: url("../img/location3.png") no-repeat; }
li#section_navi_cover{
	position: absolute;
	top: 0;
	right: 32px;
	width: 40px;
	height: 40px;
	background: url("../../img/common/location_cover.png") no-repeat;
}

li#section_navi1 a.selected:hover, 
li#section_navi1 a.selected,
li#section_navi1 a:hover{ background: url("../img/location1_on.png") no-repeat; }

li#section_navi2 a.selected:hover, 
li#section_navi2 a.selected,
li#section_navi2 a:hover{ background: url("../img/location2_on.png") no-repeat; }

li#section_navi3 a.selected:hover, 
li#section_navi3 a.selected,
li#section_navi3 a:hover{ background: url("../img/location3_on.png") no-repeat; }


/*------------------------------------------------------------------------------
  BOARD
------------------------------------------------------------------------------*/

#board{
	width: 965px;
	height: 666px;
	margin: 70px auto 70px;
	background: url("../img/board_bg.png");
}

#board div.inner_contents{
	width: 812px;
}

#board h3{
	padding-top: 88px;
}

#board p{
	margin: 85px 50px 0 58px;
}


/*------------------------------------------------------------------------------
  SUB
------------------------------------------------------------------------------*/

#sub{
	position: relative;
	height: 194px;
}

#sub h3{
	margin-bottom: 24px;
}

#sub_gamepad{
	position: absolute;
	top: -90px;
	right: 0;
}

/*------------------------------------------------------------------------------
  PARALLAX
------------------------------------------------------------------------------*/

body.mobile #bg1,
body.mobile #bg2,
body.mobile #bg3,
body.mobile #bg1c,
body.mobile #bg2c,
body.mobile #bg3c{
	display: none;
}

#bg1, #bg2, #bg3, #bg1c, #bg2c, #bg3c, #bg4 {
	z-index: 48;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
	height: 100%;
	background: url("../../img/common/bg1.png") no-repeat 0 0;
}

#bg2 {
	z-index: 49;
	background-image: url("../../img/common/bg2.png");
}

#bg3 {
	z-index: 50;
	background-image: url("../../img/common/bg3.png");
}

#bg1c {
	z-index: 48;
	background-image: url("../../img/common/bg1cn.png");
}

#bg2c {
	z-index: 49;
	background-image: url("../../img/common/bg2cn.png");
}

#bg3c {
	z-index: 50;
	background-image: url("../../img/common/bg3cn.png");
}

#bg4{
	z-index: 47;
	background: url("../img/bg_white.png");
}
#intro{
	z-index: 1000;
	width: 100%;
	min-width: 960px;
	height: 962px;
	background: url("../img/bg.png") repeat-x;
}

body.mobile #intro{
	position: relative;
	height: 890px;
	padding-top: 55px;
	background: url("../img/bg.png") 0 55px repeat-x;
}

#sec1 {
	left: 50%;
	width: 870px;
	height: 418px;
	margin-top: -119px;
	margin-left: -485px;
}

body.mobile #sec1{
	margin-top: -179px;
	margin-left: -435px;
}

#sec1 .sectionbox{
	width: 870px;
	height: 418px;
}

#sec1 .sectionbox_left{
	float: left;
	position: relative;
	width: 525px;
}

#sec1 .sectionbox_right{
	float: right;
	width: 344px;
	margin-left: -100px;
}

#sec1 .sectionbox_right h4{
	margin: 26px 0 31px;
}

#sec2{
	left: 50%;
	width: 910px;
	height: 443px;
	margin-top: -221px;
	margin-left: -455px;
}

#sec2 .sectionbox{
	width: 910px;
	height: 443px;
}

#sec2 .sectionbox_left{
	float: left;
	position: relative;
	width: 379px;
}

#sec2 .sectionbox_left #animation1{
	position: absolute;
	top: 63px;
	left: 18px;
}

#sec2 .sectionbox_left #animation1_cover{
	position: absolute;
	top: 45px;
}

#sec2 .sectionbox_right{
	float: right;
	width: 500px;
	margin-top: 10px;
}

#sec2 .sectionbox_right h4{
	margin: 32px 0 20px 10px;
}

#sec2 .sectionbox_right p{
	padding-left: 10px;
}

#sec2 .sectionbox_right p.top{
	padding-left: 40px;
}

#sec3{
	left: 50%;
	width: 696px;
	height: 374px;
	margin: -187px 0 0 -348px;
}

#sec3 .sectionbox{
	width: 696px;
	height: 374px;
}

body.pc #sec3 .sectionbox_top{
	filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

#sec3 .sectionbox_top{
	height: 126px;
}

#sec3 .sectionbox_btm h4{
	margin: 83px 0 20px;
}

#sec3_animation{
	position: fixed;
	z-index: 99;
	width: 100%;
	height:100%;	
}

body.pc #sec3_animation #sec3_animation1{
	position: absolute;
	top: -100%;
	left: 50%;
	width: 461px;
	height: 125px;
	margin-left: -230px;
}

body.pc #sec3_animation #sec3_animation2{
	width: 696px;
	height: 125px;
	position: absolute;
	left: 50%;
	margin-left: -348px;
	top: -100%;
}

body.mobile #sec3_animation{
	display: none;
}

body.mobile #section_title{
	height: 260px;
	margin: 0px auto 150px;
}

body.mobile #sec1,
body.mobile #sec2,
body.mobile #sec3{
	position: relative;
}

body.mobile #sec1{
	height: 660px;
}

body.mobile #sec2{
	height: 800px;
}

body.mobile #sec3{
	height: 410px;
}

#saikin_btm{
	z-index: 101;
	width: 100%;
	min-width: 960px;
	height: 755px;
}

body.mobile #saikin_btm{
	height: 793px;
}

#saikin_btm_bg{
	position: absolute;
	top: -51px;
	width: 100%;
	background: url("../img/bg_btm.png");
}

body.mobile #saikin_btm_bg{
	position: static;
	padding: 5px 0 5px;
}

#saikin_btm_bg #note{
	position: absolute;
	top:22px;
	left:50%;
	width:325px;
	height:33px;
	margin-left: -162px;
	cursor: pointer;
}

body.mobile #saikin_btm_bg #note{
	display: none;
}

.skrollable {
	position: fixed;
	z-index: 100;
}

.skrollr-mobile .skrollable {
	position: absolute;
}

.skrollable .skrollable {
	position: absolute;
}

.skrollable .skrollable .skrollable {
	position: static;
}