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

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

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

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

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

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

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

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

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

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

#news-wrapper.news_251029_weatherized-ayumu .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;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

/* 黒ボタン */
#news-wrapper .button__wrapper .button--black {
  background-color: #000;
}

/* 赤ボタン */
#news-wrapper .button__wrapper .button--red {
  background-color: #c9192e;
}

/* ホバー時（任意） */
#news-wrapper .button__wrapper .button--black:hover {
  opacity: 0.8;
}

#news-wrapper .button__wrapper .button--red:hover {
  opacity: 0.8;
}

#news-wrapper .store-link {
  color: #c9192e;
  text-decoration: underline;
}

/* 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;
    /* 改行表示 */
  }
}