/* ------ page -------- */
.p-mv {
  position: relative;
  height: 175vw;
  background: url(/brand/kakatocare/img/top/bg_mv_sp.jpg) no-repeat center top;
  background-size: 100% auto;
}
.p-mv:after{
  content:"";
  height: 25px;
  width: 100%;
  background: url(/brand/kakatocare/img/top/bg_mv02_sp.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.p-mv-img01,
.p-mv-img02,
.p-mv-pkg {
  position: absolute;
}

.p-mv-img01 {
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 90vw;
}
.p-mv-img02 {
  right: 0;
  left: 0;
  top: 57vw;
  margin: 0 auto;
  width: 65vw;
}
.p-mv-pkg {
  bottom: 25px;
  top: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 95.2vw;
  display: flex;
  justify-content:space-between;
}
.p-mv-pkg-wrap{
  text-align: center;
}
.p-mv-pkg-wrap.pkg01{
  width: 45%;
  margin-left: 5px;
}
.p-mv-pkg-wrap.pkg02{
  width: 50.9%;}
.p-mv-pkg-lead{
  margin-bottom: 0;
}
.p-mv-pkg-name{
  margin: -5px 0 10px;
}
.p-mv-pkg-name img{
  display: block;
  margin: 0 auto;
}
.p-mv-pkg-btn img{
  height: 40px;
  width: auto;
}
.p-lead-wrap{
  background: #f7a7c1;
  margin-top: -25px;
}
.p-lead-wrap .l-inner{
  padding-right: 10px;
  padding-left: 10px;
}
.p-lead-wrap,.p-lead-wrap .l-inner{
  position: relative;
}
.p-lead-wrap:after{
  content:"";
  height: 25px;
  width: 100%;
  background: url(/brand/kakatocare/img/top/bg_lead01_sp.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.p-lead {
  padding: 60px 0 0 0;
  text-align: center;
}
.p-lead-ttl {
  margin: 25px 0 12px;
  text-align: center;
}
.p-lead-ttl img{
  width: 80%;
}
.p-lead-image{
  text-align: center;
}
.p-lead-image img{
  width: 80%;
  margin-bottom: 5px;
}


@media print,screen and (min-width: 768px) {
  .p-mv {
    height: 530px;
    background-image: url(/brand/kakatocare/img/top/bg_mv02_pc.jpg),url(/brand/kakatocare/img/top/bg_mv_pc.png) ;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center center;
    background-size: auto auto,100% 100%;
    position: relative;
    z-index: 10;
  }
  .p-mv:after{
    display: none;
  }
  .p-mv-inner{
    width: 1028px;
    margin: 0 auto;
    height: 530px;
    position: relative;
  }
  .p-mv-img01 {
    top: 0;
    left: 100px;
    right: auto;
    margin: auto;
    width: 355px;
  }
  .p-mv-img02 {
    top: 243px;
    left: 112px;
    right: auto;
    margin: auto;
    width: 309px;
  }
  .p-mv-pkg {
    top: 54px;
    left: 530px;
    width: 575px;
    display: flex;
    justify-content:flex-start;
  }
  .p-mv-pkg-lead{
    margin-bottom: 7px;
  }

  .p-lead-wrap{
    margin-top: -50px;
  }
  .p-mv-pkg-wrap.pkg01{
    width: auto;
    margin-left: 0;
  }
  .p-mv-pkg-wrap.pkg02{
    width: auto;
    margin-left: 60px;
  }
  .p-lead-wrap .l-inner{
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-lead-wrap:after{
    height: 50px;
    background: url(/brand/kakatocare/img/top/bg_lead01.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .p-mv-pkg-btn img{
    height: 40px;
    width: auto;
  }
  .p-lead {
    padding: 130px 0 110px 50px;
    width: 451px;
    text-align: center;
  }
  .p-lead-ttl {
    margin: 30px 0 0 0;
  }
  
  .p-lead-ttl img{
    width: auto;
  }
  .p-lead-image{
    position: absolute;
    bottom: 6px;
    right: -20px;
    z-index: 10;
  }
  .p-lead-image img{
    width: 564px;
    margin-bottom:0;
  }
}