@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Artifika);

/*---------------------
 Simple3Dmove_Sample 
----------------------- */
#container {
  min-height: 900px;
  width: 100%;
}

#simple3D {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1000px;
}
#simple3D div {
  min-height: 1100px;
  width: 120%;
}
#simple3D div.ppp {
  background: url(../images/title5.png) no-repeat center center;
}
#simple3D div.dot {
  background: url(../images/title4.png) no-repeat center center;
}
#simple3D div.kinoco {
  background: url(../images/title3.png) no-repeat center center;
}
#simple3D div.star {
  background: url(../images/title2.png) no-repeat center center;
}


#simple3D div.1111 {
  background: url(../images/lead_bg.png) no-repeat center center;
}