@charset "UTF-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, small, strong, b, dl, dt, dd, ol, ul, li,
form, label, legend, table, tbody, tfoot, thead, tr, th, td, footer, header, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
}

html {
  touch-action: manipulation;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ul li {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  vertical-align: baseline;
}

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

img {
  width: 100%;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
}

.wrap {
  max-width: 750px;
  margin: 0 auto;
}

.cta_btn {
  width: 610px;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 10px rgba(89, 89, 89, 0.3));
}
@media screen and (max-width: 750px) {
  .cta_btn {
    width: 81.3333333333vw;
    filter: drop-shadow(1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(89, 89, 89, 0.3));
  }
}

.float_btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  .float_btn {
    bottom: 2.6666666667vw;
  }
}

.fv {
  background: url("../img/fv_bg.jpg") no-repeat top center/100%;
  height: 1700px;
}
@media screen and (max-width: 750px) {
  .fv {
    height: 226.6666666667vw;
  }
}

.about {
  background: url("../img/about_bg.jpg") no-repeat top center/100%;
}

.commitment {
  background: url("../img/commitment_bg.jpg") no-repeat top center/100%;
}
.commitment .video_box {
  width: 674px;
  height: 378px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .commitment .video_box {
    width: 89.8666666667vw;
    height: 50.4vw;
  }
}
.commitment .video_box video {
  width: 100%;
  height: 100%;
}

.simple {
  background: url("../img/simple_bg.jpg") no-repeat top center/100%, #fff;
}
.simple .products_box {
  position: relative;
}
.simple .products_box .products_btn {
  width: 454px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .simple .products_box .products_btn {
    width: 60.5333333333vw;
  }
}
.simple .products_box .products_btn.btn01 {
  top: 652px;
}
@media screen and (max-width: 750px) {
  .simple .products_box .products_btn.btn01 {
    top: 86.9333333333vw;
  }
}
.simple .products_box .products_btn.btn02 {
  top: 696px;
}
@media screen and (max-width: 750px) {
  .simple .products_box .products_btn.btn02 {
    top: 92.8vw;
  }
}

.faq {
  background: #fbefa0;
}

.offer {
  background: url("../img/offer_bg.jpg") no-repeat top center/100%;
}

.footer {
  background: #333;
}
.footer .foot_nav {
  display: flex;
  justify-content: center;
}
.footer .foot_nav li {
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footer .foot_nav li {
    padding: 0 4vw;
  }
}
.footer .foot_nav li:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .footer .foot_nav li:not(:first-child)::before {
    height: 4.8vw;
    top: -0.6666666667vw;
  }
}
.footer .foot_nav li a {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .footer .foot_nav li a {
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=style.css.map */