試合予定・試合中
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'game_status', 'terms' => array( 'plane', ' on_game' ), 'field' => 'slug', 'operator' => 'IN', ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'game_status', 'terms' => array( 'plane', ' on_game' ), 'field' => 'slug', 'operator' => 'IN', ), );