@charset "UTF-8";

/* ▼ 先方スタイル相殺 */
.prod-detail .mod-head01 {
  z-index: 10;
  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/ttg/mv-bg.webp) no-repeat center / cover;
}
#mv .inner {
  position: relative;
  height: calc(100vh - 90px);
}
#mv picture {
  display: grid;
  place-content: center;
  height: 100%;
}
#mv img {
  width: min(1500px, 100%);
  height: auto;
  margin-inline: auto;
}

.js-wrapper {
  margin-top: 50lvh;
}

#features {
  position: relative;
  z-index: 2;
  background: initial;
  background-color: #fff;
  font-family: var(--font-mplus);
}
#features .catch {
  display: grid;
  place-content: center;
  height: 4.034vw;
  color: #754c24;
  background-color: #d7d8d9;
  text-align: center;
  font-size: 1.5625vw;
  font-weight: 500;
  line-height: 1.3;
}
#features .inner {
  position: relative;
}
#features picture {
  display: block;
  width: 100%;
  margin-inline: auto;
}
#features img {
  width: 100%;
}
#features [class^="feature"] {
  position: relative;
}
#features .column {
  display: flex;
  flex-wrap: wrap;
  background: url(/images/product/ex/ttg/feature-column-bg.webp) no-repeat center / cover;
}
#features .feature03,
#features .feature04 {
  width: 50%;
}
#features .feature03 .catch {
  margin-right: 4rem;
  border-radius: 0 3rem 3rem 0;
  padding-left: 8rem;
}
#features .feature04 .catch {
  margin-left: 4rem;
  border-radius: 3rem 0 0 3rem;
}

#features .movies {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 1.6vw;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 65%;
}
#features figure {
  width: 40.5%;
}
#features iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#features .movies figcaption {
  display: block;
  text-align: center;
  color: #6a6969;
  font-size: 1.243vw;
  font-weight: 500;
}

#used {
  margin-top: 50lvh;
}
#details {
  position: relative;
  z-index: 4;
}
#details h2.common-heading {
  background-color: #cacacc;
  color: #000;
}
#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: 800px) {
  .fixed-bg {
    top: 60px;
    height: calc(100lvh - 60px);
    background: url(/images/product/ex/ttg/mv-bg-sp.webp) no-repeat center / cover;
  }
  #mv .inner {
    height: calc(100lvh - 60px);
    background: initial;
  }

  #features .column {
    display: contents;
  }
  #features {
    display: grid;
  }

  #features::before {
    display: none;
  }
  #features picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #features .catch {
    height: 9.688vw;
    font-size: 3.125vw;
  }

  #features .feature01 {
    order: 1;
  }
  #features .feature02 {
    order: 3;
  }
  #features .feature03 {
    order: 4;
    width: 100%;
  }
  #features .feature04 {
    order: 2;
    width: 100%;
  }
  #features .feature05 {
    order: 5;
  }
  #features .feature03 .catch,
  #features .feature04 .catch {
    margin-inline: initial;
    border-radius: initial;
  }
  #features .feature03 .catch {
    padding-left: initial;
  }

  #features .movies {
    bottom: 4.5vw;
    z-index: 2;
    flex-direction: column;
    width: 62.5%;
    align-items: center;
    gap: 2vw;
  }
  #features figure {
    width: 100%;
  }
  #features .movies figcaption {
    display: block;
    text-align: center;
    color: #6a6969;
    font-size: 2.983vw;
    font-weight: 500;
  }

  #details .wrapper {
    padding-block: 1.563vw 5.625vw;
  }
  #details .common-icon-list {
    gap: 1.563vw;
  }
  #details picture {
    width: 100%;
  }
}
