@charset "UTF-8";

/* =================================================================================
  default
================================================================================= */
/*
body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  font-size: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    font-weight: normal;
  }
}
*/

#sp,
#sp.item,
#sp #inner,
#sp .pr,
#sp .content,
#sp .area,
#sp .product,
#sp .info,
.content-sss,
.content2,
.content-week {
  overflow: hidden;
  _zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/*=================================================================================
  main contents
=================================================================================*/
#container {
  padding-top: 0 !important;
}
#alpha {
  float: none;
  width: 100%;
}

#sp {
  background: #000 url(img/img01.jpg) 0 0 no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  width: 100%;
}
#sp .trailer{
  left: 50px;
  top:280px;
  position: absolute;
}
#sp .trailer video{
  width: 434px;
  height: 257px;
}
#sp .pr {
  background: #000 url(img/img01.jpg) 0 0 no-repeat;
  width: 970px;
  height: 820px;
  margin: 0;
  display: block;
  position: relative;
}
#sp .pr h1{
  background: #000 url(img/img02.jpg) 0 0 no-repeat;
  width: 970px;
  height: 251px;
  position: absolute;
  bottom: 0;
}
#sp .pr h1,
#sp .pr .catchphrase{
  font-size: 0;
  text-indent: -999px;
}
#sp .story-area {
  background: #000 url(img/img03.jpg) 0 0 no-repeat;
  padding: 60px 320px 0 40px;
  height: 287px;
  margin: 0;
  display: block;
}
#sp .introduction-area {
  background: #000 url(img/img04.jpg) 0 0 no-repeat;
  padding: 50px 320px 0 40px;
  height: 358px;
  margin: 0;
  display: block;
  position: relative;
}
#sp .cast-area {
  background: #000 url(img/img05.jpg) 0 0 no-repeat;
  padding: 150px 120px 0 120px;
  height: 1112px;
  margin: 0;
  display: block;
}
#sp .staff-area {
  background: #000 url(img/img06.jpg) 0 0 no-repeat;
  padding: 150px 120px 0 120px;
  height: 473px;
  margin: 0;
  display: block;
}
#sp .review-area {
  background: #572769 url(img/img07.jpg) 0 0 no-repeat;
  padding: 90px 400px 0 40px;
  margin: 0;
  display: block;
}
.story,
.introduction,
.cast-list .cast .description,
.staff-list .staff .description {
  color: #fff;
  margin:0;
}

.review-list .review {
  color: #fff;
  margin:0;
  font-size: 16px;
  border-bottom: dotted 1px;
  padding: 5px 0 20px;
  margin: 20px 0 20px;
}

.story,
.introduction,
.cast-list .cast .description {
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
}
.staff-list .staff .description {
    font-size: 16px;
    line-height: 1.8;
}
.cast-list .cast .img-area,
.staff-list .staff .img-area {
  float: left;
  height: 200px;
  width: 300px;
  margin-right: 10px;
  overflow: hidden;
}
.cast-list .cast .img-area img,
.staff-list .staff .img-area img {
  width: 100%;
  height: auto;
}
.cast-list .cast {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
.staff-list .staff {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.cast-list .cast .name,
.staff-list .staff .name,
.review-headline {
  color: #1befee;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.cast-list2 .cast .name,
.staff-list2 .staff .name {
  color: #1befee;
  font-size: 14px;
  font-weight: bold;
}
.cast-list .cast .day-of-birth,
.cast-list .cast .place-of-birth,
.cast-list .cast .masterpiece,
.staff-list .staff .day-of-birth,
.staff-list .staff .place-of-birth,
.staff-list2 .staff .masterpiece {
  color: #b9fffe;
}

.go-to-detail {
  background-color: rgba(255 ,231, 8, 0.6);
  border: solid 1px #fff;
  color: #fff !important;
  display: block;
  font-size: 24px;
  line-height: 2.5;
  margin: 20px auto;
  text-align: center;
  vertical-align: middle;
  width: 500px;
  position: absolute;
  left: 25%;
}
.go-to-detail:hover{
  background-color:#1f2443;
}

#sp .footer{
  background-color: #572769;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}



@media (max-width: 640px) {
  #sp {
    margin: 0;
    padding: 0;
    background-color: #152140;
    background-image: none;
  }
  #sp .pr {
    width: auto;
    height: auto;
    background-image: none;
    background-color: #152140;
  }
  #sp .pr h1 {
    background: url(img/mb_img01.jpg) no-repeat scroll center 0 #152140;
    padding-bottom: calc(100%*965/750);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    margin: 0;
    width: auto;
    height: auto;
    position: static;
  }
  #sp .pr .catchphrase {
    background: url(img/mb_img02.jpg) no-repeat scroll center 0 #000;
    padding-bottom: calc(100%*309/750);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    margin: 0;
  }
  #sp .trailer {
    width: 90%;
    text-align: center;
    margin:0 auto 15px;
    background-color: #152140;
    position: static;
  }
  #sp .trailer video{
    width: 100%;
    height: auto;
  }
  #sp .story-area,
  #sp .introduction-area,
  #sp .cast-area,
  #sp .staff-area,
  #sp .review-area{
    margin: 0;
    padding: 50px 10px 0 15px;
    height: auto;
  }
  #sp .story-area {
    background: url(img/mb_img03.jpg) no-repeat scroll center 0 #000;
    background-size: 100% auto;
    padding-bottom: 30px;
  }
  #sp .introduction-area {
    background: url(img/mb_img04.jpg) no-repeat scroll center 0 #0b6eac;
    background-size: 100% auto;
    padding-bottom: 100px;
  }
  #sp .cast-area {
    background: url(img/mb_img05.jpg) no-repeat scroll center 0 #1f334f;
    background-size: 100% auto;
  }
  #sp .staff-area {
    background: url(img/mb_img06.jpg) no-repeat scroll center 0 #1e1605;
    background-size: 100% auto;
  }
  #sp .review-area {
    background: url(img/mb_img07.jpg) no-repeat scroll center 0 #572769;
    background-size: 100% auto;
  }
  .go-to-detail {
    background-color: rgba(255 ,231, 8, 0.6);
    border: solid 1px #fff;
    color: #fff !important;
    display: block;
    font-size: 20px;
    line-height: 2.5;
    margin: 20px auto;
    text-align: center;
    vertical-align: middle;
    width: 50%;
    position: absolute;
  }
  .cast-list .cast .img-area,
  .staff-list .staff .img-area {
    float: none;
    height: auto;
    width: 80%;
    margin: 0 auto 5px;
    overflow: hidden;
  }
  .cast-list .cast,
  .staff-area .staff-list2{
    margin: 0;
    padding-bottom: 30px;
  }
  .story,
  .introduction,
  .cast-list .cast .description,
  .staff-list .staff .description,
  .review-list .review{
    font-size: 14px;
    line-height: 1.6;
  }
  .cast-list .cast .name,
  .staff-list .staff .name,
  .review-headline {
    font-size: 16px;
  }
}
