@charset "utf-8";
body #wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
  min-height: 80vh;
}
.inner {
  width: 1100px;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 830px) {
  body #wrapper {
  min-height: 90vh;
}
.inner {
  width: 92%;
    margin: 0 4%;
}}
/*.intro*/
body.intro #wrapper{
  background-position: 50% 100%;
  background-image: url(../images/about/intro_bg.jpg);
}

@media (max-width: 830px) {
  body.intro #wrapper{
    background-image: none;
  }
  body.intro .inner {
  width: 80%;
    margin: 0 10%;
}
  body.intro .sec01 .sp-only {
  margin-bottom: 40px;
  text-align: center;
}
}

/*.story*/
body.story #wrapper{
  background-position: 100% 0%;
  background-image: url(../images/about/story_bg.jpg);
  background-size: cover;
}
body.story .photo {
  float: left;
  padding-top: 20px;
}
body.story .photo div {
  margin-bottom: 15px;
}

body.story .tx01 {
  float: right;
  padding-right: 195px;
  padding-top: 40px;
}
@media (max-width: 830px) {
  body.story #wrapper{
  background-position: 0% 0%;
  background-size: 100% auto;
  }
    body.story .inner {
    margin: 0 10%;
    width: 80%;
  }
  body.story .photo {
    float: none;
    padding-top: 20px;
  }
  body.story .tx01 {
  float: none;
  padding: 20px 20px;
  text-align: center;
  }
}


/*.director*/
body.director #wrapper{
  background-position: 100% 0%;
  background-image: url(../images/about/director_bg.jpg);
  background-size: cover;
}
body.director .photo {
  float: right;
  padding-top: 200px;
}
body.director .tx01 {
  float: left;
  padding-top: 60px;
}

@media (max-width: 830px) {
  body.director #wrapper{
    background-position: 100% 0%;
    background-image: url(../images/about/director_bg.jpg);
    background-size: cover;
  }
  body.director .photo {
    float: none;
    padding-top:30px;
  }
  body.director .tx01 {
  float: none;
  padding-top: 20px;
  padding-bottom: 20px;
  }
}
/*.cast*/
body.cast #wrapper{
  background-position: 50% 0%;
  background-image: url(../images/about/cast_bg.jpg);
  background-attachment: fixed;
}
body.cast .contents {
  padding-top: 50px;
}
body.cast .contents .list {
  margin-bottom: 140px;
}
body.cast .contents p {
  text-align: left;
  font: bold 14px "Hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
}
body.cast .contents .fL,
body.cast .contents .fR {
  width: 49%;
}
@media (max-width: 830px) {
  body.cast #wrapper{
  background-position: 50% 0%;
  background-image: url(../images/about/cast_bg.jpg);
  background-attachment: fixed;
}
body.cast .contents {
  padding-top: 30px;
}
body.cast .contents .list {
  margin-bottom: 30px;
}
body.cast .contents .fL,
body.cast .contents .fR {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}}






