/*==============================
FV2用
==============================*/
.lp-fv2 {
    margin-top: 100px;
    background: url("../img/fv2/fv_bg.png")no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 650px;
}

.lp-fv2__cont {
  width: 95%;
  max-width: 1000px;
  padding: 50px 0;
  position: relative;
  margin: 0 auto;
}



.lp-fv2__icons {
  max-width: 450px;
  width: 100%;
  margin: 50px 0 0;
}

.lp-fv2__icons img {
    width: 100%;
    vertical-align: bottom;
}

.lp-fv2__txt1 {
  box-sizing: border-box;
  color: #d10000;
  font-size: 20px;
  font-weight: 900;
  max-width: 500px;
  width: 100%;
  margin: 0 0 24px;
  border: 4px solid;
  border-radius: 90px;
  background: #fff;
  text-align: center;
  padding: 15px;
  line-height: 1;
}

.lp-fv2__txt2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 900;
  text-align: left;
  margin-bottom: 25px;
}

.lp-fv2__txt2-em {
    font-size: 30px;
}

.lp-fv2__txt2-sm {
    font-size: 1em;
}

.lp-fv2__txt2 span {
    color: inherit;
    line-height: inherit;
}

.lp-fv2__txt2-em.red {
  color: #d10000;
}

.lp-fv2__bottom {
    box-sizing: border-box;
}

.lp-fv2__btn-unit {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

img.mv {
  max-width: 500px;
  position: absolute;
  right: 0;
  top: calc(50% - 200px);
  z-index: 1;
}

.lp-fv2 {
  overflow-x: hidden;
}

.lp-fv2__txt3 {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.6);
  display: inline-block;
}

@media (max-width:1097px) {
    img.mv {
      right: 0;
      max-width: 450px;
      top: calc(50% - 175px);
    }
}

@media (max-width:950px) {
    .lp-fv2 {
        margin-top: 60px;
    }
    
    img.mv {
      right: -15%;
    }
    
}

@media (max-width:900px) {
    
    .lp-fv2__txt1 {
      font-size: 14px;
      max-width: 350px;
      padding: 15px 0;
    }

    .lp-fv2__txt2 {
      font-size: 20px;
    }

    .lp-fv2__txt2-em {
      font-size: 30px;
    }

    .lp-fv2__icons {
      max-width: 350px;
      margin: 25px 0 0;
    }

}

@media (max-width:700px) {
    
    img.mv {
      right: -15%;
      max-width: 400px;
      z-index: 1;
    }
    
}

@media (max-width:599px) {
    
    .lp-fv2 {
      height: auto;
      background-size: 100%;
    }
    
    .lp-fv2__cont {
      padding: 20px 0;
    }

    .lp-fv2__txt1 {
      margin: 0 auto 10px;
    }

    .lp-fv2__txt2 {
      font-size: 16px;
      text-align: center;
      margin: 0 auto 10px;
    }

    .lp-fv2__txt2-em {
      font-size: 25px;
    }

    .lp-fv2__icons {
      margin: 10px auto;
      max-width: 350px;
    }

    img.mv {
      position: static;
      max-width: 250px;
      margin: 15px auto 0;
      display: block;
    }

    .lp-fv2__btn-unit {
        display: block;
    }

    .lp-fv2__bottom {
        padding: 20px;
    }
    
    .lp-fv2__txt3 {
      text-align: center;
      font-size: 13px;
    }
    

}
