@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka－等幅",
    "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  text-align: center;
}

li {
  list-style: none;
}

a:link {
  color: #ff7f00;
  text-decoration: underline;
}

a:visited {
  color: #ff7f00;
  text-decoration: none;
}

a:hover {
  color: #ff7f00;
  text-decoration: none;
}

a:active {
  color: #ff7f00;
  text-decoration: underline;
}

/*画像サイズ調整*/
#wrapper {
  width: 1400px; /*表示サイズ*/
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  /*margin: auto; /* 中央揃えにする場合必要 */
  line-height: 0;
}

#wrapper img {
  vertical-align: bottom;
  border: 0px;
}

/* ----------------------movie ---------------------- */
.movieBody {
  position: relative;
  width: 1400px;
  height: 1449px;
  background: transparent url(../img/jomotan_movie_bg_pc.jpg) no-repeat center
    center/auto;
}
.movieCover {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.movie {
  position: absolute;
  z-index: 1;
  width: 660px;
  left: 368px;
  bottom: 98px;
  border-radius: 5px;
}

/* ---------------------- button ---------------------- */
.jomotan_cv_pc,
.cvBtnPC {
  position: relative;
}

.onebtn_cv {
  position: absolute;
  display: block;
  bottom: 40px;
  left: 275px;
  animation: fluffyY 1s infinite ease-out; /*ボタン動き*/
}

.onebtn_cv img {
  display: none;
}

.cvbtn {
  position: absolute;
  display: block;
  bottom: 55px;
  left: 275px;
  animation: fluffyY 1s infinite ease-out; /*ボタン動き*/
}

.cvbtn_a {
  position: absolute;
  display: block;
  bottom: 65px;
  left: 275px;
  animation: fluffyY 1s infinite ease-out; /*ボタン動き*/
}

/*ボタンアニメーションキーフレーム*/
@keyframes fluffyY {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(7px);
  }
}
