@charset "UTF-8";


#features .inner .sp {
  display: none;
}

/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  z-index: 3;
  height: initial;
  padding-block: 20px;
  font-size: 36px;
}

.prod-detail .mod-head01-inner {
  position: initial;
  transform: initial;
}

/* ▲ 先方スタイル相殺 */

.fixed-bg {
  position: fixed;
  top: 87px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100lvh - 87px);
  background: url(/images/product/ex/ksg-5a/mv.webp) no-repeat top left 80% / cover;
}

#mv {
  position: relative;
}

#mv .inner {
  position: relative;
  height: calc(100lvh - 87px);
}

#mv picture {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 45%;
  min-width: 400px;
  /* transform: translateY(-50%); */
  /* left: 60%; */
  /* 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 .catch {
  display: grid;
  place-content: center;
  height: 62px;
  color: #fff;
  background-color: #6c7dbb;
  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 .feature02,
#features .feature03 {
  width: 100%;
}

#features .feature01 .inner {
  position: relative;
  height: initial;
}

#features .feature01 .youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 16 / 9;
  width: 46vw;
  transform: translate(-50%, -50%);
}

#features .feature01 .youtube iframe {
  width: 100%;
  height: 100%;
}


#features .feature03 .catch {
  background-color: #af9a39;
}



#features .feature05 a,
#features .feature02 a,
#features .feature03 a {
  display: block;
  text-align: center;
}

#features .feature05 .inner {
  position: relative;
  height: initial;
}

#features .feature05-flex {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 60px;
  width: 100%;
  padding-inline: 100px;
}

#features .feature05-flex li {
  width: calc(100% / 4);
}

#features .feature05-flex p {
  position: initial;
  text-align: center;
  font-size: 1.2vw;
  width: 100%;
  transform: initial;
}

#features .feature05-flex a {
  margin-top: 20px;
}

.common-icon-list li.limit {
  background-color: black;
}

.common-icon-list li.others {
  width: 88px;
}




#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) {

  #features .inner .pc {
    display: none;
  }

  #features .inner .sp {
    display: block;
  }

  .fixed-bg {
    top: 60px;
    height: calc(100lvh - 60px);
    background: url(/images/product/ex/ksg-5a/mv-sp.webp) no-repeat center center / cover;
  }

  #mv .inner {
    height: calc(100lvh - 60px);
  }

  #mv picture {
    top: 0%;
    left: 0px;
    right: initial;
    width: 100%;
    min-width: 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.fix-pb picture img {
    padding-top: 20px;
  }

  #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 picture {
    width: 100%;
  }

  #features .feature01 .youtube {
    width: 290px;
    margin-top: 5px;
  }

  #features .feature03 .catch {
    letter-spacing: -1.5px;
  }

  /* #features .feature05 {
    height: 1000px;
  } */

  #features .feature05-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
    width: 100%;
    padding-inline: 20px;
    padding-bottom: 5px;
  }

  #features .feature05-flex li {
    width: 100%;
  }


  #features .feature05-flex p {

    font-size: 10px;
  }

  #features .feature05-flex a {
    margin-top: 0px;
  }

  #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;
    padding-bottom: 0px;
  }

  #features .feature05 p span {
    font-size: 2.8vw;
  }

  /* #features .feature05 a,
  #features .feature02 a,
  #features .feature03 a {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
  } */


  #features .feature02.fix-pb a,
  #features .feature03.fix-pb a {
    top: 102%;
    width: 130px;
  }

  #features .feature02.fix-pb .span-02 {
    font-size: 10px;
  }

  #used .catch {
    font-size: 4.688vw;
    height: 9.688vw;
  }

  .prod-detail .mod-head01 {
    font-size: 16px;
  }

  .common-icon-list li.others {
    width: 40px;
  }
}