@charset "utf-8";
/* CSS Document */

#top {
    width: 100%;
    background: #000000 url('../../img/top/main-visual01.jpg') top center no-repeat;
    min-height: 930px;
    /*width: 1608px;*/
    min-width: 960px;
    margin: 0 auto;
}

#logo_placeholder {
    /*width: 940px;*/
}

/*intro animation*/

#intro_bckg {
    /*width: 1608px;*/
    background: #000000 url('../../img/top/intro-scene/intro01.jpg') top center no-repeat;
    left: 50%;
    margin-left: -50%;
    min-height: 930px;
    min-width: 960px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#intro_mask {
    width: 100%;
    height: 930px;
    z-index: 0;
    background-color: #000000;
    position: absolute;
    top: 0
    left: 0;
    display: none;
}

#intro_loading {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -50px;
}

#page_inner {
    z-index: 90;
}

#top_content {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#intro_scene {
    margin: 0 auto;
    width: 1608px;
    min-width: 960px;
    height: 760px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#intro_logo {
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: -321px;
    width: 642px;
    height: 307px;
}
/**/


#teaser_video {
    position: absolute;
    bottom: -130px;
    left: 0;
}




/*circle carousel*/

#main_circle {
    width: 915px;
    height: 665px;
    margin: -20px auto 0 auto;
    position: relative;
	overflow:hidden;
}

.single_circle {
    float: left;
	margin-left:100px;
}

.single_circle img {
    -webkit-transform-style: preserve-3d;/*fix bug in Safari 5.1*/
    width: 135px;
}

/*menu*/
#menu_top {
    left: 70px;
    position: absolute;
    top: 380px;
    width: 528px;
}

#menu_top a {
    display: inline-block;
}

#menu01 {
    background: url('../../img/top/top_menu01_sprite.png') top left transparent no-repeat;
    width: 196px;
    height: 188px;
}

#menu02 {
    background: url('../../img/top/top_menu02_sprite.png') top left transparent no-repeat;
    height: 192px;
    width: 156px;
}

#menu03 {
    width: 156px;
    height: 192px;
    background: url('../../img/top/top_menu03_sprite.png') top left transparent no-repeat;
}

/*footer*/

#top_footer {
    width: 100%;
    position: absolute;
    top: 190px;
    left: 50%;
    width: 960px;
    margin-left: -480px;
}

#upper_footer {
    margin: 0 auto;
    width: 800px;
}

#upper_footer div {
    display: inline-block;
}

#upper_footer div {
    position: relative;
}

#upper_footer div a {
    display: block;
    position: absolute;
    z-index: 1;
}

#top_shop {
    bottom: 14px;
    height: 24px;
    left: 290px;
    width: 196px;
}

#top_popup {
    bottom: 9px;
    height: 63px;
    left: 130px;
    width: 277px;
}

#link01 {
    width: 40px;
    height: 50px;
    bottom: 7px;
    left: 5px;
    background: transparent url('../../img/common/empty-pixel.gif') top left no-repeat;
}

#link02 {
    width: 40px;
    height: 50px;
    bottom: 7px;
    left: 55px;
    background: transparent url('../../img/common/empty-pixel.gif') top left no-repeat;
}

#pdf_link {
    width: 146px;
    height: 14px;
    top: 90px;
    left: 132px;
}

#btn_teaser {
    position: absolute;
    top: 690px;
    left: 150px;
    display: block;
    width: 243px;
    height: 91px;
}

.bn_bottom:hover{
  opacity: 0.75;
}







































