/* ページ全体 */
.content_wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content_wrapper {
    max-width: 1336px;
    margin: 0 auto;
  }
}

.sp-only {
    display: block;
    width: 100%;
    height: auto;  }

.pc-only {
  display: none;
}

.about {
  margin: -2px 0 0 0;
}

.design {
  margin: -1px 0 0 0;
  position: relative;
}

.design__link {
  cursor: pointer;
  display: block;
  width: 88.5%;
  max-width: 600px;
  position: absolute;
  bottom: 122px;
  left: 50%;
  transform: translateX(-50.0%);
  z-index: 10;
}

.design__link:hover {
  cursor: pointer;
  opacity: 0.8;
}

.design__link--first {
  bottom: 5.8%;
}
.design__link--second {
  bottom: 9.2%;
}
.design__link--third {
  bottom: 11.5%;
}

.design__bottom-link {
  position: absolute;
  top: 16.4%;
  left: 51%;
  width: 100%;
  max-width: 151px;
}

.design__bottom-link:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
    width: 100%;
    height: auto;
  }
  .sp-only {
    display: none;
  }

  .design__link {
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 792px;
    position: absolute;
    bottom: 122px;
    left: 50%;
    transform: translateX(-50.5%);
    z-index: 10;
  }

  .design__bottom-link {
  position: absolute;
  top: 20.5%;
  left: 51%;
  width: 100%;
  max-width: 378px;
}


}
















/* swiper */

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (min-width: 768px) {
    .swiper-slide img {
      width: 100%;
    }
  }



