/*
ヘッダー背景色反転
*/
.JPX-header-label {
  background: #000000;
}

.JPX-header-label-main {
  background: linear-gradient(to right ,#e60012 50%, #a3000d 100%);
}

.JPX-header-btn {
  background: #E60012;
}

.JPX-header-sp-global-Item {
  background: #e60012;
}

.JPX-header-sp-global-ItemBtn,
.JPX-header-sp-global-ItemBtn.-is-active {
  background-color: #e60012;
}
/* /ヘッダー背景色反転 */

/*
ヘッダーリスト位置
*/
@media screen and (min-width:768px) {
  .JPX-header-menu-other {
    top: 29px;
  }

  .JPX-header-menu-language {
    top: 30px;
  }
  
  .JPX-header-menu-search {
    top: 29px;
  }
}
/* /ヘッダーリスト位置 */

/*
フッター背景画像削除
*/
@media screen and (min-width:768px) {
  .JPX-footer-sitemap-background {
    background-image: none;
  }
}
/* /フッター背景画像削除 */