@charset "utf-8";
@media screen and (max-width: 959px) {

  /* -----------------------------------------------
  header
  ----------------------------------------------- */
  .header-links {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    height: 40px;
    background: url(../img/logo-Niconico_Wh.png) left center /auto 22px no-repeat;
  }
  .header-linksList {
    display: none;
  }

  /* -----------------------------------------------
  main - top
  ----------------------------------------------- */
  .top h1 {
    width: 60%;
  }
  .top-kv {
    width: 90%;
  }

  /* -----------------------------------------------
  main - order
  ----------------------------------------------- */
  .order {
    width: 90%;
  }

  /* -----------------------------------------------
  main - liveinfo
  ----------------------------------------------- */
  .liveinfo {
    width: 90%;
  }

}
