@charset "utf-8";
.message {
  padding-top: clamp(2.5rem, 0.833rem + 3.47vw, 5rem);
      position: relative;
    padding-bottom: 60px;
}
.message-deco__1 {
      position: absolute;
    bottom: 0;
    z-index: -1;
    width: clamp(20rem, 0.958rem + 39.67vw, 48.563rem);
}
.message-deco__2 {
      position: absolute;
    right: 0;
    z-index: -1;
    top: clamp(5rem, 1.25rem + 7.81vw, 10.625rem);
    width: clamp(10rem, 6.833rem + 6.6vw, 14.75rem);
}
.message__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.message__content {
      margin-top: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
    display: flex;
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.message-content__left {
      width: 45%;
    height: 100%;
    aspect-ratio: 611/370;
}
.message-content__right {
  width: 55%;
}
.message__title {
      font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 700;
}
.message__text {
      margin-top: clamp(1rem, 0.333rem + 1.39vw, 2rem);
    font-weight: 500;
}
.message__bottom {
      margin-top: clamp(1.875rem, -0.625rem + 5.21vw, 5.625rem);
    display: flex;
    justify-content: end;
    column-gap: clamp(1rem, 2.08vw, 2.5rem);
    align-items: baseline;
}
.message-bottom__text1 {
  font-weight: 700;
}
.message-bottom__text2 {
      font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
    font-weight: 700;
}

.newused {
  padding: 64px 0;
}
.newused__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.newused__content {
  margin-top: 40px;
}
.newused__content--2 {
  margin-top: 80px;
}
.newused__top {
      display: flex;
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
    align-items: center;
}
.newused__text {
      font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
    font-weight: 700;
}
.newused__items {
      margin-top: clamp(1.25rem, -0.083rem + 2.78vw, 3.25rem);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem);
}
.newused__item {
      padding: 16px clamp(1.25rem, 0.417rem + 1.74vw, 2.5rem) clamp(1rem, 2.08vw, 2.5rem);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.53);
      display: flex;
    flex-direction: column;
    align-items: center;
}
.newused-item__sub {
      font-size: 16px;
    font-weight: 700;
}
.newused-item__main {
      margin-top: clamp(0.5rem, 0.083rem + 0.87vw, 1.125rem);
    font-size: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 700;
    color: #7DBD69;
    line-height: 1.7;
}
.newused-item__text {
      margin-top: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
    font-weight: 400;
}

.goods {
      padding: clamp(2.5rem, 1.5rem + 2.08vw, 4rem) 0;
    background-color: #FAFAFA;
    margin-bottom: clamp(5rem, 3.333rem + 3.47vw, 7.5rem);
}
.goods__inner {
  padding: 0 clamp(1.25rem, -9.917rem + 23.26vw, 18rem);
}
.goods__content {
  margin-top: clamp(2rem, 0.667rem + 2.78vw, 4rem);
}
.goods__items {
      display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 32px;
    row-gap: clamp(1rem, 0.833rem + 0.35vw, 1.25rem);
}
.goods__title {
      height: clamp(1.375rem, 0.708rem + 1.39vw, 2.375rem);
    background-color: #7DBD69;
    display: flex;
    justify-content: center;
    align-items: center;
}
.goods-title__text {
      font-size: clamp(0.75rem, 0.417rem + 0.69vw, 1.25rem);
    font-weight: 700;
    color: #fff;
}
.goods__bottom {
      margin-top: 40px;
    display: flex;
    justify-content: center;
}
.goods__bottom:hover a {
  opacity: 1;
}

@media (max-width: 767px) {
  .message-deco__1 {
        width: clamp(17.75rem, 15.422rem + 9.55vw, 20rem);
    bottom: unset;
    top: 220px;
    top: clamp(13.75rem, -0.474rem + 58.36vw, 27.5rem);
  }
  .message-deco__2 {
        top: unset;
    bottom: 0;
    width: clamp(6rem, 1.862rem + 16.98vw, 10rem);
  }
  .message__inner {
    padding: 0 40px;
  }
  .message__content {
        flex-direction: column;
    row-gap: 64px;
  }
  .message-content__left {
    width: 100%;
  }
  .message-content__right {
    width: 100%;
  }
  
  .newused__top {
        flex-direction: column;
    align-items: flex-start;
    row-gap: 13px;
  }
  .newused__items {
        grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  
  .goods__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 389px) {
  .message__inner {
    padding: 0 20px;
  }
  .goods-title__text {
    font-size: 10px;
  }
}