@charset "UTF-8";
#movie #about {
  padding-bottom: 40px;
}

@media screen and (max-width: 700px) {
  #movie #about {
    padding-bottom: 30px;
  }
}
.movie-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .movie-list-wrap {
    display: block;
  }
}

#movie #about .span12 {
  position: relative;
  width: calc(40% - 130px);
}
#movie #about .span12::before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% + 130px);
  z-index: -1;
}
@media screen and (max-width: 700px) {
  #movie #about .span12::before {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  #movie #about .span12 {
    width: calc(54% - 130px);
  }
}
@media screen and (max-width: 700px) {
  #movie #about .span12 {
    padding: 20px 20px 60px 20px;
    position: relative;
    margin: 0 40px 30px 0;
    width: auto;
  }
}
#movie #about .listBox {
  background: #f7ecd6;
  margin: 0 0 0 auto;
  padding: 30px 35px 15px;
  position: relative;
  right: 0;
  top: 35px;
  width: calc(64% - 70px); /*64% - 70px*/
}

@media screen and (max-width: 1000px) {
  #movie #about .listBox {
    width: calc(50% - 70px);
  }
}
@media screen and (max-width: 700px) {
  #movie #about .listBox {
    margin: 20px 0 0 50px;
    position: relative;
    top: -80px;
    width: auto;
  }
}
#movie #about .span12 .deco {
  bottom: -90px;
  left: 140px;
}

@media screen and (max-width: 700px) {
  #movie #about .span12 .deco {
    bottom: 100%;
    left: 100%;
    margin: 0 0 -60px -70px;
  }
}
#movie #about .list li {
  position: relative;
}

#movie #about .list li .image-wrap {
  max-width: 350px;
  float: left;
  width: 53%;
}

@media screen and (max-width: 1000px) {
  #movie #about .list li .image-wrap {
    float: none;
    width: auto;
  }
}
#movie #about .list li .image-wrap img {
  width: 100%;
}

#movie #about .list li .profile-name {
  bottom: 2%;
  color: #b58311;
  font-size: 24px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: absolute;
  left: 58%;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  #movie #about .list li .profile-name {
    font-size: 18px;
    left: 0;
    position: relative;
  }
}
#movie #about .list li .profile-name_at {
  top: 0%;
  color: #b58311;
  font-size: 12px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: absolute;
  left: 58%;
  text-align: left;
}

/* ============================================
動画
============================================ */
#movieArea {
  position: fixed;
  width: 90%;
  left: 5%;
  top: 0;
  z-index: 2000;
  display: none;
}

#movieArea .movie01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#movieArea .movie01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movieCloseBtn {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1999;
}

.movieBtn01 .hori01 {
  width: 60%;
}

@media screen and (max-width: 481px) {
  .movieBtn01 .hori01 {
    width: 100%;
  }
}