.aero-edo-gift .contents_box{
  flex: 0 0 31.5%;
  background: #fff;
  margin-bottom: 30px;
}

.aero-edo-gift-body,
.aero-edo-gift .textBtn a {
  max-width: 300px;
}

.ttl_h1.aero-edo-gift-ttl {
  margin-bottom: 20px;
}

.aero-edo-gift-body {
  text-align: left;
  margin: auto;
}

.lineup_contents img {
  width: min(100%,345px)
}

.aero-edo-gift.top_lineup .lineup_contents .contents_box p.textBtn {
  margin-bottom: 30px;
}

@media (max-width: 959px) {
    .aero-edo-gift.top_lineup .lineup_contents .contents_box {
        margin-right: 6%;
        margin-bottom: 30px;
        flex: 0 0 47%;
    }
    .aero-edo-gift .textBtn a {
      width: 80%
    }
  }

@media (max-width: 559px) {
  .aero-edo-gift.top_lineup .lineup_contents .contents_box {
    flex: 0 0 100%;
  }
  
.ttl_h1.aero-edo-gift-ttl {
  margin-bottom: 10px;
}


}