@charset "UTF-8";
.movie {
  width: 750px;
  max-height: 100%;
  margin: 0 auto;
  padding-top: 218px;
}
.movie .in-section-title {
  margin-bottom: 58px;
}

.movie_contents {
  margin-bottom: 80px;
}
.movie_contents h3 {
  background: url("../img/movie/ornament_movie.png") no-repeat center bottom;
  padding-bottom: 80px;
  font-size: 36px;
  line-height: 1.4;
  color: #7e694a;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
.movie_contents .thumb {
  background: url("../img/movie/frame_topleft.png") no-repeat top left, url("../img/movie/frame_bottomright.png") no-repeat right bottom;
  width: 620px;
  padding: 25px;
  position: relative;
  margin: auto;
}
.movie_contents .thumb .over {
  background: url("../img/movie/icon_play.png") no-repeat center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#floatContents {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  opacity: 0;
}
#floatContents .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#floatContents .close {
  position: absolute;
  background: url("../img/common/menu/btn_menu_close.png");
  width: 84px;
  height: 46px;
  top: 50px;
  right: 25px;
}
#floatContents .player {
  width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -211px 0 0 -375px;
}
