@charset "utf-8";

/* base */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.wrapper {
  overflow: hidden;
}
.pane-landingpage-contents {
  border: 0 none;
  background: #fff;
}
main {
  background: #291811
}
#main {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
#main img {
  max-width: 100%;
  height: auto;
  display: block;
}
.p_re {
  position: relative;
}

.pulse {
  display: inline-block;
  animation: btnpulse 2s ease-in-out infinite;
  transform-origin: center center;
}
@keyframes btnpulse {
  0%   { transform: scale(0.97); }
  50%  { transform: scale(1.03); }
  100% { transform: scale(0.97); }
}


.spNone {
  display: block;
}
.pcNone {
  display: none;
}

.cta .cv_btn {
  position: absolute;
  left: 2%;
  bottom: 285px;
  width: 736px;
}
.cta .cv_tel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 175px;
  width: 672px;
}


@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
  .pcNone {
    display: block;
  }

  .cta .cv_btn {
    left: 3%;
    bottom: 37.10vw;
    width: 95.83vw;
  }
  .cta .cv_tel {
    bottom: 22.78vw;
    width: 87.5vw;
  }
}
