.l-products_sculd_bg {
  margin-bottom: 15rem;
}

.l-products_sculd_wrapper {
  position: relative;
  padding: 7.4rem 10.5rem;
  overflow: hidden;
  background: var(--colorSculd);
}

.l-products_sculd_ttl_sub {
  display: block;
  margin-bottom: 1.6rem;
  color: var(--colorWhite);
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .05em;
}

.l-products_sculd_logo {
  width: 19rem;
  margin-bottom: 4.5rem;
}

.l-products_sculd_txt {
  width: 44.7rem;
  margin-bottom: 5rem;
  color: var(--colorWhite);
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .05em;
}

.l-products_sculd_illust {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  width: 56.7rem;
}

.l-products_pyramid {
  overflow: hidden;
}

.l-products_pyramid_wrapper {
  z-index: 1;
  position: relative;
}

.l-products_pyramid_wrapper::after {
  display: block;
  position: absolute;
  right: -18rem;
  bottom: 2.6rem;
  width: 82.3rem;
  height: 49.2rem;
  background: url(/img/products/products_desktop.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.l-products_pyramid_tag_wrapper {
  margin-bottom: 4rem;
}

.l-products_pyramid_content {
  position: relative;
}

.l-products_pyramid_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin-bottom: 10rem;
  gap: 0rem 0;
}

.l-products_pyramid_item_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0rem 4rem;
}

.l-products_pyramid_item_wrapper:last-child .l-products_pyramid_item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.l-products_pyramid_item_img_wrapper {
  margin-bottom: 3rem;
}

.l-products_pyramid_ttl {
  margin-bottom: 1rem;
}

.l-products_pyramid_txt {
  margin-bottom: 6rem;
}

.l-products_delivery {
  display: grid;
  grid-template-columns: 57.4rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10rem;
}

.l-products_delivery_ttl::after {
  text-transform: none;
}

.l-products_delivery_text_lead:has(+p) {
  margin-bottom: 1rem;
}

.l-products_delivery_text_description:has(+a) {
  margin-bottom: 6rem;
}

@media screen and (max-width: 47.9375em) {
  .l-products_sculd_bg {
    margin-bottom: 0;
    background: var(--colorSculd);
  }
  .l-products_sculd_wrapper {
    padding: 4rem 1.5rem 4.5rem;
    overflow: visible;
    text-align: center;
  }
  .l-products_sculd_ttl_sub {
    margin-bottom: .6rem;
    line-height: 1.7;
  }
  .l-products_sculd_logo {
    width: 11rem;
    margin-bottom: 2.5rem;
  }
  .l-products_sculd_txt {
    width: 100%;
    margin-bottom: 3.4rem;
    font-size: 1.4rem;
    line-height: 2;
  }
  .l-products_sculd_btn {
    margin-bottom: 2.6rem;
  }
  .l-products_sculd_illust {
    position: relative;
    left: -3rem;
    min-width: 100vw;
  }
  .l-products_pyramid_wrapper::after {
    display: none;
  }
  .l-products_pyramid_tag_wrapper {
    margin-bottom: 1.4rem;
  }
  .l-products_pyramid_item {
    margin-bottom: 7rem;
  }
  .l-products_pyramid_item_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .l-products_pyramid_item_img_wrapper {
    margin-bottom: 1.6rem;
  }
  .l-products_pyramid_txt {
    margin-bottom: 3rem;
  }
  .l-products_delivery {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
  .l-products_delivery_text_description:has(+a) {
    margin-bottom: 3rem;
  }
}
