@charset "UTF-8";

/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  z-index: 3;
  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/kka-kkb/mv-bg.webp) no-repeat center bottom / cover;
}
#mv {
  position: relative;
  height: calc(100lvh - 90px);
}
#mv .title {
  position: absolute;
  z-index: 2;
  width: 100%;
  inset: 0;
  margin: auto;
  display: grid;
  place-content: center;
}
#mv .title img {
  object-position: left center;
}

#features {
  position: relative;
  z-index: 2;
  margin-top: 100lvh; /* 被せるまでのバッファ */
  background: initial;
  font-family: var(--font-mplus);
}
#features .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: min(2vw, 1rem);
  height: 6.116vw;
  background-image: linear-gradient(90deg, rgb(147, 148, 152), rgb(167, 166, 166) 50%, rgb(97, 95, 98));
  color: #fff;
  text-align: center;
  font-size: 2.27716vw;
  font-weight: 700;
  line-height: 1.3;
}
#features picture:not(.sp) {
  display: block;
  width: 100%;
  margin-inline: auto;
}
#features img {
  width: 100%;
  object-fit: cover;
}
#features .column {
  display: flex;
  flex-wrap: wrap;
}
#features .column section {
  width: 50%;
}
#features .column section:first-of-type .catch {
  margin-right: 3rem;
  border-radius: 0 3rem 3rem 0;
}
#features .column section:last-of-type .catch {
  margin-left: 3rem;
  border-radius: 3rem 0 0 3rem;
}
#features .feature02 iframe {
  position: absolute;
  left: 50%;
  bottom: 4vw;
  translate: -50% 0;
  width: 36.434vw;
  height: 20.494vw;
}
#features .feature04 p span {
  display: inline-block;
  color: #808080;
  padding: 0.5rem 0.8rem;
  border-radius: 1rem;
  background-color: #fff;
  font-size: min(1.7vw, 2.2rem);
  font-weight: 400;
}
#features .feature04 a {
  position: absolute;
  bottom: 2.8vw;
  left: 50%;
  translate: -50% 0;
  width: 15vw;
  transition: 0.2s ease;
}
#features .feature04 a:hover {
  opacity: 0.75;
}

#closeup h2.common-heading {
  min-height: min(7vw, 12rem);
}

#details {
  position: relative;
  z-index: 4;
}
#details .wrapper {
  padding: 1.3rem 4rem 3.6rem;
}
#details .common-icon-list {
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
#details picture {
  display: block;
  width: min(153rem, 100%);
  margin: 3rem auto 6rem;
}

.prod-detail-h2 {
  text-align: center;
  margin-bottom: 10px;
}

.prod-detail-section .pure-g {
  border-top: 1px solid #ddd;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.prod-detail-section .prod-detail-spec.pure-u-1-2 {
  width: calc((100% - 40px) / 2);
}

/* SP */
@media (max-width: 768px) {
  .fixed-bg {
    top: 60px;
    height: calc(100lvh - 60px);
    background-image: url(/images/product/ex/kka-kkb/mv-bg-sp.webp);
  }

  #mv {
    position: relative;
    height: calc(100lvh - 60px);
  }
  #mv .title {
    position: absolute;
    z-index: 2;
    width: 100%;
    inset: 0;
    margin: auto;
    display: grid;
    place-content: center;
  }
  #mv .title img {
    width: 100%;
    height: auto;
    object-position: initial;
  }

  #features img {
    width: 100%;
    height: 100%;
  }
  #features .column {
    flex-direction: column;
  }
  #features .column section {
    width: 100%;
  }
  #features .column section:first-of-type .catch {
    margin-right: initial;
    border-radius: initial;
  }
  #features .column section:last-of-type .catch {
    margin-left: initial;
    border-radius: initial;
  }
  #features .catch {
    height: 10.313vw;
    font-size: 3.90625vw;
  }
  #features .inner p {
    top: 4.688vw;
    width: 95%;
    font-size: 3.438vw;
  }
  #features .feature01 .catch {
    min-height: 12vw;
    font-size: 3.5vw;
    white-space: nowrap;
    line-height: 1.4;
  }
  #features .feature02 iframe {
    bottom: 10vw;
    width: 88.906vw;
    height: 50.01vw;
  }
  #features .feature04 p span {
    border-radius: 1.5vw;
    font-size: 3.3vw;
    padding: 0.6vw 1.2vw;
  }
  #features .feature04 a {
    bottom: 18vw;
    left: 12vw;
    translate: initial;
    width: 25.3vw;
  }

  #closeup h2.common-heading {
    min-height: 8.6vw;
  }

  #details .wrapper {
    padding-block: 1.563vw 5.625vw;
  }
  #details .common-icon-list {
    gap: 8vw;
  }
  #details .wrapper {
    padding-inline: initial;
  }
  #details picture {
    width: 100%;
  }

  .prod-detail-section .pure-g {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .prod-detail-section .prod-detail-spec.pure-u-1-2 {
    width: 100%;
  }
}
