@font-face {
  font-family: "Makinas";
  src: url("../fonts/Makinas-Scrap-5.eot") format("embedded-opentype"), url("../fonts/Makinas-Scrap-5.ttf") format("truetype"), url("../fonts/Makinas-Scrap-5.otf") format("opentype");
}
#main .cast-staff_area {
  padding: 0 !important;
  background: none;
  box-shadow: none;
}
#main .box {
  background: #fff;
  padding: 25px 0 10px;
}
#main .box .h3_tit {
  background: #ffd40e;
  width: 80%;
  max-width: 400px;
  margin: 0 auto 25px;
  padding: 10px 0;
  text-align: center;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
#main #cast,
#main #staff {
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
#main #cast .cast_list {
  width: 100%;
  max-width: 460px;
  height: auto;
  margin: 0 auto 20px;
}
#main #staff {
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
}
#main #staff .staff_tit {
  margin-bottom: 10px;
}
#main #staff .staff_tit img {
  width: auto;
  height: 18px;
}
#main #staff .staff_tit:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  width: 80%;
  max-width: 240px;
  margin: 0 auto;
}
#main #staff dd {
  margin-bottom: 25px;
}
#main #staff .staff_name {
  font-size: 1.8rem;
}
#main #staff .staff_name span {
  font-size: 1.2rem;
  padding-left: 5px;
}
#main #staff .staff_date {
  font-size: 1.2rem;
}
#main #staff li {
  padding-top: 10px;
}
#main #staff li:first-child {
  padding: 0;
}
@media screen and (min-width: 740px) {
  #main .box {
    padding: 50px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
  }
  #main .box .h3_tit {
    font-size: 3rem;
    margin-bottom: 50px;
    padding: 18px 0;
  }
  #main #cast .cast_list {
    margin: 0 auto;
  }
  #main #staff {
    margin-top: 30px;
    letter-spacing: 2px;
  }
  #main #staff .staff_tit {
    margin-bottom: 20px;
  }
  #main #staff .staff_tit img {
    height: 24px;
  }
  #main #staff .staff_tit:after {
    width: 360px;
  }
  #main #staff .staff_tit {
    font-size: 2.8rem;
  }
  #main #staff dd {
    margin-bottom: 50px;
  }
  #main #staff .staff_name {
    font-size: 2.2rem;
  }
  #main #staff .staff_name span {
    font-size: 1.4rem;
  }
  #main #staff .staff_date {
    font-size: 1.5rem;
  }
  #main #staff li {
    padding-top: 20px;
  }
}
