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

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

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

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

#news-wrapper.news_251006_mitasneakers .news__title {
  font-size: 24px;
}

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

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

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

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

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

#news-wrapper.news_251006_mitasneakers .common__swiper-title {
  font-size: 16px;
  margin-bottom: 10px;
}

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

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

/* PC: min-width 768px */
@media screen and (min-width: 768px) {
  br.pc-br {
    display: block;
    /* 改行表示 */
  }

  br.sp-br {
    display: none;
    /* 非表示 */
  }
}

/* SP: max-width 767px */
@media screen and (max-width: 767px) {
  br.pc-br {
    display: none;
    /* 非表示 */
  }

  br.sp-br {
    display: block;
    /* 改行表示 */
  }
}