@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

.site_wrap {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}
.site_wrap a {
  text-decoration: none;
}
.site_wrap a:hover {
  opacity: 0.9;
}
.site_wrap img {
  vertical-align: bottom;
  width: 100%;
}
.site_wrap ul li {
  list-style: none;
}

.site_wrap * {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.fixed_area {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background: url("../images/lp_bg.jpg") no-repeat top center;
  width: 100%;
  max-width: 2000px;
  background-size: 2000px 2000px;
  height: 2000px;
}
@media screen and (max-width: 750px) {
  .fixed_area {
    display: none;
  }
}

/*fixed_area*/
.site_inner {
  position: relative;
  z-index: 1;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .site_inner {
    overflow: hidden;
    width: 100vw;
  }
}

.movie_area {
  position: relative;
  display: inline-block;
}
.movie_area .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.movie_area .movie {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 441px;
  width: 640px;
  height: 360px;
}
@media screen and (max-width: 750px) {
  .movie_area .movie {
    top: 58.8vw;
    width: 85.33vw;
    height: 48vw;
    margin: 5.2vw auto 0;
  }
}
.movie_area .movie video {
  display: block;
  width: 100%;
  height: 100%;
}

.offer_area {
  position: relative;
}
.offer_area .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 528px;
  bottom: 107px;
  display: block;
  filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.35));
}
@media screen and (max-width: 750px) {
  .offer_area .btn {
    width: 70.4vw;
    bottom: 63.6vw;
    filter: drop-shadow(0.8vw 0.8vw 1.07vw rgba(0, 0, 0, 0.35));
  }
}
.offer_area.store_area .btn {
  width: 641px;
  bottom: 477px;
}
.offer_area.store_area .btn:nth-of-type(2) {
  bottom: 306px;
}
@media screen and (max-width: 750px) {
  .offer_area.store_area .btn {
    width: 85.47vw;
    bottom: 63.6vw;
  }
  .offer_area.store_area .btn:nth-of-type(2) {
    bottom: 40.8vw;
  }
}

/*offer_btn_area　～オファーボタン*/

/*# sourceMappingURL=style.css.map */
