@media (min-width: 767px) {
  .contain1 {
    position: relative;
  }
  .contain1 .text {
    display: flex;
    flex-direction: column;
    gap: 1.14583vw;
    position: absolute;
    top: 50%;
    left: 13.22917vw;
    transform: translateY(-50%);
  }
  .contain1 .text .tit {
    font-weight: 630;
    font-size: 1.875vw;
    text-align: center;
    color: #ffffff;
  }
  .contain1 .text .sub {
    font-weight: 330;
    font-size: 1.04167vw;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
  }
  .contain2 {
    padding: 4.6875vw 18.75vw 10.41667vw;
    background-color: #f1f1f1;
  }
  .contain2 .tit {
    font-weight: 630;
    font-size: 2.1875vw;
    text-align: center;
    margin-bottom: 3.125vw;
  }
  .contain2 .wrapper {
    display: flex;
    gap: 1.04167vw;
  }
  .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: 0.875vw;
    color: #ffffff;
    padding: 0.41667vw 2.96875vw;
    border-radius: 624.9375vw;
    background-color: #719867;
    display: inline-block;
  }
  .contain2 .wrapper .card .tit1 {
    font-weight: 700;
    font-size: 1.71875vw;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 0.41667vw;
  }
  .contain2 .wrapper .card .sub1 {
    font-weight: 380;
    font-size: 1.14583vw;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #7f7f7f;
    margin-bottom: 1.45833vw;
  }
  .contain2 .wrapper .card .pri {
    font-weight: 450;
    font-size: 1.25vw;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 1.19792vw;
  }
  .contain2 .wrapper .card .item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.92708vw;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
