/*========== p-mv.scss ==========*/
.lpps_p-mv {
  background: url("../img/mv_features.png") center no-repeat;
  background-size: cover;
  text-align: center;
  height:550px;
  padding: 30px 0 0px 0;
}

.lpps_p-mv.lpps_p-mv--pet {
  background: url("../img/mv-pet_bg.png") center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 85px 0;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv {
    padding: calc(100vw / ( 750 / 80 )) 0;
    background-position: center center;
  }
}

.lpps_p-mv--ttl {
  font-weight: 700;
  margin-bottom: 0.6em;
  font-size: 25px !important;
  display: inline-block;
  position: relative;
  border-left: none !important;
  padding-left: 0 !important;
  text-align: center !important;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--ttl {
    font-size: calc(100vw / ( 750 / 35 ));
    line-height: 1.3;
  }
}

.lpps_p-mv--ttl:before, .lpps_p-mv--ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 32px;
  background-color: #000;
}

.lpps_p-mv--ttl:before {
  left: -1em;
  transform: rotate(-30deg);
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--ttl:before {
    left: -1.5em;
  }
}

.lpps_p-mv--ttl:after {
  right: -1em;
  transform: rotate(30deg);
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--ttl:after {
    right: -1.5em;
  }
}

.lpps_p-mv--marker {
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.lpps_p-mv--price {
    /* margin-bottom: 270px; */
    padding-bottom: 260px;
}

.lpps_p-mv--price .forTtl {
  color: #fff;
  border-radius: 1000px;
  display: block;
  margin: 0 auto;
  background-color: #333333;
  width: 8em;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--price .forTtl {
    font-size: calc(100vw / ( 750 / 30 ));
    height: calc(100vw / ( 750 / 60 ));
    line-height: calc(100vw / ( 750 / 60 ));
  }
}

.lpps_p-mv--price .forYen {
  margin: 0 auto;

}

@media screen and (min-width: 961px) {
  .lpps_p-mv--price .forYen {
    margin-top: -15px;
    max-width: 600px;
  }
}

.lpps_p-mv--btn__item{
  padding-bottom: 20px;
}

.lpps_p-mv--btn__item:not(:last-child) {
  margin-bottom: 33px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item:not(:last-child) {
    margin-bottom: calc(100vw / ( 750 / 30 ));
  }
}

.lpps_p-mv--btn__item a {
  display: block;
  margin: 0 auto;
  font-weight: 900;
}

.lpps_p-mv--btn__item a.forBtn01 {
  position: relative;
  display: block;
  background-color: #F07800;
  color: #fff;
  border-bottom: 6px solid #b55403;
  font-weight: 700;
  text-shadow: 0px 2px 5px rgba(255, 255, 255, 0.35);
  letter-spacing: -0.02em;
  padding: 15px 0;
  max-width: 450px;
  font-size: 20px;
  border-radius: 80vh;
} 


@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01 {
    padding: calc(100vw / ( 750 / 25 )) 0;
    font-size: calc(100vw / ( 750 / 25 ));
  }
}




.lpps_p-mv--btn__item a.forBtn01 .subTtl {
  display: block;
  margin-bottom: 0.5em;
  font-size: 20px;
}


@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01 .subTtl {
    font-size: calc(100vw / ( 750 / 15 ));
  }
}



.lpps_p-mv--btn__item a.forBtn01 .subTtl .num {
  font-size: 25px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01 .subTtl .num {
    font-size: calc(100vw / ( 750 / 15 ));
  }
}

.lpps_p-mv--btn__item a.forBtn01:before, .lpps_p-mv--btn__item a.forBtn01:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lpps_p-mv--btn__item a.forBtn01:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.35));
  right: 21px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01:before {
    width: calc(100vw / ( 750 / 42 ));
    height: calc(100vw / ( 750 / 42 ));
    right: calc(100vw / ( 750 / 21 ));
  }
}

.lpps_p-mv--btn__item a.forBtn01:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #F07800;
  right: 33px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01:after {
    border-width: calc(100vw / ( 750 / 8 )) 0 calc(100vw / ( 750 / 8 )) calc(100vw / ( 750 / 12 ));
    right: calc(100vw / ( 750 / 33 ));
  }
}

.lpps_p-mv--btn__item a.forBtn01:hover {
  transform: scale(1.1);
  opacity: 1;
}

.lpps_p-mv--btn__item a.forBtn01 .forTtl {
  margin-bottom: 0.75em;
  font-size: 22px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01 .forTtl {
    font-size: calc(100vw / ( 750 / 28 ));
    line-height: 1.4;
  }
}

.lpps_p-mv--btn__item a.forBtn01 .forTxt {
  font-size: 35px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn01 .forTxt {
    font-size: calc(100vw / ( 750 / 50 ));
    line-height: 1.3;
  }
}

.lpps_p-mv--btn__item a.forBtn02 {
  border-radius: 10px;
  border: 5px solid #042279;
  background-color: #fff;
  color: #042279;
  position: relative;
  max-width: 440px;
  height: 80px;
  line-height: 80px;
  font-size: 31px;
}

.lpps_p-mv--btn__item a.forBtn02.forBtn02--lg {
  max-width: 790px;
}

@media screen and (max-width: 960px) {
  .lpps_p-mv--btn__item a.forBtn02 {
    font-size: calc(100vw / ( 750 / 30 ));
    height: calc(100vw / ( 750 / 80 ));
    line-height: calc(100vw / ( 750 / 80 ));
    border-width: 3px;
    width: 70vw;
  }
  .lpps_p-mv--btn__item a.forBtn02:hover {
      opacity: 1;
  }
  .lpps_p-mv--btn__item a.forBtn02.forBtn02--lg {
    font-size: 2.5vw;
  }
}

.lpps_p-mv--btn__item a.forBtn02:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-top: 2px solid #0A2E87;
  border-right: 2px solid #0A2E87;
  transform: translateY(-50%) rotate(45deg);
}

.lpps_p-mv--btn__item a.forBtn02.forBtn02--lg:after {
  background-image: url("../img/mv_icon.png");
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -90px;
  top: -28px;
  width: 130px;
  height: 165px;
  border: none;
  transform: none;
}

.lpps_p-mv--btn__item a.forBtn03 {
  position: relative;
  display: inline-block;
  background-color: #1270b5;
  color: #fff;
  border-bottom: 6px solid #0E5990;
  text-shadow: 0px 2px 5px rgba(255, 255, 255, 0.35);
  letter-spacing: -0.02em;
  padding: 1rem 4rem;
  max-width: 660px;
  line-height: 1.4;
  border-radius: 100vh;
  font-size: 12px;
}

.lpps_p-mv--btn__item a.forBtn03:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
