@charset "UTF-8";

/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  height: initial;
  margin-bottom: initial;
}
.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/jed/mv-bg.webp) no-repeat center / cover;
}
#mv .inner {
  position: relative;
  height: calc(100vh - 90px);
}
#mv picture {
  display: block;
  height: 100%;
}
#mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#features {
  position: relative;
  z-index: 2;
  margin-top: 100lvh; /* 被せるまでのバッファ */
  background: initial;
  background-color: #fff;
  font-family: var(--font-mplus);
}
.column {
  display: flex;
  flex-wrap: wrap;
}
#features .catch {
  display: grid;
  place-content: center;
  height: 4.034vw;
  color: #fff;
  background-color: #bcaaa4;
  text-align: center;
  font-size: 1.952vw;
  line-height: 1.3;
}
#features .inner {
  position: relative;
}
#features picture {
  display: block;
  width: 100%;
  margin-inline: auto;
}
#features img {
  width: 100%;
}
#features [class^="feature"] {
  position: relative;
  width: 100%;
}
#features .feature01 .catch {
  height: 15rem;
  background-color: #cbc5b4;
  font-size: 2.277vw;
}
#features .feature02,
#features .feature03 {
  width: 50%;
}
#features .feature02 .catch {
  margin-right: 4rem;
  border-radius: 0 3rem 3rem 0;
  padding-left: 8rem;
}
#features .feature03 .catch {
  margin-left: 4rem;
  border-radius: 3rem 0 0 3rem;
}

#features .feature02 picture,
#features .feature03 picture {
  width: min(76.8rem, 90%);
}
#features .feature03 .catch {
  display: flex;
  align-items: center;
}
#features .feature04 a {
  position: absolute;
  width: 12.752vw;
  transition: opacity 0.2s ease;
}

#features .feature04 a:nth-of-type(1) {
  top: 28vw;
  left: 12vw;
}
#features .feature04 a:nth-of-type(2) {
  top: 28vw;
  left: 43.5vw;
}
#features .feature04 a:nth-of-type(3) {
  top: 30vw;
  left: 74.5vw;
}
#features .feature04 a:hover {
  opacity: 0.75;
}

#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: 2306 / 1035;
  background: url(/images/product/ex/jed/used-img.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 picture {
  display: block;
  width: min(153rem, 100%);
  margin: 3rem auto 6rem;
}

/* SP */
@media (max-width: 768px) {
  .fixed-bg {
    top: 60px;
    height: calc(100lvh - 60px);
    background: url(/images/product/ex/jed/mv-bg-sp.webp) no-repeat center / cover;
  }
  #mv .inner {
    height: calc(100lvh - 60px);
    background: initial;
  }
  #mv .title {
    position: absolute;
    top: 8vh;
    left: 50%;
    z-index: 2;
    translate: -50% 0;
    width: 90%;
  }
  #mv .model {
    position: absolute;
    bottom: 2vh;
    left: 50%;
    z-index: 2;
    translate: -50% 0;
    width: 38vw;
  }

  .column {
    display: flex;
    flex-direction: column;
  }
  #features::before {
    display: none;
  }
  #features picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #features .catch {
    height: 9.688vw;
    font-size: 4.688vw;
  }
  #features picture {
    height: 100%;
  }

  #features .feature01 .catch {
    height: 18.75vw;
    font-size: 3.18vw;
    white-space: nowrap;
    line-height: 1.4;
  }
  #features .feature02,
  #features .feature03 {
    width: 100%;
  }
  #features .feature02 .catch,
  #features .feature03 .catch {
    margin-inline: initial;
    border-radius: initial;
  }
  #features .feature02 .catch {
    padding-left: 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 .feature04 a {
    width: 26vw;
  }
  #features .feature04 a:nth-of-type(1) {
    top: 57vw;
    left: 14.5vw;
  }
  #features .feature04 a:nth-of-type(2) {
    top: 57vw;
    left: 61vw;
  }
  #features .feature04 a:nth-of-type(3) {
    top: 117vw;
    left: 37.5vw;
  }
  #details .wrapper {
    padding-block: 1.563vw 5.625vw;
  }
  #details .common-icon-list {
    gap: 1.563vw;
  }
  #details picture {
    width: 100%;
  }
}