@charset "UTF-8";
/* -------------レスポンシブ--------------- */
/* 961以上→ only_p */
/* 960以下→ un_ts */
/* 960~416→ only_t */
/* 769以上→　ov_tab */
/* 768以下→ un_tab */
/* 421以上→ ov_s */
/* 420以下→ only_s */
@media screen and (min-width: 961px) {
  .only_t {
    display: none !important;
  }
  .only_s {
    display: none !important;
  }
  .un_ts {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .only_p {
    display: none !important;
  }
  .only_t {
    display: block !important;
  }
  .only_s {
    display: none !important;
  }
  .un_ts {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .ov_tab {
    display: block !important;
  }
  .un_tab {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ov_tab {
    display: none !important;
  }
  .un_tab {
    display: block !important;
  }
}
@media screen and (min-width: 421px) {
  .ov_s {
    display: block !important;
  }
}
@media screen and (max-width: 420px) {
  .only_p {
    display: none !important;
  }
  .only_t {
    display: none !important;
  }
  .only_s {
    display: block !important;
  }
  .ov_s {
    display: none !important;
  }
}
/* このクラスをつけると回転を無限に繰り返します */
.anime_fw {
  animation: 3s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.inner {
  max-width: 768px;
  margin: 0 auto;
}

.pos_re {
  position: relative;
}

.pos_re .cv_btn {
  width: 80%;
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
}

.pos_re .cv_btn img {
  width: 100%;
  margin: 0 auto;
}

.pos_re .gif_img {
  position: absolute;
  bottom: 17%;
  left: 32%;
  width: 190px;
}

@media screen and (max-width: 768px) {
  .pos_re .gif_img {
    width: 28%;
  }
}

.pos_re .gif_img img {
  width: 100%;
}

.pos_re .gel_side {
  position: absolute;
  bottom: -1%;
  right: 4%;
  width: 15%;
}

.pos_re .gel_side img {
  width: 100%;
}

.pos_re .movie {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}

.pos_re .movie .vdo {
  width: 100%;
}

.mt-30 {
  margin-top: -30px;
}

#footer {
  margin-bottom: 100px;
}

#footer {
  height: 200px;
}

#footer ul li {
  text-decoration: none;
  list-style: none;
  padding: 0 20px;
}

#footer ul {
  display: flex;
  width: 100%;
  height: 18px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  justify-content: center;
}

#copyright {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  padding-top: 30px;
  text-align: center;
}

body {
  width: 100%;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック",
    "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 100%;
  position: static;
  background: #fff;
  overflow-x: hidden;
}

a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

.sec_43 {
  padding: 85px 30px;
}
@media screen and (max-width: 768px) {
  .sec_43 {
    padding: 40px 0;
  }
}
.sec_43 .sec_43_ttl {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .sec_43 .sec_43_ttl {
    margin-bottom: 15%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec_43 .movie_01_blc {
    padding: 0 15px;
  }
}
.sec_43 .movie_01_blc .movie_blc_gif_01 {
  width: 530px;
  transform: rotate(-9deg);
  box-shadow: 0px 16px 30px -10px #8f8f8f;
}
@media screen and (max-width: 768px) {
  .sec_43 .movie_01_blc .movie_blc_gif_01 {
    width: 69vw;
  }
}
.sec_43 .movie_01_blc .movie_blc_fukidashi_01 {
  position: absolute;
  right: -30px;
  top: 5%;
  width: 350px;
}
@media screen and (max-width: 768px) {
  .sec_43 .movie_01_blc .movie_blc_fukidashi_01 {
    right: 0;
    width: 46vw;
  }
}
.sec_43 .movie_02_blc {
  margin-top: -10px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_43 .movie_02_blc {
    margin-top: -11vw;
    margin-bottom: 10%;
    padding: 0 15px;
  }
}
.sec_43 .movie_02_blc .movie_blc_gif_02 {
  width: 530px;
  margin: 0 0 0 auto;
  transform: rotate(6deg);
  box-shadow: 0px 16px 30px -10px #8f8f8f;
}
@media screen and (max-width: 768px) {
  .sec_43 .movie_02_blc .movie_blc_gif_02 {
    width: 69vw;
  }
}
.sec_43 .movie_02_blc .movie_blc_fukidashi_02 {
  position: absolute;
  left: 0;
  top: 5%;
  width: 340px;
}
@media screen and (max-width: 768px) {
  .sec_43 .movie_02_blc .movie_blc_fukidashi_02 {
    width: 44vw;
  }
}
.sec_43 .sec_43_slider_top {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec_43 .sec_43_slider_top {
    margin-bottom: 20px;
  }
}
.sec_43 .slick-slide img {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .sec_43 .slick-slide img {
    padding: 0 10px;
  }
} /*# sourceMappingURL=style.css.map */
