@media screen and (min-width: 768px) {
  #news-wrapper.250701_otwlaunch_news .pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #news-wrapper.250701_otwlaunch_news .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #news-wrapper.250701_otwlaunch_news .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #news-wrapper.250701_otwlaunch_news .sp {
    display: block;
  }
}

#news-wrapper.250701_otwlaunch_news .img-width img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  #news-wrapper.250701_otwlaunch_news .img-width img {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #news-wrapper.250701_otwlaunch_news .img-width img {
    width: 40%;
  }
}

#news-wrapper.250701_otwlaunch_news .common__swiper02 {
  margin-top: 3rem;
}

#news-wrapper.250701_otwlaunch_news .common__swiper02 .swiper-adjust .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 70% !important;
}

#news-wrapper .button__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#news-wrapper .button__wrapper .button {
  border-radius: 3px;
  width: 210px;
}

.center-link {
  text-align: center;
}