@charset "UTF-8";
/* ==================================================
    Top トップページ
   ================================================== */

.MppHeading {
  text-align: center;
}

.MppHeading__caption {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1.5;
}

.MppHeading__caption-note {
  font-size: 1.2rem;
  display: block;
  padding-left: 1.6em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0px;
}
.MppHeading__caption-note::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}

.MppKv {
  position: relative;
  /* 初期状態：110%表示 */
  transform: scale(1.1);
  /* アニメーション */
  -webkit-animation: scaleDown 1s ease-in-out forwards;
  animation: scaleDown 1s ease-in-out forwards;
}
@-webkit-keyframes scaleDown {
  /* 0%から始まり、1秒かけて100%にスケールダウン */
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleDown {
  /* 0%から始まり、1秒かけて100%にスケールダウン */
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.MppKv__imgSp {
  width: 100%;
}
.MppKv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 63%;
}
.MppKv__content span {
  margin-bottom: 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  font-weight: 700;
}
.MppKv__content span::before {
  content: "";
  display: block;
  width: 17px;
  height: 24px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/cmn/ico_slash_01.png);
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  left: -47px;
  background-size: 17px 24px;
}
.MppKv__content span::after {
  content: "";
  display: block;
  width: 17px;
  height: 24px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/cmn/ico_slash_02.png);
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  right: -36px;
  background-size: 17px 24px;
}
.MppKv__content img {
  width: 600px;
}
.MppKv__caption {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
  background: linear-gradient(transparent 10%, #FFF9E6 90%);
  font-weight: 700;
}
.MppKv__app {
  width: 310px;
  margin-left: 40px;
}

.MppAbout {
  position: relative;
  margin-bottom: -80px;
}
.MppAbout::before {
  content: "";
  display: block;
  width: 200px;
  height: 244px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/about_bg_01_pc.png);
  position: absolute;
  top: -60px;
  left: 15px;
}
.MppAbout::after {
  content: "";
  display: block;
  width: 234px;
  height: 258px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/about_bg_02_pc.png);
  position: absolute;
  bottom: -90px;
  right: 0px;
}
.MppAbout__wrap {
  padding-top: 43px;
  position: relative;
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 180px;
}
.MppAbout .MppHeading {
  margin-bottom: 30px;
}
.MppAbout .MppHeading img {
  width: 332px;
}
.MppAbout__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
.MppAbout__content img {
  width: 300px;
  height: 180px;
}
.MppAbout .MppHeading__caption {
  max-width: 480px;
  font-size: 1.6rem;
}
.MppAbout__list {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 764px;
  justify-content: space-between;
  margin-top: 20px;
}
.MppAbout__list li {
  background-color: #FFFFFF;
  border-radius: 14px;
  width: calc(100% / 3);
  max-width: 240px;
  height: 169px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ECF5FE;
  position: relative;
}
.MppAbout__list li::before {
  content: "";
  display: block;
  width: 76px;
  height: 64px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/about_list_01.png);
  position: absolute;
  top: -17px;
  left: -18px;
}
.MppAbout__list li:nth-child(2)::before {
  background-image: url(/lp/mypetplus/img/top/about_list_02.png);
}
.MppAbout__list li:nth-child(3)::before {
  background-image: url(/lp/mypetplus/img/top/about_list_03.png);
}
.MppAbout__list li p {
  color: #4188DB;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}
.MppAbout__bg {
  display: flex;
  justify-content: center;
}
.MppAbout__circle {
  background-color: #FFFAF7;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  z-index: -10;
  top: 35%;
  transform: translateY(-50%);
  position: absolute;
}
.MppAbout__note {
  margin-top: -12px;
  margin-bottom: auto;
  font-size: 1.2rem;
}

.MppFeature {
  background-color: #ECF5FE;
}
.MppFeature__wave--top {
  display: block;
  width: 100%;
  height: 200px;
  background: no-repeat bottom center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/feature_wave_top_pc.svg);
  transform: translateY(1px);
  position: relative;
}
.MppFeature__wrap {
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 113px;
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
}
.MppFeature .MppHeading img {
  width: 838px;
  margin-left: -50px;
}
.MppFeature .MppHeading__caption {
  max-width: 530px;
  text-align: center;
  font-size: 1.6rem;
}

.MppFeatureSlider {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  line-height: 1;
  z-index: 1;
  position: relative;
}
.MppFeatureSlider .slick-list {
  margin-left: -80px;
}
.MppFeatureSlider__item {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 80px;
}
.MppFeatureSlider__item img {
  width: 52%;
}
.MppFeatureSlider__sentence {
  width: 42%;
  margin-top: 7%;
}
.MppFeatureSlider__heading {
  display: flex;
  -moz-column-gap: 8px;
  column-gap: 8px;
  flex-direction: row;
  align-items: center;
}
.MppFeatureSlider__heading.hp_SpBreak {
  display: none;
}
.MppFeatureSlider__ico {
  width: 60px;
  height: 60px;
}
.MppFeatureSlider__ico img {
  width: 100%;
}
.MppFeatureSlider__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  color: #4188DB;
}
.MppFeatureSlider__text {
  margin-top: 29px;
  line-height: 1.5;
  margin-bottom: 14px;
  font-size: 1.6rem;
}
.MppFeatureSlider__text span {
  font-size: 1.4rem;
}
.MppFeatureSlider__com {
  display: block;
  font-size: 1.2rem;
  color: #4188DB;
  margin-bottom: 14px;
  position: relative;
}
.MppFeatureSlider__com::after {
  content: "";
  display: block;
  width: 132px;
  height: 8px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/feature_underline.png);
  position: absolute;
  bottom: -90%;
}
.MppFeatureSlider__sup {
  margin-top: 14px;
  font-size: 1.4rem;
  color: #4188DB;
  background: linear-gradient(transparent 60%, #FFFFFF 60%);
  line-height: 1.5;
}
.MppFeatureSlider__sup span {
  display: block;
  margin-top: 9px;
  background: none;
  font-size: 1.2rem;
}
.MppFeatureSlider__sup span span {
  width: 10px;
  display: inline-block;
  margin-top: 0px;
}
.MppFeatureSlider__notion {
  margin-top: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 11px;
}
.MppFeatureSlider__notion p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 19px;
  position: relative;
}
.MppFeatureSlider__notion p::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/cmn/ico_notice_black.svg);
  position: absolute;
  left: -19px;
  top: 4px;
}
.MppFeatureSlider__banner {
  margin-top: 15px;
  width: 253px;
  height: auto;
  display: block;
}
.MppFeatureSlider__banner .MppFeatureSlider__banner-img {
  width: 100%;
  height: 100%;
}
.MppFeatureSliderItem {
  display: block !important;
}
.MppFeatureSliderController {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 0;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 55px;
  position: absolute;
  bottom: 50px;
  right: 3px;
}
.MppFeatureSliderDots button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.MppFeatureSliderDots button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #4188DB;
}
.MppFeatureSliderDots .slick-active button::before {
  background: #4188DB;
}
.MppFeatureSliderArrows {
  display: flex;
  margin-left: 25px;
}
.MppFeatureSliderArrows .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.MppFeatureSliderArrows .slick-arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: no-repeat center;
  background-size: 20px 20px;
}
.MppFeatureSliderArrows .slick-prev::before {
  background-image: url(/lp/mypetplus/img/cmn/ico_slider_btn_prev.png);
}
.MppFeatureSliderArrows .slick-next {
  margin-left: 20px;
}
.MppFeatureSliderArrows .slick-next::before {
  background-image: url(/lp/mypetplus/img/cmn/ico_slider_btn_next.png);
}

.MppFeatureList {
  display: flex;
  -moz-column-gap: 1.6%;
  column-gap: 1.6%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.MppFeatureList__item {
  width: calc(100% / 8);
  text-align: center;
  background-color: #FFFFFF;
  padding-top: 18px;
  padding-bottom: 26px;
  border-radius: 100%;
  cursor: pointer;
}
.MppFeatureList__item p {
  font-size: 1.4rem;
  color: #4188DB;
}
.MppFeatureList__item.-current {
  background-color: #4188DB;
}
.MppFeatureList__item.-current p {
  color: #FFFFFF;
}
.MppFeatureList__item.-current img {
  display: none;
}
.MppFeatureList__item.-current .MppFeatureList__icon--white {
  display: block;
  margin: 0 auto;
}
.MppFeatureList__item:hover {
  background-color: #4188DB;
}
.MppFeatureList__item:hover p {
  color: #FFFFFF;
}
.MppFeatureList__item:hover img {
  display: none;
}
.MppFeatureList__item:hover .MppFeatureList__icon--white {
  display: block;
  margin: 0 auto;
}
.MppFeatureList__icon--white {
  display: none;
}

.MppSafety {
  background-color: #FCFCFC;
}
.MppSafety__wrap {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 100px;
}
.MppSafety .MppHeading__caption {
  font-size: 1.6rem;
}
.MppSafety .MppHeading img {
  width: 639px;
  margin-left: -50px;
}
.MppSafety__content {
  max-width: 960px;
  margin: 0 auto;
}
.MppSafetyCard {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.MppSafetyCard__item {
  width: calc((100% - 60px )/ 3);
  background-color: #ECF5FE;
  border-radius: 20px;
  padding: 33px 24px 34px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.MppSafetyCard__img {
  width: 140px;
  height: 140px;
  margin-bottom: 30px;
}
.MppSafetyCard__title {
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #4188DB;
}
.MppSafetyCard__text {
  color: #183346;
  font-size: 1.6rem;
}

.MppPresent {
  background: url(/lp/mypetplus/img/top/present_bg.png) no-repeat center/cover;
  background-color: #FFFBF2;
}
.MppPresent__wrap {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.MppPresent .MppHeading__caption {
  font-size: 1.6rem;
}
.MppPresent__box {
  background-color: #FFFFFF;
  border-radius: 14px;
  max-width: 1080px;
  padding: 40px 40px 40px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}
.MppPresent__bg1 {
  display: block;
  width: 145px;
  height: 136px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/present_cat.png);
  position: absolute;
  right: -50px;
  bottom: 350px;
  z-index: -1;
  background-size: 145px 136px;
}
.MppPresent__bg2 {
  content: "";
  display: block;
  width: 110px;
  height: 134px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/present_dog.png);
  position: absolute;
  left: -50px;
  top: 90px;
  z-index: -1;
  background-size: 110px 134px;
}
.MppPresent__title img {
  width: 208px;
  margin-left: -50px;
}
.MppPresent__heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #183346;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 12px;
}
.MppPresent__heading::before {
  content: "";
  display: block;
  width: 21px;
  height: 16px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/cmn/ico_paw_blue.svg);
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: -29px;
}
.MppPresent__heading::after {
  content: "";
  display: block;
  width: 21px;
  height: 16px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/cmn/ico_paw_blue.svg);
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: -29px;
}
.MppPresent__caption {
  color: #183346;
  text-align: center;
  font-size: 1.6rem;
}
.MppPresent__container {
  background-color: #ECF5FE;
  border-radius: 10px;
  padding: 40px 48px 40px;
  position: relative;
}
.MppPresentBoard__content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 5px solid #4188DB;
  border-radius: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #FFFFFF;
  margin-top: 40px;
}
.MppPresentBoard__content::before {
  content: "";
  display: block;
  width: 122px;
  height: 122px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/present_list_blue_01.png);
  position: absolute;
  left: -2px;
  top: -2px;
}
.MppPresentBoard__title {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 78px;
  padding-top: 20px;
  position: relative;
}
.MppPresentBoard__title::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/present_01.png);
  position: absolute;
  left: 0px;
  top: -10px;
}
.MppPresentBoard__imgList {
  display: flex;
  justify-content: center;
  background: no-repeat center center;
  background-image: url(/lp/mypetplus/img/top/present_board_bg.png);
  background-size: 100%;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.MppPresentBoard__imgItem {
  width: 25%;
}
.MppPresentBoard__caption {
  font-size: 1.6rem;
}
.MppPresentBoard__noteTxt {
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding-left: calc(1em + 6px);
  width: 100%;
}
.MppPresentBoard__noteTxt::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}
.MppPresent__content {
  margin-top: 0px;
}
.MppPresentCard {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  gap: 20px;
}
.MppPresentCard__item {
  width: calc((100% - 120px) / 2 );
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.MppPresentCard__item::before {
  content: "";
  display: block;
  width: 122px;
  height: 122px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/present_list_02.png);
  position: absolute;
  left: 0px;
  top: 0px;
}
.MppPresentCard__item:nth-child(2)::before {
  background-image: url(/lp/mypetplus/img/top/present_list_03.png);
}
.MppPresentCard__item:nth-child(3)::before {
  background-image: url(/lp/mypetplus/img/top/present_list_04.png);
}
.MppPresentCard__item:nth-child(3) .MppPresentCard__title {
  padding-top: 15px;
  height: 60px;
}
.MppPresentCard__item:nth-child(3) .MppPresentCard__text {
  height: 72px;
}
.MppPresentCard__item:nth-child(4)::before {
  background-image: url(/lp/mypetplus/img/top/present_list_04.png);
}
.MppPresentCard__content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex: 1;
  align-items: center;
  flex-direction: column;
  border: 5px solid #ECF5FE;
  border-radius: 14px;
  position: relative;
  padding: 20px 25px 30px;
}
.MppPresentCard__img {
  width: 80px;
  height: 80px;
}
.MppPresentCard__titleWrap {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MppPresentCard__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.MppPresentCard__text {
  margin-top: 16px;
  line-height: 1.5;
  font-weight: 400;
  width: 100%;
  font-size: 1.6rem;
}
.MppPresentCard__note {
  font-size: 1.2rem;
  width: 100%;
  margin-top: 12px;
}
.MppPresentCard__note + .MppPresentCard__note {
  margin-top: 0px;
}
.MppPresentCard__noteTxt {
  position: relative;
  display: inline-block;
  padding-left: calc(1em + 6px);
  width: 100%;
}
.MppPresentCard__noteTxt::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}
.MppPresentCard__noteTxt.-alert {
  color: #FF4040;
}
.MppPresent__note {
  font-size: 1.2rem;
}

.MppFlow {
  background-color: #ECF5FE;
  position: relative;
}
.MppFlow::before {
  content: "";
  display: block;
  width: 156px;
  height: 148px;
  background: no-repeat center center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/flow_stamp.png);
  position: absolute;
  left: 80px;
  top: -40px;
  background-size: 156px 592px;
  -webkit-animation-name: stamp;
  animation-name: stamp;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: step-end;
  animation-timing-function: step-end;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}
@-webkit-keyframes stamp {
  0% {
    background-position: left 0px top 0px;
    opacity: 0;
  }
  20% {
    background-position: left 0px top -444px;
    opacity: 1;
  }
  40% {
    background-position: left 0px top -296px;
    opacity: 1;
  }
  60% {
    background-position: left 0px top -148px;
    opacity: 1;
  }
  80% {
    background-position: left 0px top 0px;
    opacity: 1;
  }
  100% {
    background-position: left 0px top 0px;
    opacity: 1;
  }
}
@keyframes stamp {
  0% {
    background-position: left 0px top 0px;
    opacity: 0;
  }
  20% {
    background-position: left 0px top -444px;
    opacity: 1;
  }
  40% {
    background-position: left 0px top -296px;
    opacity: 1;
  }
  60% {
    background-position: left 0px top -148px;
    opacity: 1;
  }
  80% {
    background-position: left 0px top 0px;
    opacity: 1;
  }
  100% {
    background-position: left 0px top 0px;
    opacity: 1;
  }
}
@-webkit-keyframes stamp-sp {
  0% {
    background-position: left 0px top 0px;
    opacity: 0;
  }
  20% {
    background-position: left 0px top -240px;
    opacity: 1;
  }
  40% {
    background-position: left 0px top -160px;
    opacity: 1;
  }
  60% {
    background-position: left 0px top -80px;
    opacity: 1;
  }
  80% {
    background-position: left 0px top 0px;
    opacity: 1;
  }
  100% {
    background-position: left 0px top 0px;
    opacity: 1;
  }
}
@keyframes stamp-sp {
  0% {
    background-position: left 0px top 0px;
    opacity: 0;
  }
  20% {
    background-position: left 0px top -240px;
    opacity: 1;
  }
  40% {
    background-position: left 0px top -160px;
    opacity: 1;
  }
  60% {
    background-position: left 0px top -80px;
    opacity: 1;
  }
  80% {
    background-position: left 0px top 0px;
    opacity: 1;
  }
  100% {
    background-position: left 0px top 0px;
    opacity: 1;
  }
}
.MppFlow::after {
  content: "";
  display: block;
  width: 156px;
  height: 148px;
  background: no-repeat center center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/flow_stamp.png);
  position: absolute;
  right: 100px;
  bottom: -130px;
  z-index: 10;
  background-size: 156px 592px;
  -webkit-animation-name: stamp;
  animation-name: stamp;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: step-end;
  animation-timing-function: step-end;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.MppFlow__wrap {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 80px;
}
.MppFlow .MppHeading {
  padding-top: 40px;
}
.MppFlow .MppHeading img {
  width: 480px;
}
.MppFlow .MppHeading__caption {
  font-size: 1.6rem;
}
.MppFlow__content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}
.MppFlow__content img {
  width: 1120px;
}
.MppFlow__wave--bottom {
  display: block;
  width: 100%;
  height: 200px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/flow_wave_bottom_pc.png);
  transform: translateY(-1px);
  position: relative;
}

.MppPlan {
  background-color: #FCFCFC;
  margin-top: -205px;
  background: url(/lp/mypetplus/img/top/plan_bg_pc.jpg) no-repeat center/cover;
  padding-top: 150px;
  height: auto;
}
.MppPlan .MppHeading__caption {
  font-size: 1.6rem;
}
.MppPlan__wrap {
  padding: 55px 0 100px 0;
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.MppPlan__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.MppPlan__title::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/cmn/ico_paw.svg);
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: -40px;
}
.MppPlan__title::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/cmn/ico_paw.svg);
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: -40px;
}
.MppPlan__content {
  max-width: 1080px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
.MppPlan__balloonContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 780px;
  margin-bottom: 24px;
  padding: 17px 74px 22px 76px;
  border-radius: 5px;
  background-color: #FFFFFF;
  border-radius: 999px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  align-items: center;
}
.MppPlan__balloonContent::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 30px;
  height: 24px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.MppPlan__balloonText {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
.MppPlan__balloonTerm {
  font-family: "Zen Maru Gothic", sans-serif;
  background: linear-gradient(transparent 60%, #FFD983 60%);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.MppPlan__balloonNotion {
  font-size: 1.2rem;
}
.MppPlan__balloonNotion span {
  display: inline-block;
  width: 10px;
}
.MppPlan__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  margin: 24px 0 16px;
}
.MppPlan__item {
  flex: 1 1 calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 5px solid #F78383;
  border-radius: 14px;
  overflow: hidden;
  padding-bottom: 19px;
}
.MppPlan__feeBox {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 16px;
}
.MppPlan__feeTitle {
  font-size: 2.4rem;
  font-weight: 700;
  background: #F78383;
  padding: 12px 0px;
}
.MppPlan__discount {
  height: 24px;
  margin: 20px 0 12px;
}
.MppPlan__discountBadge {
  display: inline-block;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #F78383;
  background: #FFF5F0;
  border-radius: 100px;
  line-height: 1.4;
}
.MppPlan__price {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #F78383;
  padding-bottom: 16px;
  margin: 0px 19px 20px;
  border-bottom: 1px solid #DFDFDF;
}
.MppPlan__priceNum {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px;
}
.MppPlan__priceNum img {
  height: 23px;
  width: auto;
  vertical-align: bottom;
}
.MppPlan__benefit {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #183346;
  padding: 0 19px;
}
.MppPlan__benefitMain {
  font-weight: 700;
  color: #183346;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 15px;
}
.MppPlan__benefitSub {
  display: inline-block;
  padding-left: 27px;
  position: relative;
  font-weight: 700;
  color: #F78383;
  font-size: 15px;
  text-align: left;
  min-height: 45px;
}
.MppPlan__benefitSub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url("/lp/mypetplus/img/top/ico_plus_pink.png") no-repeat center/contain;
}
.MppPlan__imgBox {
  text-align: center;
  padding: 0 19px;
  margin-bottom: 8px;
}
.MppPlan__imgBox img {
  width: 100%;
  height: auto;
}
.MppPlan__desc {
  padding: 0 19px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #183346;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 111px;
}
.MppPlan__descText {
  margin-bottom: 12px;
  flex: 1;
}
.MppPlan__descNote {
  font-size: 1.2rem;
  color: #183346;
  padding-left: 20px;
  position: relative;
}
.MppPlan__descNote::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.MppPlan__featuresWrap {
  padding: 0 19px;
  margin-top: auto;
  height: 100%;
  margin-bottom: 2px;
  max-height: 169px;
}
.MppPlan__featuresHeading {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #183346;
}
.MppPlan__featuresBg {
  background: #FFF5F0;
  padding: 16px;
  border-radius: 8px;
  height: 100%;
  margin-top: auto;
  min-height: 148px;
}
.MppPlan__features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px 8px;
}
.MppPlan__feature {
  position: relative;
  padding-left: 28px;
  font-size: 1.3rem;
  color: #183346;
  font-weight: 500;
}
.MppPlan__feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.MppPlan__feature.-feature01::before {
  background-image: url("/lp/mypetplus/img/top/ico_rotation.png");
}
.MppPlan__feature.-feature02::before {
  background-image: url("/lp/mypetplus/img/top/ico_tracking.png");
}
.MppPlan__feature.-feature03::before {
  background-image: url("/lp/mypetplus/img/top/ico_antenna.png");
}
.MppPlan__feature.-feature04::before {
  background-image: url("/lp/mypetplus/img/top/ico_mic.png");
}
.MppPlan__feature.-feature05::before {
  background-image: url("/lp/mypetplus/img/top/ico_camera.png");
}
.MppPlan__feature.-feature06::before {
  background-image: url("/lp/mypetplus/img/top/ico_darkness.png");
}
.MppPlan__feature.-feature07::before {
  background-image: url("/lp/mypetplus/img/top/ico_antenna.png");
}
.MppPlan__feature.-feature08::before {
  background-image: url("/lp/mypetplus/img/top/ico_temperature.png");
}
.MppPlan__feature.-feature09::before {
  background-image: url("/lp/mypetplus/img/top/ico_wet.png");
}
.MppPlan__feature.-feature10::before {
  background-image: url("/lp/mypetplus/img/top/ico_light.png");
}
.MppPlan__feature.-feature11::before {
  background-image: url("/lp/mypetplus/img/top/ico_map.png");
}
.MppPlan__feature.-feature12::before {
  background-image: url("/lp/mypetplus/img/top/ico_check.png");
}
.MppPlan__featureText {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #183346;
  text-align: left;
}
.MppPlan__moreNote {
  color: #F78383;
  text-align: right;
  font-size: 1.4rem;
  padding: 0 19px;
  font-weight: 500;
}
.MppPlan__moreNote--sm {
  font-size: 12px;
  font-weight: 500;
}
.MppPlan__moreNoteText {
  font-size: 11px;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
  min-height: 33px;
}
.MppPlan__moreNoteText::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}
.MppPlan__note {
  width: 100%;
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
.MppPlan__note-desc {
  font-size: 1.2rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
}
.MppPlan__note-desc::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
}
.MppPlan__note-desc--num01 {
  padding-left: 27px;
}
.MppPlan__note-desc--num01::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※1";
}
.MppPlan__note-desc--num02 {
  padding-left: 27px;
}
.MppPlan__note-desc--num02::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※2";
}
.MppPlan__img {
  width: 328px;
  height: auto;
  margin-bottom: 24px;
}
.MppPlan__imgimg {
  width: 100%;
  height: 100%;
}
.MppPlan__support-text {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 64px;
}
.MppPlan__comment {
  position: relative;
  font-weight: 700;
  color: #014793;
  margin-bottom: 16px;
}
.MppPlan__comment::before {
  content: "";
  display: block;
  width: 13px;
  height: 24px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/plan_slash_01.png);
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: -23px;
}
.MppPlan__comment::after {
  content: "";
  display: block;
  width: 13px;
  height: 24px;
  background: no-repeat top center;
  background-size: 100%;
  background-image: url(/lp/mypetplus/img/top/plan_slash_02.png);
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: -23px;
}
.MppPlan__commentLogo {
  margin: 0 5px;
  width: 90px;
  height: auto;
  vertical-align: baseline;
}
.MppPlan__btn.-lg {
  color: #FFFFFF;
  background-color: #014793;
  box-shadow: none;
  max-width: 362px;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.3s;
}
.MppPlan__btn.-lg:hover {
  opacity: 0.7;
}

.MppNotice {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 80px;
}
.MppNotice__wrap {
  padding: 65px 150px 58px 140px;
  background-color: #FFFBF2;
  border-radius: 14px;
  max-width: 1080px;
  margin: 0 auto;
}
.MppNotice__item {
  font-size: 1.6rem;
}
.MppNotice__item::before {
  position: relative;
  top: -2px;
  left: -8px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background: #183346;
}
.MppNotice__item + .MppNotice__item {
  margin-top: 17px;
}
.MppNotice__note {
  font-size: 12px;
  margin-top: 4px;
}
.MppNotice__note--initial {
  margin-right: 8px;
}

.MppContact {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.MppContact__wrap {
  text-align: center;
  max-width: 1080px;
  margin: 60px auto 0px;
}
.MppContact__list {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
  flex-direction: row;
}
.MppContact__item {
  width: 50%;
  border: 5px solid #ECF5FE;
  border-radius: 14px;
  padding: 35px 25px;
  background-color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.MppContact__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #183346;
  text-align: center;
}
.MppContact__text {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #183346;
  margin-bottom: 60px;
  flex: 1;
}
.MppContact__btn {
  display: inline-block;
  background-color: #659FE2;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  padding: 18.5px 0px;
  width: 78%;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
  margin: auto;
}
.MppContact__btn:hover {
  background-color: #c5e1fc;
}

.MppCompany {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.MppCompany__wrap {
  text-align: center;
  margin-top: 120px;
  margin-bottom: -70px;
}
.MppCompany__text {
  font-size: 1.6rem;
}
.MppCompany__text + .MppCompany__text {
  margin-top: 12px;
}
.MppCompany__link {
  color: #183346;
  text-decoration: underline;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  z-index: 50;
}
.MppCompany__link:hover {
  text-decoration: none;
}
.MppCompany__btn.-lg {
  color: #FFFFFF;
  background-color: #659FE2;
  box-shadow: none;
  max-width: 262px;
  font-size: 1.4rem;
  margin-top: 30px;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  height: 48px;
  position: relative;
  z-index: 50;
}
.MppCompany__btn.-lg:hover {
  background-color: #A7CEFA;
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: -61px;
  }
  .MppHeading__caption {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .MppHeading__caption-note {
    font-size: 11px;
    display: block;
    margin-top: 8px;
  }
  .MppKv__wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 23%;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .MppKv__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .MppKv__content span::before {
    width: 10px;
    height: 12px;
    left: -32px;
    background-size: 10px 12px;
  }
  .MppKv__content span::after {
    width: 10px;
    height: 12px;
    right: -25px;
    background-size: 10px 12px;
  }
  .MppKv__content span {
    margin-bottom: 18px;
    font-size: 1.6rem;
  }
  .MppKv__content img {
    width: 82%;
  }
  .MppKv__caption {
    font-size: 1.3rem;
    margin-top: 5px;
    line-height: 1.87;
    background: no-repeat bottom center;
    background-image: url(/lp/mypetplus/img/top/kv_underline_sp.png);
    background-size: 100%;
  }
  .MppKv__app {
    width: 70%;
    margin-left: 0px;
    margin-top: 40px;
  }
  .MppAbout::before {
    background-image: url(/lp/mypetplus/img/top/about_bg_01_sp.png);
    width: 82px;
    height: 97px;
    left: 14px;
    top: 580px;
  }
  .MppAbout::after {
    background-image: url(/lp/mypetplus/img/top/about_bg_02_sp.png);
    width: 92px;
    height: 87px;
    right: 14px;
    z-index: 10;
    bottom: -25px;
  }
  .MppAbout__wrap {
    padding-top: 43px;
    padding-bottom: 60px;
    margin-top: 10px;
  }
  .MppAbout .MppHeading {
    margin-bottom: 16px;
  }
  .MppAbout .MppHeading img {
    width: 169px;
  }
  .MppAbout__content {
    flex-direction: column;
    row-gap: 50px;
  }
  .MppAbout__content img {
    width: 250px;
    height: 150px;
  }
  .MppAbout .MppHeading__caption {
    font-size: 1.4rem;
  }
  .MppAbout__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .MppAbout__list li {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .MppAbout__list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .MppAbout__list li::before {
    width: 61px;
    height: 51px;
    top: -7px;
    left: -25px;
  }
  .MppAbout__list li:nth-child(2)::before {
    top: -10px;
  }
  .MppAbout__list li p {
    font-size: 1.6rem;
  }
  .MppAbout__circle {
    width: 350px;
    height: 350px;
    top: 52%;
  }
  .MppAbout__note {
    margin-top: -32px;
    background-color: #fff;
  }
  .MppFeature__wave--top {
    height: 80px;
    background-image: url(/lp/mypetplus/img/top/feature_wave_top_sp.svg);
  }
  .MppFeature__wrap {
    padding-top: 43px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .MppFeature .MppHeading img {
    width: 287px;
  }
  .MppFeature .MppHeading__caption {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .MppFeatureSlider {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .MppFeatureSlider .slick-list {
    margin-left: 0px;
  }
  .MppFeatureSlider__item {
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
  }
  .MppFeatureSlider__item img {
    width: 94%;
  }
  .MppFeatureSlider__sentence {
    width: 100%;
    max-width: 335px;
    margin-top: 0px;
  }
  .MppFeatureSlider__heading {
    justify-content: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .MppFeatureSlider__heading.hp_PcBreak {
    display: none;
  }
  .MppFeatureSlider__heading.hp_SpBreak {
    display: flex;
    margin-bottom: 12px;
    margin-right: 20px;
  }
  .MppFeatureSlider__ico {
    width: 38px;
    height: 38px;
  }
  .MppFeatureSlider__title {
    font-size: 1.8rem;
    margin-bottom: 2px;
  }
  .MppFeatureSlider__title br.hp_SpBreak {
    display: none;
  }
  .MppFeatureSlider__text {
    margin-top: 12px;
    margin-bottom: 18px;
    font-size: 1.4rem;
  }
  .MppFeatureSlider__text span {
    font-size: inherit;
  }
  .MppFeatureSlider__sup {
    font-size: 1.2rem;
  }
  .MppFeatureSlider__notion {
    padding: 8px;
  }
  .MppFeatureSlider__notion p {
    font-size: 1.1rem;
  }
  .MppFeatureSlider__banner {
    margin: 12px auto 0px;
  }
  .MppFeatureSlider {
    border-radius: 0;
  }
  .MppFeatureSliderController {
    justify-content: center;
    position: relative;
    right: 0px;
    bottom: 400px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .MppFeatureSliderArrows {
    margin-left: 0;
    margin-left: 0;
    position: absolute;
    width: 100%;
    justify-content: space-between;
  }
  .MppFeatureSliderArrows .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .MppFeatureSliderArrows .slick-arrow::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: no-repeat center;
    background-size: 12px 12px;
  }
  .MppFeatureSliderArrows .slick-prev::before {
    background-image: url(/lp/mypetplus/img/cmn/ico_slider_btn_prev_sp.png);
  }
  .MppFeatureSliderArrows .slick-next {
    margin-left: 10px;
  }
  .MppFeatureSliderArrows .slick-next::before {
    background-image: url(/lp/mypetplus/img/cmn/ico_slider_btn_next_sp.png);
  }
  .MppFeatureSliderDots {
    position: absolute;
    top: 410px;
    display: flex !important;
  }
  .MppFeatureSliderDots button {
    width: 23px;
    height: 16px;
  }
  .MppFeatureSliderDots button::before {
    width: 10px;
    height: 10px;
  }
  .MppFeatureList {
    margin-top: 24px;
    margin-bottom: 8px;
    margin-right: -2%;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .MppFeatureList__item {
    width: 77px;
    height: 77px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 40px;
    margin-right: 2%;
  }
  .MppFeatureList__item img {
    width: 32px;
    height: 32px;
  }
  .MppFeatureList__item p {
    font-size: 1.1rem;
    line-height: 1.27;
    margin-top: 2px;
  }
  .MppSafety__wrap {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .MppSafety .MppHeading__caption {
    font-size: 1.4rem;
  }
  .MppSafety .MppHeading img {
    width: 261px;
    margin-left: -75px;
  }
  .MppSafetyCard {
    flex-direction: column;
    margin-top: 24px;
  }
  .MppSafetyCard__item {
    width: 100%;
    padding: 24px 30px;
    border-radius: 16px;
  }
  .MppSafetyCard__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .MppSafetyCard__img {
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
  }
  .MppSafetyCard__title {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .MppSafetyCard__text {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .MppPresent__wrap {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .MppPresent .MppHeading__caption {
    font-size: 1.4rem;
  }
  .MppPresent__box {
    padding: 24px 20px;
    margin-top: 24px;
  }
  .MppPresent__bg1 {
    display: none;
  }
  .MppPresent__bg2 {
    display: none;
  }
  .MppPresent__title img {
    width: 115px;
    margin-left: -40px;
  }
  .MppPresent__heading {
    font-size: 1.8rem;
  }
  .MppPresent__heading::before {
    width: 21px;
    height: 16px;
    left: -30px;
    top: 50%;
  }
  .MppPresent__heading::after {
    width: 21px;
    height: 16px;
    right: -30px;
    top: 50%;
  }
  .MppPresent__caption {
    line-height: 1.7;
    font-size: 1.4rem;
  }
  .MppPresent__container {
    padding: 24px 16px;
  }
  .MppPresentBoard__content {
    margin-top: 24px;
    padding: 15px 11px 35px;
  }
  .MppPresentBoard__content::before {
    width: 86px;
    height: 86px;
  }
  .MppPresentBoard__title {
    padding-top: 75px;
    padding-left: 0px;
    text-align: center;
    font-size: 1.6rem;
  }
  .MppPresentBoard__title::before {
    width: 69px;
    height: 69px;
    left: 50%;
    transform: translateX(-50%);
    top: -2px;
  }
  .MppPresentBoard__imgList {
    flex-wrap: wrap;
    background-image: url(/lp/mypetplus/img/top/present_board_bg_sp.png);
    background-size: 100%;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .MppPresentBoard__imgItem {
    width: 50%;
  }
  .MppPresentBoard__imgItem:nth-child(1) {
    margin-top: -30px;
  }
  .MppPresentBoard__imgItem:nth-child(2) {
    margin-top: 0px;
  }
  .MppPresentBoard__imgItem:nth-child(3) {
    transform: rotate(15deg);
    margin-top: -25px;
  }
  .MppPresentBoard__imgItem:nth-child(4) {
    margin-top: 5px;
    transform: rotate(-20deg);
  }
  .MppPresentBoard__caption {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
  }
  .MppPresentBoard__noteTxt {
    margin-top: 8px;
  }
  .MppPresent__content {
    margin-top: 0px;
  }
  .MppPresentCard {
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 16px;
    gap: 16px;
  }
  .MppPresentCard__item {
    width: 100%;
  }
  .MppPresentCard__item::before {
    width: 92px;
    height: 92px;
  }
  .MppPresentCard__item:nth-child(3) .MppPresentCard__title {
    height: auto;
    padding-top: 0px;
  }
  .MppPresentCard__item:nth-child(3) .MppPresentCard__text {
    height: auto;
  }
  .MppPresentCard__content {
    height: auto;
    padding: 19px 19px 25px 19px;
  }
  .MppPresentCard__img {
    width: 69px;
    height: 69px;
  }
  .MppPresentCard__titleWrap {
    margin-top: 12px;
    height: auto;
  }
  .MppPresentCard__title {
    font-size: 1.6rem;
  }
  .MppPresentCard__text {
    font-size: 1.2rem;
    line-height: 1.67;
    margin-top: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .MppPresentCard__note {
    font-size: 1.1rem;
    margin-top: 16px;
  }
  .MppFlow::before {
    width: 84px;
    height: 80px;
    left: 75%;
    background-size: 84px 320px;
    -webkit-animation-name: stamp-sp;
    animation-name: stamp-sp;
  }
  .MppFlow::after {
    width: 84px;
    height: 80px;
    right: 75%;
    bottom: -60px;
    background-size: 84px 320px;
    -webkit-animation-name: stamp-sp;
    animation-name: stamp-sp;
  }
  .MppFlow__wrap {
    padding-top: 49px;
    padding-bottom: 0px;
  }
  .MppFlow .MppHeading {
    padding-top: 0px;
    margin-bottom: 16px;
  }
  .MppFlow .MppHeading img {
    width: 288px;
  }
  .MppFlow .MppHeading__caption {
    font-size: 1.4rem;
  }
  .MppFlow__content {
    margin-top: 40px;
    position: relative;
    flex-direction: column;
    padding-bottom: 112px;
    align-items: center;
  }
  .MppFlow__content img {
    width: 259px;
  }
  .MppFlow__img {
    position: absolute;
    bottom: -27px;
    margin-left: 120px;
  }
  .MppFlow__wave--bottom {
    display: none;
  }
  .MppPlan {
    margin-top: 0px;
    background: url(/lp/mypetplus/img/top/plan_bg_sp.svg) no-repeat center/cover;
    padding-top: 0px;
    background-color: #ECF5FE;
    height: 100%;
    background-position-y: top;
    position: relative;
    z-index: 0;
  }
  .MppPlan::before {
    content: "";
    display: block;
    width: 59px;
    height: 103px;
    background: no-repeat top center;
    background-size: 100%;
    background-image: url(/lp/mypetplus/img/top/plan_dog.png);
    position: absolute;
    left: 37px;
    bottom: -5px;
  }
  .MppPlan::after {
    content: "";
    display: block;
    width: 100%;
    height: 1332px;
    background: no-repeat bottom center;
    background-size: 100%;
    background-image: url(/lp/mypetplus/img/top/plan_round.png);
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: -1;
  }
  .MppPlan .MppHeading__caption {
    font-size: 1.4rem;
  }
  .MppPlan__wrap {
    padding: 80px 20px 110px 20px;
    position: relative;
    padding-top: 77px;
  }
  .MppPlan__wrap::before {
    content: "";
    display: block;
    width: 259px;
    height: 120px;
    background: no-repeat top center;
    background-size: 100%;
    background-image: url(/lp/mypetplus/img/top/flow_02_sp.png);
    position: absolute;
    right: 38%;
    top: -95px;
    transform: translateX(50%);
  }
  .MppPlan__title::before {
    width: 24px;
    height: 21px;
    left: -34px;
  }
  .MppPlan__title::after {
    width: 24px;
    height: 21px;
    right: -34px;
  }
  .MppPlan__content {
    margin-top: 32px;
  }
  .MppPlan__balloonContent {
    padding: 8px 40px 14px;
    margin-bottom: 16px;
  }
  .MppPlan__balloonContent::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 30px;
    height: 35px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .MppPlan__balloonText {
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    line-height: 2;
  }
  .MppPlan__balloonTerm {
    font-size: 1.8rem;
    display: inline;
    line-height: 1.6;
  }
  .MppPlan__list {
    flex-direction: column;
    gap: 0px;
    margin: 16px 0 10px;
  }
  .MppPlan__item {
    padding-bottom: 19px;
    flex: 1 1 100%;
  }
  .MppPlan__feeBox {
    margin-bottom: 16px;
  }
  .MppPlan__feeTitle {
    font-size: 1.8rem;
    padding: 5px 0px 9px;
  }
  .MppPlan__discount {
    height: 27px;
    margin: 19px 0 14px;
  }
  .MppPlan__price {
    font-size: 1.3rem;
    margin: 0px 16px 8px;
    padding-bottom: 10px;
  }
  .MppPlan__priceNum img {
    height: 24px;
  }
  .MppPlan__benefit {
    padding: 0 19px;
  }
  .MppPlan__benefitMain {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .MppPlan__benefitSub {
    font-size: 14px;
    padding-left: 27px;
    min-height: 0px;
  }
  .MppPlan__imgBox {
    padding: 0px 15px;
    width: 100%;
    height: auto;
    margin: 0 auto 8px;
  }
  .MppPlan__imgBox img {
    max-width: 295px;
  }
  .MppPlan__desc {
    font-size: 1.4rem;
    margin-bottom: 24px;
    padding: 0 15px;
  }
  .MppPlan__descText {
    margin-bottom: 10px;
  }
  .MppPlan__descNote {
    font-size: 1.1rem;
    padding-left: 19px;
  }
  .MppPlan__featuresWrap {
    padding: 0 15px;
  }
  .MppPlan__featuresHeading {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .MppPlan__featuresBg {
    padding: 12px 16px 16px;
    height: 100%;
    min-height: initial;
  }
  .MppPlan__features {
    gap: 6px 10px;
  }
  .MppPlan__feature {
    padding-left: 28px;
    font-size: 14px;
  }
  .MppPlan__feature::before {
    width: 20px;
    height: 20px;
  }
  .MppPlan__featureText {
    font-size: 14px;
  }
  .MppPlan__moreNote {
    font-size: 14px;
    padding: 0 19px;
  }
  .MppPlan__moreNote--sm {
    font-size: 11px;
    font-weight: 400;
  }
  .MppPlan__moreNoteText {
    min-height: initial;
    margin-top: 8px;
    margin-bottom: 24px;
    padding-left: 19px;
  }
  .MppPlan__note {
    text-align: left;
    margin-bottom: 40px;
    align-items: initial;
  }
  .MppPlan__note-desc {
    font-size: 1.1rem;
    padding-left: 26px;
  }
  .MppPlan__img {
    width: 335px;
    margin-bottom: 10px;
  }
  .MppPlan__support-text {
    margin-bottom: 0px;
    font-size: 1.4rem;
  }
  .MppPlan__comment {
    font-size: 1.4rem;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .MppPlan__comment::before {
    width: 10px;
    height: 12px;
    left: -17px;
  }
  .MppPlan__comment::after {
    width: 10px;
    height: 12px;
    right: -17px;
  }
  .MppPlan__commentLogo {
    margin: 0 4px;
  }
  .MppPlan__btn.-lg {
    margin-top: 10px;
    font-size: 1.6rem;
    padding: 14px 20px;
  }
  .MppPlan__item:first-child .MppPlan__discount {
    margin: 0px;
  }
  .MppNotice {
    margin-top: 35px;
  }
  .MppNotice__wrap {
    padding: 24px 20px 32px 34px;
  }
  .MppNotice__item {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .MppNotice__item + .MppNotice__item {
    margin-top: 10px;
  }
  .MppNotice__note {
    display: inline-block;
    font-size: 11px;
    margin-top: 6px;
  }
  .MppNotice__note--initial {
    margin-right: 4px;
  }
  .MppContact__wrap {
    margin-top: 50px;
  }
  .MppContact .MppSubHeading {
    font-size: 2.4rem;
  }
  .MppContact__list {
    flex-direction: column;
    gap: 20px;
  }
  .MppContact__item {
    width: 100%;
    padding: 19px 15px 27px;
  }
  .MppContact__title {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .MppContact__text {
    font-size: 1.2rem;
    margin-bottom: 32px;
  }
  .MppContact__btn {
    font-size: 1.3rem;
    width: 100%;
    max-width: 295px;
    height: 48px;
    padding: 14px 0px;
  }
  .MppCompany__wrap {
    margin-top: 50px;
    margin-bottom: -102px;
  }
  .MppCompany__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .MppCompany__link {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .MppCompany__btn.-lg {
    margin-top: 22px;
    font-size: 1.3rem;
    width: 258px;
    height: 40px;
  }
}
@media screen and (min-width: 769px) {
  .MppKv {
    height: 700px;
    background: no-repeat top center;
    background-size: cover;
    background-image: url(/lp/mypetplus/img/top/kv_pc.jpg);
  }
  .MppKv__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 950px;
    margin: 0 auto;
  }
  .MppFeatureSliderWrap {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .MppFeatureSliderDots {
    display: none !important;
  }
  .MppFeatureSliderItem {
    position: relative;
  }
  .MppFeatureSliderItem::before {
    content: "";
    display: block;
    padding-top: calc(480 / 1280 * 100%);
  }
  .MppFeatureSliderItem img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate3d(0, -50%, 0);
  }
  .MppPresentBoard__imgItem:nth-child(1) {
    margin-top: -10px;
    margin-right: -5px;
  }
  .MppPresentBoard__imgItem:nth-child(2) {
    margin-top: 45px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .MppPresentBoard__imgItem:nth-child(3) {
    margin-top: -10px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .MppPresentBoard__imgItem:nth-child(4) {
    margin-top: 45px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  .MppKv__content span {
    font-size: 1.8rem;
  }
  .MppKv__caption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 350px) {
  .MppFlow .MppHeading__caption .hp_SpBreak {
    display: none;
  }
  .MppCompany__text .hp_SpBreak {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) and (min-width: 500px) {
  .MppPlan__wrap::before {
    top: -85px;
  }
}
@media screen and (max-width: 768px) and (max-width: 769px) and (min-width: 650px) {
  .MppPlan__wrap::before {
    top: -75px;
  }
}