@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/fju/mv.webp) no-repeat top right 70% / cover;
}

#mv {
  position: relative;
}
#mv .inner {
  position: relative;
  height: calc(100lvh - 90px);
}
#mv picture {
  position: absolute;
  top: 0;
  left: 31%;
  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::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff url(/images/product/ex/fju/bg.webp) no-repeat top center / cover;
}
#features .catch {
  display: grid;
  place-content: center;
  height: 6.2rem;
  color: #fff;
  background-color: #6d98ca;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
#features .inner {
  position: relative;
  height: 100%;
}
#features .inner p {
  position: absolute;
  top: 4rem;
  left: 50%;
  z-index: 2;
  width: 95%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  transform: translateX(-50%);
}
#features .inner picture {
  display: block;
  width: 100%;
  text-align: center;
}
#features .feature01,
#features .feature04 {
  width: 100%;
}
#features .feature02,
#features .feature03 {
  width: 50%;
}
#features .feature02 picture,
#features .feature03 picture {
  width: min(60.2rem, 90%);
  margin: auto auto 0;
  padding-top: 10rem;
}
#features .feature02 picture img,
#features .feature03 picture img {
  width: 100%;
}
#features .feature01 .catch {
  height: 12rem;
  font-size: 3rem;
  line-height: 1.4;
}
#features .feature01 .inner p {
  top: 1rem;
  font-size: 2rem;
  line-height: 1.4;
}
#features .feature01 picture {
  width: 89.3rem;
  margin-inline: auto;
}
#features .feature02 .catch {
  clip-path: polygon(0 0%, 96% 0%, 90% 100%, 0% 100%);
}
#features .feature02 picture {
  left: 52%;
}
#features .feature03 .catch {
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 4% 100%);
}
#features .feature03 picture {
  left: 47%;
}
#features .feature04 picture {
  width: 85.8rem;
  margin: 4.5rem auto 1.3rem;
}

#used {
  margin-top: 50lvh;
}
#used .catch {
  display: grid;
  place-content: center;
  height: 6.2rem;
  color: #fff;
  background-color: #6d98ca;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
#used picture {
  display: block;
}
#used .images::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1537 / 628;
  background: url(/images/product/ex/fju/used-img02.webp) no-repeat top right 40% / cover;
}

#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 .common-icon-list li img {
  width: 100%;
}
#details figure {
  width: min(61.1rem, 100%);
  margin-inline: auto;
}

/* SP */
@media (max-width: 767px) {
  .fixed-bg {
    top: 60px;
    height: calc(100lvh - 60px);
    background: url(/images/product/ex/fju/mv-sp.webp) no-repeat center right 32% / cover;
  }

  #mv .inner {
    height: calc(100lvh - 60px);
  }
  #mv picture {
    top: 0;
    left: 0;
    width: 100%;
    translate: 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: 1.4rem;
    width: 95%;
    font-size: 3.438vw;
  }
  #features .inner picture {
    display: block;
    width: 100%;
    text-align: center;
  }
  #features .feature02,
  #features .feature03 {
    width: 100%;
  }
  #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 .catch {
    height: 18.438vw;
    font-size: 4.688vw;
  }
  #features .feature01 .inner p {
    top: 3.125vw;
    font-size: 2.656vw;
    line-height: 1.6;
  }
  #features .feature01 picture {
    width: 100%;
  }
  #features .feature02 .catch {
    clip-path: initial;
  }
  #features .feature02 .inner {
    aspect-ratio: 640 / 400;
  }
  #features .feature02 picture {
    left: initial;
  }
  #features .feature03 .catch {
    clip-path: initial;
  }
  #features .feature03 .inner {
    aspect-ratio: 640 / 441;
  }
  #features .feature03 picture {
    left: initial;
  }
  #features .feature04-sp .inner {
    width: 100%;
    aspect-ratio: 640 / 394;
  }
  #features .feature04 picture {
    width: 100%;
    margin: initial;
  }

  #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);
  }
}
