.support-wrapper {
  display: flex;
  height: 1410px;
  width: 100%;
  padding: 160px 210px 0 210px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

.img-support-title {
  width: 1084px;
  height: 162px;
}

.support-item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2カラム */
  width: 1009.648px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0 31px;
  flex-wrap: wrap;
  position: relative;
}

.support-item-wrapper > :first-child {
  grid-column: 1 / -1; /* 1行目の要素を2カラムぶち抜き */
  justify-self: center; /* ← 横方向の中央寄せ */
  width: fit-content;
}

.suport-item-img {
  width: 486.011px;
  height: 388.66px;
  flex-shrink: 0;
}

.support-star-bg-img {
  width: 1377.538px;
  height: 307.384px;
}

.support-apple-img {
  height: 500px;
  position: absolute;
  right: -300px;
  top: -80px;
}

@media (max-width: 1080px) {
  .support-wrapper {
    display: flex;
    height: 788px;
    width: 100%;
    padding: 40px 0 0 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .img-support-title {
    width: 364px;
    height: 52px;
  }

  .support-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    gap: 16px;
    flex-wrap: wrap;
  }

  .support-item-wrapper > :first-child {
    grid-column: 1 / -1; /* 1行目の要素を2カラムぶち抜き */
    justify-self: center; /* ← 横方向の中央寄せ */
    width: fit-content;
  }

  .suport-item-img {
    width: 200px;
    height: 169px;
    flex-shrink: 0;
  }

  .support-star-bg-img {
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
  }

  .support-apple-img {
    height: 132.517px;
    position: absolute;
    right: -20px;
    top: 110px;
  }
}
