@charset "utf-8";
* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}
body {
  font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
  line-height: 1.5em;
}
ul,ol {
  list-style-type:none;
}
a:hover {
  opacity:1.0;
}
a:focus {
  outline: none;
}
.content_wrap {
  max-width: 750px;
  margin:0 auto;
  overflow: hidden;
}
.content_wrap img {
  height:auto;
  display: block;
  height: auto;
  border: 0;
  max-width: 100%;
  margin:0;
}
.content_wrap video {
  width: 100%;
  display: block;
  height: auto;
  border: 0;
  outline: none;
}
.content_wrap a {
  display: block;
}
.content_wrap .rl {
  position: relative;
}
.content_wrap .btm-fix {
  position: fixed;
  width: 750px;
  height:189px;
  left:50%;
  bottom:0;
  margin-left:-375px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; 
}

.btm-fix.show {
  opacity: 1;
  visibility: visible;
}
.content_wrap .btn01 {
  position: absolute;
  width: 88.53%;
  top:83.65%;
  left:6.66%;
}
.content_wrap .btn_ani {
  animation: poyopoyo 1.5s ease-in-out infinite alternate;
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1)
  }
  50%,
  70% {
    transform: scale(.95)
  }
}
.content_wrap .ani01 {
  position:absolute;
  width: 83.73%;
  left:8.1%;
  top:41%;
}
.content_wrap .btn02 {
  position: absolute;
  width: 88.53%;
  top:53.2%;
  left:6.66%;
}
.content_wrap .kcr {
  position:absolute;
  width: 4.8%;
  left:71.4%;
  top:45.1%;
}
@media(max-width:749px) {
  .content_wrap img {
    width: 100%;
  }
  .content_wrap .btm-fix {
    position: fixed;
    width: 100%;
    height:25.2vw;
    left:0;
    bottom:0;
    margin-left:0;
  }
}
