@charset "UTF-8";

section {
  min-height: 68rem;
}

#mv {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 90px);
  background: url(/images/product/ex/rbaa-500/mv.jpg) no-repeat top center / cover;
}

#intro {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3.6rem;
  margin-top: 100vh;
  padding-inline: 4rem;
}
#intro picture {
  display: block;
  width: 52.5rem;
}
#intro .body {
  width: 75rem;
  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: 10.6rem;
  width: 100%;
  margin-top: 4.5rem;
  transform: translateX(-4rem);
}
#intro .points p:nth-of-type(1) {
  max-width: 48.6rem;
}
#intro .points p:nth-of-type(2) {
  max-width: 18.3rem;
}

#features {
  position: relative;
  display: flex;
}
#features img {
  object-fit: cover;
  height: 100%;
}
#features .body {
  position: relative;
  z-index: 2;
  min-width: 76.9rem;
  background-color: #fff;
  width: 50%;
  margin-left: auto;
}
#features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 50%;
  height: 100%;
  background: url(/images/product/ex/rbaa-500/features-img.jpg) no-repeat center right/ 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: 1rem 5rem 0;
}
#features .catch {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
}
#features .description {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.55;
}
#features ul {
  max-width: 67rem;
  column-count: 2;
  margin-top: 2rem;
}
#features ul li {
  break-inside: avoid;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
#features ul li:last-of-type {
  padding-left: initial;
  text-indent: initial;
}
#features ul li + li {
  margin-top: 3rem;
}
#features ul li::before {
  content: "■";
}
#features ul li figure {
  width: fit-content;
  margin-top: 1rem;
}
#features ul li span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
#features ul li:nth-of-type(3) figure {
  width: 20rem;
}
#features ul li:nth-of-type(6) figure {
  width: 10.2rem;
}
#features ul li:nth-of-type(7) figure {
  width: 20.5rem;
}

#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: min(16rem, 10%);
}
#details figure {
  grid-area: 1 / 1 / 4 / 2;
  width: min(61.1rem, 100%);
}
#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: #2a354c;
}
#details .color-list li:nth-of-type(2)::before {
  background-color: #d0cfcb;
}
#details .color-list li:nth-of-type(3)::before {
  background-color: #49483a;
}
#details .color-list li:nth-of-type(4)::before {
  background-color: #c7af8a;
}
#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) {
  #features {
    flex-direction: column;
  }
  #features::before {
    position: initial;
    display: block;
    width: 100%;
    aspect-ratio: 640 / 960;
    background: url(/images/product/ex/rbaa-500/features-img.jpg) no-repeat center / cover;
  }
  #features picture {
    display: block;
    width: 100%;
  }
  #features .body {
    width: 100%;
    min-width: initial;
    padding: 5.3rem 7vw;
  }
  #features h2 {
    height: 21.563vw;
    font-size: 5.469vw;
  }
  #features .inner {
    padding: 1rem 0 0;
  }
  #features .catch {
    font-size: 3.75vw;
    font-weight: 700;
    line-height: 1.35;
  }
  #features .description {
    margin-top: 1rem;
    font-size: 2.813vw;
    line-height: 1.55;
  }
  #features ul {
    position: relative;
    max-width: initial;
    column-count: 2;
    margin-block: 2rem 90vw;
  }
  #features ul li {
    font-size: 3.75vw;
  }
  #features ul li figure {
    margin-top: 1rem;
  }
  #features ul li span {
    font-size: 3.125vw;
  }
  #features ul li:nth-of-type(3) figure {
    width: 98%;
  }
  #features ul li:nth-of-type(6) figure {
    width: 60%;
  }
  #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 figure img {
    width: 100%;
  }

  #details .wrapper {
    grid-template-columns: 1fr;
    column-gap: initial;
    padding: 2rem 4rem 3.6rem;
  }
  #details figure {
    width: 100%;
    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: 3.281vw;
  }
  #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/rbaa-500/mv-sp.jpg) no-repeat top center / cover;
  }

  #intro {
    flex-direction: column-reverse;
    align-items: initial;
    gap: 2rem;
    padding-inline: initial;
  }
  #intro picture {
    width: 100%;
  }
  #intro .body {
    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: 4rem;
    font-size: 2.656vw;
  }
  #intro .points {
    display: none;
  }
}
