


/*------------------------------------------------------------*/
/* content
/*------------------------------------------------------------*/
#content {
	height: 100%;
	position: relative;
	z-index: 1;
	min-height:690px;
	max-height:880px;
}
#hacoboyLogo {
	text-align: center;
	padding-left: 52px;
	/*padding-top: 70px;*/
	position: absolute;
	bottom: 50%;
	left:50%;
	margin-left: -399px;
	margin-bottom: 120px;
	bottom:100%;
	z-index: 2;
}
#content .tagline {
	text-align: center;
	margin: 30px 0;
	position: absolute;
	bottom:50%;
	left:50%;
	margin-left: -347px;
	margin-bottom: -20px;
	bottom:68%;
	z-index: 1;
	opacity: 0;
}
#content {
	overflow: hidden;
}

/* introduction
*************************************************************/
#introduction {
	background: #fff;
	height: 100%;
	opacity: 0;
	/*display: none;*/
	position: relative;
	z-index: 3;
}
#introduction.disabled {
	display: none;
}
#introduction p {
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -218px;
	margin-top: -26px;
}


/* mainVisual
*************************************************************/
#mainVisual {
	height: 280px;
	font-size: 1px;
	line-height: 1;
	width:690px;
	margin: 0 auto;
	position: relative;
	position: absolute;
	bottom: 30px;
	left:50%;
	margin-left: -345px;
	display: none;
}




#mainVisual #hacoboy {
	position: absolute;
	bottom: 0;
	left:20px;
	z-index:20;
	opacity:0;
}

#mainVisual #featureBoxContainer {
	height: 270px;
	position: absolute;
	bottom: 0;
	left:190px;
	z-index:10;


	width:880px;
	display: none;
}



#mainVisual .featureBox {
	float:left;
	border: 6px solid #000;
	background: #FFF;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width:86px;
	height:86px;
	margin-top: 184px;
	overflow: hidden;
	transition: 0.1s ease-in;
		-webkit-transition: 0.1s ease-in;
		-moz-transition: 0.1s ease-in;
}
#mainVisual .featureBox.throw {
	background: #BFBFBF;
}


#mainVisual .featureBox img {
	opacity: 1;
}

#mainVisual .featureBox.idle img {
	display: none;
	opacity:0;
}
#mainVisual .featureBox.clickable{
	cursor: pointer;
	transition: 0.1s ease-in;
		-webkit-transition: 0.1s ease-in;
		-moz-transition: 0.1s ease-in;
}
#mainVisual .featureBox.clickable:hover{
	background: #BFBFBF;
}
#mainVisual #featureBoxContainer.init {
	left: 20px;
	/*bottom: 86px;*/
	/*bottom:0;*/
}
#mainVisual #featureBoxContainer.init .featureBox {
	position: absolute;
	bottom:0;
	left:0;
}

#mainVisual #featureBoxContainer #feature1{
	z-index: 10;
}
#mainVisual #featureBoxContainer #feature2{
	z-index: 9;
}
#mainVisual #featureBoxContainer #feature3{
	z-index: 8;
}
#mainVisual #featureBoxContainer #feature4{
	z-index: 7;
}

/*************************************************************/
/*************************************************************/
/*------------------------------------------------------------*/
/* nintendo3ds
/*------------------------------------------------------------*/

.nintendo3ds #content{
	height: 830px;
}
.nintendo3ds #mainVisual{
	width: 960px;
	height:318px;
	margin-left: -480px;
	display: block;
}
.nintendo3ds #hacoboyLogo {
	bottom: 50%;
}
.nintendo3ds #content .tagline {
	bottom:50%;
	opacity: 1;
}


/*************************************************************/
/*************************************************************/
/*************************************************************/

/* globalNav
*************************************************************/
#globalNav {
	margin-top: -30px;
	z-index: 3;
}


/* scrollArrow
*************************************************************/
#scrollArrow {
	position: absolute;
	left:210px;
	top:-20px;
}

#scrollArrow.disabled {
	display: none;
}

/* soundBtn
*************************************************************/
#soundBtn.disabled {
	display: none;
}
#soundBtnOff {
	top: inherit;
	bottom:50px;
}

#soundBtnOn {
	top: inherit;
	bottom:50px;
}



/* soundPlayer
*************************************************************/
#soundPlayerContainer {
	position: absolute;
	z-index: 100;
	top: inherit;
	bottom:28px;
	right: -3px;
}
#soundPlayerContainer.disabled {
	display: none;
}

#discountArea {
	width:100%;
	background:#ff7b00;
	text-align: center;
}


