@media (max-width: 767px) {
  .contain1 {
    position: relative;
  }
  .contain1 .text {
    display: flex;
    flex-direction: column;
    gap: 2.93333vw;
    position: absolute;
    top: 17.33333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .contain1 .text .tit {
    font-weight: 630;
    font-size: 5.73333vw;
    text-align: center;
    color: #ffffff;
    white-space: nowrap;
  }
  .contain1 .text .sub {
    font-weight: 330;
    font-size: 3.2vw;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    white-space: nowrap;
  }
  .contain2 {
    padding: 12vw 2vw 14.13333vw;
    background-color: #f1f1f1;
  }
  .contain2 .tit {
    font-weight: 630;
    font-size: 5.6vw;
    text-align: center;
    margin-bottom: 8vw;
  }
  .contain2 .wrapper {
    display: flex;
    gap: 3.33333vw;
    flex-direction: column;
  }
  .contain2 .wrapper .card {
    position: relative;
    aspect-ratio: 590/543;
    flex: 1;
    flex-basis: 0;
    white-space: nowrap;
  }
  .contain2 .wrapper .card a {
    display: contents;
  }
  .contain2 .wrapper .card img {
    width: 100%;
    display: block;
  }
  .contain2 .wrapper .card .shop {
    font-weight: 450;
    font-size: 2.66667vw;
    color: #ffffff;
    padding: 1.33333vw 9.33333vw;
    border-radius: 1599.84vw;
    background-color: #719867;
    display: inline-block;
  }
  .contain2 .wrapper .card .tit1 {
    font-weight: 700;
    font-size: 5.33333vw;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 1.06667vw;
  }
  .contain2 .wrapper .card .sub1 {
    font-weight: 380;
    font-size: 3.6vw;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 4.53333vw;
  }
  .contain2 .wrapper .card .pri {
    font-weight: 450;
    font-size: 4vw;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 3.73333vw;
  }
  .contain2 .wrapper .card .item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6vw;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
