@charset "utf-8";
/* CSS Document */
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url(../../images/news/header_bg_01_sec.jpg);
  }
}

.device-view-pc #global-header header {
  background-image: url(../../images/news/header_bg_01_sec.jpg);
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url(../../images/news/header_bg_01_sp_sec.jpg);
  }
}