@charset "UTF-8";

/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  z-index: 3;
  height: initial;
  padding-block: 2rem;
}
.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/jpb/mv-bg.webp) no-repeat top center / cover;
}

#mv {
  position: relative;
}
#mv .inner {
  position: relative;
  height: calc(100lvh - 90px);
}
#mv picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
#mv picture img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.js-wrapper {
  margin-top: 50lvh;
}

#features {
  /* position: relative; */
  background: initial;
  font-family: var(--font-mplus);
}
#features section {
  position: relative;
  background-color: initial;
}
#features .catch {
  display: grid;
  place-content: center;
  padding-block: 1.3rem;
  background-color: #6ab8d9;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-size: min(2vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
}
#features picture img {
  width: 100%;
}
#features section iframe {
  position: absolute;
  left: 50%;
  bottom: 2%;
  z-index: 2;
  aspect-ratio: 16 / 9;
  width: 56%;
  translate: -50% 0;
}

#used {
  margin-top: 50lvh;
}
#used picture img {
  width: 100%;
}

#details {
  position: relative;
  z-index: 4;
}
#details .wrapper {
  padding: 1.3rem 4rem 3.6rem;
}
#details .common-icon-list {
  align-items: center;
  justify-content: center;
}
#details picture {
  width: min(112rem, 100%);
  margin: 2rem auto;
}

/* SP */
@media (max-width: 767px) {
  .fixed-bg {
    top: 60px;
    height: calc(100lvh - 60px);
    background: url(/images/product/ex/jpb/mv-bg-sp.webp) no-repeat center / cover;
  }

  #mv .inner {
    height: calc(100lvh - 60px);
  }
  #mv picture {
    top: 50%;
    left: 0;
    width: 100%;
    translate: 0 -50%;
  }

  #mv picture img {
    width: 100%;
  }

  #features::before {
    display: none;
  }
  #features section:not(:first-of-type) {
    width: 100%;
  }
  #features .catch {
    padding-block: 2.5vw;
    font-size: 3.8vw;
  }
  #features img {
    width: 100%;
    height: auto;
  }
  #features section iframe {
    bottom: 3%;
    width: 90.7%;
  }

  #details .wrapper {
    padding: 1.563vw 6.25vw 5.625vw;
  }
  #details .common-icon-list {
    gap: 2vw;
  }
  #details picture {
    width: 100vw;
    margin: 2rem calc(50% - 50vw);
  }
}
