@charset "UTF-8";

/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  z-index: 3;
  height: initial;
  margin-bottom: initial;
}
.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/ttf/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: grid;
  place-content: center;
  height: 6.116vw;
  background-color: #bcaaa4;
  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 .link:hover {
  opacity: 0.75;
}
#features .feature01 .catch {
  background-color: #cbc5b4;
}
#features .feature03 .link {
  position: absolute;
  top: 33vw;
  right: 25.8vw;
  width: 18vw;
  transition: opacity 0.2s ease;
}

#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;
}

/* SP */
@media (max-width: 768px) {
  .fixed-bg {
    top: 60px;
    height: calc(100lvh - 60px);
    background-image: url(/images/product/ex/ttf/mv-bg-sp.webp);
  }

  #mv img {
    width: 100%;
    height: auto;
  }
  #mv .title {
    width: 100%;
    inset: initial;
    bottom: 0;
  }

  #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.18vw;
    white-space: nowrap;
    line-height: 1.4;
  }
  #features .feature01 iframe {
    width: 84.5vw;
    height: 47.5vw;
    margin: 3rem auto 0;
  }
  #features .feature03 .link {
    top: initial;
    bottom: 6.5vw;
    right: 13.7vw;
    width: 25vw;
  }

  #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%;
  }
}