@charset "UTF-8";

/* ------------------------------------------------------
     reset styles
------------------------------------------------------ */

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
  margin: 0;
  padding: 0;
  color: #eee;
  list-style-type: none;
}

fieldset, img {
  border: 0;
}


/* ------------------------------------------------------
     layout
------------------------------------------------------ */

html, body {
  height: 100%;
  /*overflow: hidden;*/
}

body {
  background: #000;
  font: 88%/1.6 "繝｡繧､繝ｪ繧ｪ", Meiryo, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", sans-serif;
  color: #444;
  overflow-x: hidden;
}

a {
  color: #707070;
  text-decoration: none;
}

a:hover {
  color: #eaeaea;
  text-decoration: none;
}

a:hover .imgHover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}

a:focus { outline:none;}

#loader {
  z-index: 100;
  position:absolute;
  left:50%;
  top:50%;
  margin-top: -20px;
  margin-left: -20px;
}

#overlay {
  z-index: 90;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.video01 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.btnYtClose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.btnStClose {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 200;
  width: 42px;
  height: 42px;
  cursor: pointer;
}

#wrapper {
  display: none;
  position: relative;
  width: 100%;
  /*
  height: 100%;
  min-width: 960px;
  min-height: 560px;
  overflow: hidden;
  */
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#bgImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /*background: #000 url(../images/top/bg.jpg) no-repeat center center;
  background-size: cover;*/
  opacity: 0;
  filter: alpha(opacity=0); /* IE6 7 */
  -ms-filter: "alpha(opacity=0)"; /* IE8 */
}

.bgTop {
  background: #000;
  /*
  background: #000 url(../images/top/bg.jpg) no-repeat center center;
  background-size: cover;
  */
}

/*
.bgComment {
  position: fixed!important;
  background: #000 url(../images/comment/bg.jpg) no-repeat center center;
  background-size: cover;
}
*/

.bgComment {
  background: #000 url(../images/comment/bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

.bgGallery {
  background: #000 url(../images/gallery/bg.jpg) no-repeat center center fixed;
  background-size: cover;
}


/* ------------------------------------------------------
     header
------------------------------------------------------ */

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: +50;
  width: 100%;
  height: 45px;
  background-color: rgba(0,0,0,0.8);
  margin-top: -45px;
}

#hdNavi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45px;
  text-align: center;
  overflow: hidden;
}

#hdNavi li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

#hdNavi li img {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}

#hdNavi li a img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#hdSNS {
  position: absolute;
  top: 8px;
  right: 10px;
}

#hdSNS li {
  float: right;
  line-height: 1em;
}

.hSound {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  right: 97px;
  overflow: hidden;
  cursor: pointer;
  z-index: 999;
}

.hSound img {
  position: absolute;
  width: 45px; height: 180px;
  top: 0px; left: 0;
}


/* ------------------------------------------------------
     footer
------------------------------------------------------ */
/*
#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: +50;
  width: 100%;
  height: 154px;
  background: #000;
  border-top: solid 1px #333;
  margin-bottom: -155px;
}
*/

#footer {
  position: absolute;
  left: 0;
  z-index: +40;
  width: 100%;
  height: 154px;
  background: #000;
  border-top: solid 1px #333;
  opacity: 0;
  /*margin-bottom: -155px;*/
}

#ftBnr {
  height: 37px;
  margin: 30px 0 0;
  text-align: center;
}

#ftBnr li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  height: 37px;
  margin: 0 0 0 10px;
  line-height: 1em;
}

#ftBnr li:first-child {
  margin-left: 0;
}

#ftNavi {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

#ftNavi li {
  float: left;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  border-left: 1px solid #707070;
  font-size: 11px;
  line-height: 1em;
}

#ftNavi .naviPrivacy,
#ftNavi .copyright {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

#ftNavi .copyright {
  margin-left: 10px;
  font-size: 8px;
  line-height: 11px;
  color: #707070;
}

#ftSNS {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

#ftSNS li {
  float: left;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  color: #707070;
}

#ftSNS .btnFacebook {
  width: 69px;
  overflow: hidden;
}

#creditTab{
  /*position: absolute;*/
  position: fixed;
  width: 100%;
  bottom: -240px;
  height: 220px;
  text-align: center;
  background: #000;
  padding-top: 20px;
  z-index: +50;
}

#creditClose {
  position:absolute;
  top: 10px;
  right: 10px;
  cursor:pointer;
}

#creditOpen{
  cursor:pointer;
}


/* ------------------------------------------------------
     top
------------------------------------------------------ */

#top {
  /*position: fixed;*/
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  z-index: +40;
}

#top #shadow {
  position: absolute;
  /*bottom: 155px;*/
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 333px;
  background: url(../images/top/bg_shadow.png) repeat-x left bottom;
}

#top #txtCopy {
  position: absolute;
  top: 65px;
  left: 50%;
  opacity: 0;
  margin: 50px 0 0 -425px;
}

#top #logo {
  position: absolute;
  /*bottom: 183px;*/
  bottom: 28px;
  left: 50%;
  opacity: 0;
  margin: 0 0 -50px -217px;
  line-height: 1em;
}

#top #txtDate {
  position: absolute;
  /*bottom: 185px;*/
  bottom: 30px;
  right: -216px;
  /*right: 35px;*/
  opacity: 0;
}

#top #imgSticker {
  position: absolute;
  bottom: 370px;
  right: -221px;
  /*right: 30px;*/
  opacity: 0;
}

#top #bnrMission {
  position: absolute;
  bottom: 180px;
  right: -221px;
  /*right: 30px;*/
  opacity: 0;
}

#top #topBnr {
  position: absolute;
  /*bottom: 185px;*/
  bottom: 30px;
  left: -216px;
  /*left: 20px;*/
  opacity: 0;
}

#top #topBnr ul {
  margin: 0;
}

#top #topBnr li {
  margin: 10px 0 0;
  line-height: 1em;
}


/* ------------------------------------------------------
     comment
------------------------------------------------------ */

#comment {
  margin: 0 35px 67px;
}

#commentHeader {
  width: 100%;
  height: 109px;
  padding: 86px 0 50px;
  text-align: center;
}

#commentHeader p {
  line-height: 1em;
}

#commentTitle {
  position: relative;
  height: 48px;
  margin: 0 auto 30px;
  background: #f8dc3d;
}

#commentTitle img {
  position: absolute;
  top: 0;
  left: 0;
}

#commentTitle p {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 13px;
  line-height: 48px;
  color: #191919;
}

#commentMain {
  position: relative;
  margin: 0 auto;
}

.commentItem {
  position: relative;
  float: left;
  width: 324px;
  background: #0d0d0d;
  margin: 0 5px 20px;
  padding: 0 0 40px;
}

.commentItem .image {
  position: relative;
  width: 324px;
  height: 475px;
  margin: 0 0 15px;
}

.commentItem .image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}

.commentItem p {
  margin: 0;
  letter-spacing: 0.1em;
}

.commentItem .image .txtNameEN {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #f8dc3d;
  font-size: 11px;
  line-height: 1em;
  color: #f8dc3d;
  text-shadow: 0px 1px 3px #333;
}

.commentItem .image .txtCommentTitle {
  position: absolute;
  top: 47.2%;
  left: 20px;
  z-index: 10;
  width: 284px;
  padding: 0 0 5px;
  border-bottom: solid 1px #f8dc3d;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: bold;
  color: #f0f0f0;
  text-align: center;
  text-shadow: 0px 1px 3px #000;
}

.commentItem .image .txt2line {
  top: 44.4%;
}

.commentItem .image .txtNameJP {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}

.commentItem .image .txtNameJP .txtTitle {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 1.5em;
  color: #f8dc3d;
  text-shadow: 0px 1px 3px #333;
}

.commentItem .image .txtNameJP .txtName {
  font-size: 25px;
  line-height: 1em;
  font-weight: bold;
  color: #f0f0f0;
  text-shadow: 0px 1px 3px #333;
}

.commentItem .txtComment {
  margin: 0 20px 10px;
  font-size: 12px;
  line-height: 2em;
  color: #fff;
}

.commentItem .btnTwitter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 324px;
  height: 30px;
  background: #757575;
}

.commentItem .btnTwitter img {
  position: absolute;
  top: 0;
  right: 10px;
}


/* ------------------------------------------------------
     about
------------------------------------------------------ */

.aboutWrapper {
  min-height: 200%;
}

#intro {
  position: fixed;
  margin: 0;
  padding: 0;
  background: #000 url(../images/about/bg_intro.jpg) no-repeat center center;
  background-size: cover;
}

#txtIntro {
  position: absolute;
  margin: -270px 0 0 -350px;
}

#story {
  position: absolute;
  left: 0;
  background: #000 url(../images/about/bg_story.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: +40;
}

#txtStory {
  position: absolute;
  top: 60px;
  margin: 0 0 0 -405px;
}


/* ------------------------------------------------------
     videos
------------------------------------------------------ */

#videos {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1001px;
  height: 688px;
  margin: -344px 0 0 -500px;
}

#videos #movie {
  width: 1000px;
  height: 563px;
  margin: 0px auto 20px;
}

#videos .btnMovie {
  width: 1000px;
  margin: 0px auto;
  border-top: solid 1px #5a5a5a;
  border-left: solid 1px #5a5a5a;
}

#videos .btnMovie li {
  float: left;
  width: 250px;
  height: 35px;
}

#videos .btnMovie li a {
  display: block;
  width: 245px;
  height: 34px;
  padding: 0 2px;
  border-right: solid 1px #5a5a5a;
  border-bottom: solid 1px #5a5a5a;
  font-size: 12px;
  color: #8d8d8d;
  line-height: 34px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}

#videos .btnMovie li.active a,
#videos .btnMovie li a:hover {
  background: #fff;
}


/* ------------------------------------------------------
     gallery
------------------------------------------------------ */

#gallery {
  position: fixed;
  margin: 0;
  padding: 0;
  background: #000 url(../images/gallery/bg.jpg) no-repeat center center;
  background-size: cover;
}

#slider {
  position: relative;
  width: 100%;
  height: 100%;
}

#slider li img {
  display: block;
  margin: 0 auto;
}

#slider .owl-prev,
#slider .owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  text-indent: -9999px;
}

#slider .owl-prev {
  left: 10px;
  background: url(../images/gallery/arw_left_off.png) no-repeat left top;
}

#slider .owl-next {
  right: 10px;
  background: url(../images/gallery/arw_right_off.png) no-repeat left top;
}

#slider .owl-item.loading{
  min-height: 150px;
  background: url(../images/common/loading.gif) no-repeat center center
}


/* ------------------------------------------------------
     BigVideo Styles
------------------------------------------------------ */

/*  BigVideo Styles
  You may need to adjust these styles to get this working right in your design.
*/
#big-video-wrap{overflow:hidden;position:fixed;height:100%;width:100%;top:0;left:0;}
#big-video-vid,#big-video-image{position:absolute;}
#big-video-control-container{position:fixed;bottom:0;padding:10px;width:100%;background:rgba(0,0,0,.25);
  -webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-ms-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;}
#big-video-control{width:100%;height:16px;position:relative;}
#big-video-control-middle{margin: 0 56px 0 24px;}
#big-video-control-bar{width:100%;height:16px;position:relative;cursor:pointer;}
#big-video-control-progress{position:absolute;top:7px;height:3px;width:0%;background:#fff;}
#big-video-control-track{position:absolute;top:8px;height:1px;width:100%;background:#fff;}
#big-video-control-bound-left{left:0;}
#big-video-control-bound-right{right:-1px}
#big-video-control-track .ui-slider-handle {opacity:0;}
#big-video-control-playhead{left:30%;}
#big-video-control-play{position:absolute;top:0;left:0;height:16px;width:16px;background-image:url('bigvideo.png');}
#big-video-control-timer{position:absolute;top:1px;right:0;color:#fff;font-size:11px;}
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right{position:absolute;top:0;height:16px;width:1px;background:#fff;}
#big-video-control .ui-slider-handle{border-left:solid 1px #fff; width:16px;height:16px;position:absolute;top:-8px;}
.transparent{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.vjs-big-play-button{display:none !important;}

#big-video-control,
#big-video-control-middle,
#big-video-control-bar,
#big-video-control-progress,
#big-video-control-track,
#big-video-control-bound-left,
#big-video-control-bound-right,
#big-video-control-track .ui-slider-handle,
#big-video-control-playhead,
#big-video-control-play,
#big-video-control-timer,
#big-video-control-playhead,#big-video-control-bound-left,#big-video-control-bound-right,
#big-video-control .ui-slider-handle,
.transparent,
.vjs-big-play-button {
  display: none;
}

.vjs-control-bar {
  display: none;
}


/* ------------------------------------------------------
     Colorbox
------------------------------------------------------ */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
#cboxContent{margin-top:52px; overflow:visible; background:#000;}
.cboxIframe{background:#000;}
        #cboxError{padding:50px; border:1px solid #333;}
        #cboxLoadedContent{background:#000; padding:0;}
        #cboxLoadingGraphic{background:url(../images/common/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}

#cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px;}
#cboxClose:active {outline:0;}
#cboxClose {
  position: absolute;
  top: -52px;
  right: 0;
  background: url(../images/videos/btn_close_off.png) 0 0;
  width: 42px;
  height: 42px;
}
#cboxClose:hover {
  background: url(../images/videos/btn_close_on.png) 0px 0px;
}


/* ------------------------------------------------------
     Owl Carousel
------------------------------------------------------ */

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls .owl-buttons div {
  filter: Alpha(Opacity=100);/*IE7 fix*/
  -moz-opacity: 1;
  opacity: 1;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=50);/*IE7 fix*/
  -moz-opacity: 0.5;
  opacity: 0.5;
}
