@charset "UTF-8";


/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  z-index: 3;
  height: initial;
  padding-block: 20px;
  font-size: 36px;
}

.prod-detail .mod-head01-inner {
  position: initial;
  transform: initial;
}

/* ▲ 先方スタイル相殺 */

.fixed-bg {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100lvh - 90px);
  background: url(/images/product/ex/jpi-00/mv.webp) no-repeat top left 80% / cover;
}

#mv {
  position: relative;
}

#mv .inner {
  position: relative;
  height: calc(100lvh - 90px);
}

#mv picture {
  position: absolute;
  top: 0%;
  right: 7%;
  width: 50%;
  min-width: 400px;
  /* left: 60%; */
  /* height: 100%; */
  /* translate: -50% 0; */
}

#mv picture img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

#features {
  position: relative;
  background: initial;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-mplus);
}


#features .catch {
  display: grid;
  place-content: center;
  height: 62px;
  color: #000;
  background-color: #dee2e5;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

#features .inner {
  position: relative;
  height: 100%;
}

#features .inner p {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 2;
  width: 95%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  transform: translateX(-50%);
}

#features .inner picture {
  display: block;
  width: 100%;
  text-align: center;
}

#features .feature01,
#features .feature02,
#features .feature03 {
  width: 100%;
}



#features .feature04 picture {
  width: 700px;
  margin: 45px auto 13px;
}

#features .feature05 {
  padding-bottom: 50px;
  background-color: white;
}

#features .feature05 a,
#features .feature02 a,
#features .feature03 a {
  display: block;
  text-align: center;
}

#features .feature05 p span {
  font-size: 18px;
}

#features .feature02.fix-pb,
#features .feature03.fix-pb {
  padding-bottom: 50px;
  background-color: white;
}

#features .feature02.fix-pb .span-02 {
  font-size: 14px;
}

#used {
  margin-top: 50lvh;
}

#used .catch {
  display: grid;
  place-content: center;
  height: 62px;
  color: #fff;
  background-color: #6d98ca;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

#used picture {
  display: block;
}

#details {
  position: relative;
  z-index: 4;
}

#details .wrapper {
  padding: 13px 40px 36px;
}

#details .common-icon-list {
  align-items: center;
  justify-content: center;
}

#details .common-icon-list li img {
  width: 100%;
}

#details figure {
  width: min(611px, 100%);
  margin-inline: auto;
}

#closeup h2.common-heading {
  color: black;
}

/* SP */
@media (max-width: 767px) {
  .fixed-bg {
    top: 60px;
    height: calc(100lvh - 60px);
    background: url(/images/product/ex/jpi-00/mv-sp.webp) no-repeat center center / cover;
  }

  #mv .inner {
    height: calc(100lvh - 60px);
  }

  #mv picture {
    top: 0px;
    left: 0px;
    right: initial;
    width: 100%;
    min-width: initial;
  }

  #mv picture img {
    width: 100%;
    object-position: top center;
  }

  #features::before {
    display: none;
  }

  #features img {
    width: 100%;
    object-fit: cover;
  }

  #features .catch {
    height: 9.688vw;
    font-size: 4.688vw;
  }

  #features .inner {
    height: auto;
  }

  #features .inner p {
    top: 14px;
    width: 95%;
    font-size: 3.438vw;
  }

  #features .inner picture {
    display: block;
    width: 100%;
    text-align: center;
  }


  #features .feature02.fix-pb picture img {
    padding-top: 20px;
  }

  #features .feature02 .inner,
  #features .feature03 .inner {
    width: 100%;
    height: auto;
  }

  #features .feature02 picture,
  #features .feature03 picture {
    width: 100%;
    transform: initial;
    padding-top: initial;
  }


  #features .feature01 picture {
    width: 100%;
  }




  #used .images {
    display: none;
  }

  #details .wrapper {
    padding: 1.563vw 6.25vw 5.625vw;
  }

  #details .common-icon-list {
    gap: 1.563vw;
  }

  #details figure {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }

  #features .feature05 {
    position: relative;
    padding-bottom: 0;
  }

  #features .feature05 p span {
    font-size: 2.8vw;
  }

  #features .feature05 a,
  #features .feature02 a,
  #features .feature03 a {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
  }


  #features .feature02.fix-pb a,
  #features .feature03.fix-pb a {
    top: 102%;
    width: 130px;
  }

  #features .feature02.fix-pb .span-02 {
    font-size: 10px;
  }

  #used .catch {
    font-size: 4.688vw;
    height: 9.688vw;
  }

  .prod-detail .mod-head01 {
    font-size: 16px;
  }
}