@charset "UTF-8";
#content {
  font-size: 16px;
  color: #000;
  -webkit-text-size-adjust: none;
}
#content p span {
  color: #ff0000;
  font-weight: bold;
}
.movie01 {
  margin-bottom: 100px;
  padding-top: 50px;
}
.movie01 h2 {
  margin: 0 0 110px;
}
.movie01 h2 img {
  height: 28px;
}
#movieContainer01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movieBox01 {
  width: 470px;
  margin: 0 auto;
  text-align: center;
}
.movieBox01:nth-child(even) {
  margin: 0 0px 30px 0;
}
.movieBox02 {
  margin: 0 auto;
  clear: both;
  float: none;
}
#movieContainer01 .c-ytmovie {
  margin-bottom: 20px;
}
.c-ytmovie img {
  width: 100%;
}
#movieContainer01 #youtube-player-top01,
#movieContainer01 #youtube-player-top02,
#movieContainer01 #youtube-player-top03,
#movieContainer01 #youtube-player-top04,
#movieContainer01 #youtube-player-top05,
#movieContainer01 #youtube-player-top06 {
  width: 470px;
  height: 265px;
}
#movieContainer01 .c-ytmovie__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 470px;
  height: 265px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#movieContainer01 .poster_top01 {
  background-image: url(../img/movie01.jpg);
}
#movieContainer01 .poster_top02 {
  background-image: url(../img/movie02.jpg);
}
#movieContainer01 .poster_top03 {
  background-image: url(../img/movie03.jpg);
}
#movieContainer01 .poster_top04 {
  background-image: url(../img/movie04.jpg);
}
#movieContainer01 .poster_top05 {
  background-image: url(../img/movie05.jpg);
}
#movieContainer01 .poster_top06 {
  background-image: url(../img/movie06.jpg);
}
.movieTit {
  font-family: "フォーク M", serif;
  font-size: 20px;
  text-align: center;
}
.movie02 {
  margin-bottom: 50px;
}
.movie02 h2 {
  margin: 0 0 50px;
}
.movie02 h2 img {
  height: 28px;
}
.profContainer {
  margin-bottom: 50px;
  position: relative;
}
.profContainer2 {
  margin-bottom: 120px;
  position: relative;
}
.profPhoto {
  width: 356px;
  float: left;
}
.profPhoto img {
  width: 100%;
}
.profText {
  width: 510px;
  padding-top: 90px;
  float: right;
}
.profText h3 {
  font-family: "フォーク M", serif;
  font-size: 20px;
  text-align: center;
  margin: 0 0 25px;
}
.profText dt {
  width: 7em;
  float: left;
}
.profText dd {
  margin-left: 7em;
}
.pageTop_btn {
  width: 100%;
  text-align: right;
  margin: 0 auto 130px;
}
/*----------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #content {
    font-size: 14px;
  }
  .movie01 {
    margin-bottom: 50px;
    padding-top: 30px;
  }
  .movie01 h2 {
    width: 40%;
    margin: 0 0 25px 20px;
  }
  .movie01 h2 img {
    width: 100%;
    height: auto;
  }
  #movieContainer01 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .movieBox01 {
    width: 100%;
    margin: 0 0px 60px 0;
    float: none;
  }
  .movieBox01:nth-child(even) {
    margin: 0 0px 60px 0;
  }
  #movieContainer01 .c-ytmovie {
    margin-bottom: 15px;
  }
  #movieContainer01 #youtube-player-top01,
  #movieContainer01 #youtube-player-top02,
  #movieContainer01 #youtube-player-top03,
  #movieContainer01 #youtube-player-top04,
  #movieContainer01 #youtube-player-top05,
  #movieContainer01 #youtube-player-top06 {
    width: 470px;
    height: 265px;
  }
  #movieContainer01 .c-ytmovie__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 440px !important;
    /*15rem 232px*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #movieContainer01 .poster_top01 {
    background-image: url(../img/movie01.jpg);
  }
  #movieContainer01 .poster_top02 {
    background-image: url(../img/movie02.jpg);
  }
  #movieContainer01 .poster_top03 {
    background-image: url(../img/movie03.jpg);
  }
  #movieContainer01 .poster_top04 {
    background-image: url(../img/movie04.jpg);
  }
  #movieContainer01 .poster_top05 {
    background-image: url(../img/movie05.jpg);
  }
  #movieContainer01 .poster_top06 {
    background-image: url(../img/movie06.jpg);
  }
  .movieTit {
    font-family: "フォーク M", serif;
    font-size: 16px;
    text-align: center;
  }
  .movie02 {
    margin-bottom: 0px;
  }
  .movie02 h2 {
    width: 50%;
    margin: 0 0 25px 20px;
  }
  .movie02 h2 img {
    width: 100%;
    height: auto;
  }
  .profContainer {
    width: 94%;
    margin: 0 auto 70px;
    position: relative;
  }
  .profContainer2 {
    width: 94%;
    margin: 0 auto 100px;
    position: relative;
  }
  .profPhoto {
    width: 70%;
    margin: 0 auto 25px;
    float: none;
  }
  .profPhoto img {
    width: 100%;
  }
  .profText {
    width: 100%;
    padding-top: 00px;
    float: none;
  }
  .profText h3 {
    font-family: "フォーク M", serif;
    font-size: 18px;
    text-align: center;
    margin: 0 0 20px;
  }
  .profText dt {
    width: 7em;
    float: left;
  }
  .profText dd {
    margin-left: 7em;
  }
  .pageTop_btn {
    width: 90%;
    text-align: right;
    margin: 0 auto 45px;
  }
  .pageTop_btn img {
    height: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #movieContainer01 #youtube-player-top01 {
    width: 100%;
    height: 56vw !important;
  }
  #movieContainer01 #youtube-player-top02,
  #movieContainer01 #youtube-player-top03,
  #movieContainer01 #youtube-player-top04,
  #movieContainer01 #youtube-player-top05,
  #movieContainer01 #youtube-player-top06 {
    width: 100% !important;
    height: 56vw !important;
  }
  #movieContainer01 .c-ytmovie__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 56vw !important;
    /*15rem 232px*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}