@charset "utf-8";
body {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "NotoSansCJKjp", MotoyaLCedar, "メイリオ", Meiryo, sans-serif;
  position: relative;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.alpha {
  display: inline-block;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.alpha:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.visible-sp {
  display: none;
}
.contents {
  width: 100%;
  position: relative;
}
.wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.wrapper-inner {
  max-width: 650px;
  margin: 0 auto;
}
.contents-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
}
.contents-btn a {
  cursor: pointer;
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.contents-btn a img {
  width: 100%;
}
.contents-cta .cta {
  position: relative;
}
.contents-cta-btn_1 {
  position: absolute;
  top: 0%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  /*padding: 0 5%;*/
}
.contents-cta-btn_1 a {
  cursor: pointer;
  display: inline-block;
}
.contents-cta-btn_1 a img {
  width: 100%;
  animation: btnZoom 1s ease 0s infinite alternate;
  -webkit-animation: btnZoom 1s ease 0s infinite alternate;
}
.contents-cta-btn {
  position: absolute;
  bottom: 0%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 5%;
}
.contents-cta-btn a {
  cursor: pointer;
  display: inline-block;
}
.contents-cta-btn a img {
  width: 100%;
  animation: btnZoom 1s ease 0s infinite alternate;
  -webkit-animation: btnZoom 1s ease 0s infinite alternate;
}
@keyframes btnZoom {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.contents-footer .contents-footer-inner {
  background-color: #fff;
  padding: 30px 15px;
  text-align: center;
}
.contents-footer ul {
  display: inline-block;
}
.contents-footer ul li {
  display: inline-block;
  border-right: 1px solid #1c1c1c;
  margin-right: 5px;
  padding-right: 10px;
}
.contents-footer ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.contents-footer ul li a {
  color: #1c1c1c;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
}
.contents-footer .copy {
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .visible-sp {
    display: block;
  }
  .contents-footer .contents-footer-inner {
    padding: 30px 5px;
  }
  .contents-footer ul li {
    margin-right: 3px;
    padding-right: 6px;
  }
  .contents-footer ul li a {
    font-size: 12px;
  }
  .contents-footer .copy {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  .contents-footer ul li a {
    font-size: 10px;
  }
}
/* 動画・アニメーション共通 */
.contents-inner {
  position: relative;
  overflow: hidden;
}
.movie-wrapper {
  line-height: 0;
}
.movie-wrapper video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* FV下movie */
.fv_mov_1 video {
  position: absolute;
  padding: 0;
  bottom: 0%;
  z-index: -1;
  width: 49%;
  left: 2%;
}
.fv_mov_2 video {
  position: absolute;
  padding: 0;
  bottom: 0%;
  z-index: -1;
  width: 49%;
  left: 52%;
}
/* movie01 */
.movie-wrapper {
  position: absolute;
  width: 100%;
}
.movie-wrapper.movie-wrapper01 {
  padding: 0;
  bottom: 4%;
  z-index: -1;
  width: 111%;
  left: -15px;
}
/* movie02 */
.movie-wrapper {
  position: absolute;
  width: 100%;
}
.movie-wrapper.movie-wrapper02 {
  padding: 0;
  bottom: 8%;
  z-index: -1;
  width: 148%;
  left: -110px;
}
/* movie03tvcm */
.movie-wrapper.movie-wrapper03 {
  padding: 0 4%;
  top: 30%;
  z-index: -1;
  width: 100%;
  left: 0;
}
/* movie04 */
.movie-wrapper.movie-wrapper04 {
  padding: 0 4%;
  bottom: 1%;
  z-index: -1;
  width: 100%;
  left: 0;
}
/* movie05 */
.movie-wrapper.movie-wrapper05 {
  bottom: 36%;
  z-index: -1;
  width: 102%;
  left: 17px;
}
/* movie06 */
.movie-wrapper.movie-wrapper06 {
  bottom: 7%;
  z-index: -1;
  width: 103%;
  left: -18px;
}
/* movie07 */
.movie-wrapper.movie-wrapper07 {
  top: 31%;
  z-index: -1;
  width: 48%;
  left: 1%;
}
/* movie08 */
.movie-wrapper.movie-wrapper08 {
  top: 32%;
  z-index: -1;
  width: 48%;
  left: 51%;
}
/* movie09 */
.movie-wrapper.movie-wrapper09 {
  top: 31%;
  z-index: -1;
  width: 48%;
  right: 0;
}
/* movie10 */
.movie-wrapper.movie-wrapper10 {
  top: 53%;
  z-index: -1;
  width: 49%;
  left: 0;
}
/* movie11 */
.movie-wrapper.movie-wrapper11 {
  top: 74%;
  z-index: -1;
  width: 49%;
  right: 0;
}