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

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

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

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

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

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

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

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

#news-wrapper.news_2250825_skate_loafer .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;
}

/* PC用：幅768px以上 */
.pc-br {
  display: inline;
}
.sp-br {
  display: none;
}

/* SP用：幅767px以下 */
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: inline;
  }
}