@charset "UTF-8";


/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  z-index: 3;
  height: initial;
  padding-block: 20px;
  font-size: 30px;
}

.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-01/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: 25%;
  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-01/bg.webp) no-repeat top center / cover;
}

#features .catch {
  display: grid;
  place-content: center;
  height: 62px;
  color: #fff;
  background-color: #bcb590;
  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 .feature04,
#features .feature05 {
  width: 100%;
}

#features .feature02,
#features .feature03 {
  width: 50%;
}


#features .feature02 picture,
#features .feature03 picture {
  width: min(512px, 90%);
  margin: auto auto 0;
  padding-top: 100px;
}

#features .feature02 picture {
  padding-top: 150px;
}

#features .feature02 picture img,
#features .feature03 picture img {
  width: 100%;
}

#features .feature01 .catch {
  height: 120px;
  font-size: 30px;
  line-height: 1.4;
}

#features .feature01 .inner p {
  top: 10px;
  font-size: 20px;
  line-height: 1.4;
}

#features .feature01 picture {
  width: 893px;
  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: 858px;
  margin: 45px auto 13px;
}

#features .feature05 {
  padding-bottom: 50px;
}

#features .feature05 a {
  display: block;
  text-align: center;
}

#features .feature05 p span {
  font-size: 18px;
}

#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/fju-01/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: 14px;
    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-sp p span {
    font-size: 2.8vw;
  }

  #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);
  }

  #features .feature05 {
    position: relative;
  }

  #features .feature05 p span {
    font-size: 2.8vw;
  }

  #features .feature05 a {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
  }

  #used .catch {
    font-size: 4.688vw;
    height: 9.688vw;
  }
}