@charset "UTF-8";

section {
  min-height: 68rem;
  background-color: #fff;
}

section.details01 {
  min-height: 50.7rem;
}

#mv {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 90px);
  background: url(/images/product/ex/rob-003/mv.jpg) no-repeat top center / cover;
}

#intro {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 100vh;
  padding-inline: 6rem;
}
#intro picture {
  margin: 0 -26.5rem 0 0;
  width: 120.6rem;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #intro {
    padding-inline: 2rem;
  }
  #intro picture {
    margin: 0 -20.5rem 0 0;
    width: 120.6rem;
  }
}
#intro picture img {
  width: 100%;
}
#intro .body {
  margin: 0 0 42rem -30rem;
  width: 73.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 {
  margin-top: 4.5rem;
}
#intro .points p:nth-of-type(1) {
  max-width: 20.7rem;
}

#features {
  position: relative;
  display: flex;
}
#features img {
  object-fit: cover;
  height: 100%;
}
#features .body {
  position: relative;
  z-index: 2;
  min-width: 81.9rem;
  background-color: #fff;
  margin-left: auto;
  width: 53%;
}
#features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 47%;
  height: 100%;
  background: url(/images/product/ex/rob-003/features-img.jpg) no-repeat center right/ cover;
}
@media (min-width: 1025px) and (max-width: 1300px) {
  #features::before {
    width: 38%;
  }
}
#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: 2rem 4rem 3.5rem 6rem;
}
#features .inner .pc {
  display: block;
}
#features .inner .sp {
  display: none;
  gap: 0 2rem;
}
#features .inner .image {
  width: 21.6rem;
}
#features .inner .text {
  min-width: 69.3rem;
}
#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 {
  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 + li {
  margin-top: 1rem;
}
#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(1) figure {
  width: 23.2rem;
}
#features ul li:nth-of-type(3) figure {
  width: 23.2rem;
}
#features ul li:nth-of-type(4) figure {
  width: 23.2rem;
}
#features ul li:nth-of-type(6) figure {
  width: 20.8rem;
}

.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: 63.9rem;
}
.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;
}
.details01 .color-list li:nth-of-type(1)::before {
  background-color: #2a354c;
}
.details01 .color-list li:nth-of-type(2)::before {
  background-color: #d0cfcb;
}
.details01 .color-list li:nth-of-type(3)::before {
  background-color: #49483a;
}
.details01 .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) {
  #intro {
    flex-direction: column-reverse;
    align-items: initial;
    gap: 2rem;
    padding-inline: initial;
  }
  #intro picture {
    margin: 0 auto;
    width: 80%;
  }
  #intro .body {
    width: 100%;
    margin: 0 0 6rem;
    transform: 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;
  }
  #features {
    flex-direction: column;
  }
  #features::before {
    position: initial;
    display: block;
    width: 100%;
    aspect-ratio: 640 / 710;
    background: url(/images/product/ex/rob-003/features-img-sp.jpg) no-repeat center / cover;
  }
  #features picture {
    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 .inner .pc {
    display: none;
  }
  #features .inner .tb {
    display: block;
  }
  #features .inner .text {
    min-width: initial;
    width: 100%;
  }
  #features .inner .text .flex {
    display: flex;
  }
  #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 -1.5rem;
  }
  #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(1) figure {
    width: 37.6953125vw;
  }
  #features ul li:nth-of-type(2) figure {
    width: 14.94140625vw;
  }
  #features ul li:nth-of-type(3) figure {
    width: 37.6953125vw;
  }
  #features ul li:nth-of-type(4) figure {
    width: 37.6953125vw;
  }
  #features ul li:nth-of-type(6) figure {
    width: 33.5vw;
}
  #features ul li figure img {
    width: 100%;
  }
  #features ul li + li {
    margin-top: 6.25vw;
    width: 44.53125vw;
  }
  #features .inner .image {
    width: 40vw;
  }

  .details .wrapper {
    grid-template-columns: 1fr;
    column-gap: initial;
    padding: 4rem 4rem 3.6rem;
  }
  .details figure {
    width: 100%;
    margin: 2rem auto 0;
    grid-area: 2 / 1 / 3 / 2;
  }
  .details figure img {
    margin: 0 auto;
    display: block;
  }
  .details01 figure img {
    width: 75vw;
  }
  .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/rob-003/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;
    margin-bottom: 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;
  }
  #features .inner .pc {
    display: none;
  }
  #features .inner .sp {
    display: block;
  }
  #features .inner .text {
    min-width: initial;
    width: 100%;
  }
  #features .inner .text .flex {
    display: flex;
  }
  #features ul {
    position: relative;
    max-width: initial;
    column-count: 2;
    margin-block: 2rem;
  }
  #features ul.block li:nth-of-type(1) figure {
    width: initial;
  }
  #features ul li:nth-of-type(1) figure {
    width: 36.25vw;
  }
  #features ul li:nth-of-type(3) figure {
    width: 36.25vw;
  }
  #features ul li:nth-of-type(4) figure {
    width: 36.25vw;
  }
  #features ul li:nth-of-type(6) figure {
    width: 32.5vw;
  }
  #features ul li + li {
    margin-top: 6.25vw;
    width: 44.53125vw;
  }
  #features ul:nth-of-type(2) {
    position: relative;
    max-width: initial;
    column-count: 1;
    margin-block: 2rem;
  }
  #features ul:nth-of-type(2) li figure {
    width: 100%;
  }
  #features .inner .image {
    width: 42vw;
  }
  .details01 figure img {
    width: 85.9375vw;
  }
}
