@charset "UTF-8";

section {
  min-height: 68rem;
  background-color: #fff;
}
section#features {
  min-height: 60rem;
}
section#details {
  min-height: 53rem;
}

#mv {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 90px);
  background: url(/images/product/ex/rop-002/mv.jpg) no-repeat top center / cover;
}

#intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.6rem;
  margin-top: 100vh;
  padding-inline: 4rem;
}
#intro picture {
  width: 79.6rem;
}
#intro picture img {
  width: 100%;
}
#intro .body {
  min-width: 41.8rem;
  width: 41.8rem;
  margin-top: 5rem;
  line-height: 1.6;
}
#intro .body .catch {
  font-family: var(--font-yu-mincho);
  font-size: 3.3rem;
  letter-spacing: -0.1em;
}
#intro .body .description {
  margin-top: 3.2rem;
  width: 40.8rem;
  font-size: 2.2rem;
}

#features {
  position: relative;
  display: flex;
}
#features img {
  object-fit: cover;
  height: 100%;
}
#features .body {
  position: relative;
  z-index: 2;
  min-width: 58.4vw;
  background-color: #fff;
  margin-left: auto;
}
#features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 41.6%;
  height: 100%;
  background: url(/images/product/ex/rop-002/features-img.jpg) no-repeat center center/ cover;
}
#features h2 {
  display: grid;
  place-items: center;
  height: 9rem;
  text-align: center;
  background-color: #15203d;
  color: #fff;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.5;
}
#features .inner {
  display: grid;
  grid-template-columns: calc(100% - 42.5rem) 39rem;
  grid-gap: 0 3.5rem;
  padding: 3.5rem 5rem 4rem 0;
}
#features .inner .image {
  position: relative;
  width: 100%;
  grid-row: 1;
  grid-column: 1;
}
#features .inner .image::before {
  content: "";
  position: absolute;
  width: 35.7vw;
  height: 31.2vw;
  right: 0;
  top: 0;
  background: url(/images/product/ex/rop-002/features-detail01.png) no-repeat center center / contain;
}

#features .inner .catch,
#features .inner .description,
#features .inner figure {
  grid-column: 2;
}
#features .catch {
  margin: 2.5rem 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
}
#features .description {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.55;
}
#features figure {
  margin-top: 4rem;
}
#use {
  padding: 6rem 4rem;
  min-height: 0;
}

#use .inner {
  display: flex;
  justify-content: space-between;
  gap: 0 4rem;
}
#use .inner .recipe {
  flex: 0 0 52.3rem;
  position: relative;
}
#use .inner .recipe ul {
  position: relative;
  background: url(/images/product/ex/rop-002/recipe-detail01.png) no-repeat right -2rem center / 32% auto;
}
#use .recipe ul li {
  break-inside: avoid;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  width: 75%;
}
#use .recipe ul li + li {
  margin-top: 3rem;
}
#use .inner .recipe .recipe-detail h3 {
  margin: 3rem 0 0;
  display: grid;
  place-items: center;
  height: 6rem;
  text-align: center;
  background-color: #15203d;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
}
#use .inner .recipe .recipe-detail .image {
  margin: 1.7rem 0 0;
  display: flex;
  justify-content: space-between;
}
#use .inner .recipe .recipe-detail .image figure {
  flex: 0 0 32.3%;
  aspect-ratio: 3/2;
}
#use .inner .recipe .recipe-detail .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#use .inner .recipe .recipe-detail a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1.5rem auto 0;
  border: 2px solid #dcdddd;
  border-radius: 2rem;
  padding: 0.5rem 0 0.5rem 2.8rem;
  width: 31rem;
  font-size: 2.2rem;
  letter-spacing: -0.05em;
  color: #727171;
}
#use .inner .recipe .recipe-detail a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 2.4rem;
  height: 3.7rem;
  background: url(/images/product/ex/rop-002/recipe-icon.png) no-repeat center center / contain;
}

#use .inner .flow {
  flex: 1 1 auto;
}
#use .inner .flow h2 {
  min-height: 6.1rem;
  margin-bottom: 3rem;
  text-align: center;
  background-color: #9fa0a0;
  color: #fff;
  font-size: 3.2rem;
}
#use .inner .flow strong {
  font-size: 2.4rem;
  font-weight: 700;
}
#use .inner .flow h3 {
  margin: 3rem auto 1rem;
  background: #9fa0a0;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
}
#use .inner .flow ol {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
}
#use .inner .flow li {
  flex: 0 0 22%;
  display: flex;
  flex-direction: column;
  font-feature-settings: "palt";
  line-height: 1.2;
}
#use .inner .flow li p + p {
  flex: 1 1 100%;
  margin: 0.5rem auto 1rem;
  font-size: 1.8rem;
  letter-spacing: -0.07em;
  line-height: 1.55;
}
#use .inner .flow li figure {
  position: relative;
}
#use .inner .flow li + li figure:before {
  content: "";
  height: 0;
  width: 0;
  border-top: 1vw solid transparent;
  border-bottom: 1vw solid transparent;
  border-left: 1.3vw solid black;
  position: absolute;
  top: 50%;
  left: -1.8vw;
  transform: translateY(-50%);
}

#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: 33.5rem;
}
#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: 1400px) {
  #use .inner .recipe {
    flex: 0 1 52.3rem;
  }
  #use .inner .flow {
    flex: 1 3 auto;
  }
}
@media (max-width: 1024px) {
  #outdoor .pc {
    display: none;
  }
  #outdoor .sp {
    display: unset;
  }
  h1.common-heading {
    font-size: 3.28vw;
  }
  #features {
    flex-direction: column;
  }
  #features::before {
    position: initial;
    display: block;
    width: 100%;
    aspect-ratio: 640 / 960;
    background: url(/images/product/ex/rop-002/features-img.jpg) no-repeat center / cover;
  }
  #features picture {
    width: 100%;
  }
  #features .body {
    width: 100%;
    padding: 5.3rem 5.8rem;
  }
  #features h2 {
    height: 13.8rem;
    font-size: 3.5rem;
  }
  #features .inner {
    padding: 1rem 5rem 0;
  }
  #features .catch {
    font-size: 3.493vw;
    font-weight: 700;
    line-height: 1.35;
  }
  #features .description {
    margin-top: 1rem;
    font-size: 2.34375vw;
    line-height: 1.55;
  }

  #intro {
    flex-direction: column-reverse;
    align-items: initial;
    gap: 2rem;
    padding-inline: initial;
  }
  #intro picture {
    width: 100%;
  }
  #intro .body {
    min-width: initial;
    width: 100%;
    margin-top: initial;
  }
  #intro .body .catch {
    background-color: #9fa0a0;
    text-align: center;
    color: #fff;
    font-size: 3.9vw;
    padding: 2vw 0;
  }
  #intro .body .description {
    margin-top: 4vw;
    padding-inline: 4vw;
    width: 100%;
    font-size: 2.65625vw;
  }
  #features .body {
    min-width: initial;
    padding: 9vw 7vw;
  }
  #features::before {
    position: initial;
    display: block;
    width: 100%;
    aspect-ratio: 640 / 560;
    background: url(/images/product/ex/rop-002/features-img-sp.jpg) no-repeat center / cover;
  }
  #features h2 {
    height: auto;
    font-size: 4.53125vw;
    padding: 1.6vw 0;
  }
  #features .inner {
    display: block;
    padding: 1rem 0 0;
  }
  #features .inner figure {
    margin: 75.3vw 0 0;
  }
  #features .inner .image::before {
    width: 85.9vw;
    height: 75.3vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #use {
    padding: 0vw 7vw 10vw;
  }
  #use .inner {
    flex-direction: column-reverse;
    padding-inline: 0;
  }
  #use .inner .recipe {
    margin: 7vw auto 0;
    flex: 0 0 auto;
  }
  #use .inner .recipe ul {
    padding: 7vw 0;
    background-position: right -5vw center;
    background-size: contain;
  }
  #use .recipe ul li {
    font-size: 3.75vw;
    width: 100%;
  }
  #use .recipe ul li + li {
    margin-top: 3vw;
  }
  #use .inner .recipe .recipe-detail h3 {
    font-size: 5vw;
    margin: 4vw 0 0;
    height: auto;
    padding: 1vw 0;
  }
  #use .inner .recipe .recipe-detail .image {
    margin: 2vw 0 0;
  }
  #use .inner .recipe .recipe-detail .image figure {
    aspect-ratio: 1/1;
  }
  #use .inner .recipe .recipe-detail a {
    width: 50vw;
    height: 9vw;
    justify-content: center;
    font-size: 2.65625vw;
    border-radius: 2vw;
  }
  #use .inner .recipe .recipe-detail a::after {
    position: static;
    height: 100%;
    transform: none;
    margin-left: 1vw;
  }
  #use .inner .flow > p strong {
    font-size: 3.65vw;
  }
  #use .inner .flow > p + p {
    font-size: 2.8125vw;
    font-feature-settings: "palt";
  }
  #use .inner .flow h3 {
    order: 98;
    width: 100%;
    margin: 9vw auto 5vw;
    padding: 1.5vw 0;
    background: #16203d;
    font-size: 5vw;
  }
  #use .inner .flow h2 {
    width: 100%;
    min-height: 0;
    margin: 0 0 5vw;
    padding: 1.5vw 0;
    background: #16203d;
    font-size: 5vw;
  }
  #use .inner .flow ol {
    order: 99;
    flex-wrap: wrap;
    gap: 6vw 0;
  }
  #use .inner .flow li {
    flex: 0 0 45%;
  }
  #use .inner .flow li strong {
    font-size: 5vw;
  }
  #use .inner .flow li p + p {
    font-size: 4.0625vw;
    line-height: 1.3;
  }
  #use .inner .flow li + li figure:before {
    display: none;
  }
  #use .inner .flow li:nth-of-type(even) figure:before {
    display: block;
    border-top: 5vw solid transparent;
    border-bottom: 5vw solid transparent;
    border-left: 5.3vw solid black;
    left: -6.5vw;
  }
  #use .inner .flow li 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 .common-icon-list {
    justify-content: center;
  }
  #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/rop-002/mv-sp.jpg) no-repeat top center / cover;
  }
}
