body {
  margin: 0;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
#lp_contents html,
#lp_contents body,
#lp_contents div,
#lp_contents span,
#lp_contents applet,
#lp_contents object,
#lp_contents iframe,
#lp_contents h1,
#lp_contents p,
#lp_contents a,
#lp_contents img,
#lp_contents footer,
#lp_contents header,
#lp_contents section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  vertical-align: baseline;
}
#lp_contents html {
  line-height: 1;
}
#lp_contents img {
  height: auto;
  line-height: 0px;
  width: 100%;
}
#lp_contents footer,
#lp_contents header,
#lp_contents main,
#lp_contents section {
  display: block;
  line-height: 0;
}
#lp_contents .container {
  width: auto !important;
  padding: 0px !important;
}

#lp_contents .c-header h1 {
  margin: 0 auto;
}
#lp_contents a {
  margin: 0 auto;
  text-align: center;
}
#lp_contents .c-content-main a {
  transition-duration: 300ms;
  transition-property: opacity;
}
#lp_contents .c-content-main a:hover {
  opacity: 0.7;
}

#lp_contents .c-conversionarea {
  position: relative;
  width: 100%;
}
#lp_contents .c-conversionarea[data-area-type="area-01"] .c-conversionarea__bg {
  padding-bottom: calc(75 / 750 * 100vw);
  background-image: url(../img/cta_01_bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
#lp_contents .c-conversionarea[data-area-type="area-02"] .c-conversionarea__bg {
  padding-bottom: calc(75 / 750 * 100vw);
  background-image: url(../img/cta_02_bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
#lp_contents .c-conversionarea[data-area-type="area-03"] .c-conversionarea__bg {
  padding-bottom: calc(94 / 750 * 100vw);
  background-image: url(../img/cta_03_bottom.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
#lp_contents .c-conversionarea a {
  display: block;
  width: 100%;
  z-index: 1;
}
#lp_contents .c-conversionarea a[data-btn-type="btn-03"] {
  margin-top: 15px;
}
#lp_contents .c-animation {
  position: relative;
}
#lp_contents .c-animation__anime {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-right: calc(30 / 750 * 100vw);
  padding-left: calc(30 / 750 * 100vw);
  transform: translate(-50%, -50%);
}

.l-footer .lpfooter-tel {
  box-sizing: border-box;
  margin: 20px auto 0;
  width: 100%;
  text-align: center;
}
.l-footer .lpfooter-tel a {
  display: block;
  margin: 0 auto;
  width: calc(640 / 750 * 100vw);
}
.l-footer .lpfooter-tel a img {
  width: auto;
  max-width: 100%;
}
