@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 {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  padding-top: 0 !important;
}
#alpha {
  float: none;
  width: 100%;
}

/* 全体 */

#sp {
  color: #FFF;
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  width: 100%;
}
#sp p {
  line-height: 1.6;
}
/* 文字color指定 */
#sp .headline,
#sp .name,
#sp .character_name{
  color: #f1a876;
  font-size: 28px;
  font-weight: bold;
}
#sp .staff-list2 .staff .name {
  font-size: 18px;
}


/* メイン */
#sp .pr {
  margin: 0;
  display: block;
  position: relative;
  height: 600px;
  background: #000 url(img/img01.jpg) 0 0 no-repeat;
}
#sp .pr .catchphrase{
  font-size: 0;
  text-indent: -999px;
}

/* 予告編 */
#sp .trailer{
  left: 45px;
  bottom:0;
  position: absolute;
  width: 880px;
  height: auto;
  border: 2px solid #7faeb7;
}

/* 画面クリックで再生 */
#sp .trailer .video-wrap {
  position: relative;
}
#sp .trailer .video-btn {
  content: "";
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:40px; /*コントローラー分下部に余白を*/
  cursor: pointer;
}
#sp .trailer video{
  width: 100%;
}

/* introduction */
#sp .introduction-area {
  padding: 45px 45px 50px;
  font-size: 16px;
  line-height: 1.6;
}
#sp .introduction-area .headline{
  margin-bottom: 20px;
}
#sp .introduction-area .description{
  margin-bottom: 40px;
}

/* content */
#sp .content{
  background-color: #232728;
  background-image: url(img/img02.png);
  background-size: 100%;
  background-repeat:repeat;
}
#sp .content h2{
  color: #FFF;
  text-align: center;
  background-color:#7faeb7 ;
  background-image: url(img/img02.png);
  background-size: 100%;
  background-repeat:repeat;
  font-size: 30px;
  margin-bottom: 50px;
  padding: 10px 0;
}
#sp .story-area,
#sp .cast-area,
#sp .staff-area{
  color: #fff;
  margin:0;
  padding: 0 80px 0;
  font-size: 16px;
  line-height: 1.8;
  overflow: hidden;
}
/* story-area */
#sp .story-area .story {
  clear: both;
  overflow: hidden;
  margin: 10px 0 50px;
}
#sp .story-area .story:nth-child(odd) .img-area {
  float: right;
  margin: 0 0 0 10px;
}
#sp .story-area .story .img-area{
  float: left;
  width: 320px;
  margin: 0 10px 0 0;
  display: block;
  overflow: hidden;
}
#sp .story-area .story .img-area img{
  width: 100%;
  height: auto;
}
/* cast-area */
#sp .cast-area .cast .img-area {
  float: left;
  width: 390px;
  height: auto;
  margin-right: 10px;
  overflow: hidden;
}
#sp .cast-area .cast .img-area img{
  width: 100%;
  height: auto;
}
#sp .cast-area .cast {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
#sp .cast-area .cast .name {
    font-size: 20px;
}
#sp .cast-area .cast .name2{
    display: none;
}
#sp .cast-area .cast .description{
  overflow: hidden;
}

/* staff-area */
#sp .staff-area .staff-list .staff {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

/* review-area */
#sp .review-area{
  margin: 50px auto;
  text-align: center;
}

/* ボタン */
#sp .go-to-detail {
  background-color: #1f2443;
  border: solid 1px #fff;
  color: #fff !important;
  display: block;
  font-size: 30px;
  line-height: 2.5;
  margin: 20px auto;
  text-align: center;
  vertical-align: middle;
  width: 600px;
  border-radius: 5px;
}
#sp .go-to-detail:hover{
  background-color:#000;
}

/* footer */
#sp .footer{
  background-color: #232728;
  background-image: url(img/img02.png);
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}


@media (max-width: 640px) {
    #container {
        font-family: "Sawarabi Mincho";
    }
  #sp {
  }
  #sp .pr {
    background-size: 100%;
    height: auto;
  }
  #sp h1 img {
    width: 100%;
  }
  #sp .trailer {
    width: 90%;
    text-align: center;
    margin: 15% auto 15px;
    background-color: #152140;
    position: static;
  }
  #sp .trailer video{
    width: 100%;
    height: auto;
  }
  #sp .go-to-detail {
    font-size: 20px;
    line-height: 2.5;
    margin: 0 auto 30px;
    width: 70%;
  }

  #sp .content h2{
    margin-bottom: 20px;
    font-size: 24px;
  }
  #sp .introduction-area{
    padding: 0 15px;
  }

  #sp .story-area,
  #sp .cast-area,
  #sp .staff-area,
  #sp .review-area{
    padding: 0 30px;
  }
  #sp .story-area .story .img-area{
    width: 60%;
  }
  #sp .cast-area .cast .img-area{
    float: none;
    height: auto;
    width: 100%;
    margin: 0 auto 5px;
    overflow: hidden;
  }
    #sp .cast-area .cast .name,
    #sp .cast-area .cast .character_name{
        display: none;
    }
    #sp .cast-area .cast .name2{
        display:block;
        text-align: center;
        font-weight: bold;
        color: #f1a876;
    }
  #sp .review-area {
    margin: 0;
  }
  #sp .cast-area .cast,
  #sp .staff-area .staff-list2{
    margin: 0;
    padding-bottom: 30px;
  }
  #sp  .story,
  #sp .introduction,
  #sp .cast-list .cast .description,
  #sp .staff-list .staff .description,
  #sp .review-list .review{
    font-size: 16px;
  }
  #sp .introduction-area .headline,
  #sp .cast-area .cast .name2,
  #sp .staff-list .staff .name,
  #sp .review-headline {
    font-size: 20px;
  }
}
