@charset "UTF-8";


/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  z-index: 3;
  height: initial;
  padding-block: 20px;
  font-size: 30px;
}

.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/jos-01/mv.webp) no-repeat top left 80% / cover;
}

#mv {
  position: relative;
}

#mv .inner {
  position: relative;
  height: calc(100lvh - 90px);
}

#mv picture {
  position: absolute;
  top: 8%;
  right: 7%;
  width: 30%;
  min-width: 400px;
  /* 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::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff url(/images/product/ex/jos-01/bg.jpg) no-repeat top center / cover;
}

#features .catch {
  display: grid;
  place-content: center;
  height: 62px;
  color: #fff;
  background-color: #5db0e2;
  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 .feature04,
#features .feature05 {
  width: 100%;
}

#features .feature02,
#features .feature03 {
  width: 50%;
}


#features .feature02 picture,
#features .feature03 picture {
  width: min(512px, 90%);
  margin: auto auto 0;
  padding-top: 100px;
}


/* #features .feature02.large {} */

#features .feature02.large picture {
  padding-top: 0;
  max-width: 647px;
  width: 100%;
}

#features .feature03.large picture {
  padding-top: 0;
}

#features .feature02 picture img,
#features .feature03 picture img {
  width: 100%;
}

#features .feature01 .catch {
  height: 120px;
  font-size: 30px;
  line-height: 1.4;
}

#features .feature01 .inner p {
  top: 10px;
  font-size: 20px;
  line-height: 1.4;
}


#features .feature02 .catch {
  /* clip-path: polygon(0 0%, 96% 0%, 90% 100%, 0% 100%); */
  border-radius: 0 50px 50px 0;
  transform: translateX(-50px);
}

#features .feature02 picture {
  left: 52%;
}

#features .feature03 .catch {
  /* clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 4% 100%); */
  border-radius: 50px 0 0 50px;
  transform: translateX(50px);
}

#features .feature03 picture {
  left: 47%;
}

#features .feature04 picture {
  width: 700px;
  margin: 45px auto 13px;
}

#features .feature05 {
  padding-bottom: 50px;
  background-color: white;
}

#features .feature05 a,
#features .feature02 a,
#features .feature03 a {
  display: block;
  text-align: center;
}

#features .feature05 p span {
  font-size: 18px;
}

#features .feature02.fix-pb,
#features .feature03.fix-pb {
  padding-bottom: 50px;
  background-color: white;
}

#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) {
  .fixed-bg {
    top: 60px;
    height: calc(100lvh - 60px);
    background: url(/images/product/ex/jos-01/mv-sp.webp) no-repeat left center / cover;
  }

  #mv .inner {
    height: calc(100lvh - 60px);
  }

  #mv picture {
    top: 40px;
    left: 60px;
    right: initial;
    width: 53%;
    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,
  #features .feature03 {
    width: 100%;
  }

  #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 .catch {
    height: 18.438vw;
    font-size: 3.4vw;
  }

  #features .feature01 .inner p {
    top: 3.125vw;
    font-size: 2.656vw;
    line-height: 1.6;
  }

  #features .feature01 picture {
    width: 100%;
  }

  #features .feature02 .catch {
    border-radius: initial;
    transform: translateX(0px);
  }


  #features .feature03 .catch {
    border-radius: initial;
    transform: translateX(0px);
  }




  #features .feature02 picture {
    left: initial;
  }


  /* #features .feature03 .inner {
    aspect-ratio: 640 / 441;
  } */

  #features .feature03 picture {
    left: initial;
  }

  #features .feature04-sp .inner {
    width: 100%;
    aspect-ratio: 640 / 394;
  }

  #features .feature04 picture {
    width: 100%;
    margin: initial;
  }


  #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: 0;
  }

  #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;
  }

  #used .catch {
    font-size: 4.688vw;
    height: 9.688vw;
  }

  .prod-detail .mod-head01 {
    font-size: 16px;
  }
}