@charset "UTF-8";

section {
  min-height: 68rem;
  background-color: #fff;
}
section.details {
  min-height: 44.7rem;
  background-color: #fff;
}

#mv {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 90px);
  background: url(/images/product/ex/rot-001_002_003_004/mv.jpg) no-repeat top center / cover;
}

#intro {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4.5rem;
  margin-top: 100vh;
  padding: 0 5rem 6.5rem 0;
}
#intro picture {
  width: 103.7rem;
  margin-left: -15rem;
}
#intro .body {
  min-width: 58rem;
  width: 58rem;
  margin-top: 5rem;
  line-height: 1.6;
}
#intro .body .catch {
  font-family: var(--font-yu-mincho);
  font-size: 3.3rem;
}
#intro .body .description {
  margin-top: 3.2rem;
  font-size: 2.2rem;
}
#intro .points {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: 100%;
  margin-top: 4.5rem;
}
#intro .points p {
  max-width: 27.1rem;
}

#features {
  position: relative;
  display: flex;
}
#features img {
  object-fit: cover;
  height: 100%;
}
#features .body {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 74.5%;
  margin-left: auto;
}
#features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 26.5%;
  height: 100%;
  background: url(/images/product/ex/rot-001_002_003_004/features-img.jpg) no-repeat center center / cover;
}
#features h2 {
  display: grid;
  place-items: center;
  height: 11.7rem;
  text-align: center;
  background-color: #15203d;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.5;
}
#features .inner {
  padding: 3rem 8.5rem 3.8rem;
  display: flex;
  gap: 0 7rem;
}
#features .feature {
  width: 47%;
}
#features .catch {
  min-height: 6.48rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.06em;
}
#features .feature .image {
  margin-top: 1rem;
}
#features .feature:nth-of-type(1) .image {
  padding-left: 3rem;
}
#features .image img {
  width: 100%;
}
#features .description {
  margin-top: 2rem;
  break-inside: avoid;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
#features .description::before {
  content: "■";
}
#features .feature:nth-of-type(1) ul {
  display: flex;
  gap: 0 3rem;
  margin-top: 1rem;
}
#features .feature:nth-of-type(2) ul {
  margin-top: 5.5rem;
}
#features ul li {
  break-inside: avoid;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.details .wrapper {
  padding: 4rem 4rem 3.6rem;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 61.1rem min(50rem, 1fr);
  column-gap: 16rem;
}
.details figure {
  grid-area: 1 / 1 / 4 / 2;
  width: 28.8rem;
}
.details .prod-detail-labels {
  grid-area: 1 / 2 / 2 / 3;
}

.details .color-list {
  grid-area: 2 / 2 / 3 / 3;
  margin-block: 3.5rem;
}
.details .color-list li {
  display: flex;
  align-items: center;
  gap: 2.1rem;
  font-size: 2.1rem;
}
.details .color-list li + li {
  margin-top: 1.7rem;
}
.details .color-list li::before {
  content: "";
  width: 4.1rem;
  aspect-ratio: 1 / 1;
}
.details .color-list li:nth-of-type(1)::before {
  background-color: #d0cfcb;
}
.details .prod-detail-ecLinks {
  grid-area: 3 / 2 / 4 / 3;
}
.details .mod-button_iblock + .mod-button_iblock {
  margin-left: initial;
}

/* TB */
@media (max-width: 1024px) {
  #intro {
    display: block;
    padding: 0 0 5rem;
  }
  #intro picture {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #intro .body {
    margin: 5rem auto 0;
    min-width: initial;
  }
  #features {
    flex-direction: column;
  }
  #features::before {
    position: initial;
    display: block;
    width: 100%;
    aspect-ratio: 640 / 560;
    background: url(/images/product/ex/rot-001_002_003_004/features-img-sp.jpg) no-repeat center / cover;
  }
  #features picture {
    width: 100%;
  }
  #features .body {
    width: 100%;
    padding: 0 4.6rem;
  }
  #features h2 {
    height: 13.8rem;
    font-size: 3.5rem;
  }
  #features .inner {
    display: block;
    padding: 0;
  }
  #features .feature {
    padding: 3.6rem 0 4rem;
    width: 100%;
  }
  #features .feature:nth-of-type(1) {
    border-bottom: 1px solid #231815;
  }
  #features .feature:nth-of-type(1) .image {
    padding: 2rem 0 0;
  }
  #features .catch {
    font-size: 3.125vw;
    font-weight: 400;
    line-height: 1.35;
  }
  #features .description {
    margin-top: 3rem;
    font-size: 2.9296875vw;
    line-height: 1.55;
  }
  #features ul {
    position: relative;
    max-width: initial;
  }
  #features ul li figure {
    margin-top: 1rem;
  }
  #features ul li span {
    font-size: 2rem;
  }
  #features ul li:nth-of-type(3) figure {
    width: 25.8rem;
  }
  #features ul li:nth-of-type(6) figure {
    width: 14.3rem;
  }
  #features ul li:nth-of-type(7) {
    position: absolute;
    width: 100%;
    top: calc(100% + 3rem);
    left: 0;
  }
  #features ul li:nth-of-type(7) figure {
    width: 100%;
  }
  #features ul li:nth-of-type(7) figure img {
    width: 100%;
  }

  .details .wrapper {
    grid-template-columns: 1fr;
    column-gap: initial;
    padding: 4rem 4rem 3.6rem;
  }
  .details figure {
    margin: 2rem auto 0;
    grid-area: 2 / 1 / 3 / 2;
  }
  .details figure img {
    width: 100%;
  }
  .details .prod-detail-labels {
    text-align: center;
    grid-area: 1 / 1 / 2 / 2;
  }
  .details .color-list {
    grid-area: 3 / 1 / 4 / 2;
    margin: 3.5rem auto;
  }
  .details .color-list li {
    gap: 2.1rem;
    font-size: 2.1rem;
  }
  .details .color-list li + li {
    margin-top: 1.7rem;
  }
  .details .prod-detail-ecLinks {
    grid-area: 4 / 1 / 5 / 2;
  }
}

/* SP */
@media (max-width: 767px) {
  section {
    min-height: initial;
  }

  #mv {
    top: 60px;
    height: calc(100vh - 60px);
    background: url(/images/product/ex/rot-001_002_003_004/mv-sp.jpg) no-repeat top center / cover;
  }

  #intro {
    display: flex;
    flex-direction: column-reverse;
    align-items: initial;
    gap: 2rem;
    padding: initial;
  }
  #intro picture {
    width: 100%;
    margin: initial;
  }
  #intro .body {
    min-width: initial;
    width: 100%;
    margin-top: initial;
  }
  #intro .body .catch {
    background-color: #9fa0a0;
    text-align: center;
    color: #fff;
    font-size: 3.259vw;
    padding-block: 3.125vw;
  }
  #intro .body .description {
    margin-top: 3.2rem;
    padding-inline: 5.46875vw;
    font-size: 2.656vw;
  }
  #intro .points {
    display: none;
  }
  #features .body {
    width: 100%;
    min-width: initial;
    padding: 5.3rem 7vw;
  }
  #features .feature {
    padding: 0;
  }
  #features .description {
    font-size: 3.75vw;
  }
  #features .feature:nth-of-type(1) {
    padding-bottom: 4.5rem;
  }
  #features .feature:nth-of-type(2) {
    margin-top: 4.5rem;
  }
  #features .feature:nth-of-type(2) .catch {
    font-size: 3.75vw;
  }
  .details01 figure {
    width: 36.40625vw;
  }
  .details02 figure {
    width: 51.09375000000001vw;
  }
  .details03 figure {
    width: 52.1875vw;
  }
  .details04 figure {
    width: 57.1875vw;
  }

}
