@charset 'utf-8';
/* ------------------------
　▼contents　コンテンツ
--------------------------*/
/*----------------------------------------------------
#contents
----------------------------------------------------*/
#contents {
  width: 1200px;
	margin: 0 auto;
  overflow: hidden;
	position: relative;
	}
#logo,
#read,
#registration-btn,
#chara-left,
#chara-right,
#present-50,
#present-100,
#present-200,
#present-300,
#chibi {
  position: absolute;
  }

/* #logo */
#logo {
  text-indent: -9999px;
  left: 50%;
  z-index: 100;
  }

/* .bgm-btn */
.bgm-btn {
  background: url(../images/btn_bgm_on.png) 0 0 no-repeat;
  width: 107px;
  height: 37px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  }
.bgm-btn.off {
  background: url(../images/btn_bgm_off.png) 0 0 no-repeat;
  }

/* clear */
.clear {
  clear: both !important;
  }
.clearfix {
  clear: both !important;
  }
.clearfix:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
  }

/*----------------------------------------------------
#dl-area
----------------------------------------------------*/
#dl-area {
  margin: 0 20px;
  width: 409px;
  height: 62px;
  margin-left: -205px;
  position: absolute;
  top: 348px;
  left: 50%;
  z-index: 10;
  opacity: 0;
  }
  .dl-btn {
    float: left;
    }
  #btn-dl-app {
    width: 209px;
    height: 62px;
    margin-right: 20px;
    }
  #btn-dl-googleplay {
    width: 179px;
    height: 62px;
    }

/*----------------------------------------------------
#slider-box
----------------------------------------------------*/
#slide-box {
  width: 592px;
  margin-left: -296px;
  position: absolute;
  top: 689px;
  left: 50%;
  opacity: 0;
  }
.slider-frame {
  background: url(../images/img_frame.png) 0 0 no-repeat;
  padding: 27px 26px 26px;
  }
.corner {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 50;
  }
.top-left {
  background: url(../images/img_frame_top_left.png) 0 0 no-repeat;
  top: 0;
  left: 0;
  }
.top-right {
  background: url(../images/img_frame_top_right.png) 0 0 no-repeat;
  top: 0;
  right: 0;
  }
.bottom-left {
  background: url(../images/img_frame_bottom_left.png) 0 0 no-repeat;
  bottom: 0;
  left: 0;
  }
.bottom-right {
  background: url(../images/img_frame_bottom_right.png) 0 0 no-repeat;
  bottom: 0;
  right: 0;
  }
.slider {
  width: 542px;
  height: 342px;
  overflow: hidden;
  }

.bx-wrapper {
  margin-bottom: 0;
  }
.bx-wrapper .bx-viewport {
	background: none;
  border: 0;
  left: 0;
  -webkit-box-shadow: none;
     -zom-box-shadow: none;
          box-shadow: none;
  }
.bx-wrapper img {
  height: auto;
  margin: 0 auto;
  }

/* .bx_control prev/next */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -39px;
  outline: 0;
  width: 54px;
  height: 78px;
  text-indent: -9999px;
  z-index: 999;
  }

.bx-wrapper .bx-prev {
  background: url(../images/icon_arrow_left.png) no-repeat 0 0;
  left: -65px;
  }
.bx-wrapper .bx-next {
  background: url(../images/icon_arrow_right.png) no-repeat 0 0;
  right: -65px;
  }
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-position: 0 0;
  }

/* .slide-item */
.btn-play {
	background: url(../images/icon_play.png) 0 0 no-repeat;
  width: 82px;
  height: 82px;
  margin: -41px 0 0 -41px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  }
.slide-item a:hover .btn-play {
  opacity: 0.75;
  filter: alpha(opacity=75);
  }

/* .slider-thumb */
.slider-thumb {
  background: url(../images/bg_frame_caousel_body.png) 0 0 repeat-x;
  width: 600px;
  height: 118px;
  margin: 3px 0 0 -300px;
  position: absolute;
  left: 50%;
  }
.slider-thumb:before,
.slider-thumb:after {
  background: url(../images/bg_frame_caousel_left.png) 0 0 no-repeat;
  content: "";
  width: 23px;
  height: 118px;
  position: absolute;
  }
.slider-thumb:before {
  left: -23px;
  }
.slider-thumb:after {
  background: url(../images/bg_frame_caousel_right.png) right 0 repeat-x;
  right: -23px;
  }
.slider-thumb a {
  background: #000;
  width: 110px;
  height: 70px;
  margin: 24px 5px 0;
  display: block;
  float: left;
  position: relative;
  }
.thumb-bdr {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  }
.slider-thumb a:hover .thumb-bdr,
.slider-thumb a.active .thumb-bdr {
  transision: all 0.3s;
  border-color: #F3D400;
  }



/*----------------------------------------------------
colorbox
----------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
  }
/* ----- #cboxOverlay ----- */
#cboxOverlay{
  background:#fff; opacity: 0.4;
  filter: alpha(opacity = 40);
  }
/* ----- #cboxContent ----- */
#cboxContent {
  /*margin: 0 0 56px;*/
  margin: 0;
  }
/* #cboxClose */
#cboxClose {
  background: url(../images/btn_modal_close.png) 0 0 no-repeat;
  width: 157px;
  height: 46px;
  margin-left: -78px;
  top: inherit;
  bottom: -56px;
  left: 50%;
  }
#cboxClose:hover {
  background-position: 0 0;
  }



/*----------------------------------------------------
api-box
----------------------------------------------------*/
#api-box {
  margin: 0 auto;
  background: #fff;
  min-width: 1200px;
  height: 174px;
  border-top: 1px solid #ccc;
  }
  .api-inner {
    margin: 0 auto;
    width: 600px;
    }
    .api {
      background: url(../images/bg_api_mugen.png) 0 0 no-repeat;
      width: 290px;
      height: 100px;
      padding: 10px 0;
      margin-top: 28px;
      float: left;
      }
    .api img {
      vertical-align: bottom;
      }
    .api-first {
      background: url(../images/bg_api_doraque.png) 0 0 no-repeat;
      margin-right: 20px;
      }
      .api-ttl {
        float: left;
        width: 145px;
        }
      .api-title-doraque {
        padding-left: 10px;
        }
      .api-logo-doraque {
        padding-left: 12px;
        }
      .api-title-other {
        padding-left: 26px;
        margin-bottom: 6px;
        }
      .api-logo-mugen {
        padding-left: 14px;
        }
      .api-btn {
        width: 145px;
        float: right;
        }
      .api-btn a {
        padding-left: 5px;
        display: block;
        }
      .api-btn a+a {
        margin-top: 10px;
        }
      .api-btn a:hover {
        opacity: 0.73;
        }
        .btn-mugen {
          }
        .btn-apple {
          }


/* ------------------------
　▲contents　コンテンツ
--------------------------*/

/*----------------------------------------------------
footer
----------------------------------------------------*/
div.sqex-footer-white div#sqex-footer-contents-inner {
  margin: 0 auto;
  min-width: 1200px;
  border-top: none;
  }
div#sqexFooter div.sqex-footer-logos {
  margin-left: -550px;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 50%;
  }
div#sqexFooter div.sqex-footer-shares-wrap {
  margin: 0 auto;
  padding: 10px 0;
  display: inline-block;
  min-width: 1200px;
  position: static;
  text-align: center;
  }
div#sqexFooter.sqex-footer-white {
  min-width: 1200px;
}
div#sqexFooter.sqex-footer-white ul {
  margin: 0 auto;
  min-width: 1200px;
  }
div#sqexFooter p.sqex-footer-copyright {
  margin: 0 auto;
  width: 1200px;
  }
div#sqexFooter dl.sqex-footer-shares {
  width: auto;
  }

@media screen and (max-width: 640px){
  div#sqexFooter ul li {
    display: inline;
    float: none;
    width: auto;
    padding-left: 11px;
    padding-right: 10px;
    border-right: 1px dotted #666;
    }
}