@charset "UTF-8";
/*---------------------------------------------------スマホ用ページ用設定*/
/*---------------------------------------------------------------------*/
/*イベント情報*/
#anime #news.newsList.event {
  padding-bottom: 48px;
}
.event_open {
  padding-top: 80px;
  margin-top: -80px;
}
/*----------------------------------------------------PC用ページ用設定*/
@media screen and (min-width:670px) {
  /*-----------------------------------------------------------------*/
  #anime #news.newsList.event {
    padding-bottom: 48px;
  }
  .event_open {
    padding-top: 230px;
    margin-top: -230px;
  }
  /*------------------------------------------------------------end@media*/
}