@charset "utf-8";
/* =====================================================================
  _intro
====================================================================== */
._intro {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #fff;
  text-align: center;
  z-index: 0;
}
#rainbow1,
#rainbow2,
#rainbow3,
#rainbow4,
#rainbow5 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: center center repeat transparent;
  display: none;
}
#rainbow1 { background-image: url(../image/intro/bg_rainbow1.gif); }
#rainbow2 { background-image: url(../image/intro/bg_rainbow2.gif); }
#rainbow3 { background-image: url(../image/intro/bg_rainbow3.gif); }
#rainbow4 { background-image: url(../image/intro/bg_rainbow4.gif); }
#rainbow5 { background-image: url(../image/intro/bg_rainbow5.gif); }

._intro .lead {
	position: fixed;
  left: 50%;
  margin-left: -214px;
  width: 428px;
  height: 428px;
  background: url(../image/intro/bg_lead.png) center center no-repeat transparent;
  text-align: center;
  line-height: 0;
  z-index: 1;
}

.init {
  display: none;
}
#_intro_logo.init {
  top: 10px;
}
#_intro_logo,
#_intro_logo_typ,
#_intro_copy {
  position: absolute;
  /*display: none;*/
  left: 50%;
  margin-left: -120px;
}
#_intro_logo {
  top: 52px;
}
#_intro_logo_typ {
  top: 265px;
}
#_intro_copy {
  top: 330px;
}

.scrolldown {
  display: none;
  overflow: hidden;
  position: fixed;
  left: 50%;
  bottom: 50px;
  margin-left: -34px;
  width: 68px;
  height: 68px;
  z-index: 2;
}
.scrolldown a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/intro/scrolldown.png) center top no-repeat transparent;
}
.scrolldown a:hover {
  background-position: center -68px;
}
/* =====================================================================
  page
====================================================================== */
#page {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  padding-top: 90px;
  text-align: center;
  z-index: 3;
}
.home #header {
  position: absolute;
  top: 0;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .05);
  z-index: 4;
}
.fixed {
  position: fixed !important;
  top: 0;
}