@charset "UTF-8";

/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  height: initial;
  padding-block: 2rem;
  margin-bottom: initial;
}
.prod-detail .mod-head01-inner {
  position: initial;
  transform: 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/jnl/mv-bg.webp) no-repeat center / cover;
}
#mv {
  position: relative;
}
#mv .inner {
  position: relative;
  height: calc(100lvh - 90px);
}
#mv img {
  width: 100%;
  object-fit: cover;
}
#mv .title {
  position: absolute;
  z-index: 2;
  top: 6lvh;
  left: 5rem;
  width: 32.5vw;
  margin-inline: 5vw;
  max-height: 80lvh;
}
#mv .text {
  position: absolute;
  z-index: 2;
  bottom: 2lvh;
  right: 16rem;
  width: 18vw;
}
#mv .annotation {
  position: absolute;
  z-index: 2;
  bottom: 2lvh;
  left: 2rem;
  width: 24vw;
}
#mv .product {
  position: absolute;
  left: 57%;
  translate: -50% 0;
  bottom: 0;
  height: calc(96lvh - 90px);
  aspect-ratio: 1399 / 968;
}
#mv .product img {
  width: 100%;
  object-position: bottom center;
}
@media (orientation: portrait) {
}

#features {
  position: relative;
  z-index: 2;
  margin-top: 100lvh; /* 被せるまでのバッファ */
  background: initial;
  font-family: var(--font-mplus);
}
.column {
  display: flex;
  flex-wrap: wrap;
}
#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/jnl/feature-bg.webp) repeat-x center bottom / cover;
}
#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 {
  object-fit: cover;
}
#features [class^="feature"] {
  width: 100%;
}
#features .feature01 .catch {
  height: 15rem;
  background-color: #b5b2e7;
  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: 85rem;
  aspect-ratio: 16 / 9;
  margin: 3rem auto 0;
}
#features .feature02,
#features .feature03 {
  width: 50%;
}
#features .feature02 .catch {
  margin-right: 4rem;
  border-radius: 0 3rem 3rem 0;
  padding-left: 22rem;
}
#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 .feature03 .catch span {
  font-family: initial;
  font-weight: 400;
  font-size: 2rem;
}
#features .feature06 .catch {
  background-color: #6f7f7c;
}
#features .feature06 .link {
  position: absolute;
  top: 12.5vw;
  left: 23vw;
  width: 12.752vw;
  transition: opacity 0.2s ease;
}
#features .feature06 .link02 {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  width: 28vw;
  translate: -50% 0;
  transition: opacity 0.2s ease;
}
#features .feature06 .link02 img {
  width: 100%;
}
#features [class^="link"]: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;
}
#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: 767px) {
  .fixed-bg {
    top: 60px;
    height: calc(100lvh - 60px);
    background: url(/images/product/ex/jnl/mv-bg-sp.webp) no-repeat center / cover;
  }
  #mv .inner {
    height: calc(100lvh - 60px);
    background: initial;
  }
  #mv .text {
    top: 0;
    right: 0;
    bottom: initial;
    width: 100%;
  }
  #mv .annotation {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #mv .product {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: initial;
    width: 100%;
    height: 100%;
    aspect-ratio: initial;
  }
  #mv .product img {
    height: 100%;
  }

  .column {
    display: flex;
    flex-direction: column;
  }
  #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: 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 .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 .feature06 .link {
    top: 20vw;
    left: 5vw;
    width: 26vw;
  }
  #features .feature06 .link02 {
    width: 67.2vw;
  }
  #details .wrapper {
    padding: 1.563vw 1rem 5.625vw;
  }
  #details .common-icon-list {
    gap: 1.563vw;
  }
  #details picture {
    width: 100%;
  }
}
