@charset "UTF-8";

h1 {
  margin-bottom: 100vh;
}

#mv {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 90px);
  background: url(/images/product/ex/fjs/mv.jpg) no-repeat top center / cover;
}

#features {
  position: relative;
  background: initial;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--font-mplus);
}
#features::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/images/product/ex/fjs/feature-bg.png) repeat-x center bottom / cover;
}
#features .catch {
  display: grid;
  place-content: center;
  height: 4.034vw;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 1.952vw;
  font-weight: 700;
  line-height: 1.3;
}
#features .inner {
  position: relative;
}
#features .inner p {
  position: absolute;
  top: 1.952vw;
  left: 50%;
  z-index: 2;
  width: 95%;
  text-align: center;
  font-size: 1.431vw;
  font-weight: 700;
  line-height: 1.2;
  transform: translateX(-50%);
}
#features picture {
  display: block;
  width: 100%;
  margin-inline: auto;
}
#features img {
  object-fit: cover;
}
#features [class^="feature"]:last-of-type {
  width: 100%;
}
#features [class^="feature"]:nth-of-type(n + 2):nth-of-type(-n + 7) {
  width: 50%;
}
#features [class^="feature"]:nth-of-type(n + 2):nth-of-type(-n + 5) picture {
  width: min(60.2rem, 90%);
}
#features .feature02 .catch,
#features .feature04 .catch,
#features .feature06 .catch {
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
#features .feature03 .catch,
#features .feature05 .catch,
#features .feature07 .catch {
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
#features .feature01 .catch {
  height: 18rem;
  font-size: 3.2rem;
}
#features .feature01 .inner p {
  top: 0.651vw;
  font-size: 2rem;
  line-height: 1.4;
}
#features .feature03 .catch {
  display: flex;
  align-items: center;
}
#features .feature03 .catch span {
  font-family: initial;
  font-weight: 400;
  font-size: 2rem;
}
#features .feature06 picture,
#features .feature07 picture {
  width: min(76.2rem, 99%);
}
#features .feature07 .link {
  position: absolute;
  bottom: 1.952vw;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 12.752vw;
  transition: opacity 0.2s ease;
}
#features .link:hover {
  opacity: 0.75;
}
#features .feature08 .catch {
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
#features .feature08 picture {
  width: min(105rem, 100%);
}
#features .feature08 .inner p {
  font-size: 2.212vw;
  line-height: 1.2;
}

#used {
  position: relative;
}
#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/fjs/used-img02.jpg) 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 figure {
  width: min(84.6rem, 100%);
  margin: 3rem auto 13rem;
}

/* SP */
@media (max-width: 767px) {
  #mv {
    top: 60px;
    height: calc(100vh - 60px);
    background: url(/images/product/ex/fjs/mv-sp.jpg) no-repeat top center / cover;
  }

  #features {
    display: flex;
    flex-direction: column;
  }
  #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: 4.688vw;
    width: 95%;
    font-size: 3.438vw;
  }
  #features picture {
    height: 100%;
  }
  #features img {
    height: 100%;
  }
  #features [class^="feature"]:nth-of-type(n + 2):nth-of-type(-n + 7) {
    width: 100%;
  }
  #features [class^="feature"]:nth-of-type(n + 2):nth-of-type(-n + 7) .inner {
    height: auto;
  }
  #features [class^="feature"]:nth-of-type(n + 2):nth-of-type(-n + 5) picture {
    width: 100%;
  }
  #features .feature01 {
    order: 1;
  }
  #features .feature02 {
    order: 2;
  }
  #features .feature03 {
    order: 3;
  }
  #features .feature04 {
    order: 5;
  }
  #features .feature05 {
    order: 4;
  }
  #features .feature06 {
    order: 6;
  }
  #features .feature07 {
    order: 7;
  }
  #features .feature08 {
    order: 8;
  }
  #features .feature01 .catch {
    height: 18.75vw;
    font-size: 3.281vw;
    line-height: 1.4;
  }
  #features .feature02 .catch,
  #features .feature04 .catch,
  #features .feature06 .catch {
    clip-path: initial;
  }
  #features .feature03 .catch,
  #features .feature05 .catch,
  #features .feature07 .catch {
    clip-path: initial;
  }
  #features .feature03 .catch span {
    font-size: 3.125vw;
  }
  #features .feature01 .inner p {
    text-align: initial;
    top: 3.125vw;
    font-size: 2.656vw;
    line-height: 1.6;
  }
  #features .feature07 .inner p {
    top: 1.563vw;
  }
  #features .feature08 .inner p {
    top: 10.625vw;
    font-size: 4.375vw;
  }
  #features .feature06 picture,
  #features .feature07 picture {
    width: 100%;
  }
  #features .feature07 .link {
    bottom: 3.125vw;
    width: 27.969vw;
  }
  #features .feature08 .catch {
    clip-path: initial;
  }

  #details .wrapper {
    padding: 1.563vw 6.25vw 5.625vw;
  }
  #details .common-icon-list {
    gap: 1.563vw;
  }
  #details figure {
    width: 100vw;
    margin: 10.938vw calc(50% - 50vw) 15.63vw;
  }
}
