@charset "UTF-8";
/*
body
------------------------------------------------*/
html{
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body{
  background: #000;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-text-size-adjust: none;
  font-family: "ＭＳ Ｐゴシック", "小塚ゴシック Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  height: 100%;
  line-height: 0;
  min-width: 1280px;
  position: relative;
  width: 100%;
}

html, body{
  height: 100%;
}

/*
header
------------------------------------------------*/
.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  height: 60px;
  background: #000;
  z-index: 1000;
}
.header-nav{
  position: absolute;
  top: 25px;
  left: 50px;
  font-size: 0;
}
.header-nav-item{
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.header-nav-item:last-child{
  margin-right: 0;
}
.header-nav-item_top a:after{
  background: url("../images/top/nav_top_active.jpg") no-repeat center center;
}
.header-nav-item_trailer a:after{
  background: url("../images/top/nav_trailer_active.jpg") no-repeat center center;
}
.header-nav-item_story a:after{
  background: url("../images/top/nav_story_active.jpg") no-repeat center center;
}
.header-nav-item_cast a:after{
  background: url("../images/top/nav_cast_active.jpg") no-repeat center center;
}
.header-nav-item_staff a:after{
  background: url("../images/top/nav_staff_active.jpg") no-repeat center center;
}
.header-nav-item_profiling a:after{
  background: url("../images/top/nav_profiling_active.jpg") no-repeat center center;
}
.header-nav-item_media a:after{
  background: url("../images/top/nav_media_active.jpg") no-repeat center center;
}
.header-nav-item_news a:after{
  background: url("../images/top/nav_news_active.jpg") no-repeat center center;
}
.header-nav-item_theater a:after{
  background: url("../images/top/nav_theater_active.jpg") no-repeat center center;
}
.header-nav-item_comment a:after{
  background: url("../images/top/nav_comment_active.jpg") no-repeat center center;
}
.header-nav a{
  display: block;
  position: relative;
}
.header-nav a:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.header-nav a:hover:after{
  opacity: 1 !important;
  filter: alpha(opacity=100);
}
.header-nav a.current:after{
  opacity: 1;
  filter: alpha(opacity=100);
}

.is-scroll .header-nav-item a:after{
  opacity: 0;
  filter: alpha(opacity=0);
}

/*
sns
------------------------------------------------*/
.sns{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
}
.sns li{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.sns li:last-child{
  margin-right: 0;
}
.sns li a{
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.sns li a:hover{
  opacity: .6;
  filter: alpha(opacity=60);
}
.sns_share span{
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.sns_share span:hover{
  opacity: .6;
  filter: alpha(opacity=60);
  cursor: pointer;
}

/*
share
------------------------------------------------*/
.share{
  position: absolute;
  right: 20px;
  top: 50px;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease 0s;
          transition: all .2s ease 0s;
}
.share li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
.share li:last-child{
  margin-right: 0;
}
.share-btn:hover{
  cursor: pointer;
}

.is-show-share .share{
  opacity: 1;
  filter: alpha(opacity=100);
}
.is-show-share .sns_share span:after{
  opacity: 1;
  filter: alpha(opacity=100);
}

iframe[name="google_conversion_frame"]{
  position: absolute;
  top: 0;
}

/*
top
------------------------------------------------*/
.top{
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.top-video{
  /*&::after{
    			content: "";
    			position: absolute;
    			background: url(../images/video_patern.png) repeat left center;
    			top: 0;
    			left: 0;
    			width: 100%;
    			height: 100%;
    			z-index: 1;
    		}	
    */
}
.top-contents{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.top-contents:after{
  content: "";
  display: block;
  position: absolute;
  background: url(../images/top/video_patern.png) repeat left center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-copy{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 70px;
  height: 325px;
}
.top-txtarea{
  position: absolute;
  bottom: 62px;
  right: 0;
  left: 0;
  text-align: center;
}
.top-cast{
  margin-bottom: -14px;
}

/*
bnr
------------------------------------------------*/
.bnr_right{
  position: absolute;
  right: 20px;
  bottom: 73px;
  zoom: 1.2;
}
.bnr_right a{
  display: block;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.bnr_right a:hover{
  opacity: .8;
  filter: alpha(opacity=80);
}

.bnr_left{
  position: absolute;
  left: 45px;
  bottom: 172px;
}
.bnr_left li{
  margin-bottom: 12px;
}
.bnr_left li:last-child{
  margin-bottom: 0;
}
.bnr_left a{
  display: block;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.bnr_left a:hover{
  opacity: .8;
  filter: alpha(opacity=80);
}

.bnr_slider{
  position: absolute;
  left: 45px;
  bottom: 55px;
  width: 300px;
}
.bnr_slider a{
  display: block;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.bnr_slider a:hover{
  opacity: .8;
  filter: alpha(opacity=80);
}
.bnr_slider .slick-next{
  background: url("../images/cs/btn_next.png") no-repeat center center;
  background-size: 14px auto;
  width: 14px;
  height: 30px;
  right: -25px;
}
.bnr_slider .slick-prev{
  left: -25px;
  background: url("../images/cs/btn_prev.png") no-repeat center center;
  background-size: 14px auto;
  width: 14px;
  height: 30px;
}

/*
footer
------------------------------------------------*/
.corp{
  position: absolute;
  right: 20px;
  bottom: 25px;
  font-size: 0;
}
.corp li{
  display: inline-block;
  vertical-align: middle;
}
.corp li:first-child:after{
  content: "|";
  color: #fff;
  font-size: 10px;
  padding: 0 12px;
}
.corp li:last-child{
  margin-left: 20px;
}
.corp a{
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: .1em;
  line-height: 1;
}

.copyright{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

.credit-btn{
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 75px;
  text-align: center;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.credit-btn:hover{
  cursor: pointer;
  opacity: .7;
  filter: alpha(opacity=70);
}
.credit-btn p{
  border: 1px solid #fff;
  padding: 6px 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: .12em;
  line-height: 1;
  vertical-align: middle;
}
.credit-btn p:before{
  content: "";
  background: url("../images/top/ico_credit.png") no-repeat center center;
  width: 8px;
  height: 6px;
  padding-right: 14px;
}
.credit-btn img{
  margin-right: 5px;
  vertical-align: middle;
}
.credit-tab{
  position: absolute;
  bottom: -147px;
  left: 0;
  right: 0;
  width: 100%;
  height: 147px;
  box-sizing: border-box;
  padding: 30px 0 0;
  background: rgba(0, 0, 0, .8);
  text-align: center;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.credit-tab:hover{
  cursor: pointer;
}
.credit-tab-txt{
  margin-bottom: 10px;
}

.is-show-credit .credit-tab{
  bottom: 0;
}

/*
video
------------------------------------------------*/
.covervid-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.op{
  display: none;
}

/*
Trailer 
------------------------------------------------*/
#tr_btn{
  /* position: absolute;*/
  width: 100%;
  margin: 0;
  padding: 0;
  /* bottom: -46px;*/
  /*height: 45px;*/
  height: 90px;
  display: block;
}

#tr_btn li{
  float: left;
  text-align: center;
  width: 33.33%;
  height: 45px;
  border: 1px solid #363636;
  box-sizing: border-box;
  background: #000;
}

#tr_btn li:hover{
  background: #ad0000;
}

#tr_btn a{
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 14px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  letter-spacing: .3em;
  line-height: 1;
}

#tr_btn span{
  margin: 0 auto;
  display: block;
}

#tr_btn .onair{
  background: #ad0000;
}

/* clearfix */
#tr_btn:after{
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#tr_btn{
  display: inline-block;
}

/* Hides from IE Mac \*/
* html #tr_btn{
  height: 1%;
}

#tr_btn{
  display: block;
}

/* End Hack */
/*
loading
------------------------------------------------*/
#loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
  overflow: hidden;
}

.loader{
  position: absolute;
  width: 203px;
  height: 144px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loader-image{
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.loader-image img{
  position: absolute;
  top: 0;
  left: 0;
}
.loader-txt{
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: .2em;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}

#content{
  position: relative;
  z-index: 100;
}

.is-loading{
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-load{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #000;
  overflow: hidden;
}

/*
story
------------------------------------------------*/
.story{
  position: relative;
  width: 100%;
}
.story-anchor{
  width: 100%;
  height: 100vh;
}
.story-title{
  text-align: center;
  margin-bottom: 35px;
}
.story-bg{
  background: #eee;
  width: 100%;
  min-width: 1280px;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
  background: url(../images/story/story_bg.jpg) no-repeat top center;
  background-size: cover;
}
.story-bg-body{
  position: relative;
  width: 100%;
  height: 100vh;
}
.story-item{
  position: absolute;
}
.story-item img{
  width: 100%;
  height: auto;
}
.story-body{
  background: rgba(0, 0, 0, .6);
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -96px;
}
.story-inner{
  width: 920px;
  margin: 0 auto;
  padding: 20px 0 80px;
}
.story-inner li{
  float: left;
}
.story-inner h3{
  margin-bottom: 25px;
}
.story-inner img{
  max-width: 100%;
  height: auto;
}
.story-lead{
  margin-bottom: 18px;
}
.story-txt{
  margin: 18px 0 24px;
}

.s1{
  top: 80px;
  right: 10px;
}

.s4{
  top: 32%;
  left: 20%;
}

.s5{
  bottom: 0;
  right: 0;
}

.s8{
  top: 100px;
  left: 50px;
}

.s3{
  top: 25%;
  right: 0;
}

.s9{
  bottom: 20px;
  left: 0;
}

.s2{
  bottom: 50px;
  right: 42%;
}

.s6{
  bottom: 150px;
  left: 31%;
}

.s7{
  top: 32%;
  right: 15%;
}

@-webkit-keyframes s1{
  0%{
    right: 10px;
  }
  35%{
    right: 10px;
  }
  50%{
    right: 48%;
  }
  85%{
    right: 48%;
  }
  100%{
    right: 10px;
  }
}

@keyframes s1{
  0%{
    right: 10px;
  }
  35%{
    right: 10px;
  }
  50%{
    right: 48%;
  }
  85%{
    right: 48%;
  }
  100%{
    right: 10px;
  }
}
@-webkit-keyframes s2{
  0%{
    bottom: 50px;
  }
  35%{
    bottom: 50px;
  }
  50%{
    bottom: 87%;
  }
  85%{
    bottom: 87%;
  }
  100%{
    bottom: 50px;
  }
}
@keyframes s2{
  0%{
    bottom: 50px;
  }
  35%{
    bottom: 50px;
  }
  50%{
    bottom: 87%;
  }
  85%{
    bottom: 87%;
  }
  100%{
    bottom: 50px;
  }
}
@-webkit-keyframes s3{
  0%{
    right: 0px;
  }
  35%{
    right: 0px;
  }
  50%{
    right: 91%;
  }
  85%{
    right: 91%;
  }
  100%{
    right: 0px;
  }
}
@keyframes s3{
  0%{
    right: 0px;
  }
  35%{
    right: 0px;
  }
  50%{
    right: 91%;
  }
  85%{
    right: 91%;
  }
  100%{
    right: 0px;
  }
}
@-webkit-keyframes s4{
  0%{
    left: 20%;
  }
  35%{
    left: 20%;
  }
  50%{
    left: 88%;
  }
  85%{
    left: 88%;
  }
  100%{
    left: 20%;
  }
}
@keyframes s4{
  0%{
    left: 20%;
  }
  35%{
    left: 20%;
  }
  50%{
    left: 88%;
  }
  85%{
    left: 88%;
  }
  100%{
    left: 20%;
  }
}
@-webkit-keyframes s5{
  0%{
    bottom: 0;
  }
  35%{
    bottom: 0;
  }
  50%{
    bottom: 64%;
  }
  85%{
    bottom: 64%;
  }
  100%{
    bottom: 0;
  }
}
@keyframes s5{
  0%{
    bottom: 0;
  }
  35%{
    bottom: 0;
  }
  50%{
    bottom: 64%;
  }
  85%{
    bottom: 64%;
  }
  100%{
    bottom: 0;
  }
}
@-webkit-keyframes s6{
  0%{
    left: 31%;
  }
  35%{
    left: 31%;
  }
  50%{
    left: 67%;
  }
  85%{
    left: 67%;
  }
  100%{
    left: 31%;
  }
}
@keyframes s6{
  0%{
    left: 31%;
  }
  35%{
    left: 31%;
  }
  50%{
    left: 67%;
  }
  85%{
    left: 67%;
  }
  100%{
    left: 31%;
  }
}
@-webkit-keyframes s7{
  0%{
    top: 32%;
  }
  35%{
    top: 32%;
  }
  50%{
    top: 40%;
  }
  85%{
    top: 40%;
  }
  100%{
    top: 32%;
  }
}
@keyframes s7{
  0%{
    top: 32%;
  }
  35%{
    top: 32%;
  }
  50%{
    top: 40%;
  }
  85%{
    top: 40%;
  }
  100%{
    top: 32%;
  }
}
@-webkit-keyframes s8{
  0%{
    top: 100px;
  }
  35%{
    top: 100px;
  }
  50%{
    top: 84%;
  }
  85%{
    top: 84%;
  }
  100%{
    top: 100px;
  }
}
@keyframes s8{
  0%{
    top: 100px;
  }
  35%{
    top: 100px;
  }
  50%{
    top: 84%;
  }
  85%{
    top: 84%;
  }
  100%{
    top: 100px;
  }
}
@-webkit-keyframes s9{
  0%{
    bottom: 20px;
  }
  35%{
    bottom: 20px;
  }
  50%{
    bottom: 48%;
  }
  85%{
    bottom: 48%;
  }
  100%{
    bottom: 20px;
  }
}
@keyframes s9{
  0%{
    bottom: 20px;
  }
  35%{
    bottom: 20px;
  }
  50%{
    bottom: 48%;
  }
  85%{
    bottom: 48%;
  }
  100%{
    bottom: 20px;
  }
}
.story-item img{
  height: 100%;
  width: auto;
}

@media screen and (max-height: 1000px){
  .s1{
    height: 11vh;
    max-height: 92px;
    max-width: 653px;
    right: 10px;
    top: 11%;
    text-align: right;
  }

  .s4{
    height: 42vh;
    left: 20%;
    max-height: 419px;
    max-width: 154px;
    top: 32%;
  }

  .s5{
    bottom: 0;
    height: 28vh;
    max-height: 296px;
    max-width: 454px;
    right: 0;
    text-align: right;
  }

  .s8{
    height: 15vh;
    left: 3%;
    max-height: 146px;
    max-width: 460px;
    top: 10%;
  }

  .s3{
    height: 37vh;
    max-height: 408px;
    max-width: 103px;
    right: 0;
    top: 200px;
    top: 26%;
  }

  .s9{
    bottom: 20px;
    height: 51vh;
    left: 0;
    max-height: 454px;
    max-width: 194px;
  }

  .s2{
    bottom: 30px;
    height: 6vh;
    max-height: 57px;
    max-width: 293px;
    right: 34%;
  }

  .s6{
    bottom: 17%;
    height: 4vh;
    left: 23%;
    max-height: 37px;
    max-width: 426px;
  }

  .s7{
    right: 15%;
    top: 32%;
    max-width: 348px;
    max-height: 104px;
    height: 14vh;
  }
}
@-webkit-keyframes s2-min{
  0%{
    bottom: 30px;
  }
  35%{
    bottom: 30px;
  }
  50%{
    bottom: 83%;
  }
  85%{
    bottom: 83%;
  }
  100%{
    bottom: 30px;
  }
}
@keyframes s2-min{
  0%{
    bottom: 30px;
  }
  35%{
    bottom: 30px;
  }
  50%{
    bottom: 83%;
  }
  85%{
    bottom: 83%;
  }
  100%{
    bottom: 30px;
  }
}
@-webkit-keyframes s5-min{
  0%{
    bottom: 0;
  }
  35%{
    bottom: 0;
  }
  50%{
    bottom: 62%;
  }
  85%{
    bottom: 62%;
  }
  100%{
    bottom: 0;
  }
}
@keyframes s5-min{
  0%{
    bottom: 0;
  }
  35%{
    bottom: 0;
  }
  50%{
    bottom: 62%;
  }
  85%{
    bottom: 62%;
  }
  100%{
    bottom: 0;
  }
}
@-webkit-keyframes s6-min{
  0%{
    left: 23%;
  }
  35%{
    left: 23%;
  }
  50%{
    left: 74%;
  }
  85%{
    left: 74%;
  }
  100%{
    left: 23%;
  }
}
@keyframes s6-min{
  0%{
    left: 23%;
  }
  35%{
    left: 23%;
  }
  50%{
    left: 74%;
  }
  85%{
    left: 74%;
  }
  100%{
    left: 23%;
  }
}
@-webkit-keyframes s7-min{
  0%{
    top: 32%;
  }
  35%{
    top: 32%;
  }
  50%{
    top: 40%;
  }
  85%{
    top: 40%;
  }
  100%{
    top: 32%;
  }
}
@keyframes s7-min{
  0%{
    top: 32%;
  }
  35%{
    top: 32%;
  }
  50%{
    top: 40%;
  }
  85%{
    top: 40%;
  }
  100%{
    top: 32%;
  }
}
@-webkit-keyframes s8-min{
  0%{
    top: 10%;
  }
  35%{
    top: 10%;
  }
  50%{
    top: 81%;
  }
  85%{
    top: 81%;
  }
  100%{
    top: 10%;
  }
}
@keyframes s8-min{
  0%{
    top: 10%;
  }
  35%{
    top: 10%;
  }
  50%{
    top: 81%;
  }
  85%{
    top: 81%;
  }
  100%{
    top: 10%;
  }
}
@-webkit-keyframes s9-min{
  0%{
    bottom: 20px;
  }
  35%{
    bottom: 20px;
  }
  50%{
    bottom: 37%;
  }
  85%{
    bottom: 37%;
  }
  100%{
    bottom: 20px;
  }
}
@keyframes s9-min{
  0%{
    bottom: 20px;
  }
  35%{
    bottom: 20px;
  }
  50%{
    bottom: 37%;
  }
  85%{
    bottom: 37%;
  }
  100%{
    bottom: 20px;
  }
}
/*
cast & staff
------------------------------------------------*/
.cs{
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cs-body{
  background: #000 url("../images/cs/bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}
.cs-slider{
  width: 900px;
  margin: 0 auto;
}
.cs-image{
  width: 300px;
  margin: 0 auto 0 0;
}
.cs-box{
  width: 580px;
  margin: 0 0 0 auto;
}
.cs-head{
  position: relative;
  border-bottom: 1px solid #dbce00;
  padding-bottom: 10px;
  margin-bottom: 20px;
  height: 36px;
  box-sizing: border-box;
}
.cs-en{
  position: relative;
}
.cs-jp{
  position: absolute;
  right: 0;
  bottom: 10px;
}
.cs-name{
  margin-bottom: 25px;
}
.cs-txt{
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .06em;
  line-height: 1.7;
  height: 240px;
  overflow-x: hidden;
}
.cs-left{
  width: 430px;
  margin: 0 auto 0 0;
}
.cs-right{
  width: 430px;
  margin: 0 0 0 auto;
}
.cs-dots{
  position: relative;
  text-align: center;
  font-size: 0;
  margin: 70px auto 0;
}
.cs-dots li{
  display: inline-block;
  margin: 0 5px;
}
.cs-dots span{
  display: block;
  width: 8px;
  height: 8px;
  background: #404040;
  border-radius: 100%;
}
.cs-puzzle{
  position: absolute;
  left: 0;
  top: -12px;
  width: 41px;
  height: 31px;
  -webkit-transition: all .4s cubic-bezier(.455, .03, .515, .955);
          transition: all .4s cubic-bezier(.455, .03, .515, .955);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* 全体 */
.jspContainer{
  overflow: hidden;
  position: relative;
}

/* スクロールバーを除いたエリア */
.jspPane{
  position: absolute;
}

/* 縦スクロールバー */
.jspVerticalBar{
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
}

/* 横スクロールバー */
.jspHorizontalBar{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

/* 背景 */
.jspTrack{
  background: #000;
  position: relative;
}

/* ノブ */
.jspDrag{
  background: #780003;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 40px;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag{
  float: left;
  height: 100%;
}

/*
cast
------------------------------------------------*/
.cast{
  padding: 80px 0 200px;
}
.cast-title{
  margin-bottom: 120px;
  text-align: center;
}
.cast-dots{
  width: 181px;
}

/*
staff
------------------------------------------------*/
.staff{
  padding: 80px 0 200px;
}
.staff-title{
  margin-bottom: 120px;
  text-align: center;
}
.staff-dots{
  width: 163px;
}

/*
#loading {
	display: none;
}

.content-load{	
	display: none;
}

.top{
	display: none;
}
*/
/*
comment
------------------------------------------------*/
.comment{
  width: 1000px;
  margin: 0 auto;
}
.comment-body{
  position: relative;
  padding: 60px 0 95px;
}
.comment-header{
  margin: 0 0 40px;
}
.comment-list{
  width: 700px;
  margin: 0 auto;
}
.comment-item{
  border-bottom: 1px dashed #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.comment-item:last-child{
  margin-bottom: 0;
}
.comment-name{
  color: #dbce00;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: .04em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.comment-position{
  color: #dbce00;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: .04em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
}
.comment-txt{
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 1.6;
}
.comment-copyright{
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: .1em;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 28px;
  left: 30px;
}
.comment-corp{
  bottom: 28px;
  right: 30px;
}

/*
profiling
------------------------------------------------*/
.profiling{
  text-align: center;
}
.profiling-body{
  position: relative;
  padding: 60px 0 40px;
  background: url("../images/profiling/bg.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.profiling-title{
  margin: 30px 0 10px;
}
.profiling-lead{
  color: #dbce00;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1;
  margin-bottom: 6px;
}
.profiling-txt{
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1.9;
  margin-bottom: 15px;
}
.profiling area{
  border: none;
  outline: none;
}
.profiling-map{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: opacity .4s ease;
          transition: opacity .4s ease;
  z-index: 1;
}
.profiling-map_hover{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.profiling-visual{
  position: relative;
  width: 1090px;
  margin: 0 auto;
}
.profiling-visual.is-hover .profiling-map{
  opacity: 0;
  filter: alpha(opacity=0);
}

.is-profiling #cboxClose{
  background: url("../images/profiling/btn_close.png") no-repeat 0 0;
  width: 32px;
  height: 32px;
}