@charset "UTF-8";
.row {max-width:940px;margin-right:auto;margin-left:auto;}
img#headerImg{
    width:100%;
    padding-top:150px;
}
body.iphone #headerVimeo, body.ipad #headerVimeo, body.android #headerVimeo {
    display:none;
}
body.iphone #playermain, body.ipad #playermain, body.android #playermain {
    display:none;
}
body.iphone div.controlWrap, body.ipad div.controlWrap, body.android div.controlWrap {
    height:250px !important;
}
body.other #headerImg{
    display:none;
}
/* UseIT Customized for bootstrap style*/
.navbar {
    font-size:14px;
    padding: 0 2em;
}
.navbar, .navbar-default{
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    /*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#a6a19c', endColorstr = '#bfbeb6');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#a6a19c', endColorstr = '#bfbeb6')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #a6a19c, #bfbeb6);
    background-image: -ms-linear-gradient(top, #a6a19c, #bfbeb6);
    background-image: -o-linear-gradient(top, #a6a19c, #bfbeb6);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#a6a19c), to(#bfbeb6));
    background-image: -webkit-linear-gradient(top, #a6a19c, #bfbeb6);
    background-image: linear-gradient(top, #a6a19c, #bfbeb6);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
    opacity: 0.95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 35);
    /*-ms-filter must come before filter*/
    filter: alpha(opacity = 95);
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*All filters must be placed together*/
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: auto;
}
.navbar img{
    vertical-align: middle !important;
}
body {
    background: #000;
    line-height:1.5;
}
p {line-height: 1.5;}
#toTop {
    display:none;
    position: fixed;
    right: 20px;
    left: auto!important;
   top: auto;
    bottom: 20px;
    cursor: pointer;
}
.container1330{
    min-width:1330px;
}

/* HeaderVideoArea*/
div#headerVideoArea{
  position: relative;
  padding-bottom: 56.25%;
  height: 904px;
  overflow: hidden;
  margin-top:-100px;
}
div#headerVideoArea iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  min-height:904px;
}
div#headerVideoArea div.controlWrap{
  position: absolute;
  top: 20%;
  bottom:0;
  left: 0;
  right:0;
  margin:auto;
  max-width: 100%;
  max-height: 100%;
  /*z-index:9999;*/
}
div#headerVideoArea div.controlWrapsub{
  top: 30%;
}
div.sideNavOnVideo {
    margin-top:210px;
}
div.sideNavOnVideoTop {
    margin-top:300px;
}
div#controlOnMainVisual{
    max-width:800px;
    margin-right:auto;
    margin-left:auto;
}
div#controlOnMainVisual ul{
    display:table;
    table-layout: fixed;
    width:100%;
}
div#controlOnMainVisual li{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
footer{
    background-image: url("/assets/img/bg/s3_comBg.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
footer a:hover {
text-decoration: none ;
}
div#tpxMENUbottom{
    width:100%;
    height:50px;
    background-image: url("/assets/img/top/s3ComBtm.gif");
    background-repeat: repeat-x;
}
div#footArea{
    background-image: url("/assets/img/top/footer/top_footer_bg.png");
    background-size: cover;
}

/* ORIGINAL CONTROLS */
.img-responsive-centerd{
    margin: 0 auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container4x3{
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;  
}
.video-container-shadow iframe {
/* border */
border:1px solid rgb(204, 204, 204);

/* box-shadow */
box-shadow:rgba(136, 136, 136, 0.639216) 0px 0px 30px 14px;
-webkit-box-shadow:rgba(136, 136, 136, 0.639216) 0px 0px 30px 14px;
-moz-box-shadow:rgba(136, 136, 136, 0.639216) 0px 0px 30px 14px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    -webkit-transform:scale(0.9,0.9);
    -moz-transform:scale(0.9,0.9);
    -ms-transform:scale(0.9,0.9);
    -o-transform:scale(0.9,0.9);
    transform:scale(0.9,0.9);
}
a img.hover-zoom {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
a img.hover-zoom:hover {
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
}
a img.rotate {
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
}
a img.rotate:hover {
    transform: rotate(720deg) scale(1.4,1.4) !important;
    -webkit-transform: rotate(720deg) scale(1.4,1.4) !important;
    -moz-transform: rotate(720deg) scale(1.4,1.4) !important;
    -ms-transform: rotate(720deg) scale(1.4,1.4) !important;
    -o-transform: rotate(720deg) scale(1.4,1.4) !important;
}

/* SHENMUE BG PAPER */
div.whiteBg{
  width: 100%;
  margin: 0;
  background-image: url("/assets/img/bg/s3_s3Bg.gif");
  background-repeat: repeat;
}

div.paper1Top{
        display:block;
        width:100%;
        height:50px;
        /*background-position: center center; 
        background-image: url("/assets/img/bg/paper1RepeatTop.png");
        background-repeat: no-repeat;*/
      }
div.paper1Middle{
        display:block;
        margin: 0;
        padding: 0;
        padding-top:50px;
        padding-bottom:50px;
        width:100%;
        background: url("/assets/img/bg/paper1RepeatTop.png") no-repeat,
                    url("/assets/img/bg/paper1RepeatBtm.png") no-repeat,
                    url("/assets/img/bg/paper1Repeat.png") repeat-y;
        background-position: top center, bottom center, top center;
        background-size:contain;
}
div.paper1MiddleFAQ{
        display:block;
        margin: 0;
        padding: 0;
        width:100%;
        background: /*url("/assets/img/notice/paper1RepeatTopFAQ.png") no-repeat,
                    url("/assets/img/notice/paper1RepeatBtmFAQ.png") no-repeat,*/
                    url("/assets/img/notice/paper1RepeatFAQ.png") repeat-y;
        /*background-position: top center, bottom center, top center;*/
        background-position:top center;
        background-size:contain;
}
div.paper1Bottom{
        display:block;
        width:100%;
        height:50px;
        /*background-position: center center;
        background-image: url("/assets/img/bg/paper1RepeatBtm.png");
        background-repeat: no-repeat;*/
      }
div.paper2Top{
        display:block;
        width:100%;
        height:50px;
        /*background-position: center center;
        background-image: url("/assets/img/bg/paper2RepeatTop.png");
        background-repeat: no-repeat;*/
      }
div.paper2Middle{
        display:block;
        margin: 0 auto;
        padding: 0;
        padding-top:50px;
        padding-bottom:50px;
        width:100%;
        background: url("/assets/img/bg/paper2RepeatTop.png") no-repeat,
                    url("/assets/img/bg/paper2RepeatBtm.png") no-repeat,
                    url("/assets/img/bg/paper2Repeat.png") repeat-y;
        background-position: top center, bottom center, top center;
        background-size:contain;
}
div.paper2Bottom{
        display:block;
        width:100%;
        height:50px;
        /*background-position: center center;
        background-image: url("/assets/img/bg/paper2RepeatBtm.png");
        background-repeat: no-repeat;*/
      }
/*SHENMUE COLORS*/
.shmGold{color:#c1b882;}
.shmBrown{color:#59493f;}
.shmDarkBrown {color:#7f2d00;}
.shmWhite{color:#fff;}
.shmGray{color:#535353;}
.shmBlack{color:#000;}

/*SHENMUE COMMON PARTS */
div.TileBtm{
        width: 100%;
        margin: 0;
        height: 106px;
        background-image: url("/assets/img/ks/ksTitleBtm.gif");
        background-repeat: repeat;
}

/* COMMON PARTS */
.vertMiddle{vertical-align: middle !important;}
.fnt36px{font-size:36px;}
.fnt33px{font-size:33px;}
.fnt30px{font-size:30px;}
.fnt28px{font-size:28px;}
.fnt24px{font-size:24px;}
.fnt18px{font-size:18px;}
.fnt14px{font-size:14px;}
.fnt12px{font-size:12px;}
.fnt10px{font-size:10px;}
.mgb0{margin-bottom:0px;}
.mgt1em{margin-top:1em;}
.mgt30{margin-top:30px;}
.mgb30{margin-bottom:30px;}
.pdt30{padding-top:30px;}
.pdb30{padding-bottom:30px;}
.mgtb30{margin-top:30px;margin-bottom:30px;}
.mgt50{margin-top:50px;}
.mgb50{margin-bottom:50px;}
.mgt75{margin-top:75px;}
.mgb75{margin-bottom:75px;}
.mgrl10{margin-right:10px;margin-left:10px;}
.mgrl100{margin-right:100px;margin-left:100px;}
.mgrl1em{margin-right:1em;margin-left:1em;}
.mxw740{max-width:740px !important;}
.mxw960{max-width:960px !important;}
.mincho {
    font-family: 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    letter-spacing:0em !important;
}

/* desktop only  */
@media (min-width: 570px){
    .mgrl100pc{margin-right:100px;margin-left:100px;}
    .mgrl150pc{margin-right:150px;margin-left:150px;}
}


/* sp only style */
@media (max-width: 569px) {
    div#headerVideoArea div.controlWrap{top:30%;}
   .mgrl20sp{margin-right:20px;margin-left:20px;} 
   .mgb30sp{margin-bottom:30px;}
   .mgrl40sp{margin-right:40px;margin-left:40px;}
   .text-left-sp{text-align:left !important}
   br.no-sp {display: none;}
   img#gnav_logo{max-width:150px;}
   .fnt30px{font-size:24px;}
   h3#msgYu{font-size:18px !important;}
   p#NewsOnVideo{margin-top:0;}
}

/* sp style */
#header-spnav-menu {
     position:absolute;
     top:57px;
     right:0px;
     z-index:9999;
     width:100%;
     display:none;
}
#header-spnav-menu ul{
    padding-left:0;
}
#header-spnav-menu ul li a{
    display:block;
    line-height:1.5;
    padding:10px 14px;
    color:#fff;
    /*min-width:180px;*/
    width:100%;
    text-align:left;
    font-size:12px;
    font-weight:bold;
    list-style-type:none;
}
#header-spnav-menu ul li{
    line-height:1.8em;
    background:#484848;
    border-bottom:1px solid #626262;
    list-style-type:none;
}
#header-spnav-menu ul li:nth-child(2n) {
    background:#313131;
    list-style-type:none;
}
.navbar-text.navbar-right{
  font-size: 13px;
  color: #ddd;
}
.navbar-text.navbar-right a{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 3px 3px 3px #888;
  margin-right: 4px;
  padding-right: 4px;
}
