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

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

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

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

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

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

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

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

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

#news-wrapper .item_detail {
  color: #ffff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  #news-wrapper .item_detail {
    margin-top: 30px;
  }
}

#news-wrapper .item-list .item-list-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #news-wrapper .item-list .item-list-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}

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

#news-wrapper .item-list .item-list-wrapper .item {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #news-wrapper .item-list .item-list-wrapper .item {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  #news-wrapper .item-list .item-list-wrapper .item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

#news-wrapper .item-list .item-list-wrapper .item img {
  width: 100%;
  display: block;
}

#news-wrapper .item-list .item-list-wrapper .item .item__name, #news-wrapper .item-list .item-list-wrapper .item .item__color, #news-wrapper .item-list .item-list-wrapper .item .item__code, #news-wrapper .item-list .item-list-wrapper .item .item__price {
  margin: 0;
}

#news-wrapper .item-list .item-list-wrapper .item .item__name {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #news-wrapper .item-list .item-list-wrapper .item .item__name {
    margin-top: 15px;
  }
}

#news-wrapper .item-list .item-list-wrapper .item .item__color {
  font-size: 16px;
}

#news-wrapper .item-list .item-list-wrapper .item .item-price {
  font-size: 14px;
  margin-top: 5px;
}

#news-wrapper .item-list .item-list-wrapper .item .item__link {
  display: block;
  margin-inline: auto;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  border-radius: 3px;
  width: 210px;
  padding: 10px 10px;
}

@media screen and (min-width: 768px) {
  #news-wrapper .item-list .item-list-wrapper .item .item__link {
    margin-top: 30px;
  }
}

#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;
  }
}
