@charset "UTF-8";

/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  height: initial;
  padding-block: 20px;
  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-s01/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: 50px;
  width: 32.5vw;
  margin-inline: 5vw;
  max-height: 80lvh;
}

#mv .text {
  position: absolute;
  z-index: 2;
  bottom: 2lvh;
  right: 160px;
  width: 18vw;
}

#mv .annotation {
  position: absolute;
  z-index: 2;
  bottom: 2lvh;
  left: 20px;
  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-s01/feature-bg.webp) repeat-x center top / cover;
}

#features .catch {
  display: grid;
  place-content: center;
  height: 4.034vw;
  color: #fff;
  background-color: #b5b2e7;
  text-align: center;
  font-size: 1.952vw;
  line-height: 1.3;
  font-weight: bold;
}

#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: 150px;
  background-color: #b5b2e7;
  font-size: 35px;
  font-weight: bold;
}

#features .feature01 .inner {
  padding-block: 30px 0px;
}

#features .feature01 .inner p {
  width: fit-content;
  margin-inline: auto;
  color: #534741;
  font-size: 22px;
  line-height: 1.27;
}

#features .feature01 iframe {
  display: block;
  width: 850px;
  aspect-ratio: 16 / 9;
  margin: 30px auto 0;
}

#features .box-flex {
  display: flex;
  align-items: flex-end;
  gap: 7%;
}

#features .box-left {
  width: 50%;
  transform: translateX(135px);
}

#features .box-right {
  padding-bottom: 30px;
}

#features .feature02,
#features .feature03 {
  width: 50%;
}

#features .feature02 .catch {
  margin-right: 40px;
  border-radius: 0 30px 30px 0;
  padding-left: 220px;
}

#features .feature03 .catch {
  margin-left: 40px;
  border-radius: 30px 0 0 30px;
}

#features .feature02 picture,
#features .feature03 picture {
  width: min(768px, 90%);
}

#features .feature03 .catch {
  display: flex;
  align-items: center;
}


#features .feature03 .catch span {
  font-family: initial;
  font-weight: 400;
  font-size: 20px;
}

#features .feature05 .catch {
  display: flex;
  align-items: center;
  background-color: #97a3a6;
}

#features .feature06 .catch {
  background-color: #97a3a6;
}

#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: 62px;
  color: #fff;
  background-color: #6d98ca;
  text-align: center;
  font-size: 30px;
  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: 13px 40px 36px;
}

#details .common-icon-list {
  align-items: center;
  justify-content: center;
}

#details picture {
  display: block;
  width: min(1530px, 100%);
  margin: 30px auto 60px;
}

.feature06 {
  background-color: white;
}

.feature05 {
  background-color: white;
}

.feature06 .product {
  text-align: center;
  padding-top: 40px;
}

.feature06 .product h5 {
  font-size: 23px;
  font-weight: bold;
}

.feature06 .product p {
  font-size: 17px;
  font-weight: bold;
}

.feature06 .product a {
  width: 174px;
  display: block;
  padding: 5px 30px;
  font-weight: bold;
  color: white;
  background: #f08c6a;
  border-radius: 30px;
  text-align: center;
  margin-inline: auto;
}

.feature06 .product-flex {
  display: flex;
  justify-content: center;
  gap: 15%;
  position: relative;
  padding-bottom: 50px;
}

.feature06 .product-flex::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0); */
  background-color: #95a1a4;
  width: 4px;
  height: 400px;
  transform: translate(-50%, -50%);
}


/* 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: 20px;
    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-reverse;
  }

  #features::before {
    display: none;
  }

  #features img {
    width: 100%;
    object-fit: cover;
  }

  #features .catch {
    height: 9.688vw;
    font-size: 4vw;
  }

  #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%;
  }

  #features .box-flex {
    display: block;
    margin-top: 20px;
  }

  .box-flex .box-right {
    display: none;
  }

  #features .box-flex .box-left {
    width: 100%;
    transform: translateX(0);
  }

  .feature06 .product {
    padding-top: 20px;
  }

  .feature06 .product h5 {
    font-size: 18px;
  }

  #features .feature06 .product p {
    width: 100%;
    font-size: 11px;
    text-align: center;
    letter-spacing: -0.07em;
  }

  .feature06 .product-flex {
    display: block;
  }

  .feature06 .product-flex::after {
    display: none;
  }

  .feature06 .product {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #95a1a4;
    margin-inline: 10px;
  }

  .feature06 .product:last-child {
    border-bottom: none;
  }

}