/* 481〜768px: SPヘッダー + PC本文（本番 #plan 同様） */
@media screen and (min-width: 481px) and (max-width: 768px) {
  html.mjw-gnav body.page-mjframe-ag {
    min-width: 1000px !important;
    max-width: none !important;
    width: auto !important;
    overflow-x: auto;
  }

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

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