.upcycle__qu {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 500;
  padding: 0.4375rem 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #00AB4E;
  color: #FFFFFF;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .upcycle__qu {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .upcycle__qu {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.upcycle__title {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-top: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .upcycle__title {
    font-size: 1.375rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .upcycle__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 0.625rem;
    width: 88%;
  }
  .upcycle__title > br {
    display: none;
  }
}

.line {
  display: block;
  width: 100%;
  height: 0.125rem;
  margin-block: 3.75rem;
  background-color: #00AB4E;
}
@media only screen and (max-width: 1023px) {
  .line {
    margin-block: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .line {
    margin-block: 2rem;
  }
}

.upcycle-detail__title {
  text-align: center;
  font-size: 2.25rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1023px) {
  .upcycle-detail__title {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .upcycle-detail__title {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.upcycle-detail__des {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 0.5rem;
  color: #505050;
}
@media only screen and (max-width: 1023px) {
  .upcycle-detail__des {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .upcycle-detail__des {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 0.375rem;
  }
}
.upcycle-detail__img {
  display: block;
  width: 41.625rem;
  height: 23.3125rem;
  margin: 0 auto;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .upcycle-detail__img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .upcycle-detail__img {
    width: 100%;
    height: 13.25rem;
    margin-top: 0.5rem;
  }
}
.upcycle-detail__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.upcycle__typo-design {
  display: block;
  width: 100%;
  height: 50rem;
  margin-top: 3.75rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 1023px) {
  .upcycle__typo-design {
    height: 18.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .upcycle__typo-design {
    height: 8.75rem;
  }
}
.upcycle__typo-design img {
  display: block;
  height: 100%;
  margin: 0 auto;
}