@charset "UTF-8";

/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  z-index: 3;
  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/kbj/mv.webp) no-repeat center / cover;
}
#mv {
  position: relative;
  height: calc(100lvh - 90px);
}
#mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .title {
  position: absolute;
  z-index: 2;
  bottom: 10lvh;
  left: 45%;
  translate: -50% 0;
  width: 55.5vw;
}

#features {
  position: relative;
  z-index: 2;
  margin-top: 100lvh; /* 被せるまでのバッファ */
  background: initial;
  font-family: var(--font-mplus);
}

#features .bg {
  position: relative;
}
#features .bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/images/product/ex/kbj/feature-bg.webp) repeat-y center bottom / 100% auto;
}
#features section {
  background-color: initial;
}
#features .catch {
  display: grid;
  place-content: center;
  height: 4.034vw;
  color: #fff;
  background-color: #025d9b;
  text-align: center;
  font-size: 1.45vw;
  font-weight: 700;
  line-height: 1.3;
}
#features .inner {
  position: relative;
}
#features picture:not(.sp) {
  display: block;
  width: 100%;
  margin-inline: auto;
}
#features img {
  object-fit: cover;
}
#features .column {
  display: flex;
  flex-wrap: wrap;
}
#features .column section {
  width: 50%;
}
#features .column section:first-of-type .catch {
  margin-right: 3rem;
  border-radius: 0 3rem 3rem 0;
}
#features .column section:last-of-type .catch {
  margin-left: 3rem;
  border-radius: 3rem 0 0 3rem;
}
#features .link:hover {
  opacity: 0.75;
}
#features .feature01 .catch {
  height: 15rem;
  font-size: 3.5rem;
}
#features .feature01 .inner {
  padding-block: 3rem 7rem;
}
#features .feature01 .inner p {
  width: fit-content;
  margin-inline: auto;
  color: #534741;
  font-size: 2.2rem;
  line-height: 1.27;
}
#features .feature01 iframe {
  display: block;
  width: min(85rem, 90%);
  aspect-ratio: 16 / 9;
  margin: 3rem auto 0;
}
#features .feature03 {
  position: relative;
  z-index: -1;
}
#features .feature02 .inner {
  height: 41vw;
}
#features .feature02 picture {
  position: absolute;
  width: 100vw;
  aspect-ratio: 570 / 233;
}
#features .feature04 .link {
  position: absolute;
  top: 30.5vw;
  right: 11vw;
  width: 2.7vw;
  transition: opacity 0.2s ease;
}

#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;
}

#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/kbj/mv-sp.webp) no-repeat center 60% / cover;
  }

  #mv {
    position: relative;
    height: calc(100lvh - 60px);
  }
  #mv .title {
    top: 10lvh;
    bottom: initial;
    left: 50%;
    translate: -50% 0;
    width: 80%;
  }
  #mv .label {
    position: absolute;
    right: 5vw;
    bottom: 4lvh;
    width: 25vw;
  }

  #features .bg::before {
    background-image: url(/images/product/ex/kbj/feature-bg-sp.webp);
  }
  #features img {
    width: 100%;
  }
  #features .column {
    flex-direction: column;
  }
  #features .column section {
    width: 100%;
  }
  #features .column section:first-of-type .catch {
    margin-right: initial;
    border-radius: initial;
  }
  #features .column section:last-of-type .catch {
    margin-left: initial;
    border-radius: initial;
  }
  #features .catch {
    height: 9.688vw;
    font-size: 3.5vw;
  }

  #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 .feature01 .catch {
    height: 18.75vw;
    font-size: 3.18vw;
    white-space: nowrap;
    line-height: 1.4;
  }
  #features .feature01 iframe {
    width: 84.5vw;
    height: 47.5vw;
    margin: 3rem auto 0;
  }
  #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 .feature02 .inner {
    height: initial;
    padding-block: 1rem;
  }
  #features .feature02 picture {
    position: initial;
    width: 100%;
  }
  #features .feature04 .link {
    top: initial;
    bottom: 7.5vw;
    right: 23vw;
    width: 5vw;
  }
  #details .wrapper {
    padding-block: 1.563vw 5.625vw;
  }
  #details .common-icon-list {
    gap: 1.563vw;
  }
  #details .wrapper {
    padding-inline: initial;
  }
  #details picture {
    width: 100%;
  }
}