@charset "UTF-8";

/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  z-index: 10;
  height: initial;
  padding-block: 2rem;
  margin-bottom: initial;
}
.prod-detail .mod-head01-inner {
  position: initial;
  transform: initial;
  padding-inline: initial;
}
@media (max-width: 768px) {
  .prod-detail .mod-head01 {
    padding-block: 2vw;
  }
}
/* ▲ 先方スタイル相殺 */

.fixed-bg {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100lvh - 90px);
  background: url(/images/product/ex/kfo-e/mv-bg.webp) no-repeat center / cover;
}
#mv .inner {
  position: relative;
  height: calc(100vh - 90px);
}
#mv picture {
  display: grid;
  place-content: center;
  height: 100%;
}
#mv img {
  width: 100%;
}

.js-wrapper {
  margin-top: 50lvh;
}

#features {
  position: relative;
  z-index: 2;
  background: initial;
  background-color: #fff;
  font-family: var(--font-mplus);
}
#features .catch {
  display: grid;
  place-content: center;
  grid-template-columns: auto auto;
  gap: 1vw;
  padding-block: 1.2vw;
  background-color: #d39259;
  color: #fff;
  text-align: center;
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 1.3;
}
#features .catch .label {
  padding: 0.2vw 0.5vw;
  font-size: 1.24vw;
  background-color: #fff;
  color: #808080;
  border-radius: 0.51vw;
}
#features .inner {
  position: relative;
}
#features picture {
  display: block;
  width: 100%;
  margin-inline: auto;
}
#features img {
  width: 100%;
}
#features [class^="feature"] {
  position: relative;
}

#features a {
  position: absolute;
}
#features a:hover {
  transition: filter 0.2s ease;
  filter: brightness(1.1);
}
#features .feature01 a {
  width: 10vw;
  bottom: 6.5vw;
}
#features .feature01 a:nth-of-type(1) {
  left: 33vw;
}
#features .feature01 a:nth-of-type(2) {
  right: 35vw;
}
#features .feature02 a {
  width: 11.5vw;
  left: 50%;
  translate: -50% 0;
  bottom: 9vw;
}

#used {
  margin-top: 50lvh;
}
#details {
  position: relative;
  z-index: 4;
}
#details h2.common-heading {
  background-color: #cacacc;
  color: #000;
}
#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: 800px) {
  .fixed-bg {
    top: 60px;
    height: calc(100lvh - 60px);
    background: url(/images/product/ex/kfo-e/mv-bg-sp.webp) no-repeat center / cover;
  }
  #mv .inner {
    height: calc(100lvh - 60px);
    background: initial;
  }

  #features .column {
    display: contents;
  }
  #features {
    display: grid;
  }

  #features::before {
    display: none;
  }
  #features picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #features .catch {
    padding-block: 1.8vw;
    font-size: 3.125vw;
  }
  #features .catch .label {
    padding: 0.7vw 1.2vw;
    font-size: 2.5vw;
    border-radius: 1vw;
  }

  #features .feature01 a {
    width: 23.26vw;
    bottom: 9vw;
  }
  #features .feature01 a:nth-of-type(1) {
    right: initial;
    left: 12.5vw;
  }
  #features .feature01 a:nth-of-type(2) {
    right: 17.5vw;
  }
  #features .feature02 a {
    width: 23.26vw;
    bottom: 15.5vw;
  }

  #details .wrapper {
    padding: 1.563vw 0 5.625vw;
  }
  #details .common-icon-list {
    gap: 1.563vw;
  }
  #details picture {
    width: 100%;
  }
}
