/* lp-primaison.css */

#lp-main {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 600px;
  margin: 0 auto;
}

.lp-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.lp-fv-section {
  position: relative;
  display: flex;
  justify-content: center;
}

.lp-fv-container {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  padding-top: 26px;
}

.lp-fv-inner {
  position: relative;
  width: 100%;
}

.lp-fv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}


.lp-fv-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}


/* CTA_btn */
.lp-cta-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px 60px 0px
}

.btn_box{
  position: relative;
  transform: none; /* ← これ消します */
  margin: 0;
}

#btn_animation .btn {
  display: block;
  position: relative;
  width: 350px;
  height: 78px;
  line-height: 78px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 39px;
  text-decoration: none;
  background-color: #F087A9;
  color: #fff;
  text-align: center;
  transition: .2s;
  z-index: 2;
}

#btn_animation .btn:before, #btn_animation .btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 350px;
  height: 78px;
  top: 0;
  left: 0;
  border-radius: 39px;
  background: #F087A9;
  transform: translate3d(0,0,0);
}

#btn_animation .btn:before {
  animation: anime 1s ease-out infinite;
}

#btn_animation .btn:after {
  animation: anime 1s ease-out 1s infinite;
}

@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.2,1.4); opacity:0}
}


.lp-faq-section {
  align-items: center;
}


.line_ctabox{
  text-align: center;
  margin: 20px 0 55px;
}

.line_cta{
    margin: 20px;
    display: inline-block;
    width: 220px;
    height: auto;
  }

.line_cta img{
    width: 220px;
    height: auto;
  }
