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

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

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

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

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

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

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

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

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

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

#news-wrapper a {
  color: #c9192e;
  text-decoration: underline;
}

#news-wrapper picture {
  width:100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #news-wrapper picture {
    width: 100%;
  }
}

#news-wrapper dl {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  #news-wrapper dl {
    display: flex;
  }
}

#news-wrapper dl dt {
  font-weight: bold;
}

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

#news-wrapper.news_20251007_Atiba-Events picture.main-visual img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
}