.dealer-appreciate {
  padding: 4.16667vw 3.125vw;
}
.dealer-appreciate .title-top {
  font-weight: bold;
  font-size: 1.875vw;
  color: #393939;
  line-height: 2.44792vw;
  margin-bottom: 3.02083vw;
  text-align: center;
}
.dealer-appreciate .appreciate-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 1.04167vw;
  width: 100%;
}
.dealer-appreciate .appreciate-list .appreciate-item {
  grid-column: span 1;
  grid-row: span 1;
  height: 18.22917vw;
}
.dealer-appreciate .appreciate-list .appreciate-item:nth-child(4n) {
  grid-column: span 2;
  grid-row: span 2;
  height: 37.5vw;
}
.dealer-appreciate .appreciate-list .item-large {
  grid-column: span 2;
  grid-row: span 2;
  height: 37.5vw;
}
.dealer-appreciate .appreciate-list .body-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1.5625vw;
}
.dealer-appreciate .appreciate-list .body-title h1 {
  font-weight: bold;
  font-size: 1.5625vw;
  color: #ffffff;
  margin-bottom: 0.52083vw;
}
.dealer-appreciate .appreciate-list .body-title p {
  font-size: 0.83333vw;
  color: #ffffff;
  line-height: 1.25vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--dealer-appreciate {
    padding: 2.66667rem 1.33333rem;
}
.mob--dealer-appreciate .title-top {
    font-weight: bold;
    font-size: 1.2rem;
    color: #393939;
    line-height: 1.56667rem;
    margin-bottom: 1.93333rem;
    text-align: center;
}
.mob--dealer-appreciate .appreciate-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 0.66667rem;
    width: 100%;
}
.mob--dealer-appreciate .appreciate-list .appreciate-item {
    grid-column: span 1;
    grid-row: span 1;
    height: 6.53333rem;
}
.mob--dealer-appreciate .appreciate-list .appreciate-item:nth-child(4n) {
    grid-column: span 2;
    grid-row: span 2;
    height: 13.33333rem;
}
.mob--dealer-appreciate .appreciate-list .item-large {
    grid-column: span 2;
    grid-row: span 2;
    height: 13.33333rem;
}
.mob--dealer-appreciate .appreciate-list .body-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0.5rem;
}
.mob--dealer-appreciate .appreciate-list .body-title h1 {
    font-weight: bold;
    font-size: 0.8rem;
    color: #ffffff;
    margin-bottom: 0.33333rem;
}
.mob--dealer-appreciate .appreciate-list .body-title p {
    font-size: 0.6rem;
    color: #ffffff;
    line-height: 0.66667rem;
}
}