/* premium_free: SP 時のみ logo-txt を黒（gnav.css の白指定を上書き） */
@media screen and (max-width: 768px) {
  html.mjw-gnav body.page-premium-free header nav.global ul.top-bar li.logo .logo-txt,
  html.mjw-gnav body.page-premium-free.is-scrolled header nav.global ul.top-bar li.logo .logo-txt,
  html.mjw-gnav body.page-premium-free header:hover nav.global ul.top-bar li.logo .logo-txt {
    color: #000 !important;
  }
}

/* 641〜768px: SPヘッダー + PC本文（769px以上と同様） */
@media screen and (min-width: 641px) and (max-width: 768px) {
  html.mjw-gnav body.page-premium-free {
    min-width: 1000px !important;
    max-width: none !important;
    width: auto !important;
    overflow-x: auto;
  }

  html.mjw-gnav body.page-premium-free #wrap {
    min-width: 1000px !important;
    max-width: none !important;
    width: auto !important;
    box-sizing: content-box !important;
  }

  html.mjw-gnav body.page-premium-free #mainarea {
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
  }

  /* ../css/style.css の max-width:768px .sp-none 非表示を打ち消し */
  html.mjw-gnav body.page-premium-free .sp-none {
    display: block !important;
  }

  html.mjw-gnav body.page-premium-free .pc-none {
    display: none !important;
  }
}
