@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
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;
}

img {
  width: 100%;
}

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

a:hover {
  opacity: 0.7;
}

table {
  border-spacing: 0;
}

/* ===================================================================================
  resetここまで
=================================================================================== */
.float_area {
  width: 100%;
  background: rgba(184, 169, 138, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.float_area p a {
  display: block;
  width: 750px;
  margin: 0 auto;
}

#wrap {
  max-width: 750px;
  margin: 0 auto;
}
#wrap .btn_area {
  position: relative;
}
#wrap .btn_area .cta_btn {
  width: 750px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
#wrap .btn_area .cta_btn.btn01 {
  bottom: 99px;
}
#wrap .btn_area .cta_btn.btn02 {
  bottom: 70px;
}

@media screen and (max-width: 750px) {
  .float_area p a {
    width: 100vw;
  }
  #wrap {
    max-width: 100vw;
  }
  #wrap .btn_area .cta_btn {
    width: 100vw;
  }
  #wrap .btn_area .cta_btn.btn01 {
    bottom: 13.2vw;
  }
  #wrap .btn_area .cta_btn.btn02 {
    bottom: 9.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */